aws-cdk-lib.aws_quicksight.CfnAnalysis.ForecastComputationProperty

interface ForecastComputationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnAnalysis.ForecastComputationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_ForecastComputationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnAnalysis.ForecastComputationProperty
Pythonaws_cdk.aws_quicksight.CfnAnalysis.ForecastComputationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnAnalysis » ForecastComputationProperty

The forecast computation configuration.

Example

// The generated example for this type would exceed 500 lines,
// and has been elided for readability.

Properties

NameTypeDescription
computationIdstringThe ID for a computation.
timeIResolvable | DimensionFieldPropertyThe time field that is used in a computation.
customSeasonalityValue?numberThe custom seasonality value setup of a forecast computation.
lowerBoundary?numberThe lower boundary setup of a forecast computation.
name?stringThe name of a computation.
periodsBackward?numberThe periods backward setup of a forecast computation.
periodsForward?numberThe periods forward setup of a forecast computation.
predictionInterval?numberThe prediction interval setup of a forecast computation.
seasonality?stringThe seasonality setup of a forecast computation. Choose one of the following options:.
upperBoundary?numberThe upper boundary setup of a forecast computation.
value?IResolvable | MeasureFieldPropertyThe value field that is used in a computation.

computationId

Type: string

The ID for a computation.


time

Type: IResolvable | DimensionFieldProperty

The time field that is used in 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.

upperBoundary?

Type: number (optional)

The upper boundary setup of a forecast computation.


value?

Type: IResolvable | MeasureFieldProperty (optional)

The value field that is used in a computation.