Interface ComputeQuotaResourceConfig.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ComputeQuotaResourceConfig.Builder,ComputeQuotaResourceConfig>
,SdkBuilder<ComputeQuotaResourceConfig.Builder,ComputeQuotaResourceConfig>
,SdkPojo
- Enclosing class:
- ComputeQuotaResourceConfig
public static interface ComputeQuotaResourceConfig.Builder extends SdkPojo, CopyableBuilder<ComputeQuotaResourceConfig.Builder,ComputeQuotaResourceConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComputeQuotaResourceConfig.Builder
count(Integer count)
The number of instances to add to the instance group of a SageMaker HyperPod cluster.ComputeQuotaResourceConfig.Builder
instanceType(String instanceType)
The instance type of the instance group for the cluster.ComputeQuotaResourceConfig.Builder
instanceType(ClusterInstanceType instanceType)
The instance type of the instance group for the cluster.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
instanceType
ComputeQuotaResourceConfig.Builder instanceType(String instanceType)
The instance type of the instance group for the cluster.
- Parameters:
instanceType
- The instance type of the instance group for the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ClusterInstanceType
,ClusterInstanceType
-
instanceType
ComputeQuotaResourceConfig.Builder instanceType(ClusterInstanceType instanceType)
The instance type of the instance group for the cluster.
- Parameters:
instanceType
- The instance type of the instance group for the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ClusterInstanceType
,ClusterInstanceType
-
count
ComputeQuotaResourceConfig.Builder count(Integer count)
The number of instances to add to the instance group of a SageMaker HyperPod cluster.
- Parameters:
count
- The number of instances to add to the instance group of a SageMaker HyperPod cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-