Package | Description |
---|---|
com.oracle.bmc.datascience.model |
Modifier and Type | Method and Description |
---|---|
static JobShapeSummary.ShapeSeries |
JobShapeSummary.ShapeSeries.create(String key) |
JobShapeSummary.ShapeSeries |
JobShapeSummary.getShapeSeries()
The family that the compute shape belongs to.
|
static JobShapeSummary.ShapeSeries |
JobShapeSummary.ShapeSeries.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobShapeSummary.ShapeSeries[] |
JobShapeSummary.ShapeSeries.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JobShapeSummary.Builder |
JobShapeSummary.Builder.shapeSeries(JobShapeSummary.ShapeSeries shapeSeries)
The family that the compute shape belongs to.
|
Constructor and Description |
---|
JobShapeSummary(String name,
Integer coreCount,
Integer memoryInGBs,
JobShapeSummary.ShapeSeries shapeSeries)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.