Class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionResponse

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

Overview

The response for TrainProcessorVersion.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionResponse

Returns a new instance of GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionResponse.



1307
1308
1309
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 1307

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)


1305
1306
1307
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 1305

def processor_version
  @processor_version
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1312
1313
1314
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 1312

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