Class CfnCluster.ClusterLifeCycleConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnCluster.ClusterLifeCycleConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCluster.ClusterLifeCycleConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCluster.ClusterLifeCycleConfigProperty
@Stability(Stable)
@Internal
public static final class CfnCluster.ClusterLifeCycleConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCluster.ClusterLifeCycleConfigProperty
An implementation for
CfnCluster.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.services.sagemaker.CfnCluster.ClusterLifeCycleConfigProperty
CfnCluster.ClusterLifeCycleConfigProperty.Builder, CfnCluster.ClusterLifeCycleConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCluster.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 theCfnCluster.ClusterLifeCycleConfigProperty.Builder.
-
-
Method Details
-
getOnCreate
Description copied from interface:CfnCluster.ClusterLifeCycleConfigPropertyThe file name of the entrypoint script of lifecycle scripts underSourceS3Uri.This entrypoint script runs during cluster creation.
- Specified by:
getOnCreatein interfaceCfnCluster.ClusterLifeCycleConfigProperty- See Also:
-
getOnInitComplete
Description copied from interface:CfnCluster.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 interfaceCfnCluster.ClusterLifeCycleConfigProperty- See Also:
-
getSourceS3Uri
Description copied from interface:CfnCluster.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 interfaceCfnCluster.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()
-