Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::Evaluation::EvaluationRevision.
A revision of the evaluation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#all_entities_metrics
def all_entities_metrics() -> ::Google::Cloud::DocumentAI::V1beta3::Evaluation::MultiConfidenceMetrics
Returns
- (::Google::Cloud::DocumentAI::V1beta3::Evaluation::MultiConfidenceMetrics) — Output only. Metrics for all the entities in aggregate.
#document_counters
def document_counters() -> ::Google::Cloud::DocumentAI::V1beta3::Evaluation::Counters
Returns
- (::Google::Cloud::DocumentAI::V1beta3::Evaluation::Counters) — Output only. Counters for the documents used in the evaluation.
#entity_metrics
def entity_metrics() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::DocumentAI::V1beta3::Evaluation::MultiConfidenceMetrics}
Returns
- (::Google::Protobuf::Map{::String => ::Google::Cloud::DocumentAI::V1beta3::Evaluation::MultiConfidenceMetrics}) — Output only. Metrics across confidence levels, for different entities.
#revision_id
def revision_id() -> ::String
Returns
- (::String) — Output only. The revision ID of the evaluation.