Class: Aws::Types::OFIMetricDataPoint
- Inherits:
-
Object
- Object
- Aws::Types::OFIMetricDataPoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fpr ⇒ ::Float
Returns the value of attribute fpr.
-
#precision ⇒ ::Float
Returns the value of attribute precision.
-
#threshold ⇒ ::Float
Returns the value of attribute threshold.
-
#tpr ⇒ ::Float
Returns the value of attribute tpr.
Instance Attribute Details
#fpr ⇒ ::Float
Returns the value of attribute fpr.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def fpr @fpr end |
#precision ⇒ ::Float
Returns the value of attribute precision.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def precision @precision end |
#threshold ⇒ ::Float
Returns the value of attribute threshold.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def threshold @threshold end |
#tpr ⇒ ::Float
Returns the value of attribute tpr.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def tpr @tpr end |