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.
12192 12193 12194 |
# File 'sig/types.rbs', line 12192 def alias @alias end |
#aliases_to_add ⇒ ::Array[::String]
Returns the value of attribute aliases_to_add.
12194 12195 12196 |
# File 'sig/types.rbs', line 12194 def aliases_to_add @aliases_to_add end |
#aliases_to_delete ⇒ ::Array[::String]
Returns the value of attribute aliases_to_delete.
12195 12196 12197 |
# File 'sig/types.rbs', line 12195 def aliases_to_delete @aliases_to_delete end |
#horovod ⇒ Boolean
Returns the value of attribute horovod.
12201 12202 12203 |
# File 'sig/types.rbs', line 12201 def horovod @horovod end |
#image_name ⇒ ::String
Returns the value of attribute image_name.
12191 12192 12193 |
# File 'sig/types.rbs', line 12191 def image_name @image_name end |
#job_type ⇒ "TRAINING", ...
Returns the value of attribute job_type.
12197 12198 12199 |
# File 'sig/types.rbs', line 12197 def job_type @job_type end |
#ml_framework ⇒ ::String
Returns the value of attribute ml_framework.
12198 12199 12200 |
# File 'sig/types.rbs', line 12198 def ml_framework @ml_framework end |
#processor ⇒ "CPU", "GPU"
Returns the value of attribute processor.
12200 12201 12202 |
# File 'sig/types.rbs', line 12200 def processor @processor end |
#programming_lang ⇒ ::String
Returns the value of attribute programming_lang.
12199 12200 12201 |
# File 'sig/types.rbs', line 12199 def programming_lang @programming_lang end |
#release_notes ⇒ ::String
Returns the value of attribute release_notes.
12202 12203 12204 |
# File 'sig/types.rbs', line 12202 def release_notes @release_notes end |
#vendor_guidance ⇒ "NOT_PROVIDED", ...
Returns the value of attribute vendor_guidance.
12196 12197 12198 |
# File 'sig/types.rbs', line 12196 def vendor_guidance @vendor_guidance end |
#version ⇒ ::Integer
Returns the value of attribute version.
12193 12194 12195 |
# File 'sig/types.rbs', line 12193 def version @version end |