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
3565 |
# File 'sig/client.rbs', line 3565
def action_arn: () -> ::String
|
#action_name ⇒ ::String
3564 |
# File 'sig/client.rbs', line 3564
def action_name: () -> ::String
|
#action_type ⇒ ::String
3567 |
# File 'sig/client.rbs', line 3567
def action_type: () -> ::String
|
#created_by ⇒ Types::UserContext
3572 |
# File 'sig/client.rbs', line 3572
def created_by: () -> Types::UserContext
|
#creation_time ⇒ ::Time
3571 |
# File 'sig/client.rbs', line 3571
def creation_time: () -> ::Time
|
#description ⇒ ::String
3568 |
# File 'sig/client.rbs', line 3568
def description: () -> ::String
|
#last_modified_by ⇒ Types::UserContext
3574 |
# File 'sig/client.rbs', line 3574
def last_modified_by: () -> Types::UserContext
|
#last_modified_time ⇒ ::Time
3573 |
# File 'sig/client.rbs', line 3573
def last_modified_time: () -> ::Time
|
#lineage_group_arn ⇒ ::String
3576 |
# File 'sig/client.rbs', line 3576
def lineage_group_arn: () -> ::String
|
#metadata_properties ⇒ Types::MetadataProperties
3575 |
# File 'sig/client.rbs', line 3575
def metadata_properties: () -> Types::MetadataProperties
|
#properties ⇒ ::Hash[::String, ::String]
3570 |
# File 'sig/client.rbs', line 3570
def properties: () -> ::Hash[::String, ::String]
|
#source ⇒ Types::ActionSource
3566 |
# File 'sig/client.rbs', line 3566
def source: () -> Types::ActionSource
|
#status ⇒ "Unknown", ...
3569 |
# File 'sig/client.rbs', line 3569
def status: () -> ("Unknown" | "InProgress" | "Completed" | "Failed" | "Stopping" | "Stopped")
|