Interface protos.google.cloud.aiplatform.v1beta1.schema.predict.prediction.ITabularClassificationPredictionResult (1.7.2)

Properties of a TabularClassificationPredictionResult.

Package

@google-cloud/aiplatform!

Properties

classes

classes?: (string[]|null);

TabularClassificationPredictionResult classes

Property Value
TypeDescription
(string[]|null)

scores

scores?: (number[]|null);

TabularClassificationPredictionResult scores

Property Value
TypeDescription
(number[]|null)