Class: Aws::Types::TimeBasedForecastProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lower_boundary::Float

Returns the value of attribute lower_boundary.

Returns:

  • (::Float)


11145
11146
11147
# File 'sig/types.rbs', line 11145

def lower_boundary
  @lower_boundary
end

#periods_backward::Integer

Returns the value of attribute periods_backward.

Returns:

  • (::Integer)


11143
11144
11145
# File 'sig/types.rbs', line 11143

def periods_backward
  @periods_backward
end

#periods_forward::Integer

Returns the value of attribute periods_forward.

Returns:

  • (::Integer)


11142
11143
11144
# File 'sig/types.rbs', line 11142

def periods_forward
  @periods_forward
end

#prediction_interval::Integer

Returns the value of attribute prediction_interval.

Returns:

  • (::Integer)


11146
11147
11148
# File 'sig/types.rbs', line 11146

def prediction_interval
  @prediction_interval
end

#seasonality::Integer

Returns the value of attribute seasonality.

Returns:

  • (::Integer)


11147
11148
11149
# File 'sig/types.rbs', line 11147

def seasonality
  @seasonality
end

#upper_boundary::Float

Returns the value of attribute upper_boundary.

Returns:

  • (::Float)


11144
11145
11146
# File 'sig/types.rbs', line 11144

def upper_boundary
  @upper_boundary
end