Uses of Class
com.oracle.bmc.datascience.model.ModelDeploymentShapeSummary
-
Packages that use ModelDeploymentShapeSummary Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.model com.oracle.bmc.datascience.responses -
-
Uses of ModelDeploymentShapeSummary in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return types with arguments of type ModelDeploymentShapeSummary Modifier and Type Method Description Iterable<ModelDeploymentShapeSummary>
DataSciencePaginators. listModelDeploymentShapesRecordIterator(ListModelDeploymentShapesRequest request)
Creates a new iterable which will iterate over theModelDeploymentShapeSummary
objects contained in responses from the listModelDeploymentShapes operation. -
Uses of ModelDeploymentShapeSummary in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return ModelDeploymentShapeSummary Modifier and Type Method Description ModelDeploymentShapeSummary
ModelDeploymentShapeSummary.Builder. build()
Methods in com.oracle.bmc.datascience.model with parameters of type ModelDeploymentShapeSummary Modifier and Type Method Description ModelDeploymentShapeSummary.Builder
ModelDeploymentShapeSummary.Builder. copy(ModelDeploymentShapeSummary model)
-
Uses of ModelDeploymentShapeSummary in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return types with arguments of type ModelDeploymentShapeSummary Modifier and Type Method Description List<ModelDeploymentShapeSummary>
ListModelDeploymentShapesResponse. getItems()
A list of com.oracle.bmc.datascience.model.ModelDeploymentShapeSummary instances.Method parameters in com.oracle.bmc.datascience.responses with type arguments of type ModelDeploymentShapeSummary Modifier and Type Method Description ListModelDeploymentShapesResponse.Builder
ListModelDeploymentShapesResponse.Builder. items(List<ModelDeploymentShapeSummary> items)
A list of com.oracle.bmc.datascience.model.ModelDeploymentShapeSummary instances.
-