Uses of Class
com.oracle.bmc.datascience.model.ComputeTargetShapeSeries
-
Packages that use ComputeTargetShapeSeries Package Description com.oracle.bmc.datascience.model -
-
Uses of ComputeTargetShapeSeries in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return ComputeTargetShapeSeries Modifier and Type Method Description static ComputeTargetShapeSeriesComputeTargetShapeSeries. create(String key)ComputeTargetShapeSeriesComputeTargetShapeSummary. getShapeSeries()The family that the compute shape belongs to.static ComputeTargetShapeSeriesComputeTargetShapeSeries. valueOf(String name)Returns the enum constant of this type with the specified name.static ComputeTargetShapeSeries[]ComputeTargetShapeSeries. 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 ComputeTargetShapeSeries Modifier and Type Method Description ComputeTargetShapeSummary.BuilderComputeTargetShapeSummary.Builder. shapeSeries(ComputeTargetShapeSeries shapeSeries)The family that the compute shape belongs to.Constructors in com.oracle.bmc.datascience.model with parameters of type ComputeTargetShapeSeries Constructor Description ComputeTargetShapeSummary(String name, Integer coreCount, Integer memoryInGBs, ComputeTargetShapeSeries shapeSeries)Deprecated.
-