Class: Aws::QuickSight::Types::ForecastComputation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ForecastComputation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The forecast computation configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#computation_id ⇒ String
The ID for a computation.
-
#custom_seasonality_value ⇒ Integer
The custom seasonality value setup of a forecast computation.
-
#lower_boundary ⇒ Float
The lower boundary setup of a forecast computation.
-
#name ⇒ String
The name of a 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 ⇒ String
The seasonality setup of a forecast computation.
-
#time ⇒ Types::DimensionField
The time field that is used in a computation.
-
#upper_boundary ⇒ Float
The upper boundary setup of a forecast computation.
-
#value ⇒ Types::MeasureField
The value field that is used in a computation.
Instance Attribute Details
#computation_id ⇒ String
The ID for a computation.
16497 16498 16499 16500 16501 16502 16503 16504 16505 16506 16507 16508 16509 16510 16511 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16497 class ForecastComputation < Struct.new( :computation_id, :name, :time, :value, :periods_forward, :periods_backward, :upper_boundary, :lower_boundary, :prediction_interval, :seasonality, :custom_seasonality_value) SENSITIVE = [] include Aws::Structure end |
#custom_seasonality_value ⇒ Integer
The custom seasonality value setup of a forecast computation.
16497 16498 16499 16500 16501 16502 16503 16504 16505 16506 16507 16508 16509 16510 16511 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16497 class ForecastComputation < Struct.new( :computation_id, :name, :time, :value, :periods_forward, :periods_backward, :upper_boundary, :lower_boundary, :prediction_interval, :seasonality, :custom_seasonality_value) SENSITIVE = [] include Aws::Structure end |
#lower_boundary ⇒ Float
The lower boundary setup of a forecast computation.
16497 16498 16499 16500 16501 16502 16503 16504 16505 16506 16507 16508 16509 16510 16511 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16497 class ForecastComputation < Struct.new( :computation_id, :name, :time, :value, :periods_forward, :periods_backward, :upper_boundary, :lower_boundary, :prediction_interval, :seasonality, :custom_seasonality_value) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of a computation.
16497 16498 16499 16500 16501 16502 16503 16504 16505 16506 16507 16508 16509 16510 16511 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16497 class ForecastComputation < Struct.new( :computation_id, :name, :time, :value, :periods_forward, :periods_backward, :upper_boundary, :lower_boundary, :prediction_interval, :seasonality, :custom_seasonality_value) SENSITIVE = [] include Aws::Structure end |
#periods_backward ⇒ Integer
The periods backward setup of a forecast computation.
16497 16498 16499 16500 16501 16502 16503 16504 16505 16506 16507 16508 16509 16510 16511 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16497 class ForecastComputation < Struct.new( :computation_id, :name, :time, :value, :periods_forward, :periods_backward, :upper_boundary, :lower_boundary, :prediction_interval, :seasonality, :custom_seasonality_value) SENSITIVE = [] include Aws::Structure end |
#periods_forward ⇒ Integer
The periods forward setup of a forecast computation.
16497 16498 16499 16500 16501 16502 16503 16504 16505 16506 16507 16508 16509 16510 16511 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16497 class ForecastComputation < Struct.new( :computation_id, :name, :time, :value, :periods_forward, :periods_backward, :upper_boundary, :lower_boundary, :prediction_interval, :seasonality, :custom_seasonality_value) SENSITIVE = [] include Aws::Structure end |
#prediction_interval ⇒ Integer
The prediction interval setup of a forecast computation.
16497 16498 16499 16500 16501 16502 16503 16504 16505 16506 16507 16508 16509 16510 16511 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16497 class ForecastComputation < Struct.new( :computation_id, :name, :time, :value, :periods_forward, :periods_backward, :upper_boundary, :lower_boundary, :prediction_interval, :seasonality, :custom_seasonality_value) SENSITIVE = [] include Aws::Structure end |
#seasonality ⇒ String
The seasonality setup of a forecast computation. Choose one of the following options:
-
‘AUTOMATIC`
-
‘CUSTOM`: Checks the custom seasonality value.
16497 16498 16499 16500 16501 16502 16503 16504 16505 16506 16507 16508 16509 16510 16511 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16497 class ForecastComputation < Struct.new( :computation_id, :name, :time, :value, :periods_forward, :periods_backward, :upper_boundary, :lower_boundary, :prediction_interval, :seasonality, :custom_seasonality_value) SENSITIVE = [] include Aws::Structure end |
#time ⇒ Types::DimensionField
The time field that is used in a computation.
16497 16498 16499 16500 16501 16502 16503 16504 16505 16506 16507 16508 16509 16510 16511 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16497 class ForecastComputation < Struct.new( :computation_id, :name, :time, :value, :periods_forward, :periods_backward, :upper_boundary, :lower_boundary, :prediction_interval, :seasonality, :custom_seasonality_value) SENSITIVE = [] include Aws::Structure end |
#upper_boundary ⇒ Float
The upper boundary setup of a forecast computation.
16497 16498 16499 16500 16501 16502 16503 16504 16505 16506 16507 16508 16509 16510 16511 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16497 class ForecastComputation < Struct.new( :computation_id, :name, :time, :value, :periods_forward, :periods_backward, :upper_boundary, :lower_boundary, :prediction_interval, :seasonality, :custom_seasonality_value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::MeasureField
The value field that is used in a computation.
16497 16498 16499 16500 16501 16502 16503 16504 16505 16506 16507 16508 16509 16510 16511 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16497 class ForecastComputation < Struct.new( :computation_id, :name, :time, :value, :periods_forward, :periods_backward, :upper_boundary, :lower_boundary, :prediction_interval, :seasonality, :custom_seasonality_value) SENSITIVE = [] include Aws::Structure end |