Uses of Class
com.oracle.bmc.generativeai.requests.DeleteSemanticStoreRequest
-
Packages that use DeleteSemanticStoreRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of DeleteSemanticStoreRequest in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai with parameters of type DeleteSemanticStoreRequest Modifier and Type Method Description DeleteSemanticStoreResponseGenerativeAi. deleteSemanticStore(DeleteSemanticStoreRequest request)Deletes a semanticStore.Future<DeleteSemanticStoreResponse>GenerativeAiAsync. deleteSemanticStore(DeleteSemanticStoreRequest request, AsyncHandler<DeleteSemanticStoreRequest,DeleteSemanticStoreResponse> handler)Deletes a semanticStore.Future<DeleteSemanticStoreResponse>GenerativeAiAsyncClient. deleteSemanticStore(DeleteSemanticStoreRequest request, AsyncHandler<DeleteSemanticStoreRequest,DeleteSemanticStoreResponse> handler)DeleteSemanticStoreResponseGenerativeAiClient. deleteSemanticStore(DeleteSemanticStoreRequest request)Method parameters in com.oracle.bmc.generativeai with type arguments of type DeleteSemanticStoreRequest Modifier and Type Method Description Future<DeleteSemanticStoreResponse>GenerativeAiAsync. deleteSemanticStore(DeleteSemanticStoreRequest request, AsyncHandler<DeleteSemanticStoreRequest,DeleteSemanticStoreResponse> handler)Deletes a semanticStore.Future<DeleteSemanticStoreResponse>GenerativeAiAsyncClient. deleteSemanticStore(DeleteSemanticStoreRequest request, AsyncHandler<DeleteSemanticStoreRequest,DeleteSemanticStoreResponse> handler) -
Uses of DeleteSemanticStoreRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return DeleteSemanticStoreRequest Modifier and Type Method Description DeleteSemanticStoreRequestDeleteSemanticStoreRequest.Builder. build()Build the instance of DeleteSemanticStoreRequest as configured by this builderDeleteSemanticStoreRequestDeleteSemanticStoreRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteSemanticStoreRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type DeleteSemanticStoreRequest Modifier and Type Method Description DeleteSemanticStoreRequest.BuilderDeleteSemanticStoreRequest.Builder. copy(DeleteSemanticStoreRequest o)Copy method to populate the builder with values from the given instance.
-