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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceClusterEbsVolumeConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClusterEbsVolumeConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ClusterEbsVolumeConfig.Builder>serializableBuilderClass()ClusterEbsVolumeConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.IntegervolumeSizeInGB()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:
toBuilderin 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:
equalsBySdkFieldsin 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.
-
-