Class ClusterEbsVolumeConfig
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.ClusterEbsVolumeConfig
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ClusterEbsVolumeConfig.Builder,ClusterEbsVolumeConfig>
@Generated("software.amazon.awssdk:codegen") public final class ClusterEbsVolumeConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClusterEbsVolumeConfig.Builder,ClusterEbsVolumeConfig>
Defines the configuration for attaching an additional Amazon Elastic Block Store (EBS) volume to each instance of the SageMaker HyperPod cluster instance group. To learn more, see SageMaker HyperPod release notes: June 20, 2024.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ClusterEbsVolumeConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClusterEbsVolumeConfig.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends ClusterEbsVolumeConfig.Builder>
serializableBuilderClass()
ClusterEbsVolumeConfig.Builder
toBuilder()
String
toString()
Returns a string representation of this object.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 class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
volumeSizeInGB
public final 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
.- Returns:
- 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
.
-
toBuilder
public ClusterEbsVolumeConfig.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<ClusterEbsVolumeConfig.Builder,ClusterEbsVolumeConfig>
-
builder
public static ClusterEbsVolumeConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends ClusterEbsVolumeConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-