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
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDashboard.ForecastComputationProperty
static final class
An implementation forCfnDashboard.ForecastComputationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The ID for a computation.default Number
The custom seasonality value setup of a forecast computation.default Number
The lower boundary setup of a forecast computation.default String
getName()
The name of a computation.default Number
The periods backward setup of a forecast computation.default Number
The periods forward setup of a forecast computation.default Number
The prediction interval setup of a forecast computation.default String
The seasonality setup of a forecast computation.default Object
getTime()
The time field that is used in a computation.default Number
The upper boundary setup of a forecast computation.default Object
getValue()
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:.AUTOMATIC
CUSTOM
: Checks the custom seasonality value.
- See Also:
-
getTime
The time field that is used in a computation.- See Also:
-
getUpperBoundary
The upper boundary setup of a forecast computation.- See Also:
-
getValue
The value field that is used in a computation.- See Also:
-
builder
-