Uses of Class
com.oracle.bmc.generativeai.requests.UpdateSemanticStoreRequest
-
Packages that use UpdateSemanticStoreRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of UpdateSemanticStoreRequest in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai with parameters of type UpdateSemanticStoreRequest Modifier and Type Method Description UpdateSemanticStoreResponseGenerativeAi. updateSemanticStore(UpdateSemanticStoreRequest request)Updates the properties of a SemanticStore.Future<UpdateSemanticStoreResponse>GenerativeAiAsync. updateSemanticStore(UpdateSemanticStoreRequest request, AsyncHandler<UpdateSemanticStoreRequest,UpdateSemanticStoreResponse> handler)Updates the properties of a SemanticStore.Future<UpdateSemanticStoreResponse>GenerativeAiAsyncClient. updateSemanticStore(UpdateSemanticStoreRequest request, AsyncHandler<UpdateSemanticStoreRequest,UpdateSemanticStoreResponse> handler)UpdateSemanticStoreResponseGenerativeAiClient. updateSemanticStore(UpdateSemanticStoreRequest request)Method parameters in com.oracle.bmc.generativeai with type arguments of type UpdateSemanticStoreRequest Modifier and Type Method Description Future<UpdateSemanticStoreResponse>GenerativeAiAsync. updateSemanticStore(UpdateSemanticStoreRequest request, AsyncHandler<UpdateSemanticStoreRequest,UpdateSemanticStoreResponse> handler)Updates the properties of a SemanticStore.Future<UpdateSemanticStoreResponse>GenerativeAiAsyncClient. updateSemanticStore(UpdateSemanticStoreRequest request, AsyncHandler<UpdateSemanticStoreRequest,UpdateSemanticStoreResponse> handler) -
Uses of UpdateSemanticStoreRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return UpdateSemanticStoreRequest Modifier and Type Method Description UpdateSemanticStoreRequestUpdateSemanticStoreRequest.Builder. build()Build the instance of UpdateSemanticStoreRequest as configured by this builderUpdateSemanticStoreRequestUpdateSemanticStoreRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateSemanticStoreRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type UpdateSemanticStoreRequest Modifier and Type Method Description UpdateSemanticStoreRequest.BuilderUpdateSemanticStoreRequest.Builder. copy(UpdateSemanticStoreRequest o)Copy method to populate the builder with values from the given instance.
-