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 ModelDeploymentShapeSummarybuild()ModelDeploymentShapeSummary.Buildercopy(ModelDeploymentShapeSummary model)ModelDeploymentShapeSummary.BuildercoreCount(Integer coreCount)The number of cores associated with this model deployment shape.ModelDeploymentShapeSummary.BuildermemoryInGBs(Integer memoryInGBs)The amount of memory in GBs associated with this model deployment shape.ModelDeploymentShapeSummary.Buildername(String name)The name of the model deployment shape.ModelDeploymentShapeSummary.BuildershapeSeries(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)
 
 - 
 
 -