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
fun AnalysisForecastComputationArgs(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)