Class: Aws::QuickSight::Types::ForecastComputation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The forecast computation configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#computation_idString

The ID for a computation.

Returns:

  • (String)


14963
14964
14965
14966
14967
14968
14969
14970
14971
14972
14973
14974
14975
14976
14977
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14963

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_valueInteger

The custom seasonality value setup of a forecast computation.

Returns:

  • (Integer)


14963
14964
14965
14966
14967
14968
14969
14970
14971
14972
14973
14974
14975
14976
14977
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14963

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_boundaryFloat

The lower boundary setup of a forecast computation.

Returns:

  • (Float)


14963
14964
14965
14966
14967
14968
14969
14970
14971
14972
14973
14974
14975
14976
14977
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14963

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

#nameString

The name of a computation.

Returns:

  • (String)


14963
14964
14965
14966
14967
14968
14969
14970
14971
14972
14973
14974
14975
14976
14977
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14963

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_backwardInteger

The periods backward setup of a forecast computation.

Returns:

  • (Integer)


14963
14964
14965
14966
14967
14968
14969
14970
14971
14972
14973
14974
14975
14976
14977
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14963

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_forwardInteger

The periods forward setup of a forecast computation.

Returns:

  • (Integer)


14963
14964
14965
14966
14967
14968
14969
14970
14971
14972
14973
14974
14975
14976
14977
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14963

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_intervalInteger

The prediction interval setup of a forecast computation.

Returns:

  • (Integer)


14963
14964
14965
14966
14967
14968
14969
14970
14971
14972
14973
14974
14975
14976
14977
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14963

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

#seasonalityString

The seasonality setup of a forecast computation. Choose one of the following options:

  • AUTOMATIC

  • CUSTOM: Checks the custom seasonality value.

Returns:

  • (String)


14963
14964
14965
14966
14967
14968
14969
14970
14971
14972
14973
14974
14975
14976
14977
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14963

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

#timeTypes::DimensionField

The time field that is used in a computation.



14963
14964
14965
14966
14967
14968
14969
14970
14971
14972
14973
14974
14975
14976
14977
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14963

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_boundaryFloat

The upper boundary setup of a forecast computation.

Returns:

  • (Float)


14963
14964
14965
14966
14967
14968
14969
14970
14971
14972
14973
14974
14975
14976
14977
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14963

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

#valueTypes::MeasureField

The value field that is used in a computation.

Returns:



14963
14964
14965
14966
14967
14968
14969
14970
14971
14972
14973
14974
14975
14976
14977
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14963

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