Class: Aws::Types::EvaluationResult
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#f1_score ⇒ ::Float
Returns the value of attribute f1_score.
-
#summary ⇒ Types::Summary
Returns the value of attribute summary.
Instance Attribute Details
#f1_score ⇒ ::Float
Returns the value of attribute f1_score.
733 734 735 |
# File 'sig/types.rbs', line 733 def f1_score @f1_score end |
#summary ⇒ Types::Summary
Returns the value of attribute summary.
734 735 736 |
# File 'sig/types.rbs', line 734 def summary @summary end |