Class GoogleCloudAiplatformV1SchemaPredictPredictionClassificationPredictionResult
Prediction output format for Image and Text Classification.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SchemaPredictPredictionClassificationPredictionResult : IDirectResponseSchema
Properties
Confidences
The Model's confidences in correctness of the predicted IDs, higher value means higher confidence. Order matches the Ids.
Declaration
[JsonProperty("confidences")]
public virtual IList<float?> Confidences { get; set; }
Property Value
Type | Description |
---|---|
IList<float?> |
DisplayNames
The display names of the AnnotationSpecs that had been identified, order matches the IDs.
Declaration
[JsonProperty("displayNames")]
public virtual IList<string> DisplayNames { 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 |
Ids
The resource IDs of the AnnotationSpecs that had been identified.
Declaration
[JsonProperty("ids")]
public virtual IList<long?> Ids { get; set; }
Property Value
Type | Description |
---|---|
IList<long?> |