Module: Aws::SageMaker::Client::_DescribeActionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeActionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #action_arn ⇒ ::String
- #action_name ⇒ ::String
- #action_type ⇒ ::String
- #created_by ⇒ Types::UserContext
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #last_modified_by ⇒ Types::UserContext
- #last_modified_time ⇒ ::Time
- #lineage_group_arn ⇒ ::String
- #metadata_properties ⇒ Types::MetadataProperties
- #properties ⇒ ::Hash[::String, ::String]
- #source ⇒ Types::ActionSource
- #status ⇒ "Unknown", ...
Instance Method Details
#action_arn ⇒ ::String
3609 |
# File 'sig/client.rbs', line 3609 def action_arn: () -> ::String |
#action_name ⇒ ::String
3608 |
# File 'sig/client.rbs', line 3608 def action_name: () -> ::String |
#action_type ⇒ ::String
3611 |
# File 'sig/client.rbs', line 3611 def action_type: () -> ::String |
#created_by ⇒ Types::UserContext
3616 |
# File 'sig/client.rbs', line 3616 def created_by: () -> Types::UserContext |
#creation_time ⇒ ::Time
3615 |
# File 'sig/client.rbs', line 3615 def creation_time: () -> ::Time |
#description ⇒ ::String
3612 |
# File 'sig/client.rbs', line 3612 def description: () -> ::String |
#last_modified_by ⇒ Types::UserContext
3618 |
# File 'sig/client.rbs', line 3618 def last_modified_by: () -> Types::UserContext |
#last_modified_time ⇒ ::Time
3617 |
# File 'sig/client.rbs', line 3617 def last_modified_time: () -> ::Time |
#lineage_group_arn ⇒ ::String
3620 |
# File 'sig/client.rbs', line 3620 def lineage_group_arn: () -> ::String |
#metadata_properties ⇒ Types::MetadataProperties
3619 |
# File 'sig/client.rbs', line 3619 def metadata_properties: () -> Types::MetadataProperties |
#properties ⇒ ::Hash[::String, ::String]
3614 |
# File 'sig/client.rbs', line 3614 def properties: () -> ::Hash[::String, ::String] |
#source ⇒ Types::ActionSource
3610 |
# File 'sig/client.rbs', line 3610 def source: () -> Types::ActionSource |
#status ⇒ "Unknown", ...
3613 |
# File 'sig/client.rbs', line 3613 def status: () -> ("Unknown" | "InProgress" | "Completed" | "Failed" | "Stopping" | "Stopped") |