View Source GoogleApi.Monitoring.V3.Model.ForecastOptions (google_api_monitoring v0.55.0)

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

Attributes

  • forecastHorizon (type: String.t, default: nil) - Required. 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. The forecast horizon can range from 1 hour to 60 hours.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.ForecastOptions{
  forecastHorizon: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.