Class: Aws::SageMaker::Types::ClusterLifeCycleConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ClusterLifeCycleConfig
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The LifeCycle configuration for a SageMaker HyperPod cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#on_create ⇒ String
The directory of the LifeCycle script under ‘SourceS3Uri`.
-
#source_s3_uri ⇒ String
An Amazon S3 bucket path where your LifeCycle scripts are stored.
Instance Attribute Details
#on_create ⇒ String
The directory of the LifeCycle script under ‘SourceS3Uri`. This LifeCycle script runs during cluster creation.
4071 4072 4073 4074 4075 4076 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4071 class ClusterLifeCycleConfig < Struct.new( :source_s3_uri, :on_create) SENSITIVE = [] include Aws::Structure end |
#source_s3_uri ⇒ String
An Amazon S3 bucket path where your LifeCycle scripts are stored.
4071 4072 4073 4074 4075 4076 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4071 class ClusterLifeCycleConfig < Struct.new( :source_s3_uri, :on_create) SENSITIVE = [] include Aws::Structure end |