Uses of Class
com.oracle.bmc.datascience.requests.UpdateModelDeploymentRequest
-
Packages that use UpdateModelDeploymentRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of UpdateModelDeploymentRequest in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience with parameters of type UpdateModelDeploymentRequest Modifier and Type Method Description UpdateModelDeploymentResponse
DataScience. updateModelDeployment(UpdateModelDeploymentRequest request)
Updates the properties of a model deployment.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)
UpdateModelDeploymentResponse
DataScienceClient. updateModelDeployment(UpdateModelDeploymentRequest request)
Method parameters in com.oracle.bmc.datascience with type arguments of type UpdateModelDeploymentRequest 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 UpdateModelDeploymentRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return UpdateModelDeploymentRequest Modifier and Type Method Description UpdateModelDeploymentRequest
UpdateModelDeploymentRequest.Builder. build()
Build the instance of UpdateModelDeploymentRequest as configured by this builderUpdateModelDeploymentRequest
UpdateModelDeploymentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateModelDeploymentRequest as configured by this builderMethods in com.oracle.bmc.datascience.requests with parameters of type UpdateModelDeploymentRequest Modifier and Type Method Description UpdateModelDeploymentRequest.Builder
UpdateModelDeploymentRequest.Builder. copy(UpdateModelDeploymentRequest o)
Copy method to populate the builder with values from the given instance.
-