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.
4485 4486 4487 |
# File 'sig/types.rbs', line 4485 def base_image @base_image end |
#container_image ⇒ ::String
Returns the value of attribute container_image.
4486 4487 4488 |
# File 'sig/types.rbs', line 4486 def container_image @container_image end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4487 4488 4489 |
# File 'sig/types.rbs', line 4487 def creation_time @creation_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4488 4489 4490 |
# File 'sig/types.rbs', line 4488 def failure_reason @failure_reason end |
#horovod ⇒ Boolean
Returns the value of attribute horovod.
4499 4500 4501 |
# File 'sig/types.rbs', line 4499 def horovod @horovod end |
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
4489 4490 4491 |
# File 'sig/types.rbs', line 4489 def image_arn @image_arn end |
#image_version_arn ⇒ ::String
Returns the value of attribute image_version_arn.
4490 4491 4492 |
# File 'sig/types.rbs', line 4490 def image_version_arn @image_version_arn end |
#image_version_status ⇒ "CREATING", ...
Returns the value of attribute image_version_status.
4491 4492 4493 |
# File 'sig/types.rbs', line 4491 def image_version_status @image_version_status end |
#job_type ⇒ "TRAINING", ...
Returns the value of attribute job_type.
4495 4496 4497 |
# File 'sig/types.rbs', line 4495 def job_type @job_type end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4492 4493 4494 |
# File 'sig/types.rbs', line 4492 def last_modified_time @last_modified_time end |
#ml_framework ⇒ ::String
Returns the value of attribute ml_framework.
4496 4497 4498 |
# File 'sig/types.rbs', line 4496 def ml_framework @ml_framework end |
#processor ⇒ "CPU", "GPU"
Returns the value of attribute processor.
4498 4499 4500 |
# File 'sig/types.rbs', line 4498 def processor @processor end |
#programming_lang ⇒ ::String
Returns the value of attribute programming_lang.
4497 4498 4499 |
# File 'sig/types.rbs', line 4497 def programming_lang @programming_lang end |
#release_notes ⇒ ::String
Returns the value of attribute release_notes.
4500 4501 4502 |
# File 'sig/types.rbs', line 4500 def release_notes @release_notes end |
#vendor_guidance ⇒ "NOT_PROVIDED", ...
Returns the value of attribute vendor_guidance.
4494 4495 4496 |
# File 'sig/types.rbs', line 4494 def vendor_guidance @vendor_guidance end |
#version ⇒ ::Integer
Returns the value of attribute version.
4493 4494 4495 |
# File 'sig/types.rbs', line 4493 def version @version end |