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)


28843
28844
28845
28846
28847
28848
28849
28850
28851
28852
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28843

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)


28843
28844
28845
28846
28847
28848
28849
28850
28851
28852
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28843

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)


28843
28844
28845
28846
28847
28848
28849
28850
28851
28852
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28843

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)


28843
28844
28845
28846
28847
28848
28849
28850
28851
28852
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28843

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)


28843
28844
28845
28846
28847
28848
28849
28850
28851
28852
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28843

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)


28843
28844
28845
28846
28847
28848
28849
28850
28851
28852
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28843

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