Class TabularRegressionPredictionResult (1.17.0)

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

Prediction output format for Tabular Regression.

Attributes

NameDescription
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 > TabularRegressionPredictionResult

Methods

TabularRegressionPredictionResult

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

Prediction output format for Tabular Regression.