Class: Aws::SageMaker::Types::CreateActionRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CreateActionRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #action_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the action.
 - 
  
    
      #action_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The action type.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the action.
 - 
  
    
      #metadata_properties  ⇒ Types::MetadataProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Metadata properties of the tracking entity, trial, or trial component.
 - 
  
    
      #properties  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of properties to add to the action.
 - 
  
    
      #source  ⇒ Types::ActionSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The source type, ID, and URI.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the action.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of tags to apply to the action.
 
Instance Attribute Details
#action_name ⇒ String
The name of the action. Must be unique to your account in an Amazon Web Services Region.
      5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 5643 class CreateActionRequest < Struct.new( :action_name, :source, :action_type, :description, :status, :properties, :metadata_properties, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#action_type ⇒ String
The action type.
      5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 5643 class CreateActionRequest < Struct.new( :action_name, :source, :action_type, :description, :status, :properties, :metadata_properties, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
The description of the action.
      5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 5643 class CreateActionRequest < Struct.new( :action_name, :source, :action_type, :description, :status, :properties, :metadata_properties, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#metadata_properties ⇒ Types::MetadataProperties
Metadata properties of the tracking entity, trial, or trial component.
      5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 5643 class CreateActionRequest < Struct.new( :action_name, :source, :action_type, :description, :status, :properties, :metadata_properties, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#properties ⇒ Hash<String,String>
A list of properties to add to the action.
      5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 5643 class CreateActionRequest < Struct.new( :action_name, :source, :action_type, :description, :status, :properties, :metadata_properties, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#source ⇒ Types::ActionSource
The source type, ID, and URI.
      5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 5643 class CreateActionRequest < Struct.new( :action_name, :source, :action_type, :description, :status, :properties, :metadata_properties, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the action.
      5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 5643 class CreateActionRequest < Struct.new( :action_name, :source, :action_type, :description, :status, :properties, :metadata_properties, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
A list of tags to apply to the action.
      5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 5643 class CreateActionRequest < Struct.new( :action_name, :source, :action_type, :description, :status, :properties, :metadata_properties, :tags) SENSITIVE = [] include Aws::Structure end  |