ClusterInstanceStorageConfig
Defines the configuration for attaching additional storage to the instances in the SageMaker HyperPod cluster instance group. To learn more, see SageMaker HyperPod release notes: June 20, 2024.
Inheritors
Types
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
.
Functions
Casts this ClusterInstanceStorageConfig as a EbsVolumeConfig and retrieves its aws.sdk.kotlin.services.sagemaker.model.ClusterEbsVolumeConfig value. Throws an exception if the ClusterInstanceStorageConfig is not a EbsVolumeConfig.
Casts this ClusterInstanceStorageConfig as a EbsVolumeConfig and retrieves its aws.sdk.kotlin.services.sagemaker.model.ClusterEbsVolumeConfig value. Returns null if the ClusterInstanceStorageConfig is not a EbsVolumeConfig.