Class Row (1.5.1)

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

NameDescription
annotation_spec google.cloud.datalabeling_v1beta1.types.AnnotationSpec
The annotation spec of the ground truth label for this row.
entries Sequence[google.cloud.datalabeling_v1beta1.types.ConfusionMatrix.ConfusionMatrixEntry]
A list of the confusion matrix entries. One entry for each possible predicted label.

Inheritance

builtins.object > proto.message.Message > Row