Class: Aws::Types::HyperParameterTuningJobObjective
- Inherits:
-
Object
- Object
- Aws::Types::HyperParameterTuningJobObjective
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#type ⇒ "Maximize", "Minimize"
Returns the value of attribute type.
Instance Attribute Details
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
6354 6355 6356 |
# File 'sig/types.rbs', line 6354 def metric_name @metric_name end |
#type ⇒ "Maximize", "Minimize"
Returns the value of attribute type.
6353 6354 6355 |
# File 'sig/types.rbs', line 6353 def type @type end |