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
4269 |
# File 'sig/client.rbs', line 4269
def creation_time: () -> ::Time
|
#description ⇒ ::String
4270 |
# File 'sig/client.rbs', line 4270
def description: () -> ::String
|
#display_name ⇒ ::String
4271 |
# File 'sig/client.rbs', line 4271
def display_name: () -> ::String
|
#failure_reason ⇒ ::String
4272 |
# File 'sig/client.rbs', line 4272
def failure_reason: () -> ::String
|
#image_arn ⇒ ::String
4273 |
# File 'sig/client.rbs', line 4273
def image_arn: () -> ::String
|
#image_name ⇒ ::String
4274 |
# File 'sig/client.rbs', line 4274
def image_name: () -> ::String
|
#image_status ⇒ "CREATING", ...
4275 |
# File 'sig/client.rbs', line 4275
def image_status: () -> ("CREATING" | "CREATED" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED")
|
#last_modified_time ⇒ ::Time
4276 |
# File 'sig/client.rbs', line 4276
def last_modified_time: () -> ::Time
|
#role_arn ⇒ ::String
4277 |
# File 'sig/client.rbs', line 4277
def role_arn: () -> ::String
|