Class: Aws::Types::OFIModelPerformance
- Inherits:
-
Object
- Object
- Aws::Types::OFIModelPerformance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auc ⇒ ::Float
Returns the value of attribute auc.
-
#uncertainty_range ⇒ Types::UncertaintyRange
Returns the value of attribute uncertainty_range.
Instance Attribute Details
#auc ⇒ ::Float
Returns the value of attribute auc.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def auc @auc end |
#uncertainty_range ⇒ Types::UncertaintyRange
Returns the value of attribute uncertainty_range.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def uncertainty_range @uncertainty_range end |