Cloud AI Platform v1 API - Class TabularClassificationPredictionResult (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class TabularClassificationPredictionResult.

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
RepeatedFieldstring

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
RepeatedFieldfloat