Class: Google::Cloud::DocumentAI::V1::TrainProcessorVersionResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::DocumentAI::V1::TrainProcessorVersionResponse
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/documentai/v1/document_processor_service.rb
 
Overview
The response for TrainProcessorVersion.
Instance Attribute Summary collapse
- 
  
    
      #processor_version  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource name of the processor version produced by training.
 
Instance Attribute Details
#processor_version ⇒ ::String
Returns The resource name of the processor version produced by training.
      800 801 802 803  | 
    
      # File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 800 class TrainProcessorVersionResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |