TemplateForecastComputationArgs

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<TemplateForecastComputationSeasonality>? = null, time: Output<TemplateDimensionFieldArgs>? = null, upperBoundary: Output<Double>? = null, value: Output<TemplateMeasureFieldArgs>? = null)