Analysis Time Based Forecast Properties Args
data class AnalysisTimeBasedForecastPropertiesArgs(val lowerBoundary: Output<Double>? = null, val periodsBackward: Output<Double>? = null, val periodsForward: Output<Double>? = null, val predictionInterval: Output<Double>? = null, val seasonality: Output<Double>? = null, val upperBoundary: Output<Double>? = null) : ConvertibleToJava<AnalysisTimeBasedForecastPropertiesArgs>
Properties
Link copied to clipboard
The lower boundary setup of a forecast computation.
Link copied to clipboard
The periods backward setup of a forecast computation.
Link copied to clipboard
The periods forward setup of a forecast computation.
Link copied to clipboard
The prediction interval setup of a forecast computation.
Link copied to clipboard
The seasonality setup of a forecast computation. Choose one of the following options:
Link copied to clipboard
The upper boundary setup of a forecast computation.