ClusterLifeCycleConfig

data class ClusterLifeCycleConfig(val onCreate: String, val sourceS3Uri: String)

The lifecycle configuration for a SageMaker HyperPod cluster.

Constructors

Link copied to clipboard
constructor(onCreate: String, sourceS3Uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The file name of the entrypoint script of lifecycle scripts under SourceS3Uri. This entrypoint script runs during cluster creation.

Link copied to clipboard

An Amazon S3 bucket path where your lifecycle scripts are stored.