Module: Aws::SageMaker::Client::_DescribeImageResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeImageResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #display_name ⇒ ::String
- #failure_reason ⇒ ::String
- #image_arn ⇒ ::String
- #image_name ⇒ ::String
- #image_status ⇒ "CREATING", ...
- #last_modified_time ⇒ ::Time
- #role_arn ⇒ ::String
Instance Method Details
#creation_time ⇒ ::Time
4292 |
# File 'sig/client.rbs', line 4292
def creation_time: () -> ::Time
|
#description ⇒ ::String
4293 |
# File 'sig/client.rbs', line 4293
def description: () -> ::String
|
#display_name ⇒ ::String
4294 |
# File 'sig/client.rbs', line 4294
def display_name: () -> ::String
|
#failure_reason ⇒ ::String
4295 |
# File 'sig/client.rbs', line 4295
def failure_reason: () -> ::String
|
#image_arn ⇒ ::String
4296 |
# File 'sig/client.rbs', line 4296
def image_arn: () -> ::String
|
#image_name ⇒ ::String
4297 |
# File 'sig/client.rbs', line 4297
def image_name: () -> ::String
|
#image_status ⇒ "CREATING", ...
4298 |
# File 'sig/client.rbs', line 4298
def image_status: () -> ("CREATING" | "CREATED" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED")
|
#last_modified_time ⇒ ::Time
4299 |
# File 'sig/client.rbs', line 4299
def last_modified_time: () -> ::Time
|
#role_arn ⇒ ::String
4300 |
# File 'sig/client.rbs', line 4300
def role_arn: () -> ::String
|