Class: Aws::Types::DescribeImageVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeImageVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_image ⇒ ::String
Returns the value of attribute base_image.
-
#container_image ⇒ ::String
Returns the value of attribute container_image.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#horovod ⇒ Boolean
Returns the value of attribute horovod.
-
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
-
#image_version_arn ⇒ ::String
Returns the value of attribute image_version_arn.
-
#image_version_status ⇒ "CREATING", ...
Returns the value of attribute image_version_status.
-
#job_type ⇒ "TRAINING", ...
Returns the value of attribute job_type.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#ml_framework ⇒ ::String
Returns the value of attribute ml_framework.
-
#processor ⇒ "CPU", "GPU"
Returns the value of attribute processor.
-
#programming_lang ⇒ ::String
Returns the value of attribute programming_lang.
-
#release_notes ⇒ ::String
Returns the value of attribute release_notes.
-
#vendor_guidance ⇒ "NOT_PROVIDED", ...
Returns the value of attribute vendor_guidance.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#base_image ⇒ ::String
Returns the value of attribute base_image.
4468 4469 4470 |
# File 'sig/types.rbs', line 4468 def base_image @base_image end |
#container_image ⇒ ::String
Returns the value of attribute container_image.
4469 4470 4471 |
# File 'sig/types.rbs', line 4469 def container_image @container_image end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4470 4471 4472 |
# File 'sig/types.rbs', line 4470 def creation_time @creation_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4471 4472 4473 |
# File 'sig/types.rbs', line 4471 def failure_reason @failure_reason end |
#horovod ⇒ Boolean
Returns the value of attribute horovod.
4482 4483 4484 |
# File 'sig/types.rbs', line 4482 def horovod @horovod end |
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
4472 4473 4474 |
# File 'sig/types.rbs', line 4472 def image_arn @image_arn end |
#image_version_arn ⇒ ::String
Returns the value of attribute image_version_arn.
4473 4474 4475 |
# File 'sig/types.rbs', line 4473 def image_version_arn @image_version_arn end |
#image_version_status ⇒ "CREATING", ...
Returns the value of attribute image_version_status.
4474 4475 4476 |
# File 'sig/types.rbs', line 4474 def image_version_status @image_version_status end |
#job_type ⇒ "TRAINING", ...
Returns the value of attribute job_type.
4478 4479 4480 |
# File 'sig/types.rbs', line 4478 def job_type @job_type end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4475 4476 4477 |
# File 'sig/types.rbs', line 4475 def last_modified_time @last_modified_time end |
#ml_framework ⇒ ::String
Returns the value of attribute ml_framework.
4479 4480 4481 |
# File 'sig/types.rbs', line 4479 def ml_framework @ml_framework end |
#processor ⇒ "CPU", "GPU"
Returns the value of attribute processor.
4481 4482 4483 |
# File 'sig/types.rbs', line 4481 def processor @processor end |
#programming_lang ⇒ ::String
Returns the value of attribute programming_lang.
4480 4481 4482 |
# File 'sig/types.rbs', line 4480 def programming_lang @programming_lang end |
#release_notes ⇒ ::String
Returns the value of attribute release_notes.
4483 4484 4485 |
# File 'sig/types.rbs', line 4483 def release_notes @release_notes end |
#vendor_guidance ⇒ "NOT_PROVIDED", ...
Returns the value of attribute vendor_guidance.
4477 4478 4479 |
# File 'sig/types.rbs', line 4477 def vendor_guidance @vendor_guidance end |
#version ⇒ ::Integer
Returns the value of attribute version.
4476 4477 4478 |
# File 'sig/types.rbs', line 4476 def version @version end |