Row(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A row in the confusion matrix. Each entry in this row has the same ground truth label.
Attributes |
|
---|---|
Name | Description |
annotation_spec |
google.cloud.datalabeling_v1beta1.types.AnnotationSpec
The annotation spec of the ground truth label for this row. |
entries |
MutableSequence[google.cloud.datalabeling_v1beta1.types.ConfusionMatrix.ConfusionMatrixEntry]
A list of the confusion matrix entries. One entry for each possible predicted label. |