Uses of Class
com.oracle.bmc.datascience.requests.ChangeModelDeploymentCompartmentRequest
-
Packages that use ChangeModelDeploymentCompartmentRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of ChangeModelDeploymentCompartmentRequest in com.oracle.bmc.datascience
Method parameters in com.oracle.bmc.datascience with type arguments of type ChangeModelDeploymentCompartmentRequest Modifier and Type Method Description Future<ChangeModelDeploymentCompartmentResponse>
DataScienceAsync. changeModelDeploymentCompartment(ChangeModelDeploymentCompartmentRequest request, AsyncHandler<ChangeModelDeploymentCompartmentRequest,ChangeModelDeploymentCompartmentResponse> handler)
Moves a model deployment into a different compartment.Future<ChangeModelDeploymentCompartmentResponse>
DataScienceAsyncClient. changeModelDeploymentCompartment(ChangeModelDeploymentCompartmentRequest request, AsyncHandler<ChangeModelDeploymentCompartmentRequest,ChangeModelDeploymentCompartmentResponse> handler)
-
Uses of ChangeModelDeploymentCompartmentRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ChangeModelDeploymentCompartmentRequest Modifier and Type Method Description ChangeModelDeploymentCompartmentRequest
ChangeModelDeploymentCompartmentRequest.Builder. build()
Build the instance of ChangeModelDeploymentCompartmentRequest as configured by this builderChangeModelDeploymentCompartmentRequest
ChangeModelDeploymentCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeModelDeploymentCompartmentRequest as configured by this builderMethods in com.oracle.bmc.datascience.requests with parameters of type ChangeModelDeploymentCompartmentRequest Modifier and Type Method Description ChangeModelDeploymentCompartmentRequest.Builder
ChangeModelDeploymentCompartmentRequest.Builder. copy(ChangeModelDeploymentCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-