Class: Google::Cloud::DocumentAI::V1beta3::Evaluation::Counters
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::DocumentAI::V1beta3::Evaluation::Counters
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/documentai/v1beta3/evaluation.rb
 
Overview
Evaluation counters for the documents that were used.
Instance Attribute Summary collapse
- 
  
    
      #evaluated_documents_count  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
How many documents were used in the evaluation.
 - 
  
    
      #failed_documents_count  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
How many documents were not included in the evaluation as Document AI failed to process them.
 - 
  
    
      #input_documents_count  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
How many documents were sent for evaluation.
 - 
  
    
      #invalid_documents_count  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
How many documents were not included in the evaluation as they didn't pass validation.
 
Instance Attribute Details
#evaluated_documents_count ⇒ ::Integer
Returns How many documents were used in the evaluation.
      85 86 87 88  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/evaluation.rb', line 85 class Counters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#failed_documents_count ⇒ ::Integer
Returns How many documents were not included in the evaluation as Document AI failed to process them.
      85 86 87 88  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/evaluation.rb', line 85 class Counters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#input_documents_count ⇒ ::Integer
Returns How many documents were sent for evaluation.
      85 86 87 88  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/evaluation.rb', line 85 class Counters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#invalid_documents_count ⇒ ::Integer
Returns How many documents were not included in the evaluation as they didn't pass validation.
      85 86 87 88  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/evaluation.rb', line 85 class Counters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |