public sealed class TabularClassificationPredictionResult : IMessage<TabularClassificationPredictionResult>, IEquatable<TabularClassificationPredictionResult>, IDeepCloneable<TabularClassificationPredictionResult>, IBufferMessage, IMessagePrediction output format for Tabular Classification.
Implements
IMessage<TabularClassificationPredictionResult>, IEquatable<TabularClassificationPredictionResult>, IDeepCloneable<TabularClassificationPredictionResult>, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1.Schema.Predict.PredictionAssembly
Google.Cloud.AIPlatform.V1.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 |
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 | |
|---|---|
| Type | Description |
RepeatedField<Single> |
|