Cloud AI Platform v1 API - Class ClassificationPredictionResult (2.27.0)

public sealed class ClassificationPredictionResult : IMessage<ClassificationPredictionResult>, IEquatable<ClassificationPredictionResult>, IDeepCloneable<ClassificationPredictionResult>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class ClassificationPredictionResult.

Prediction output format for Image and Text Classification.

Inheritance

object > ClassificationPredictionResult

Namespace

Google.Cloud.AIPlatform.V1.Schema.Predict.Prediction

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ClassificationPredictionResult()

public ClassificationPredictionResult()

ClassificationPredictionResult(ClassificationPredictionResult)

public ClassificationPredictionResult(ClassificationPredictionResult other)
Parameter
NameDescription
otherClassificationPredictionResult

Properties

Confidences

public RepeatedField<float> Confidences { get; }

The Model's confidences in correctness of the predicted IDs, higher value means higher confidence. Order matches the Ids.

Property Value
TypeDescription
RepeatedFieldfloat

DisplayNames

public RepeatedField<string> DisplayNames { get; }

The display names of the AnnotationSpecs that had been identified, order matches the IDs.

Property Value
TypeDescription
RepeatedFieldstring

Ids

public RepeatedField<long> Ids { get; }

The resource IDs of the AnnotationSpecs that had been identified.

Property Value
TypeDescription
RepeatedFieldlong