Class TabularRegressionPredictionResult (1.48.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.

Methods

TabularRegressionPredictionResult

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

Prediction output format for Tabular Regression.

TabularRegressionPredictionResult

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

Prediction output format for Tabular Regression.