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
Modifier and TypeMethodDescriptionThe number of instances to add to the instance group of a SageMaker HyperPod cluster.instanceType(String instanceType) The instance type of the instance group for the cluster.instanceType(ClusterInstanceType instanceType) The instance type of the instance group for the cluster.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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:
-
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:
-
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.
-