CustomForecastHorizonResponse

data class CustomForecastHorizonResponse(val mode: String, val value: Int)

The desired maximum forecast horizon in units of time-series frequency.

Constructors

Link copied to clipboard
constructor(mode: String, value: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enum to determine forecast horizon selection mode. Expected value is 'Custom'.

Link copied to clipboard
val value: Int

Required Forecast horizon value.