Class: Google::Cloud::DocumentAI::V1beta3::EvaluateProcessorVersionResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::EvaluateProcessorVersionResponse
- 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
-
#evaluation ⇒ ::String
The resource name of the created evaluation.
Instance Attribute Details
#evaluation ⇒ ::String
Returns The resource name of the created evaluation.
941 942 943 944 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 941 class EvaluateProcessorVersionResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |