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
4248 |
# File 'sig/client.rbs', line 4248
def creation_time: () -> ::Time
|
#description ⇒ ::String
4249 |
# File 'sig/client.rbs', line 4249
def description: () -> ::String
|
#display_name ⇒ ::String
4250 |
# File 'sig/client.rbs', line 4250
def display_name: () -> ::String
|
#failure_reason ⇒ ::String
4251 |
# File 'sig/client.rbs', line 4251
def failure_reason: () -> ::String
|
#image_arn ⇒ ::String
4252 |
# File 'sig/client.rbs', line 4252
def image_arn: () -> ::String
|
#image_name ⇒ ::String
4253 |
# File 'sig/client.rbs', line 4253
def image_name: () -> ::String
|
#image_status ⇒ "CREATING", ...
4254 |
# File 'sig/client.rbs', line 4254
def image_status: () -> ("CREATING" | "CREATED" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED")
|
#last_modified_time ⇒ ::Time
4255 |
# File 'sig/client.rbs', line 4255
def last_modified_time: () -> ::Time
|
#role_arn ⇒ ::String
4256 |
# File 'sig/client.rbs', line 4256
def role_arn: () -> ::String
|