Class: Google::Cloud::DocumentAI::V1beta3::EvaluateProcessorVersionResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::DocumentAI::V1beta3::EvaluateProcessorVersionResponse
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb
 
Overview
Response of the EvaluateProcessorVersion method.
Instance Attribute Summary collapse
- 
  
    
      #evaluation  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource name of the created evaluation.
 
Instance Attribute Details
#evaluation ⇒ ::String
Returns The resource name of the created evaluation.
      1066 1067 1068 1069  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 1066 class EvaluateProcessorVersionResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |