Class: Google::Cloud::DocumentAI::V1beta3::EvaluateProcessorVersionResponse

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

Response of the EvaluateProcessorVersion method.

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation::String

Returns The resource name of the created evaluation.

Returns:

  • (::String)

    The resource name of the created evaluation.



967
968
969
970
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 967

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