Class: Aws::Types::TFIMetricDataPoint
- Inherits:
-
Object
- Object
- Aws::Types::TFIMetricDataPoint
- 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.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def fpr @fpr end |
#precision ⇒ ::Float
Returns the value of attribute precision.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def precision @precision end |
#threshold ⇒ ::Float
Returns the value of attribute threshold.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def threshold @threshold end |
#tpr ⇒ ::Float
Returns the value of attribute tpr.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def tpr @tpr end |