Class CfnClusterPropsMixin.ClusterLifeCycleConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnClusterPropsMixin.ClusterLifeCycleConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnClusterPropsMixin.ClusterLifeCycleConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClusterPropsMixin.ClusterLifeCycleConfigProperty
@Stability(Stable)
@Internal
public static final class CfnClusterPropsMixin.ClusterLifeCycleConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnClusterPropsMixin.ClusterLifeCycleConfigProperty
An implementation for
CfnClusterPropsMixin.ClusterLifeCycleConfigProperty-
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.cfnpropertymixins.services.sagemaker.CfnClusterPropsMixin.ClusterLifeCycleConfigProperty
CfnClusterPropsMixin.ClusterLifeCycleConfigProperty.Builder, CfnClusterPropsMixin.ClusterLifeCycleConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnClusterPropsMixin.ClusterLifeCycleConfigProperty.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 StringThe file name of the entrypoint script of lifecycle scripts underSourceS3Uri.final StringThe file name of the extension script under SourceS3Uri.final StringAn Amazon S3 bucket path where your lifecycle scripts are stored.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 theCfnClusterPropsMixin.ClusterLifeCycleConfigProperty.Builder.
-
-
Method Details
-
getOnCreate
Description copied from interface:CfnClusterPropsMixin.ClusterLifeCycleConfigPropertyThe file name of the entrypoint script of lifecycle scripts underSourceS3Uri.This entrypoint script runs during cluster creation.
- Specified by:
getOnCreatein interfaceCfnClusterPropsMixin.ClusterLifeCycleConfigProperty- See Also:
-
getOnInitComplete
Description copied from interface:CfnClusterPropsMixin.ClusterLifeCycleConfigPropertyThe file name of the extension script under SourceS3Uri.This script runs after HyperPod configures the default software on the instance. Mutually exclusive with OnCreate.
- Specified by:
getOnInitCompletein interfaceCfnClusterPropsMixin.ClusterLifeCycleConfigProperty- See Also:
-
getSourceS3Uri
Description copied from interface:CfnClusterPropsMixin.ClusterLifeCycleConfigPropertyAn Amazon S3 bucket path where your lifecycle scripts are stored.Make sure that the S3 bucket path starts with
s3://sagemaker-. The IAM role for SageMaker HyperPod has the managedAmazonSageMakerClusterInstanceRolePolicyattached, which allows access to S3 buckets with the specific prefixsagemaker-.- Specified by:
getSourceS3Uriin interfaceCfnClusterPropsMixin.ClusterLifeCycleConfigProperty- 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()
-