class Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionResponse
Metadata of the EvaluateProcessorVersion method.
Attributes
evaluation[RW]
The resource name of the created evaluation. Corresponds to the JSON property `evaluation` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/documentai_v1beta3/classes.rb, line 328 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 333 def update!(**args) @evaluation = args[:evaluation] if args.key?(:evaluation) end