Class: Aws::Types::StatisticModelResult
- Inherits:
-
Object
- Object
- Aws::Types::StatisticModelResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actual_value ⇒ ::Float
Returns the value of attribute actual_value.
-
#date ⇒ ::Time
Returns the value of attribute date.
-
#inclusion_annotation ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute inclusion_annotation.
-
#lower_bound ⇒ ::Float
Returns the value of attribute lower_bound.
-
#predicted_value ⇒ ::Float
Returns the value of attribute predicted_value.
-
#upper_bound ⇒ ::Float
Returns the value of attribute upper_bound.
Instance Attribute Details
#actual_value ⇒ ::Float
Returns the value of attribute actual_value.
7335 7336 7337 |
# File 'sig/types.rbs', line 7335 def actual_value @actual_value end |
#date ⇒ ::Time
Returns the value of attribute date.
7336 7337 7338 |
# File 'sig/types.rbs', line 7336 def date @date end |
#inclusion_annotation ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute inclusion_annotation.
7337 7338 7339 |
# File 'sig/types.rbs', line 7337 def inclusion_annotation @inclusion_annotation end |
#lower_bound ⇒ ::Float
Returns the value of attribute lower_bound.
7332 7333 7334 |
# File 'sig/types.rbs', line 7332 def lower_bound @lower_bound end |
#predicted_value ⇒ ::Float
Returns the value of attribute predicted_value.
7334 7335 7336 |
# File 'sig/types.rbs', line 7334 def predicted_value @predicted_value end |
#upper_bound ⇒ ::Float
Returns the value of attribute upper_bound.
7333 7334 7335 |
# File 'sig/types.rbs', line 7333 def upper_bound @upper_bound end |