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