Uses of Class
com.oracle.bmc.datascience.model.FastLaunchJobConfigSummary.ShapeSeries
-
Packages that use FastLaunchJobConfigSummary.ShapeSeries Package Description com.oracle.bmc.datascience.model -
-
Uses of FastLaunchJobConfigSummary.ShapeSeries in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return FastLaunchJobConfigSummary.ShapeSeries Modifier and Type Method 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.Methods in com.oracle.bmc.datascience.model with parameters of type FastLaunchJobConfigSummary.ShapeSeries Modifier and Type Method Description FastLaunchJobConfigSummary.Builder
FastLaunchJobConfigSummary.Builder. shapeSeries(FastLaunchJobConfigSummary.ShapeSeries shapeSeries)
The family that the compute shape belongs to.Constructors in com.oracle.bmc.datascience.model with parameters of type FastLaunchJobConfigSummary.ShapeSeries Constructor Description FastLaunchJobConfigSummary(String name, String shapeName, Integer coreCount, Integer memoryInGBs, FastLaunchJobConfigSummary.ShapeSeries shapeSeries, FastLaunchJobConfigSummary.ManagedEgressSupport managedEgressSupport)
Deprecated.
-