Class TabularClassificationPredictionResult (1.6.0)

public sealed class TabularClassificationPredictionResult : IMessage<TabularClassificationPredictionResult>, IEquatable<TabularClassificationPredictionResult>, IDeepCloneable<TabularClassificationPredictionResult>, IBufferMessage, IMessage

Prediction output format for Tabular Classification.

Inheritance

Object > TabularClassificationPredictionResult

Namespace

Google.Cloud.AIPlatform.V1.Schema.Predict.Prediction

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

TabularClassificationPredictionResult()

public TabularClassificationPredictionResult()

TabularClassificationPredictionResult(TabularClassificationPredictionResult)

public TabularClassificationPredictionResult(TabularClassificationPredictionResult other)
Parameter
NameDescription
otherTabularClassificationPredictionResult

Properties

Classes

public RepeatedField<string> Classes { get; }

The name of the classes being classified, contains all possible values of the target column.

Property Value
TypeDescription
RepeatedField<String>

Scores

public RepeatedField<float> Scores { get; }

The model's confidence in each class being correct, higher value means higher confidence. The N-th score corresponds to the N-th class in classes.

Property Value
TypeDescription
RepeatedField<Single>