Uses of Class
com.oracle.bmc.datascience.model.ModelDeploymentShapeSeries
-
Packages that use ModelDeploymentShapeSeries Package Description com.oracle.bmc.datascience.model -
-
Uses of ModelDeploymentShapeSeries in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return ModelDeploymentShapeSeries Modifier and Type Method Description static ModelDeploymentShapeSeries
ModelDeploymentShapeSeries. create(String key)
ModelDeploymentShapeSeries
ModelDeploymentShapeSummary. getShapeSeries()
The family that the compute shape belongs to.static ModelDeploymentShapeSeries
ModelDeploymentShapeSeries. valueOf(String name)
Returns the enum constant of this type with the specified name.static ModelDeploymentShapeSeries[]
ModelDeploymentShapeSeries. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datascience.model with parameters of type ModelDeploymentShapeSeries Modifier and Type Method Description ModelDeploymentShapeSummary.Builder
ModelDeploymentShapeSummary.Builder. shapeSeries(ModelDeploymentShapeSeries shapeSeries)
The family that the compute shape belongs to.Constructors in com.oracle.bmc.datascience.model with parameters of type ModelDeploymentShapeSeries Constructor Description ModelDeploymentShapeSummary(String name, Integer coreCount, Integer memoryInGBs, ModelDeploymentShapeSeries shapeSeries)
Deprecated.
-