Analysis Forecast Computation Args
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)