ForecastingSettingsResponse

constructor(countryOrRegionForHolidays: String? = null, cvStepSize: Int? = null, featureLags: String? = null, forecastHorizon: Either<AutoForecastHorizonResponse, CustomForecastHorizonResponse>? = null, frequency: String? = null, seasonality: Either<AutoSeasonalityResponse, CustomSeasonalityResponse>? = null, shortSeriesHandlingConfig: String? = null, targetAggregateFunction: String? = null, targetLags: Either<AutoTargetLagsResponse, CustomTargetLagsResponse>? = null, targetRollingWindowSize: Either<AutoTargetRollingWindowSizeResponse, CustomTargetRollingWindowSizeResponse>? = null, timeColumnName: String? = null, timeSeriesIdColumnNames: List<String>? = null, useStl: String? = null)