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.
11535 11536 11537 |
# File 'sig/types.rbs', line 11535 def lower_boundary @lower_boundary end |
#periods_backward ⇒ ::Integer
Returns the value of attribute periods_backward.
11533 11534 11535 |
# File 'sig/types.rbs', line 11533 def periods_backward @periods_backward end |
#periods_forward ⇒ ::Integer
Returns the value of attribute periods_forward.
11532 11533 11534 |
# File 'sig/types.rbs', line 11532 def periods_forward @periods_forward end |
#prediction_interval ⇒ ::Integer
Returns the value of attribute prediction_interval.
11536 11537 11538 |
# File 'sig/types.rbs', line 11536 def prediction_interval @prediction_interval end |
#seasonality ⇒ ::Integer
Returns the value of attribute seasonality.
11537 11538 11539 |
# File 'sig/types.rbs', line 11537 def seasonality @seasonality end |
#upper_boundary ⇒ ::Float
Returns the value of attribute upper_boundary.
11534 11535 11536 |
# File 'sig/types.rbs', line 11534 def upper_boundary @upper_boundary end |