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 AI Studio Lifecycle Configuration script.
 - 
  
    
      #studio_lifecycle_config_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Amazon SageMaker AI 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.
      10053 10054 10055 10056 10057 10058 10059 10060  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 10053 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 AI Studio Lifecycle Configuration script. This content must be base64 encoded.
      10053 10054 10055 10056 10057 10058 10059 10060  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 10053 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 AI Studio Lifecycle Configuration to create.
      10053 10054 10055 10056 10057 10058 10059 10060  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 10053 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.
      10053 10054 10055 10056 10057 10058 10059 10060  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 10053 class CreateStudioLifecycleConfigRequest < Struct.new( :studio_lifecycle_config_name, :studio_lifecycle_config_content, :studio_lifecycle_config_app_type, :tags) SENSITIVE = [] include Aws::Structure end  |