ForecastOptionsArgs

data class ForecastOptionsArgs(val forecastHorizon: Output<String>) : ConvertibleToJava<ForecastOptionsArgs>

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

Constructors

Link copied to clipboard
fun ForecastOptionsArgs(forecastHorizon: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): ForecastOptionsArgs

Properties

Link copied to clipboard
val forecastHorizon: Output<String>

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.