Module: Aws::SageMaker::Client::_DescribeImageVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeImageVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #base_image ⇒ ::String
- #container_image ⇒ ::String
- #creation_time ⇒ ::Time
- #failure_reason ⇒ ::String
- #horovod ⇒ Boolean
- #image_arn ⇒ ::String
- #image_version_arn ⇒ ::String
- #image_version_status ⇒ "CREATING", ...
- #job_type ⇒ "TRAINING", ...
- #last_modified_time ⇒ ::Time
- #ml_framework ⇒ ::String
- #processor ⇒ "CPU", "GPU"
- #programming_lang ⇒ ::String
- #release_notes ⇒ ::String
- #vendor_guidance ⇒ "NOT_PROVIDED", ...
- #version ⇒ ::Integer
Instance Method Details
#base_image ⇒ ::String
4266 |
# File 'sig/client.rbs', line 4266
def base_image: () -> ::String
|
#container_image ⇒ ::String
4267 |
# File 'sig/client.rbs', line 4267
def container_image: () -> ::String
|
#creation_time ⇒ ::Time
4268 |
# File 'sig/client.rbs', line 4268
def creation_time: () -> ::Time
|
#failure_reason ⇒ ::String
4269 |
# File 'sig/client.rbs', line 4269
def failure_reason: () -> ::String
|
#horovod ⇒ Boolean
4280 |
# File 'sig/client.rbs', line 4280
def horovod: () -> bool
|
#image_arn ⇒ ::String
4270 |
# File 'sig/client.rbs', line 4270
def image_arn: () -> ::String
|
#image_version_arn ⇒ ::String
4271 |
# File 'sig/client.rbs', line 4271
def image_version_arn: () -> ::String
|
#image_version_status ⇒ "CREATING", ...
4272 |
# File 'sig/client.rbs', line 4272
def image_version_status: () -> ("CREATING" | "CREATED" | "CREATE_FAILED" | "DELETING" | "DELETE_FAILED")
|
#job_type ⇒ "TRAINING", ...
4276 |
# File 'sig/client.rbs', line 4276
def job_type: () -> ("TRAINING" | "INFERENCE" | "NOTEBOOK_KERNEL")
|
#last_modified_time ⇒ ::Time
4273 |
# File 'sig/client.rbs', line 4273
def last_modified_time: () -> ::Time
|
#ml_framework ⇒ ::String
4277 |
# File 'sig/client.rbs', line 4277
def ml_framework: () -> ::String
|
#processor ⇒ "CPU", "GPU"
4279 |
# File 'sig/client.rbs', line 4279
def processor: () -> ("CPU" | "GPU")
|
#programming_lang ⇒ ::String
4278 |
# File 'sig/client.rbs', line 4278
def programming_lang: () -> ::String
|
#release_notes ⇒ ::String
4281 |
# File 'sig/client.rbs', line 4281
def release_notes: () -> ::String
|
#vendor_guidance ⇒ "NOT_PROVIDED", ...
4275 |
# File 'sig/client.rbs', line 4275
def vendor_guidance: () -> ("NOT_PROVIDED" | "STABLE" | "TO_BE_ARCHIVED" | "ARCHIVED")
|
#version ⇒ ::Integer
4274 |
# File 'sig/client.rbs', line 4274
def version: () -> ::Integer
|