Class: Aws::SageMaker::Types::DescribeActionResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::DescribeActionResponse
 
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #action_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the action. 
- 
  
    
      #action_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the action. 
- 
  
    
      #action_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of the action. 
- 
  
    
      #created_by  ⇒ Types::UserContext 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card. 
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    When the action was created. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The description of the action. 
- 
  
    
      #last_modified_by  ⇒ Types::UserContext 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card. 
- 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    When the action was last modified. 
- 
  
    
      #lineage_group_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the lineage group. 
- 
  
    
      #metadata_properties  ⇒ Types::MetadataProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Metadata properties of the tracking entity, trial, or trial component. 
- 
  
    
      #properties  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of the action’s properties. 
- 
  
    
      #source  ⇒ Types::ActionSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The source of the action. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status of the action. 
Instance Attribute Details
#action_arn ⇒ String
The Amazon Resource Name (ARN) of the action.
| 12110 12111 12112 12113 12114 12115 12116 12117 12118 12119 12120 12121 12122 12123 12124 12125 12126 | # File 'lib/aws-sdk-sagemaker/types.rb', line 12110 class DescribeActionResponse < Struct.new( :action_name, :action_arn, :source, :action_type, :description, :status, :properties, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties, :lineage_group_arn) SENSITIVE = [] include Aws::Structure end | 
#action_name ⇒ String
The name of the action.
| 12110 12111 12112 12113 12114 12115 12116 12117 12118 12119 12120 12121 12122 12123 12124 12125 12126 | # File 'lib/aws-sdk-sagemaker/types.rb', line 12110 class DescribeActionResponse < Struct.new( :action_name, :action_arn, :source, :action_type, :description, :status, :properties, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties, :lineage_group_arn) SENSITIVE = [] include Aws::Structure end | 
#action_type ⇒ String
The type of the action.
| 12110 12111 12112 12113 12114 12115 12116 12117 12118 12119 12120 12121 12122 12123 12124 12125 12126 | # File 'lib/aws-sdk-sagemaker/types.rb', line 12110 class DescribeActionResponse < Struct.new( :action_name, :action_arn, :source, :action_type, :description, :status, :properties, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties, :lineage_group_arn) SENSITIVE = [] include Aws::Structure end | 
#created_by ⇒ Types::UserContext
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
| 12110 12111 12112 12113 12114 12115 12116 12117 12118 12119 12120 12121 12122 12123 12124 12125 12126 | # File 'lib/aws-sdk-sagemaker/types.rb', line 12110 class DescribeActionResponse < Struct.new( :action_name, :action_arn, :source, :action_type, :description, :status, :properties, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties, :lineage_group_arn) SENSITIVE = [] include Aws::Structure end | 
#creation_time ⇒ Time
When the action was created.
| 12110 12111 12112 12113 12114 12115 12116 12117 12118 12119 12120 12121 12122 12123 12124 12125 12126 | # File 'lib/aws-sdk-sagemaker/types.rb', line 12110 class DescribeActionResponse < Struct.new( :action_name, :action_arn, :source, :action_type, :description, :status, :properties, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties, :lineage_group_arn) SENSITIVE = [] include Aws::Structure end | 
#description ⇒ String
The description of the action.
| 12110 12111 12112 12113 12114 12115 12116 12117 12118 12119 12120 12121 12122 12123 12124 12125 12126 | # File 'lib/aws-sdk-sagemaker/types.rb', line 12110 class DescribeActionResponse < Struct.new( :action_name, :action_arn, :source, :action_type, :description, :status, :properties, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties, :lineage_group_arn) SENSITIVE = [] include Aws::Structure end | 
#last_modified_by ⇒ Types::UserContext
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
| 12110 12111 12112 12113 12114 12115 12116 12117 12118 12119 12120 12121 12122 12123 12124 12125 12126 | # File 'lib/aws-sdk-sagemaker/types.rb', line 12110 class DescribeActionResponse < Struct.new( :action_name, :action_arn, :source, :action_type, :description, :status, :properties, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties, :lineage_group_arn) SENSITIVE = [] include Aws::Structure end | 
#last_modified_time ⇒ Time
When the action was last modified.
| 12110 12111 12112 12113 12114 12115 12116 12117 12118 12119 12120 12121 12122 12123 12124 12125 12126 | # File 'lib/aws-sdk-sagemaker/types.rb', line 12110 class DescribeActionResponse < Struct.new( :action_name, :action_arn, :source, :action_type, :description, :status, :properties, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties, :lineage_group_arn) SENSITIVE = [] include Aws::Structure end | 
#lineage_group_arn ⇒ String
The Amazon Resource Name (ARN) of the lineage group.
| 12110 12111 12112 12113 12114 12115 12116 12117 12118 12119 12120 12121 12122 12123 12124 12125 12126 | # File 'lib/aws-sdk-sagemaker/types.rb', line 12110 class DescribeActionResponse < Struct.new( :action_name, :action_arn, :source, :action_type, :description, :status, :properties, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties, :lineage_group_arn) SENSITIVE = [] include Aws::Structure end | 
#metadata_properties ⇒ Types::MetadataProperties
Metadata properties of the tracking entity, trial, or trial component.
| 12110 12111 12112 12113 12114 12115 12116 12117 12118 12119 12120 12121 12122 12123 12124 12125 12126 | # File 'lib/aws-sdk-sagemaker/types.rb', line 12110 class DescribeActionResponse < Struct.new( :action_name, :action_arn, :source, :action_type, :description, :status, :properties, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties, :lineage_group_arn) SENSITIVE = [] include Aws::Structure end | 
#properties ⇒ Hash<String,String>
A list of the action’s properties.
| 12110 12111 12112 12113 12114 12115 12116 12117 12118 12119 12120 12121 12122 12123 12124 12125 12126 | # File 'lib/aws-sdk-sagemaker/types.rb', line 12110 class DescribeActionResponse < Struct.new( :action_name, :action_arn, :source, :action_type, :description, :status, :properties, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties, :lineage_group_arn) SENSITIVE = [] include Aws::Structure end | 
#source ⇒ Types::ActionSource
The source of the action.
| 12110 12111 12112 12113 12114 12115 12116 12117 12118 12119 12120 12121 12122 12123 12124 12125 12126 | # File 'lib/aws-sdk-sagemaker/types.rb', line 12110 class DescribeActionResponse < Struct.new( :action_name, :action_arn, :source, :action_type, :description, :status, :properties, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties, :lineage_group_arn) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ String
The status of the action.
| 12110 12111 12112 12113 12114 12115 12116 12117 12118 12119 12120 12121 12122 12123 12124 12125 12126 | # File 'lib/aws-sdk-sagemaker/types.rb', line 12110 class DescribeActionResponse < Struct.new( :action_name, :action_arn, :source, :action_type, :description, :status, :properties, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties, :lineage_group_arn) SENSITIVE = [] include Aws::Structure end |