Uses of Class
com.oracle.bmc.generativeai.requests.CreateSemanticStoreRequest
-
Packages that use CreateSemanticStoreRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of CreateSemanticStoreRequest in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai with parameters of type CreateSemanticStoreRequest Modifier and Type Method Description CreateSemanticStoreResponseGenerativeAi. createSemanticStore(CreateSemanticStoreRequest request)Creates a SemanticStore.Future<CreateSemanticStoreResponse>GenerativeAiAsync. createSemanticStore(CreateSemanticStoreRequest request, AsyncHandler<CreateSemanticStoreRequest,CreateSemanticStoreResponse> handler)Creates a SemanticStore.Future<CreateSemanticStoreResponse>GenerativeAiAsyncClient. createSemanticStore(CreateSemanticStoreRequest request, AsyncHandler<CreateSemanticStoreRequest,CreateSemanticStoreResponse> handler)CreateSemanticStoreResponseGenerativeAiClient. createSemanticStore(CreateSemanticStoreRequest request)Method parameters in com.oracle.bmc.generativeai with type arguments of type CreateSemanticStoreRequest Modifier and Type Method Description Future<CreateSemanticStoreResponse>GenerativeAiAsync. createSemanticStore(CreateSemanticStoreRequest request, AsyncHandler<CreateSemanticStoreRequest,CreateSemanticStoreResponse> handler)Creates a SemanticStore.Future<CreateSemanticStoreResponse>GenerativeAiAsyncClient. createSemanticStore(CreateSemanticStoreRequest request, AsyncHandler<CreateSemanticStoreRequest,CreateSemanticStoreResponse> handler) -
Uses of CreateSemanticStoreRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return CreateSemanticStoreRequest Modifier and Type Method Description CreateSemanticStoreRequestCreateSemanticStoreRequest.Builder. build()Build the instance of CreateSemanticStoreRequest as configured by this builderCreateSemanticStoreRequestCreateSemanticStoreRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateSemanticStoreRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type CreateSemanticStoreRequest Modifier and Type Method Description CreateSemanticStoreRequest.BuilderCreateSemanticStoreRequest.Builder. copy(CreateSemanticStoreRequest o)Copy method to populate the builder with values from the given instance.
-