Class CfnCluster.ClusterInstanceStorageConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnCluster.ClusterInstanceStorageConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCluster.ClusterInstanceStorageConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCluster.ClusterInstanceStorageConfigProperty
@Stability(Stable)
@Internal
public static final class CfnCluster.ClusterInstanceStorageConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCluster.ClusterInstanceStorageConfigProperty
An implementation for
CfnCluster.ClusterInstanceStorageConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnCluster.ClusterInstanceStorageConfigProperty
CfnCluster.ClusterInstanceStorageConfigProperty.Builder, CfnCluster.ClusterInstanceStorageConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCluster.ClusterInstanceStorageConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectDefines the configuration for attaching additional Amazon Elastic Block Store (EBS) volumes to the instances in the SageMaker HyperPod cluster instance group.final ObjectConfiguration for mounting an Amazon FSx Lustre file system to the instances in the SageMaker HyperPod cluster instance group.final ObjectConfiguration for mounting an Amazon FSx OpenZFS file system to the instances in the SageMaker HyperPod cluster instance group.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCluster.ClusterInstanceStorageConfigProperty.Builder.
-
-
Method Details
-
getEbsVolumeConfig
Description copied from interface:CfnCluster.ClusterInstanceStorageConfigPropertyDefines 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 union: either
IResolvableorCfnCluster.ClusterEbsVolumeConfigProperty- Specified by:
getEbsVolumeConfigin interfaceCfnCluster.ClusterInstanceStorageConfigProperty- See Also:
-
getFsxLustreConfig
Description copied from interface:CfnCluster.ClusterInstanceStorageConfigPropertyConfiguration for mounting an Amazon FSx Lustre file system to the instances in the SageMaker HyperPod cluster instance group.Returns union: either
IResolvableorCfnCluster.ClusterFsxLustreConfigProperty- Specified by:
getFsxLustreConfigin interfaceCfnCluster.ClusterInstanceStorageConfigProperty- See Also:
-
getFsxOpenZfsConfig
Description copied from interface:CfnCluster.ClusterInstanceStorageConfigPropertyConfiguration for mounting an Amazon FSx OpenZFS file system to the instances in the SageMaker HyperPod cluster instance group.Returns union: either
IResolvableorCfnCluster.ClusterFsxOpenZfsConfigProperty- Specified by:
getFsxOpenZfsConfigin interfaceCfnCluster.ClusterInstanceStorageConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-