Class: Aws::Types::GetAccuracyMetricsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAccuracyMetricsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_ml_override_strategy ⇒ "LatencyOptimized", "AccuracyOptimized"
Returns the value of attribute auto_ml_override_strategy.
-
#is_auto_predictor ⇒ Boolean
Returns the value of attribute is_auto_predictor.
-
#optimization_metric ⇒ "WAPE", ...
Returns the value of attribute optimization_metric.
-
#predictor_evaluation_results ⇒ ::Array[Types::EvaluationResult]
Returns the value of attribute predictor_evaluation_results.
Instance Attribute Details
#auto_ml_override_strategy ⇒ "LatencyOptimized", "AccuracyOptimized"
Returns the value of attribute auto_ml_override_strategy.
809 810 811 |
# File 'sig/types.rbs', line 809 def auto_ml_override_strategy @auto_ml_override_strategy end |
#is_auto_predictor ⇒ Boolean
Returns the value of attribute is_auto_predictor.
808 809 810 |
# File 'sig/types.rbs', line 808 def is_auto_predictor @is_auto_predictor end |
#optimization_metric ⇒ "WAPE", ...
Returns the value of attribute optimization_metric.
810 811 812 |
# File 'sig/types.rbs', line 810 def optimization_metric @optimization_metric end |
#predictor_evaluation_results ⇒ ::Array[Types::EvaluationResult]
Returns the value of attribute predictor_evaluation_results.
807 808 809 |
# File 'sig/types.rbs', line 807 def predictor_evaluation_results @predictor_evaluation_results end |