Package com.oracle.bmc.datascience.model
Class ModelDeploymentShapeSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.datascience.model.ModelDeploymentShapeSummary.Builder
-
- Enclosing class:
- ModelDeploymentShapeSummary
public static class ModelDeploymentShapeSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelDeploymentShapeSummary
build()
ModelDeploymentShapeSummary.Builder
copy(ModelDeploymentShapeSummary model)
ModelDeploymentShapeSummary.Builder
coreCount(Integer coreCount)
The number of cores associated with this model deployment shape.ModelDeploymentShapeSummary.Builder
memoryInGBs(Integer memoryInGBs)
The amount of memory in GBs associated with this model deployment shape.ModelDeploymentShapeSummary.Builder
name(String name)
The name of the model deployment shape.ModelDeploymentShapeSummary.Builder
shapeSeries(ModelDeploymentShapeSeries shapeSeries)
The family that the compute shape belongs to.
-
-
-
Method Detail
-
name
public ModelDeploymentShapeSummary.Builder name(String name)
The name of the model deployment shape.- Parameters:
name
- the value to set- Returns:
- this builder
-
coreCount
public ModelDeploymentShapeSummary.Builder coreCount(Integer coreCount)
The number of cores associated with this model deployment shape.- Parameters:
coreCount
- the value to set- Returns:
- this builder
-
memoryInGBs
public ModelDeploymentShapeSummary.Builder memoryInGBs(Integer memoryInGBs)
The amount of memory in GBs associated with this model deployment shape.- Parameters:
memoryInGBs
- the value to set- Returns:
- this builder
-
shapeSeries
public ModelDeploymentShapeSummary.Builder shapeSeries(ModelDeploymentShapeSeries shapeSeries)
The family that the compute shape belongs to.- Parameters:
shapeSeries
- the value to set- Returns:
- this builder
-
build
public ModelDeploymentShapeSummary build()
-
copy
public ModelDeploymentShapeSummary.Builder copy(ModelDeploymentShapeSummary model)
-
-