Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1SchemaPredictPredictionClassificationPredictionResult

Prediction output format for Image and Text Classification.

Inheritance
object
GoogleCloudAiplatformV1beta1SchemaPredictPredictionClassificationPredictionResult
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 GoogleCloudAiplatformV1beta1SchemaPredictPredictionClassificationPredictionResult : 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?>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX