public static class ModelDeploymentShapeSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public ModelDeploymentShapeSummary.Builder name(String name)
The name of the model deployment shape.
name
- the value to setpublic ModelDeploymentShapeSummary.Builder coreCount(Integer coreCount)
The number of cores associated with this model deployment shape.
coreCount
- the value to setpublic ModelDeploymentShapeSummary.Builder memoryInGBs(Integer memoryInGBs)
The amount of memory in GBs associated with this model deployment shape.
memoryInGBs
- the value to setpublic ModelDeploymentShapeSummary.Builder shapeSeries(ModelDeploymentShapeSeries shapeSeries)
The family that the compute shape belongs to.
shapeSeries
- the value to setpublic ModelDeploymentShapeSummary build()
public ModelDeploymentShapeSummary.Builder copy(ModelDeploymentShapeSummary model)
Copyright © 2016–2024. All rights reserved.