Package | Description |
---|---|
com.oracle.bmc.datascience.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ModelDeploymentShapeSummary.Builder |
ModelDeploymentShapeSummary.Builder.shapeSeries(ModelDeploymentShapeSeries shapeSeries)
The family that the compute shape belongs to.
|
Constructor and Description |
---|
ModelDeploymentShapeSummary(String name,
Integer coreCount,
Integer memoryInGBs,
ModelDeploymentShapeSeries shapeSeries)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.