Class: Aws::Types::TFIModelPerformance
- Inherits:
-
Object
- Object
- Aws::Types::TFIModelPerformance
- 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.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def auc @auc end |
#uncertainty_range ⇒ Types::UncertaintyRange
Returns the value of attribute uncertainty_range.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def uncertainty_range @uncertainty_range end |