Uses of Class
com.oracle.bmc.generativeai.model.UpdateSemanticStoreDetails
-
Packages that use UpdateSemanticStoreDetails Package Description com.oracle.bmc.generativeai.model com.oracle.bmc.generativeai.requests -
-
Uses of UpdateSemanticStoreDetails in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return UpdateSemanticStoreDetails Modifier and Type Method Description UpdateSemanticStoreDetailsUpdateSemanticStoreDetails.Builder. build()Methods in com.oracle.bmc.generativeai.model with parameters of type UpdateSemanticStoreDetails Modifier and Type Method Description UpdateSemanticStoreDetails.BuilderUpdateSemanticStoreDetails.Builder. copy(UpdateSemanticStoreDetails model) -
Uses of UpdateSemanticStoreDetails in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return UpdateSemanticStoreDetails Modifier and Type Method Description UpdateSemanticStoreDetailsUpdateSemanticStoreRequest. getBody$()Alternative accessor for the body parameter.UpdateSemanticStoreDetailsUpdateSemanticStoreRequest. getUpdateSemanticStoreDetails()The information to be updated.Methods in com.oracle.bmc.generativeai.requests with parameters of type UpdateSemanticStoreDetails Modifier and Type Method Description UpdateSemanticStoreRequest.BuilderUpdateSemanticStoreRequest.Builder. body$(UpdateSemanticStoreDetails body)Alternative setter for the body parameter.UpdateSemanticStoreRequest.BuilderUpdateSemanticStoreRequest.Builder. updateSemanticStoreDetails(UpdateSemanticStoreDetails updateSemanticStoreDetails)The information to be updated.
-