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.
12294 12295 12296 12297 12298 12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12294 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.
12294 12295 12296 12297 12298 12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12294 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.
12294 12295 12296 12297 12298 12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12294 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.
12294 12295 12296 12297 12298 12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12294 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.
12294 12295 12296 12297 12298 12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12294 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.
12294 12295 12296 12297 12298 12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12294 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.
12294 12295 12296 12297 12298 12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12294 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.
12294 12295 12296 12297 12298 12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12294 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.
12294 12295 12296 12297 12298 12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12294 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.
12294 12295 12296 12297 12298 12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12294 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.
12294 12295 12296 12297 12298 12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12294 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.
12294 12295 12296 12297 12298 12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12294 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.
12294 12295 12296 12297 12298 12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12294 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 |