Class: Google::Cloud::DocumentAI::V1beta3::TrainProcessorVersionResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#processor_version::String

Returns The resource name of the processor version produced by training.

Returns:

  • (::String)

    The resource name of the processor version produced by training.



780
781
782
783
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 780

class TrainProcessorVersionResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end