public sealed class Row : IMessage<ConfusionMatrix.Types.Row>, IEquatable<ConfusionMatrix.Types.Row>, IDeepCloneable<ConfusionMatrix.Types.Row>, IBufferMessage, IMessage
A row in the confusion matrix. Each entry in this row has the same ground truth label.
Implements
IMessage<ConfusionMatrix.Types.Row>, IEquatable<ConfusionMatrix.Types.Row>, IDeepCloneable<ConfusionMatrix.Types.Row>, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
Row()
public Row()
Row(ConfusionMatrix.Types.Row)
public Row(ConfusionMatrix.Types.Row other)
Parameter | |
---|---|
Name | Description |
other | ConfusionMatrix.Types.Row |
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 |
RepeatedField<ConfusionMatrix.Types.ConfusionMatrixEntry> |