Class: Aws::SageMaker::Types::ActionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ActionSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Lists the properties of an action. An action represents an action or activity. Some examples are a workflow step and a model deployment. Generally, an action involves at least one input artifact or output artifact.
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.
-
#creation_time ⇒ Time
When the action was created.
-
#last_modified_time ⇒ Time
When the action was last modified.
-
#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.
72 73 74 75 76 77 78 79 80 81 82 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 72 class ActionSummary < Struct.new( :action_arn, :action_name, :source, :action_type, :status, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#action_name ⇒ String
The name of the action.
72 73 74 75 76 77 78 79 80 81 82 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 72 class ActionSummary < Struct.new( :action_arn, :action_name, :source, :action_type, :status, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#action_type ⇒ String
The type of the action.
72 73 74 75 76 77 78 79 80 81 82 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 72 class ActionSummary < Struct.new( :action_arn, :action_name, :source, :action_type, :status, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
When the action was created.
72 73 74 75 76 77 78 79 80 81 82 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 72 class ActionSummary < Struct.new( :action_arn, :action_name, :source, :action_type, :status, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
When the action was last modified.
72 73 74 75 76 77 78 79 80 81 82 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 72 class ActionSummary < Struct.new( :action_arn, :action_name, :source, :action_type, :status, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::ActionSource
The source of the action.
72 73 74 75 76 77 78 79 80 81 82 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 72 class ActionSummary < Struct.new( :action_arn, :action_name, :source, :action_type, :status, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the action.
72 73 74 75 76 77 78 79 80 81 82 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 72 class ActionSummary < Struct.new( :action_arn, :action_name, :source, :action_type, :status, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |