Class: Aws::SageMaker::Types::CreateStudioLifecycleConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateStudioLifecycleConfigRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#studio_lifecycle_config_app_type ⇒ String
The App type that the Lifecycle Configuration is attached to.
-
#studio_lifecycle_config_content ⇒ String
The content of your Amazon SageMaker Studio Lifecycle Configuration script.
-
#studio_lifecycle_config_name ⇒ String
The name of the Amazon SageMaker Studio Lifecycle Configuration to create.
-
#tags ⇒ Array<Types::Tag>
Tags to be associated with the Lifecycle Configuration.
Instance Attribute Details
#studio_lifecycle_config_app_type ⇒ String
The App type that the Lifecycle Configuration is attached to.
9514 9515 9516 9517 9518 9519 9520 9521 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9514 class CreateStudioLifecycleConfigRequest < Struct.new( :studio_lifecycle_config_name, :studio_lifecycle_config_content, :studio_lifecycle_config_app_type, :tags) SENSITIVE = [] include Aws::Structure end |
#studio_lifecycle_config_content ⇒ String
The content of your Amazon SageMaker Studio Lifecycle Configuration script. This content must be base64 encoded.
9514 9515 9516 9517 9518 9519 9520 9521 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9514 class CreateStudioLifecycleConfigRequest < Struct.new( :studio_lifecycle_config_name, :studio_lifecycle_config_content, :studio_lifecycle_config_app_type, :tags) SENSITIVE = [] include Aws::Structure end |
#studio_lifecycle_config_name ⇒ String
The name of the Amazon SageMaker Studio Lifecycle Configuration to create.
9514 9515 9516 9517 9518 9519 9520 9521 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9514 class CreateStudioLifecycleConfigRequest < Struct.new( :studio_lifecycle_config_name, :studio_lifecycle_config_content, :studio_lifecycle_config_app_type, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Tags to be associated with the Lifecycle Configuration. Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags are searchable using the Search API.
9514 9515 9516 9517 9518 9519 9520 9521 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9514 class CreateStudioLifecycleConfigRequest < Struct.new( :studio_lifecycle_config_name, :studio_lifecycle_config_content, :studio_lifecycle_config_app_type, :tags) SENSITIVE = [] include Aws::Structure end |