Class: Aws::Types::ForecastComputation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#computation_id::String

Returns the value of attribute computation_id.

Returns:

  • (::String)


5799
5800
5801
# File 'sig/types.rbs', line 5799

def computation_id
  @computation_id
end

#custom_seasonality_value::Integer

Returns the value of attribute custom_seasonality_value.

Returns:

  • (::Integer)


5809
5810
5811
# File 'sig/types.rbs', line 5809

def custom_seasonality_value
  @custom_seasonality_value
end

#lower_boundary::Float

Returns the value of attribute lower_boundary.

Returns:

  • (::Float)


5806
5807
5808
# File 'sig/types.rbs', line 5806

def lower_boundary
  @lower_boundary
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5800
5801
5802
# File 'sig/types.rbs', line 5800

def name
  @name
end

#periods_backward::Integer

Returns the value of attribute periods_backward.

Returns:

  • (::Integer)


5804
5805
5806
# File 'sig/types.rbs', line 5804

def periods_backward
  @periods_backward
end

#periods_forward::Integer

Returns the value of attribute periods_forward.

Returns:

  • (::Integer)


5803
5804
5805
# File 'sig/types.rbs', line 5803

def periods_forward
  @periods_forward
end

#prediction_interval::Integer

Returns the value of attribute prediction_interval.

Returns:

  • (::Integer)


5807
5808
5809
# File 'sig/types.rbs', line 5807

def prediction_interval
  @prediction_interval
end

#seasonality"AUTOMATIC", "CUSTOM"

Returns the value of attribute seasonality.

Returns:

  • ("AUTOMATIC", "CUSTOM")


5808
5809
5810
# File 'sig/types.rbs', line 5808

def seasonality
  @seasonality
end

#timeTypes::DimensionField

Returns the value of attribute time.



5801
5802
5803
# File 'sig/types.rbs', line 5801

def time
  @time
end

#upper_boundary::Float

Returns the value of attribute upper_boundary.

Returns:

  • (::Float)


5805
5806
5807
# File 'sig/types.rbs', line 5805

def upper_boundary
  @upper_boundary
end

#valueTypes::MeasureField

Returns the value of attribute value.

Returns:



5802
5803
5804
# File 'sig/types.rbs', line 5802

def value
  @value
end