Class: Aws::SageMaker::Types::ClusterLifeCycleConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#on_createString

The directory of the LifeCycle script under ‘SourceS3Uri`. This LifeCycle script runs during cluster creation.

Returns:

  • (String)


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_uriString

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

Returns:

  • (String)


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