Uses of Class
com.oracle.bmc.datascience.responses.ListModelDeploymentShapesResponse
-
Packages that use ListModelDeploymentShapesResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses -
-
Uses of ListModelDeploymentShapesResponse in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return ListModelDeploymentShapesResponse Modifier and Type Method Description ListModelDeploymentShapesResponseDataScience. listModelDeploymentShapes(ListModelDeploymentShapesRequest request)Lists the valid model deployment shapes.ListModelDeploymentShapesResponseDataScienceClient. listModelDeploymentShapes(ListModelDeploymentShapesRequest request)Methods in com.oracle.bmc.datascience that return types with arguments of type ListModelDeploymentShapesResponse Modifier and Type Method Description Future<ListModelDeploymentShapesResponse>DataScienceAsync. listModelDeploymentShapes(ListModelDeploymentShapesRequest request, AsyncHandler<ListModelDeploymentShapesRequest,ListModelDeploymentShapesResponse> handler)Lists the valid model deployment shapes.Future<ListModelDeploymentShapesResponse>DataScienceAsyncClient. listModelDeploymentShapes(ListModelDeploymentShapesRequest request, AsyncHandler<ListModelDeploymentShapesRequest,ListModelDeploymentShapesResponse> handler)Iterable<ListModelDeploymentShapesResponse>DataSciencePaginators. listModelDeploymentShapesResponseIterator(ListModelDeploymentShapesRequest request)Creates a new iterable which will iterate over the responses received from the listModelDeploymentShapes operation.Method parameters in com.oracle.bmc.datascience with type arguments of type ListModelDeploymentShapesResponse Modifier and Type Method Description Future<ListModelDeploymentShapesResponse>DataScienceAsync. listModelDeploymentShapes(ListModelDeploymentShapesRequest request, AsyncHandler<ListModelDeploymentShapesRequest,ListModelDeploymentShapesResponse> handler)Lists the valid model deployment shapes.Future<ListModelDeploymentShapesResponse>DataScienceAsyncClient. listModelDeploymentShapes(ListModelDeploymentShapesRequest request, AsyncHandler<ListModelDeploymentShapesRequest,ListModelDeploymentShapesResponse> handler) -
Uses of ListModelDeploymentShapesResponse in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return ListModelDeploymentShapesResponse Modifier and Type Method Description ListModelDeploymentShapesResponseListModelDeploymentShapesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type ListModelDeploymentShapesResponse Modifier and Type Method Description ListModelDeploymentShapesResponse.BuilderListModelDeploymentShapesResponse.Builder. copy(ListModelDeploymentShapesResponse o)Copy method to populate the builder with values from the given instance.
-