Data Labeling v1beta1 API - Class ConfusionMatrix.Types.Row (2.0.0-beta04)

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

Reference documentation and code samples for the Data Labeling v1beta1 API class ConfusionMatrix.Types.Row.

A row in the confusion matrix. Each entry in this row has the same ground truth label.

Inheritance

object > ConfusionMatrix.Types.Row

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

Row()

public Row()

Row(Row)

public Row(ConfusionMatrix.Types.Row other)
Parameter
Name Description
other ConfusionMatrixTypesRow

Properties

AnnotationSpec

public AnnotationSpec AnnotationSpec { get; set; }

The annotation spec of the ground truth label for this row.

Property Value
Type Description
AnnotationSpec

Entries

public RepeatedField<ConfusionMatrix.Types.ConfusionMatrixEntry> Entries { get; }

A list of the confusion matrix entries. One entry for each possible predicted label.

Property Value
Type Description
RepeatedFieldConfusionMatrixTypesConfusionMatrixEntry