Uses of Class
com.oracle.bmc.datascience.responses.ListModelDeploymentModelStatesResponse
-
Packages that use ListModelDeploymentModelStatesResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses -
-
Uses of ListModelDeploymentModelStatesResponse in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return ListModelDeploymentModelStatesResponse Modifier and Type Method Description ListModelDeploymentModelStatesResponseDataScience. listModelDeploymentModelStates(ListModelDeploymentModelStatesRequest request)Lists the status of models in a model group deployment.ListModelDeploymentModelStatesResponseDataScienceClient. listModelDeploymentModelStates(ListModelDeploymentModelStatesRequest request)Methods in com.oracle.bmc.datascience that return types with arguments of type ListModelDeploymentModelStatesResponse Modifier and Type Method Description Future<ListModelDeploymentModelStatesResponse>DataScienceAsync. listModelDeploymentModelStates(ListModelDeploymentModelStatesRequest request, AsyncHandler<ListModelDeploymentModelStatesRequest,ListModelDeploymentModelStatesResponse> handler)Lists the status of models in a model group deployment.Future<ListModelDeploymentModelStatesResponse>DataScienceAsyncClient. listModelDeploymentModelStates(ListModelDeploymentModelStatesRequest request, AsyncHandler<ListModelDeploymentModelStatesRequest,ListModelDeploymentModelStatesResponse> handler)Iterable<ListModelDeploymentModelStatesResponse>DataSciencePaginators. listModelDeploymentModelStatesResponseIterator(ListModelDeploymentModelStatesRequest request)Creates a new iterable which will iterate over the responses received from the listModelDeploymentModelStates operation.Method parameters in com.oracle.bmc.datascience with type arguments of type ListModelDeploymentModelStatesResponse Modifier and Type Method Description Future<ListModelDeploymentModelStatesResponse>DataScienceAsync. listModelDeploymentModelStates(ListModelDeploymentModelStatesRequest request, AsyncHandler<ListModelDeploymentModelStatesRequest,ListModelDeploymentModelStatesResponse> handler)Lists the status of models in a model group deployment.Future<ListModelDeploymentModelStatesResponse>DataScienceAsyncClient. listModelDeploymentModelStates(ListModelDeploymentModelStatesRequest request, AsyncHandler<ListModelDeploymentModelStatesRequest,ListModelDeploymentModelStatesResponse> handler) -
Uses of ListModelDeploymentModelStatesResponse in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return ListModelDeploymentModelStatesResponse Modifier and Type Method Description ListModelDeploymentModelStatesResponseListModelDeploymentModelStatesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type ListModelDeploymentModelStatesResponse Modifier and Type Method Description ListModelDeploymentModelStatesResponse.BuilderListModelDeploymentModelStatesResponse.Builder. copy(ListModelDeploymentModelStatesResponse o)Copy method to populate the builder with values from the given instance.
-