Interface ClusterInstanceStorageConfig.Builder

  • Method Details

    • ebsVolumeConfig

      Defines the configuration for attaching additional Amazon Elastic Block Store (EBS) volumes 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:
      ebsVolumeConfig - Defines the configuration for attaching additional Amazon Elastic Block Store (EBS) volumes 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.
    • ebsVolumeConfig

      Defines the configuration for attaching additional Amazon Elastic Block Store (EBS) volumes 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.

      This is a convenience method that creates an instance of the ClusterEbsVolumeConfig.Builder avoiding the need to create one manually via ClusterEbsVolumeConfig.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to ebsVolumeConfig(ClusterEbsVolumeConfig).

      Parameters:
      ebsVolumeConfig - a consumer that will call methods on ClusterEbsVolumeConfig.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: