Uses of Class
com.oracle.bmc.generativeai.requests.ChangeSemanticStoreCompartmentRequest
-
Packages that use ChangeSemanticStoreCompartmentRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of ChangeSemanticStoreCompartmentRequest in com.oracle.bmc.generativeai
Method parameters in com.oracle.bmc.generativeai with type arguments of type ChangeSemanticStoreCompartmentRequest Modifier and Type Method Description Future<ChangeSemanticStoreCompartmentResponse>GenerativeAiAsync. changeSemanticStoreCompartment(ChangeSemanticStoreCompartmentRequest request, AsyncHandler<ChangeSemanticStoreCompartmentRequest,ChangeSemanticStoreCompartmentResponse> handler)Moves a SemanticStore into a different compartment within the same tenancy.Future<ChangeSemanticStoreCompartmentResponse>GenerativeAiAsyncClient. changeSemanticStoreCompartment(ChangeSemanticStoreCompartmentRequest request, AsyncHandler<ChangeSemanticStoreCompartmentRequest,ChangeSemanticStoreCompartmentResponse> handler) -
Uses of ChangeSemanticStoreCompartmentRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return ChangeSemanticStoreCompartmentRequest Modifier and Type Method Description ChangeSemanticStoreCompartmentRequestChangeSemanticStoreCompartmentRequest.Builder. build()Build the instance of ChangeSemanticStoreCompartmentRequest as configured by this builderChangeSemanticStoreCompartmentRequestChangeSemanticStoreCompartmentRequest.Builder. buildWithoutInvocationCallback()Build the instance of ChangeSemanticStoreCompartmentRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type ChangeSemanticStoreCompartmentRequest Modifier and Type Method Description ChangeSemanticStoreCompartmentRequest.BuilderChangeSemanticStoreCompartmentRequest.Builder. copy(ChangeSemanticStoreCompartmentRequest o)Copy method to populate the builder with values from the given instance.
-