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
3581 |
# File 'sig/client.rbs', line 3581
def action_arn: () -> ::String
|
#action_name ⇒ ::String
3580 |
# File 'sig/client.rbs', line 3580
def action_name: () -> ::String
|
#action_type ⇒ ::String
3583 |
# File 'sig/client.rbs', line 3583
def action_type: () -> ::String
|
#created_by ⇒ Types::UserContext
3588 |
# File 'sig/client.rbs', line 3588
def created_by: () -> Types::UserContext
|
#creation_time ⇒ ::Time
3587 |
# File 'sig/client.rbs', line 3587
def creation_time: () -> ::Time
|
#description ⇒ ::String
3584 |
# File 'sig/client.rbs', line 3584
def description: () -> ::String
|
#last_modified_by ⇒ Types::UserContext
3590 |
# File 'sig/client.rbs', line 3590
def last_modified_by: () -> Types::UserContext
|
#last_modified_time ⇒ ::Time
3589 |
# File 'sig/client.rbs', line 3589
def last_modified_time: () -> ::Time
|
#lineage_group_arn ⇒ ::String
3592 |
# File 'sig/client.rbs', line 3592
def lineage_group_arn: () -> ::String
|
#metadata_properties ⇒ Types::MetadataProperties
3591 |
# File 'sig/client.rbs', line 3591
def metadata_properties: () -> Types::MetadataProperties
|
#properties ⇒ ::Hash[::String, ::String]
3586 |
# File 'sig/client.rbs', line 3586
def properties: () -> ::Hash[::String, ::String]
|
#source ⇒ Types::ActionSource
3582 |
# File 'sig/client.rbs', line 3582
def source: () -> Types::ActionSource
|
#status ⇒ "Unknown", ...
3585 |
# File 'sig/client.rbs', line 3585
def status: () -> ("Unknown" | "InProgress" | "Completed" | "Failed" | "Stopping" | "Stopped")
|