View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPredictPredictionTabularRegressionPredictionResult (google_api_ai_platform v0.13.0)
Prediction output format for Tabular Regression.
Attributes
-
lowerBound
(type:number()
, default:nil
) - The lower bound of the prediction interval. -
quantilePredictions
(type:list(number())
, default:nil
) - Quantile predictions, in 1-1 correspondence with quantile_values. -
quantileValues
(type:list(number())
, default:nil
) - Quantile values. -
upperBound
(type:number()
, default:nil
) - The upper bound of the prediction interval. -
value
(type:number()
, default:nil
) - The regression value.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
Functions
Unwrap a decoded JSON object into its complex fields.