Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1SchemaPredictPredictionTabularClassificationPredictionResult

Prediction output format for Tabular Classification.

Inheritance
object
GoogleCloudAiplatformV1beta1SchemaPredictPredictionTabularClassificationPredictionResult
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX