interface ForecastComputationProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.ForecastComputationProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_ForecastComputationProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnDashboard.ForecastComputationProperty | 
|  Python | aws_cdk.aws_quicksight.CfnDashboard.ForecastComputationProperty | 
|  TypeScript | aws-cdk-lib»aws_quicksight»CfnDashboard»ForecastComputationProperty | 
The forecast computation configuration.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description | 
|---|---|---|
| computation | string | The ID for a computation. | 
| custom | number | The custom seasonality value setup of a forecast computation. | 
| lower | number | The lower boundary setup of a forecast computation. | 
| name? | string | The name of a computation. | 
| periods | number | The periods backward setup of a forecast computation. | 
| periods | number | The periods forward setup of a forecast computation. | 
| prediction | number | The prediction interval setup of a forecast computation. | 
| seasonality? | string | The seasonality setup of a forecast computation. Choose one of the following options:. | 
| time? | IResolvable | Dimension | The time field that is used in a computation. | 
| upper | number | The upper boundary setup of a forecast computation. | 
| value? | IResolvable | Measure | The value field that is used in a computation. | 
computationId
Type:
string
The ID for a computation.
customSeasonalityValue?
Type:
number
(optional)
The custom seasonality value setup of a forecast computation.
lowerBoundary?
Type:
number
(optional)
The lower boundary setup of a forecast computation.
name?
Type:
string
(optional)
The name of a computation.
periodsBackward?
Type:
number
(optional)
The periods backward setup of a forecast computation.
periodsForward?
Type:
number
(optional)
The periods forward setup of a forecast computation.
predictionInterval?
Type:
number
(optional)
The prediction interval setup of a forecast computation.
seasonality?
Type:
string
(optional)
The seasonality setup of a forecast computation. Choose one of the following options:.
- AUTOMATIC
- CUSTOM: Checks the custom seasonality value.
time?
Type:
IResolvable | Dimension
(optional)
The time field that is used in a computation.
upperBoundary?
Type:
number
(optional)
The upper boundary setup of a forecast computation.
value?
Type:
IResolvable | Measure
(optional)
The value field that is used in a computation.
