public sealed class TabularClassificationPredictionResult : IMessage<TabularClassificationPredictionResult>, IEquatable<TabularClassificationPredictionResult>, IDeepCloneable<TabularClassificationPredictionResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class TabularClassificationPredictionResult.
Prediction output format for Tabular Classification.
Implements
IMessageTabularClassificationPredictionResult, IEquatableTabularClassificationPredictionResult, IDeepCloneableTabularClassificationPredictionResult, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1.Schema.Predict.PredictionAssembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
TabularClassificationPredictionResult()
public TabularClassificationPredictionResult()
TabularClassificationPredictionResult(TabularClassificationPredictionResult)
public TabularClassificationPredictionResult(TabularClassificationPredictionResult other)
Parameter | |
---|---|
Name | Description |
other |
TabularClassificationPredictionResult |
Properties
Classes
public RepeatedField<string> Classes { get; }
The name of the classes being classified, contains all possible values of the target column.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedFieldfloat |