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
4310 |
# File 'sig/client.rbs', line 4310
def base_image: () -> ::String
|
#container_image ⇒ ::String
4311 |
# File 'sig/client.rbs', line 4311
def container_image: () -> ::String
|
#creation_time ⇒ ::Time
4312 |
# File 'sig/client.rbs', line 4312
def creation_time: () -> ::Time
|
#failure_reason ⇒ ::String
4313 |
# File 'sig/client.rbs', line 4313
def failure_reason: () -> ::String
|
#horovod ⇒ Boolean
4324 |
# File 'sig/client.rbs', line 4324
def horovod: () -> bool
|
#image_arn ⇒ ::String
4314 |
# File 'sig/client.rbs', line 4314
def image_arn: () -> ::String
|
#image_version_arn ⇒ ::String
4315 |
# File 'sig/client.rbs', line 4315
def image_version_arn: () -> ::String
|
#image_version_status ⇒ "CREATING", ...
4316 |
# File 'sig/client.rbs', line 4316
def image_version_status: () -> ("CREATING" | "CREATED" | "CREATE_FAILED" | "DELETING" | "DELETE_FAILED")
|
#job_type ⇒ "TRAINING", ...
4320 |
# File 'sig/client.rbs', line 4320
def job_type: () -> ("TRAINING" | "INFERENCE" | "NOTEBOOK_KERNEL")
|
#last_modified_time ⇒ ::Time
4317 |
# File 'sig/client.rbs', line 4317
def last_modified_time: () -> ::Time
|
#ml_framework ⇒ ::String
4321 |
# File 'sig/client.rbs', line 4321
def ml_framework: () -> ::String
|
#processor ⇒ "CPU", "GPU"
4323 |
# File 'sig/client.rbs', line 4323
def processor: () -> ("CPU" | "GPU")
|
#programming_lang ⇒ ::String
4322 |
# File 'sig/client.rbs', line 4322
def programming_lang: () -> ::String
|
#release_notes ⇒ ::String
4325 |
# File 'sig/client.rbs', line 4325
def release_notes: () -> ::String
|
#vendor_guidance ⇒ "NOT_PROVIDED", ...
4319 |
# File 'sig/client.rbs', line 4319
def vendor_guidance: () -> ("NOT_PROVIDED" | "STABLE" | "TO_BE_ARCHIVED" | "ARCHIVED")
|
#version ⇒ ::Integer
4318 |
# File 'sig/client.rbs', line 4318
def version: () -> ::Integer
|