Interface ClusterEbsVolumeConfig.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ClusterEbsVolumeConfig.Builder,ClusterEbsVolumeConfig>
,SdkBuilder<ClusterEbsVolumeConfig.Builder,ClusterEbsVolumeConfig>
,SdkPojo
- Enclosing class:
- ClusterEbsVolumeConfig
public static interface ClusterEbsVolumeConfig.Builder extends SdkPojo, CopyableBuilder<ClusterEbsVolumeConfig.Builder,ClusterEbsVolumeConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClusterEbsVolumeConfig.Builder
volumeSizeInGB(Integer volumeSizeInGB)
The size in gigabytes (GB) of the additional EBS volume to be attached to the instances in the SageMaker HyperPod cluster instance group.-
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
-
volumeSizeInGB
ClusterEbsVolumeConfig.Builder volumeSizeInGB(Integer volumeSizeInGB)
The size in gigabytes (GB) of the additional EBS volume to be attached to the instances in the SageMaker HyperPod cluster instance group. The additional EBS volume is attached to each instance within the SageMaker HyperPod cluster instance group and mounted to
/opt/sagemaker
.- Parameters:
volumeSizeInGB
- The size in gigabytes (GB) of the additional EBS volume to be attached to the instances in the SageMaker HyperPod cluster instance group. The additional EBS volume is attached to each instance within the SageMaker HyperPod cluster instance group and mounted to/opt/sagemaker
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-