Class: Aws::Types::ForecastComputation
- Inherits:
-
Object
- Object
- Aws::Types::ForecastComputation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#computation_id ⇒ ::String
Returns the value of attribute computation_id.
-
#custom_seasonality_value ⇒ ::Integer
Returns the value of attribute custom_seasonality_value.
-
#lower_boundary ⇒ ::Float
Returns the value of attribute lower_boundary.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#periods_backward ⇒ ::Integer
Returns the value of attribute periods_backward.
-
#periods_forward ⇒ ::Integer
Returns the value of attribute periods_forward.
-
#prediction_interval ⇒ ::Integer
Returns the value of attribute prediction_interval.
-
#seasonality ⇒ "AUTOMATIC", "CUSTOM"
Returns the value of attribute seasonality.
-
#time ⇒ Types::DimensionField
Returns the value of attribute time.
-
#upper_boundary ⇒ ::Float
Returns the value of attribute upper_boundary.
-
#value ⇒ Types::MeasureField
Returns the value of attribute value.
Instance Attribute Details
#computation_id ⇒ ::String
Returns the value of attribute computation_id.
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.
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.
5806 5807 5808 |
# File 'sig/types.rbs', line 5806 def lower_boundary @lower_boundary end |
#name ⇒ ::String
Returns the value of attribute name.
5800 5801 5802 |
# File 'sig/types.rbs', line 5800 def name @name end |
#periods_backward ⇒ ::Integer
Returns the value of attribute periods_backward.
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.
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.
5807 5808 5809 |
# File 'sig/types.rbs', line 5807 def prediction_interval @prediction_interval end |
#seasonality ⇒ "AUTOMATIC", "CUSTOM"
Returns the value of attribute seasonality.
5808 5809 5810 |
# File 'sig/types.rbs', line 5808 def seasonality @seasonality end |
#time ⇒ Types::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.
5805 5806 5807 |
# File 'sig/types.rbs', line 5805 def upper_boundary @upper_boundary end |
#value ⇒ Types::MeasureField
Returns the value of attribute value.
5802 5803 5804 |
# File 'sig/types.rbs', line 5802 def value @value end |