Interface protos.google.cloud.aiplatform.v1beta1.schema.predict.prediction.ITabularRegressionPredictionResult (1.11.0)

Properties of a TabularRegressionPredictionResult.

Package

@google-cloud/aiplatform

Properties

lowerBound

lowerBound?: (number|null);

TabularRegressionPredictionResult lowerBound

Property Value
TypeDescription
(number|null)

upperBound

upperBound?: (number|null);

TabularRegressionPredictionResult upperBound

Property Value
TypeDescription
(number|null)

value

value?: (number|null);

TabularRegressionPredictionResult value

Property Value
TypeDescription
(number|null)