AnalysisTimeBasedForecastPropertiesArgs

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>

Constructors

Link copied to clipboard
constructor(lowerBoundary: Output<Double>? = null, periodsBackward: Output<Double>? = null, periodsForward: Output<Double>? = null, predictionInterval: Output<Double>? = null, seasonality: Output<Double>? = null, upperBoundary: Output<Double>? = null)

Properties

Link copied to clipboard
val lowerBoundary: Output<Double>? = null

The lower boundary setup of a forecast computation.

Link copied to clipboard
val periodsBackward: Output<Double>? = null

The periods backward setup of a forecast computation.

Link copied to clipboard
val periodsForward: Output<Double>? = null

The periods forward setup of a forecast computation.

Link copied to clipboard
val predictionInterval: Output<Double>? = null

The prediction interval setup of a forecast computation.

Link copied to clipboard
val seasonality: Output<Double>? = null

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

Link copied to clipboard
val upperBoundary: Output<Double>? = null

The upper boundary setup of a forecast computation.

Functions

Link copied to clipboard
open override fun toJava(): AnalysisTimeBasedForecastPropertiesArgs