Class EvaluationRevision (3.10.0)

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

A revision of the evaluation.

Attributes

Name Description
revision_id str
Output only. The revision ID of the evaluation.
document_counters google.cloud.documentai_v1beta3.types.Evaluation.Counters
Output only. Counters for the documents used in the evaluation.
all_entities_metrics google.cloud.documentai_v1beta3.types.Evaluation.MultiConfidenceMetrics
Output only. Metrics for all the entities in aggregate.
entity_metrics MutableMapping[str, google.cloud.documentai_v1beta3.types.Evaluation.MultiConfidenceMetrics]
Output only. Metrics across confidence levels, for different entities.

Classes

EntityMetricsEntry

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

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.