Interface CfnDashboard.ForecastComputationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.ForecastComputationProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.ForecastComputationProperty
extends software.amazon.jsii.JsiiSerializable
The forecast computation configuration.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.ForecastComputationPropertystatic final classAn implementation forCfnDashboard.ForecastComputationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The ID for a computation.default NumberThe custom seasonality value setup of a forecast computation.default NumberThe lower boundary setup of a forecast computation.default StringgetName()The name of a computation.default NumberThe periods backward setup of a forecast computation.default NumberThe periods forward setup of a forecast computation.default NumberThe prediction interval setup of a forecast computation.default StringThe seasonality setup of a forecast computation.default ObjectgetTime()The time field that is used in a computation.default NumberThe upper boundary setup of a forecast computation.default ObjectgetValue()The value field that is used in a computation.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getComputationId
The ID for a computation.- See Also:
-
getCustomSeasonalityValue
The custom seasonality value setup of a forecast computation.- See Also:
-
getLowerBoundary
The lower boundary setup of a forecast computation.- See Also:
-
getName
The name of a computation.- See Also:
-
getPeriodsBackward
The periods backward setup of a forecast computation.- See Also:
-
getPeriodsForward
The periods forward setup of a forecast computation.- See Also:
-
getPredictionInterval
The prediction interval setup of a forecast computation.- See Also:
-
getSeasonality
The seasonality setup of a forecast computation. Choose one of the following options:.AUTOMATICCUSTOM: Checks the custom seasonality value.
- See Also:
-
getTime
The time field that is used in a computation.Returns union: either
IResolvableorCfnDashboard.DimensionFieldProperty- See Also:
-
getUpperBoundary
The upper boundary setup of a forecast computation.- See Also:
-
getValue
The value field that is used in a computation.Returns union: either
IResolvableorCfnDashboard.MeasureFieldProperty- See Also:
-
builder
-