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