Class: Aws::QuickSight::Types::TimeBasedForecastProperties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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

Instance Attribute Details

#lower_boundaryFloat

The lower boundary setup of a forecast computation.

Returns:

  • (Float)


28689
28690
28691
28692
28693
28694
28695
28696
28697
28698
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28689

class TimeBasedForecastProperties < Struct.new(
  :periods_forward,
  :periods_backward,
  :upper_boundary,
  :lower_boundary,
  :prediction_interval,
  :seasonality)
  SENSITIVE = []
  include Aws::Structure
end

#periods_backwardInteger

The periods backward setup of a forecast computation.

Returns:

  • (Integer)


28689
28690
28691
28692
28693
28694
28695
28696
28697
28698
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28689

class TimeBasedForecastProperties < Struct.new(
  :periods_forward,
  :periods_backward,
  :upper_boundary,
  :lower_boundary,
  :prediction_interval,
  :seasonality)
  SENSITIVE = []
  include Aws::Structure
end

#periods_forwardInteger

The periods forward setup of a forecast computation.

Returns:

  • (Integer)


28689
28690
28691
28692
28693
28694
28695
28696
28697
28698
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28689

class TimeBasedForecastProperties < Struct.new(
  :periods_forward,
  :periods_backward,
  :upper_boundary,
  :lower_boundary,
  :prediction_interval,
  :seasonality)
  SENSITIVE = []
  include Aws::Structure
end

#prediction_intervalInteger

The prediction interval setup of a forecast computation.

Returns:

  • (Integer)


28689
28690
28691
28692
28693
28694
28695
28696
28697
28698
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28689

class TimeBasedForecastProperties < Struct.new(
  :periods_forward,
  :periods_backward,
  :upper_boundary,
  :lower_boundary,
  :prediction_interval,
  :seasonality)
  SENSITIVE = []
  include Aws::Structure
end

#seasonalityInteger

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.

Returns:

  • (Integer)


28689
28690
28691
28692
28693
28694
28695
28696
28697
28698
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28689

class TimeBasedForecastProperties < Struct.new(
  :periods_forward,
  :periods_backward,
  :upper_boundary,
  :lower_boundary,
  :prediction_interval,
  :seasonality)
  SENSITIVE = []
  include Aws::Structure
end

#upper_boundaryFloat

The upper boundary setup of a forecast computation.

Returns:

  • (Float)


28689
28690
28691
28692
28693
28694
28695
28696
28697
28698
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28689

class TimeBasedForecastProperties < Struct.new(
  :periods_forward,
  :periods_backward,
  :upper_boundary,
  :lower_boundary,
  :prediction_interval,
  :seasonality)
  SENSITIVE = []
  include Aws::Structure
end