Class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadata

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

Metadata of the auto-labeling documents operation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadata

Returns a new instance of GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadata.



385
386
387
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 385

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

Instance Attribute Details

#common_metadataGoogle::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata

The common metadata for long running operations. Corresponds to the JSON property commonMetadata



373
374
375
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 373

def 
  @common_metadata
end

#individual_auto_label_statusesArray<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadataIndividualAutoLabelStatus>

The list of individual auto-labeling statuses of the dataset documents. Corresponds to the JSON property individualAutoLabelStatuses



378
379
380
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 378

def individual_auto_label_statuses
  @individual_auto_label_statuses
end

#total_document_countFixnum

Total number of the auto-labeling documents. Corresponds to the JSON property totalDocumentCount

Returns:

  • (Fixnum)


383
384
385
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 383

def total_document_count
  @total_document_count
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



390
391
392
393
394
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 390

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