Class: Google::Cloud::DocumentAI::V1::TrainProcessorVersionResponse

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

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.



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