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.
12255 12256 12257 12258 12259 12260 12261 12262 12263 12264 12265 12266 12267 12268 12269 12270 12271 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12255 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.
12255 12256 12257 12258 12259 12260 12261 12262 12263 12264 12265 12266 12267 12268 12269 12270 12271 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12255 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.
12255 12256 12257 12258 12259 12260 12261 12262 12263 12264 12265 12266 12267 12268 12269 12270 12271 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12255 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.
12255 12256 12257 12258 12259 12260 12261 12262 12263 12264 12265 12266 12267 12268 12269 12270 12271 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12255 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.
12255 12256 12257 12258 12259 12260 12261 12262 12263 12264 12265 12266 12267 12268 12269 12270 12271 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12255 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.
12255 12256 12257 12258 12259 12260 12261 12262 12263 12264 12265 12266 12267 12268 12269 12270 12271 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12255 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.
12255 12256 12257 12258 12259 12260 12261 12262 12263 12264 12265 12266 12267 12268 12269 12270 12271 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12255 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.
12255 12256 12257 12258 12259 12260 12261 12262 12263 12264 12265 12266 12267 12268 12269 12270 12271 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12255 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.
12255 12256 12257 12258 12259 12260 12261 12262 12263 12264 12265 12266 12267 12268 12269 12270 12271 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12255 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.
12255 12256 12257 12258 12259 12260 12261 12262 12263 12264 12265 12266 12267 12268 12269 12270 12271 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12255 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.
12255 12256 12257 12258 12259 12260 12261 12262 12263 12264 12265 12266 12267 12268 12269 12270 12271 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12255 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.
12255 12256 12257 12258 12259 12260 12261 12262 12263 12264 12265 12266 12267 12268 12269 12270 12271 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12255 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.
12255 12256 12257 12258 12259 12260 12261 12262 12263 12264 12265 12266 12267 12268 12269 12270 12271 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12255 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 |