ForecastOptionsResponse

data class ForecastOptionsResponse(val forecastHorizon: String)

Options used when forecasting the time series and testing the predicted value against the threshold.

Constructors

Link copied to clipboard
fun ForecastOptionsResponse(forecastHorizon: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The length of time into the future to forecast whether a time series will violate the threshold. If the predicted value is found to violate the threshold, and the violation is observed in all forecasts made for the configured duration, then the time series is considered to be failing.