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.
644 645 646 |
# File 'sig/types.rbs', line 644 def environment @environment end |
#image ⇒ ::String
Returns the value of attribute image.
642 643 644 |
# File 'sig/types.rbs', line 642 def image @image end |
#model_data_url ⇒ ::String
Returns the value of attribute model_data_url.
643 644 645 |
# File 'sig/types.rbs', line 643 def model_data_url @model_data_url end |