Uses of Class
com.oracle.bmc.aidocument.responses.ChangeModelCompartmentResponse
-
Packages that use ChangeModelCompartmentResponse Package Description com.oracle.bmc.aidocument com.oracle.bmc.aidocument.responses -
-
Uses of ChangeModelCompartmentResponse in com.oracle.bmc.aidocument
Methods in com.oracle.bmc.aidocument that return ChangeModelCompartmentResponse Modifier and Type Method Description ChangeModelCompartmentResponse
AIServiceDocument. changeModelCompartment(ChangeModelCompartmentRequest request)
Moves a model from one compartment to another.ChangeModelCompartmentResponse
AIServiceDocumentClient. changeModelCompartment(ChangeModelCompartmentRequest request)
Methods in com.oracle.bmc.aidocument that return types with arguments of type ChangeModelCompartmentResponse Modifier and Type Method Description Future<ChangeModelCompartmentResponse>
AIServiceDocumentAsync. changeModelCompartment(ChangeModelCompartmentRequest request, AsyncHandler<ChangeModelCompartmentRequest,ChangeModelCompartmentResponse> handler)
Moves a model from one compartment to another.Future<ChangeModelCompartmentResponse>
AIServiceDocumentAsyncClient. changeModelCompartment(ChangeModelCompartmentRequest request, AsyncHandler<ChangeModelCompartmentRequest,ChangeModelCompartmentResponse> handler)
Method parameters in com.oracle.bmc.aidocument with type arguments of type ChangeModelCompartmentResponse Modifier and Type Method Description Future<ChangeModelCompartmentResponse>
AIServiceDocumentAsync. changeModelCompartment(ChangeModelCompartmentRequest request, AsyncHandler<ChangeModelCompartmentRequest,ChangeModelCompartmentResponse> handler)
Moves a model from one compartment to another.Future<ChangeModelCompartmentResponse>
AIServiceDocumentAsyncClient. changeModelCompartment(ChangeModelCompartmentRequest request, AsyncHandler<ChangeModelCompartmentRequest,ChangeModelCompartmentResponse> handler)
-
Uses of ChangeModelCompartmentResponse in com.oracle.bmc.aidocument.responses
Methods in com.oracle.bmc.aidocument.responses that return ChangeModelCompartmentResponse Modifier and Type Method Description ChangeModelCompartmentResponse
ChangeModelCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aidocument.responses with parameters of type ChangeModelCompartmentResponse Modifier and Type Method Description ChangeModelCompartmentResponse.Builder
ChangeModelCompartmentResponse.Builder. copy(ChangeModelCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-