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.
12182 12183 12184 12185 12186 12187 12188 12189 12190 12191 12192 12193 12194 12195 12196 12197 12198 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12182 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.
12182 12183 12184 12185 12186 12187 12188 12189 12190 12191 12192 12193 12194 12195 12196 12197 12198 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12182 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.
12182 12183 12184 12185 12186 12187 12188 12189 12190 12191 12192 12193 12194 12195 12196 12197 12198 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12182 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.
12182 12183 12184 12185 12186 12187 12188 12189 12190 12191 12192 12193 12194 12195 12196 12197 12198 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12182 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.
12182 12183 12184 12185 12186 12187 12188 12189 12190 12191 12192 12193 12194 12195 12196 12197 12198 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12182 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.
12182 12183 12184 12185 12186 12187 12188 12189 12190 12191 12192 12193 12194 12195 12196 12197 12198 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12182 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.
12182 12183 12184 12185 12186 12187 12188 12189 12190 12191 12192 12193 12194 12195 12196 12197 12198 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12182 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.
12182 12183 12184 12185 12186 12187 12188 12189 12190 12191 12192 12193 12194 12195 12196 12197 12198 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12182 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.
12182 12183 12184 12185 12186 12187 12188 12189 12190 12191 12192 12193 12194 12195 12196 12197 12198 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12182 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.
12182 12183 12184 12185 12186 12187 12188 12189 12190 12191 12192 12193 12194 12195 12196 12197 12198 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12182 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.
12182 12183 12184 12185 12186 12187 12188 12189 12190 12191 12192 12193 12194 12195 12196 12197 12198 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12182 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.
12182 12183 12184 12185 12186 12187 12188 12189 12190 12191 12192 12193 12194 12195 12196 12197 12198 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12182 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.
12182 12183 12184 12185 12186 12187 12188 12189 12190 12191 12192 12193 12194 12195 12196 12197 12198 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12182 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 |