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 ITimeBasedForecastPropertiesProperty
Syntax (vb)
Public Interface ITimeBasedForecastPropertiesProperty
Remarks
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
Lower |
The lower boundary setup of a forecast computation. |
Periods |
The periods backward setup of a forecast computation. |
Periods |
The periods forward setup of a forecast computation. |
Prediction |
The prediction interval setup of a forecast computation. |
Seasonality | The seasonality setup of a forecast computation. Choose one of the following options:. |
Upper |
The upper boundary setup of a forecast computation. |
Properties
LowerBoundary
The lower boundary setup of a forecast computation.
virtual Nullable<double> LowerBoundary { get; }
Property Value
System.
Remarks
PeriodsBackward
The periods backward setup of a forecast computation.
virtual Nullable<double> PeriodsBackward { get; }
Property Value
System.
Remarks
PeriodsForward
The periods forward setup of a forecast computation.
virtual Nullable<double> PeriodsForward { get; }
Property Value
System.
Remarks
PredictionInterval
The prediction interval setup of a forecast computation.
virtual Nullable<double> PredictionInterval { get; }
Property Value
System.
Remarks
Seasonality
The seasonality setup of a forecast computation. Choose one of the following options:.
virtual Nullable<double> Seasonality { get; }
Property Value
System.
Remarks
UpperBoundary
The upper boundary setup of a forecast computation.
virtual Nullable<double> UpperBoundary { get; }
Property Value
System.