Class: Google::Cloud::DocumentAI::V1beta3::TrainProcessorVersionResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::DocumentAI::V1beta3::TrainProcessorVersionResponse
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/documentai/v1beta3/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.
      871 872 873 874  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 871 class TrainProcessorVersionResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |