Class: Aws::Types::AutoMLContainerDefinition
- Inherits:
-
Object
- Object
- Aws::Types::AutoMLContainerDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
-
#image ⇒ ::String
Returns the value of attribute image.
-
#model_data_url ⇒ ::String
Returns the value of attribute model_data_url.
Instance Attribute Details
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
629 630 631 |
# File 'sig/types.rbs', line 629 def environment @environment end |
#image ⇒ ::String
Returns the value of attribute image.
627 628 629 |
# File 'sig/types.rbs', line 627 def image @image end |
#model_data_url ⇒ ::String
Returns the value of attribute model_data_url.
628 629 630 |
# File 'sig/types.rbs', line 628 def model_data_url @model_data_url end |