class Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionResponse
The response for the TrainProcessorVersion method.
Attributes
processor_version[RW]
The resource name of the processor version produced by training. Corresponds to the JSON property `processorVersion` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/documentai_v1beta3/classes.rb, line 523 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/documentai_v1beta3/classes.rb, line 528 def update!(**args) @processor_version = args[:processor_version] if args.key?(:processor_version) end