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.
747 748 749 750 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 747 class TrainProcessorVersionResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |