Class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta3TrainProcessorVersionResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/documentai_v1beta2/classes.rb,
lib/google/apis/documentai_v1beta2/representations.rb,
lib/google/apis/documentai_v1beta2/representations.rb

Overview

The response for the TrainProcessorVersion method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDocumentaiV1beta3TrainProcessorVersionResponse

Returns a new instance of GoogleCloudDocumentaiV1beta3TrainProcessorVersionResponse.



6334
6335
6336
# File 'lib/google/apis/documentai_v1beta2/classes.rb', line 6334

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#processor_versionString

The resource name of the processor version produced by training. Corresponds to the JSON property processorVersion

Returns:

  • (String)


6332
6333
6334
# File 'lib/google/apis/documentai_v1beta2/classes.rb', line 6332

def processor_version
  @processor_version
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6339
6340
6341
# File 'lib/google/apis/documentai_v1beta2/classes.rb', line 6339

def update!(**args)
  @processor_version = args[:processor_version] if args.key?(:processor_version)
end