Class TimeSeriesForecastingPredictionResult (0.4.0)

TimeSeriesForecastingPredictionResult(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Prediction output format for Time Series Forecasting.

Attributes

Name Description
value float
The regression value.
lower_bound float
The lower bound of the prediction interval.
upper_bound float
The upper bound of the prediction interval.

Inheritance

builtins.object > proto.message.Message > TimeSeriesForecastingPredictionResult