Class: Aws::Types::AutoMLConfig
- Inherits:
-
Object
- Object
- Aws::Types::AutoMLConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#recipe_list ⇒ ::Array[::String]
Returns the value of attribute recipe_list.
Instance Attribute Details
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
32 33 34 |
# File 'sig/types.rbs', line 32 def metric_name @metric_name end |
#recipe_list ⇒ ::Array[::String]
Returns the value of attribute recipe_list.
33 34 35 |
# File 'sig/types.rbs', line 33 def recipe_list @recipe_list end |