Class: Aws::Types::TimeBasedForecastProperties
- Inherits:
-
Object
- Object
- Aws::Types::TimeBasedForecastProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lower_boundary ⇒ ::Float
Returns the value of attribute lower_boundary.
-
#periods_backward ⇒ ::Integer
Returns the value of attribute periods_backward.
-
#periods_forward ⇒ ::Integer
Returns the value of attribute periods_forward.
-
#prediction_interval ⇒ ::Integer
Returns the value of attribute prediction_interval.
-
#seasonality ⇒ ::Integer
Returns the value of attribute seasonality.
-
#upper_boundary ⇒ ::Float
Returns the value of attribute upper_boundary.
Instance Attribute Details
#lower_boundary ⇒ ::Float
Returns the value of attribute lower_boundary.
11145 11146 11147 |
# File 'sig/types.rbs', line 11145 def lower_boundary @lower_boundary end |
#periods_backward ⇒ ::Integer
Returns the value of attribute periods_backward.
11143 11144 11145 |
# File 'sig/types.rbs', line 11143 def periods_backward @periods_backward end |
#periods_forward ⇒ ::Integer
Returns the value of attribute periods_forward.
11142 11143 11144 |
# File 'sig/types.rbs', line 11142 def periods_forward @periods_forward end |
#prediction_interval ⇒ ::Integer
Returns the value of attribute prediction_interval.
11146 11147 11148 |
# File 'sig/types.rbs', line 11146 def prediction_interval @prediction_interval end |
#seasonality ⇒ ::Integer
Returns the value of attribute seasonality.
11147 11148 11149 |
# File 'sig/types.rbs', line 11147 def seasonality @seasonality end |
#upper_boundary ⇒ ::Float
Returns the value of attribute upper_boundary.
11144 11145 11146 |
# File 'sig/types.rbs', line 11144 def upper_boundary @upper_boundary end |