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.
2354 2355 2356 |
# File 'sig/types.rbs', line 2354 def aliases @aliases end |
#base_image ⇒ ::String
Returns the value of attribute base_image.
2351 2352 2353 |
# File 'sig/types.rbs', line 2351 def base_image @base_image end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2352 2353 2354 |
# File 'sig/types.rbs', line 2352 def client_token @client_token end |
#horovod ⇒ Boolean
Returns the value of attribute horovod.
2360 2361 2362 |
# File 'sig/types.rbs', line 2360 def horovod @horovod end |
#image_name ⇒ ::String
Returns the value of attribute image_name.
2353 2354 2355 |
# File 'sig/types.rbs', line 2353 def image_name @image_name end |
#job_type ⇒ "TRAINING", ...
Returns the value of attribute job_type.
2356 2357 2358 |
# File 'sig/types.rbs', line 2356 def job_type @job_type end |
#ml_framework ⇒ ::String
Returns the value of attribute ml_framework.
2357 2358 2359 |
# File 'sig/types.rbs', line 2357 def ml_framework @ml_framework end |
#processor ⇒ "CPU", "GPU"
Returns the value of attribute processor.
2359 2360 2361 |
# File 'sig/types.rbs', line 2359 def processor @processor end |
#programming_lang ⇒ ::String
Returns the value of attribute programming_lang.
2358 2359 2360 |
# File 'sig/types.rbs', line 2358 def programming_lang @programming_lang end |
#release_notes ⇒ ::String
Returns the value of attribute release_notes.
2361 2362 2363 |
# File 'sig/types.rbs', line 2361 def release_notes @release_notes end |
#vendor_guidance ⇒ "NOT_PROVIDED", ...
Returns the value of attribute vendor_guidance.
2355 2356 2357 |
# File 'sig/types.rbs', line 2355 def vendor_guidance @vendor_guidance end |