Interface CfnCluster.ClusterEbsVolumeConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCluster.ClusterEbsVolumeConfigProperty.Jsii$Proxy
- Enclosing class:
CfnCluster
To learn more, see SageMaker HyperPod release notes: June 20, 2024 .
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.sagemaker.*; ClusterEbsVolumeConfigProperty clusterEbsVolumeConfigProperty = ClusterEbsVolumeConfigProperty.builder() .volumeSizeInGb(123) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnCluster.ClusterEbsVolumeConfigProperty
static final class
An implementation forCfnCluster.ClusterEbsVolumeConfigProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getVolumeSizeInGb
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
.- See Also:
-
builder
-