Data Labeling v1beta1 API - Class ConfusionMatrix.Types.ConfusionMatrixEntry (2.0.0-beta03)

public sealed class ConfusionMatrix.Types.ConfusionMatrixEntry : IMessage<ConfusionMatrix.Types.ConfusionMatrixEntry>, IEquatable<ConfusionMatrix.Types.ConfusionMatrixEntry>, IDeepCloneable<ConfusionMatrix.Types.ConfusionMatrixEntry>, IBufferMessage, IMessage

Inheritance

object > ConfusionMatrix.Types.ConfusionMatrixEntry

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

ConfusionMatrixEntry()

public ConfusionMatrixEntry()

ConfusionMatrixEntry(ConfusionMatrixEntry)

public ConfusionMatrixEntry(ConfusionMatrix.Types.ConfusionMatrixEntry other)
Parameter
Name Description
other ConfusionMatrixTypesConfusionMatrixEntry

Properties

AnnotationSpec

public AnnotationSpec AnnotationSpec { get; set; }

The annotation spec of a predicted label.

Property Value
Type Description
AnnotationSpec

ItemCount

public int ItemCount { get; set; }

Number of items predicted to have this label. (The ground truth label for these items is the Row.annotationSpec of this entry's parent.)

Property Value
Type Description
int