Class: Aws::QuickSight::Types::TimeBasedForecastProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TimeBasedForecastProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The forecast properties setup of a forecast in the line chart.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lower_boundary ⇒ Float
The lower boundary setup of a forecast computation.
-
#periods_backward ⇒ Integer
The periods backward setup of a forecast computation.
-
#periods_forward ⇒ Integer
The periods forward setup of a forecast computation.
-
#prediction_interval ⇒ Integer
The prediction interval setup of a forecast computation.
-
#seasonality ⇒ Integer
The seasonality setup of a forecast computation.
-
#upper_boundary ⇒ Float
The upper boundary setup of a forecast computation.
Instance Attribute Details
#lower_boundary ⇒ Float
The lower boundary setup of a forecast computation.
31190 31191 31192 31193 31194 31195 31196 31197 31198 31199 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31190 class TimeBasedForecastProperties < Struct.new( :periods_forward, :periods_backward, :upper_boundary, :lower_boundary, :prediction_interval, :seasonality) SENSITIVE = [] include Aws::Structure end |
#periods_backward ⇒ Integer
The periods backward setup of a forecast computation.
31190 31191 31192 31193 31194 31195 31196 31197 31198 31199 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31190 class TimeBasedForecastProperties < Struct.new( :periods_forward, :periods_backward, :upper_boundary, :lower_boundary, :prediction_interval, :seasonality) SENSITIVE = [] include Aws::Structure end |
#periods_forward ⇒ Integer
The periods forward setup of a forecast computation.
31190 31191 31192 31193 31194 31195 31196 31197 31198 31199 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31190 class TimeBasedForecastProperties < Struct.new( :periods_forward, :periods_backward, :upper_boundary, :lower_boundary, :prediction_interval, :seasonality) SENSITIVE = [] include Aws::Structure end |
#prediction_interval ⇒ Integer
The prediction interval setup of a forecast computation.
31190 31191 31192 31193 31194 31195 31196 31197 31198 31199 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31190 class TimeBasedForecastProperties < Struct.new( :periods_forward, :periods_backward, :upper_boundary, :lower_boundary, :prediction_interval, :seasonality) SENSITIVE = [] include Aws::Structure end |
#seasonality ⇒ Integer
The seasonality setup of a forecast computation. Choose one of the following options:
-
‘NULL`: The input is set to `NULL`.
-
‘NON_NULL`: The input is set to a custom value.
31190 31191 31192 31193 31194 31195 31196 31197 31198 31199 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31190 class TimeBasedForecastProperties < Struct.new( :periods_forward, :periods_backward, :upper_boundary, :lower_boundary, :prediction_interval, :seasonality) SENSITIVE = [] include Aws::Structure end |
#upper_boundary ⇒ Float
The upper boundary setup of a forecast computation.
31190 31191 31192 31193 31194 31195 31196 31197 31198 31199 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31190 class TimeBasedForecastProperties < Struct.new( :periods_forward, :periods_backward, :upper_boundary, :lower_boundary, :prediction_interval, :seasonality) SENSITIVE = [] include Aws::Structure end |