Class: Google::Cloud::DocumentAI::V1::EvaluationReference
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1::EvaluationReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1/evaluation.rb
Overview
Gives a short summary of an evaluation, and links to the evaluation itself.
Instance Attribute Summary collapse
-
#aggregate_metrics ⇒ ::Google::Cloud::DocumentAI::V1::Evaluation::Metrics
An aggregate of the statistics for the evaluation with fuzzy matching on.
-
#aggregate_metrics_exact ⇒ ::Google::Cloud::DocumentAI::V1::Evaluation::Metrics
An aggregate of the statistics for the evaluation with fuzzy matching off.
-
#evaluation ⇒ ::String
The resource name of the evaluation.
-
#operation ⇒ ::String
The resource name of the Long Running Operation for the evaluation.
Instance Attribute Details
#aggregate_metrics ⇒ ::Google::Cloud::DocumentAI::V1::Evaluation::Metrics
Returns An aggregate of the statistics for the evaluation with fuzzy matching on.
37 38 39 40 |
# File 'proto_docs/google/cloud/documentai/v1/evaluation.rb', line 37 class EvaluationReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#aggregate_metrics_exact ⇒ ::Google::Cloud::DocumentAI::V1::Evaluation::Metrics
Returns An aggregate of the statistics for the evaluation with fuzzy matching off.
37 38 39 40 |
# File 'proto_docs/google/cloud/documentai/v1/evaluation.rb', line 37 class EvaluationReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#evaluation ⇒ ::String
Returns The resource name of the evaluation.
37 38 39 40 |
# File 'proto_docs/google/cloud/documentai/v1/evaluation.rb', line 37 class EvaluationReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#operation ⇒ ::String
Returns The resource name of the Long Running Operation for the evaluation.
37 38 39 40 |
# File 'proto_docs/google/cloud/documentai/v1/evaluation.rb', line 37 class EvaluationReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |