Class: Aws::Types::CreateImageVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateImageVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aliases ⇒ ::Array[::String]
Returns the value of attribute aliases.
-
#base_image ⇒ ::String
Returns the value of attribute base_image.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
Instance Attribute Details
#aliases ⇒ ::Array[::String]
Returns the value of attribute aliases.
2339 2340 2341 |
# File 'sig/types.rbs', line 2339 def aliases @aliases end |
#base_image ⇒ ::String
Returns the value of attribute base_image.
2336 2337 2338 |
# File 'sig/types.rbs', line 2336 def base_image @base_image end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2337 2338 2339 |
# File 'sig/types.rbs', line 2337 def client_token @client_token end |
#horovod ⇒ Boolean
Returns the value of attribute horovod.
2345 2346 2347 |
# File 'sig/types.rbs', line 2345 def horovod @horovod end |
#image_name ⇒ ::String
Returns the value of attribute image_name.
2338 2339 2340 |
# File 'sig/types.rbs', line 2338 def image_name @image_name end |
#job_type ⇒ "TRAINING", ...
Returns the value of attribute job_type.
2341 2342 2343 |
# File 'sig/types.rbs', line 2341 def job_type @job_type end |
#ml_framework ⇒ ::String
Returns the value of attribute ml_framework.
2342 2343 2344 |
# File 'sig/types.rbs', line 2342 def ml_framework @ml_framework end |
#processor ⇒ "CPU", "GPU"
Returns the value of attribute processor.
2344 2345 2346 |
# File 'sig/types.rbs', line 2344 def processor @processor end |
#programming_lang ⇒ ::String
Returns the value of attribute programming_lang.
2343 2344 2345 |
# File 'sig/types.rbs', line 2343 def programming_lang @programming_lang end |
#release_notes ⇒ ::String
Returns the value of attribute release_notes.
2346 2347 2348 |
# File 'sig/types.rbs', line 2346 def release_notes @release_notes end |
#vendor_guidance ⇒ "NOT_PROVIDED", ...
Returns the value of attribute vendor_guidance.
2340 2341 2342 |
# File 'sig/types.rbs', line 2340 def vendor_guidance @vendor_guidance end |