Class Counters (2.13.0)

Counters(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Evaluation counters for the documents that were used.

Attributes

NameDescription
input_documents_count int
How many documents were sent for evaluation.
invalid_documents_count int
How many documents were not included in the evaluation as they didn't pass validation.
failed_documents_count int
How many documents were not included in the evaluation as Document AI failed to process them.
evaluated_documents_count int
How many documents were used in the evaluation.