Values_0.ClusterLifeCycleConfigSourceThe lifecycle configuration for a SageMaker HyperPod cluster.
type nonrec t = {sourceS3Uri : S3Uri.t option;An 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 managed AmazonSageMakerClusterInstanceRolePolicy attached, which allows access to S3 buckets with the specific prefix sagemaker-.
*)onCreate : ClusterLifeCycleConfigFileName.t option;The file name of the entrypoint script of lifecycle scripts under SourceS3Uri. This entrypoint script runs during cluster creation.
*)onInitComplete : ClusterLifeCycleConfigFileName.t option;The file name of the entrypoint script of lifecycle scripts under SourceS3Uri. This script runs on the node after the AMI-based initialization is complete.
*)}