Uses of Class
com.oracle.bmc.datascience.responses.UpdateModelDeploymentResponse
-
Packages that use UpdateModelDeploymentResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses -
-
Uses of UpdateModelDeploymentResponse in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return UpdateModelDeploymentResponse Modifier and Type Method Description UpdateModelDeploymentResponse
DataScience. updateModelDeployment(UpdateModelDeploymentRequest request)
Updates the properties of a model deployment.UpdateModelDeploymentResponse
DataScienceClient. updateModelDeployment(UpdateModelDeploymentRequest request)
Methods in com.oracle.bmc.datascience that return types with arguments of type UpdateModelDeploymentResponse Modifier and Type Method Description Future<UpdateModelDeploymentResponse>
DataScienceAsync. updateModelDeployment(UpdateModelDeploymentRequest request, AsyncHandler<UpdateModelDeploymentRequest,UpdateModelDeploymentResponse> handler)
Updates the properties of a model deployment.Future<UpdateModelDeploymentResponse>
DataScienceAsyncClient. updateModelDeployment(UpdateModelDeploymentRequest request, AsyncHandler<UpdateModelDeploymentRequest,UpdateModelDeploymentResponse> handler)
Method parameters in com.oracle.bmc.datascience with type arguments of type UpdateModelDeploymentResponse Modifier and Type Method Description Future<UpdateModelDeploymentResponse>
DataScienceAsync. updateModelDeployment(UpdateModelDeploymentRequest request, AsyncHandler<UpdateModelDeploymentRequest,UpdateModelDeploymentResponse> handler)
Updates the properties of a model deployment.Future<UpdateModelDeploymentResponse>
DataScienceAsyncClient. updateModelDeployment(UpdateModelDeploymentRequest request, AsyncHandler<UpdateModelDeploymentRequest,UpdateModelDeploymentResponse> handler)
-
Uses of UpdateModelDeploymentResponse in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return UpdateModelDeploymentResponse Modifier and Type Method Description UpdateModelDeploymentResponse
UpdateModelDeploymentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type UpdateModelDeploymentResponse Modifier and Type Method Description UpdateModelDeploymentResponse.Builder
UpdateModelDeploymentResponse.Builder. copy(UpdateModelDeploymentResponse o)
Copy method to populate the builder with values from the given instance.
-