Class GoogleCloudAiplatformV1beta1SchemaPredictPredictionTabularClassificationPredictionResult
Prediction output format for Tabular Classification.
Inheritance
GoogleCloudAiplatformV1beta1SchemaPredictPredictionTabularClassificationPredictionResult
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1SchemaPredictPredictionTabularClassificationPredictionResult : IDirectResponseSchema
Properties
Classes
The name of the classes being classified, contains all possible values of the target column.
Declaration
[JsonProperty("classes")]
public virtual IList<string> Classes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Scores
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.
Declaration
[JsonProperty("scores")]
public virtual IList<float?> Scores { get; set; }
Property Value
Type | Description |
---|---|
IList<float?> |