Analysis Forecast Computation Args
data class AnalysisForecastComputationArgs(val computationId: Output<String>, val customSeasonalityValue: Output<Double>? = null, val lowerBoundary: Output<Double>? = null, val name: Output<String>? = null, val periodsBackward: Output<Double>? = null, val periodsForward: Output<Double>? = null, val predictionInterval: Output<Double>? = null, val seasonality: Output<AnalysisForecastComputationSeasonality>? = null, val time: Output<AnalysisDimensionFieldArgs>? = null, val upperBoundary: Output<Double>? = null, val value: Output<AnalysisMeasureFieldArgs>? = null) : ConvertibleToJava<AnalysisForecastComputationArgs>
Constructors
Link copied to clipboard
constructor(computationId: Output<String>, customSeasonalityValue: Output<Double>? = null, lowerBoundary: Output<Double>? = null, name: Output<String>? = null, periodsBackward: Output<Double>? = null, periodsForward: Output<Double>? = null, predictionInterval: Output<Double>? = null, seasonality: Output<AnalysisForecastComputationSeasonality>? = null, time: Output<AnalysisDimensionFieldArgs>? = null, upperBoundary: Output<Double>? = null, value: Output<AnalysisMeasureFieldArgs>? = null)
Properties
Link copied to clipboard
The ID for a computation.
Link copied to clipboard
The custom seasonality value setup of a forecast computation.
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 time field that is used in a computation.
Link copied to clipboard
The upper boundary setup of a forecast computation.
Link copied to clipboard
The value field that is used in a computation.