Class: Aws::Types::UpdateImageVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateImageVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#aliases_to_add ⇒ ::Array[::String]
Returns the value of attribute aliases_to_add.
-
#aliases_to_delete ⇒ ::Array[::String]
Returns the value of attribute aliases_to_delete.
-
#horovod ⇒ Boolean
Returns the value of attribute horovod.
-
#image_name ⇒ ::String
Returns the value of attribute image_name.
-
#job_type ⇒ "TRAINING", ...
Returns the value of attribute job_type.
-
#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
#alias ⇒ ::String
Returns the value of attribute alias.
12169 12170 12171 |
# File 'sig/types.rbs', line 12169 def alias @alias end |
#aliases_to_add ⇒ ::Array[::String]
Returns the value of attribute aliases_to_add.
12171 12172 12173 |
# File 'sig/types.rbs', line 12171 def aliases_to_add @aliases_to_add end |
#aliases_to_delete ⇒ ::Array[::String]
Returns the value of attribute aliases_to_delete.
12172 12173 12174 |
# File 'sig/types.rbs', line 12172 def aliases_to_delete @aliases_to_delete end |
#horovod ⇒ Boolean
Returns the value of attribute horovod.
12178 12179 12180 |
# File 'sig/types.rbs', line 12178 def horovod @horovod end |
#image_name ⇒ ::String
Returns the value of attribute image_name.
12168 12169 12170 |
# File 'sig/types.rbs', line 12168 def image_name @image_name end |
#job_type ⇒ "TRAINING", ...
Returns the value of attribute job_type.
12174 12175 12176 |
# File 'sig/types.rbs', line 12174 def job_type @job_type end |
#ml_framework ⇒ ::String
Returns the value of attribute ml_framework.
12175 12176 12177 |
# File 'sig/types.rbs', line 12175 def ml_framework @ml_framework end |
#processor ⇒ "CPU", "GPU"
Returns the value of attribute processor.
12177 12178 12179 |
# File 'sig/types.rbs', line 12177 def processor @processor end |
#programming_lang ⇒ ::String
Returns the value of attribute programming_lang.
12176 12177 12178 |
# File 'sig/types.rbs', line 12176 def programming_lang @programming_lang end |
#release_notes ⇒ ::String
Returns the value of attribute release_notes.
12179 12180 12181 |
# File 'sig/types.rbs', line 12179 def release_notes @release_notes end |
#vendor_guidance ⇒ "NOT_PROVIDED", ...
Returns the value of attribute vendor_guidance.
12173 12174 12175 |
# File 'sig/types.rbs', line 12173 def vendor_guidance @vendor_guidance end |
#version ⇒ ::Integer
Returns the value of attribute version.
12170 12171 12172 |
# File 'sig/types.rbs', line 12170 def version @version end |