Show / Hide Table of Contents

Interface CfnAnalysis.ITimeBasedForecastPropertiesProperty

The forecast properties setup of a forecast in the line chart.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAnalysis.ITimeBasedForecastPropertiesProperty
Syntax (vb)
Public Interface CfnAnalysis.ITimeBasedForecastPropertiesProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-timebasedforecastproperties.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.QuickSight;

             var timeBasedForecastPropertiesProperty = new TimeBasedForecastPropertiesProperty {
                 LowerBoundary = 123,
                 PeriodsBackward = 123,
                 PeriodsForward = 123,
                 PredictionInterval = 123,
                 Seasonality = 123,
                 UpperBoundary = 123
             };

Synopsis

Properties

LowerBoundary

The lower boundary setup of a forecast computation.

PeriodsBackward

The periods backward setup of a forecast computation.

PeriodsForward

The periods forward setup of a forecast computation.

PredictionInterval

The prediction interval setup of a forecast computation.

Seasonality

The seasonality setup of a forecast computation. Choose one of the following options:.

UpperBoundary

The upper boundary setup of a forecast computation.

Properties

LowerBoundary

The lower boundary setup of a forecast computation.

double? LowerBoundary { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-timebasedforecastproperties.html#cfn-quicksight-analysis-timebasedforecastproperties-lowerboundary

PeriodsBackward

The periods backward setup of a forecast computation.

double? PeriodsBackward { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-timebasedforecastproperties.html#cfn-quicksight-analysis-timebasedforecastproperties-periodsbackward

PeriodsForward

The periods forward setup of a forecast computation.

double? PeriodsForward { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-timebasedforecastproperties.html#cfn-quicksight-analysis-timebasedforecastproperties-periodsforward

PredictionInterval

The prediction interval setup of a forecast computation.

double? PredictionInterval { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-timebasedforecastproperties.html#cfn-quicksight-analysis-timebasedforecastproperties-predictioninterval

Seasonality

The seasonality setup of a forecast computation. Choose one of the following options:.

double? Seasonality { get; }
Property Value

double?

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-timebasedforecastproperties.html#cfn-quicksight-analysis-timebasedforecastproperties-seasonality

    UpperBoundary

    The upper boundary setup of a forecast computation.

    double? UpperBoundary { get; }
    Property Value

    double?

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-timebasedforecastproperties.html#cfn-quicksight-analysis-timebasedforecastproperties-upperboundary

    Back to top Generated by DocFX