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)


11535
11536
11537
# File 'sig/types.rbs', line 11535

def lower_boundary
  @lower_boundary
end

#periods_backward::Integer

Returns the value of attribute periods_backward.

Returns:

  • (::Integer)


11533
11534
11535
# File 'sig/types.rbs', line 11533

def periods_backward
  @periods_backward
end

#periods_forward::Integer

Returns the value of attribute periods_forward.

Returns:

  • (::Integer)


11532
11533
11534
# File 'sig/types.rbs', line 11532

def periods_forward
  @periods_forward
end

#prediction_interval::Integer

Returns the value of attribute prediction_interval.

Returns:

  • (::Integer)


11536
11537
11538
# File 'sig/types.rbs', line 11536

def prediction_interval
  @prediction_interval
end

#seasonality::Integer

Returns the value of attribute seasonality.

Returns:

  • (::Integer)


11537
11538
11539
# File 'sig/types.rbs', line 11537

def seasonality
  @seasonality
end

#upper_boundary::Float

Returns the value of attribute upper_boundary.

Returns:

  • (::Float)


11534
11535
11536
# File 'sig/types.rbs', line 11534

def upper_boundary
  @upper_boundary
end