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