Interface ClusterEbsVolumeConfig.Builder

    • 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.