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