google-apis-documentai_v1beta3 0.115.0 → 0.117.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/documentai_v1beta3/classes.rb +1666 -184
- data/lib/google/apis/documentai_v1beta3/gem_version.rb +2 -2
- data/lib/google/apis/documentai_v1beta3/representations.rb +723 -60
- data/lib/google/apis/documentai_v1beta3/service.rb +389 -2
- metadata +2 -2
|
@@ -232,6 +232,36 @@ module Google
|
|
|
232
232
|
include Google::Apis::Core::JsonObjectSupport
|
|
233
233
|
end
|
|
234
234
|
|
|
235
|
+
class GoogleCloudDocumentaiUiv1beta3DocumentSchema
|
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
237
|
+
|
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
239
|
+
end
|
|
240
|
+
|
|
241
|
+
class GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityType
|
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
243
|
+
|
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
245
|
+
end
|
|
246
|
+
|
|
247
|
+
class GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeEnumValues
|
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
249
|
+
|
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
251
|
+
end
|
|
252
|
+
|
|
253
|
+
class GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeProperty
|
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
255
|
+
|
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
257
|
+
end
|
|
258
|
+
|
|
259
|
+
class GoogleCloudDocumentaiUiv1beta3DocumentSchemaMetadata
|
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
261
|
+
|
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
263
|
+
end
|
|
264
|
+
|
|
235
265
|
class GoogleCloudDocumentaiUiv1beta3EnableProcessorMetadata
|
|
236
266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
237
267
|
|
|
@@ -244,6 +274,12 @@ module Google
|
|
|
244
274
|
include Google::Apis::Core::JsonObjectSupport
|
|
245
275
|
end
|
|
246
276
|
|
|
277
|
+
class GoogleCloudDocumentaiUiv1beta3EntityTypeMetadata
|
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
279
|
+
|
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
281
|
+
end
|
|
282
|
+
|
|
247
283
|
class GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionMetadata
|
|
248
284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
249
285
|
|
|
@@ -256,6 +292,18 @@ module Google
|
|
|
256
292
|
include Google::Apis::Core::JsonObjectSupport
|
|
257
293
|
end
|
|
258
294
|
|
|
295
|
+
class GoogleCloudDocumentaiUiv1beta3EvaluationMetrics
|
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
297
|
+
|
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
299
|
+
end
|
|
300
|
+
|
|
301
|
+
class GoogleCloudDocumentaiUiv1beta3EvaluationReference
|
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
303
|
+
|
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
305
|
+
end
|
|
306
|
+
|
|
259
307
|
class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadata
|
|
260
308
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
261
309
|
|
|
@@ -292,6 +340,36 @@ module Google
|
|
|
292
340
|
include Google::Apis::Core::JsonObjectSupport
|
|
293
341
|
end
|
|
294
342
|
|
|
343
|
+
class GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadata
|
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
345
|
+
|
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
347
|
+
end
|
|
348
|
+
|
|
349
|
+
class GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadataEntityQuery
|
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
351
|
+
|
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
353
|
+
end
|
|
354
|
+
|
|
355
|
+
class GoogleCloudDocumentaiUiv1beta3FieldTierMetadata
|
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
357
|
+
|
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
359
|
+
end
|
|
360
|
+
|
|
361
|
+
class GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata
|
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
363
|
+
|
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
365
|
+
end
|
|
366
|
+
|
|
367
|
+
class GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata
|
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
369
|
+
|
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
371
|
+
end
|
|
372
|
+
|
|
295
373
|
class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata
|
|
296
374
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
297
375
|
|
|
@@ -328,6 +406,54 @@ module Google
|
|
|
328
406
|
include Google::Apis::Core::JsonObjectSupport
|
|
329
407
|
end
|
|
330
408
|
|
|
409
|
+
class GoogleCloudDocumentaiUiv1beta3Processor
|
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
411
|
+
|
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
413
|
+
end
|
|
414
|
+
|
|
415
|
+
class GoogleCloudDocumentaiUiv1beta3ProcessorVersion
|
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
417
|
+
|
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
419
|
+
end
|
|
420
|
+
|
|
421
|
+
class GoogleCloudDocumentaiUiv1beta3ProcessorVersionAlias
|
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
423
|
+
|
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
425
|
+
end
|
|
426
|
+
|
|
427
|
+
class GoogleCloudDocumentaiUiv1beta3ProcessorVersionDeprecationInfo
|
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
429
|
+
|
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
431
|
+
end
|
|
432
|
+
|
|
433
|
+
class GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfo
|
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
435
|
+
|
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
437
|
+
end
|
|
438
|
+
|
|
439
|
+
class GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoCustomGenAiModelInfo
|
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
441
|
+
|
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
443
|
+
end
|
|
444
|
+
|
|
445
|
+
class GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo
|
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
447
|
+
|
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
449
|
+
end
|
|
450
|
+
|
|
451
|
+
class GoogleCloudDocumentaiUiv1beta3PropertyMetadata
|
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
453
|
+
|
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
455
|
+
end
|
|
456
|
+
|
|
331
457
|
class GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadata
|
|
332
458
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
333
459
|
|
|
@@ -376,6 +502,30 @@ module Google
|
|
|
376
502
|
include Google::Apis::Core::JsonObjectSupport
|
|
377
503
|
end
|
|
378
504
|
|
|
505
|
+
class GoogleCloudDocumentaiUiv1beta3Schema
|
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
507
|
+
|
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
509
|
+
end
|
|
510
|
+
|
|
511
|
+
class GoogleCloudDocumentaiUiv1beta3SchemaEditabilityMetadata
|
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
513
|
+
|
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
515
|
+
end
|
|
516
|
+
|
|
517
|
+
class GoogleCloudDocumentaiUiv1beta3SchemaEntityType
|
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
519
|
+
|
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
521
|
+
end
|
|
522
|
+
|
|
523
|
+
class GoogleCloudDocumentaiUiv1beta3SchemaInferenceMetadata
|
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
525
|
+
|
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
527
|
+
end
|
|
528
|
+
|
|
379
529
|
class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
|
|
380
530
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
381
531
|
|
|
@@ -388,6 +538,12 @@ module Google
|
|
|
388
538
|
include Google::Apis::Core::JsonObjectSupport
|
|
389
539
|
end
|
|
390
540
|
|
|
541
|
+
class GoogleCloudDocumentaiUiv1beta3SummaryOptions
|
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
543
|
+
|
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
545
|
+
end
|
|
546
|
+
|
|
391
547
|
class GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadata
|
|
392
548
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
393
549
|
|
|
@@ -436,6 +592,12 @@ module Google
|
|
|
436
592
|
include Google::Apis::Core::JsonObjectSupport
|
|
437
593
|
end
|
|
438
594
|
|
|
595
|
+
class GoogleCloudDocumentaiUiv1beta3UpdateProcessorVersionMetadata
|
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
597
|
+
|
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
599
|
+
end
|
|
600
|
+
|
|
439
601
|
class GoogleCloudDocumentaiV1BatchProcessMetadata
|
|
440
602
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
441
603
|
|
|
@@ -1192,6 +1354,12 @@ module Google
|
|
|
1192
1354
|
include Google::Apis::Core::JsonObjectSupport
|
|
1193
1355
|
end
|
|
1194
1356
|
|
|
1357
|
+
class GoogleCloudDocumentaiV1beta3Documents
|
|
1358
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1359
|
+
|
|
1360
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1361
|
+
end
|
|
1362
|
+
|
|
1195
1363
|
class GoogleCloudDocumentaiV1beta3EnableProcessorMetadata
|
|
1196
1364
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1197
1365
|
|
|
@@ -1300,6 +1468,24 @@ module Google
|
|
|
1300
1468
|
include Google::Apis::Core::JsonObjectSupport
|
|
1301
1469
|
end
|
|
1302
1470
|
|
|
1471
|
+
class GoogleCloudDocumentaiV1beta3GenerateSchemaVersionRequest
|
|
1472
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1473
|
+
|
|
1474
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1475
|
+
end
|
|
1476
|
+
|
|
1477
|
+
class GoogleCloudDocumentaiV1beta3GenerateSchemaVersionRequestGenerateSchemaVersionParams
|
|
1478
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1479
|
+
|
|
1480
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1481
|
+
end
|
|
1482
|
+
|
|
1483
|
+
class GoogleCloudDocumentaiV1beta3GenerateSchemaVersionResponse
|
|
1484
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1485
|
+
|
|
1486
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1487
|
+
end
|
|
1488
|
+
|
|
1303
1489
|
class GoogleCloudDocumentaiV1beta3GetDocumentResponse
|
|
1304
1490
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1305
1491
|
|
|
@@ -1414,6 +1600,24 @@ module Google
|
|
|
1414
1600
|
include Google::Apis::Core::JsonObjectSupport
|
|
1415
1601
|
end
|
|
1416
1602
|
|
|
1603
|
+
class GoogleCloudDocumentaiV1beta3ListSchemaVersionsResponse
|
|
1604
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1605
|
+
|
|
1606
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1607
|
+
end
|
|
1608
|
+
|
|
1609
|
+
class GoogleCloudDocumentaiV1beta3ListSchemasResponse
|
|
1610
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1611
|
+
|
|
1612
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1613
|
+
end
|
|
1614
|
+
|
|
1615
|
+
class GoogleCloudDocumentaiV1beta3NextSchema
|
|
1616
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1617
|
+
|
|
1618
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1619
|
+
end
|
|
1620
|
+
|
|
1417
1621
|
class GoogleCloudDocumentaiV1beta3NormalizedVertex
|
|
1418
1622
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1419
1623
|
|
|
@@ -1540,6 +1744,12 @@ module Google
|
|
|
1540
1744
|
include Google::Apis::Core::JsonObjectSupport
|
|
1541
1745
|
end
|
|
1542
1746
|
|
|
1747
|
+
class GoogleCloudDocumentaiV1beta3RawDocuments
|
|
1748
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1749
|
+
|
|
1750
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1751
|
+
end
|
|
1752
|
+
|
|
1543
1753
|
class GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata
|
|
1544
1754
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1545
1755
|
|
|
@@ -1564,6 +1774,24 @@ module Google
|
|
|
1564
1774
|
include Google::Apis::Core::JsonObjectSupport
|
|
1565
1775
|
end
|
|
1566
1776
|
|
|
1777
|
+
class GoogleCloudDocumentaiV1beta3SchemaGenerationHistory
|
|
1778
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1779
|
+
|
|
1780
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1781
|
+
end
|
|
1782
|
+
|
|
1783
|
+
class GoogleCloudDocumentaiV1beta3SchemaGenerationIteration
|
|
1784
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1785
|
+
|
|
1786
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1787
|
+
end
|
|
1788
|
+
|
|
1789
|
+
class GoogleCloudDocumentaiV1beta3SchemaVersion
|
|
1790
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1791
|
+
|
|
1792
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1793
|
+
end
|
|
1794
|
+
|
|
1567
1795
|
class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionMetadata
|
|
1568
1796
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1569
1797
|
|
|
@@ -1654,6 +1882,12 @@ module Google
|
|
|
1654
1882
|
include Google::Apis::Core::JsonObjectSupport
|
|
1655
1883
|
end
|
|
1656
1884
|
|
|
1885
|
+
class GoogleCloudDocumentaiV1beta3UpdateProcessorVersionMetadata
|
|
1886
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1887
|
+
|
|
1888
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1889
|
+
end
|
|
1890
|
+
|
|
1657
1891
|
class GoogleCloudDocumentaiV1beta3Vertex
|
|
1658
1892
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1659
1893
|
|
|
@@ -1755,6 +1989,7 @@ module Google
|
|
|
1755
1989
|
property :form_validation, as: 'formValidation', class: Google::Apis::DocumentaiV1beta3::CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidation, decorator: Google::Apis::DocumentaiV1beta3::CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidation::Representation
|
|
1756
1990
|
|
|
1757
1991
|
property :name, as: 'name'
|
|
1992
|
+
property :rule_id, as: 'ruleId'
|
|
1758
1993
|
end
|
|
1759
1994
|
end
|
|
1760
1995
|
|
|
@@ -2007,13 +2242,225 @@ module Google
|
|
|
2007
2242
|
end
|
|
2008
2243
|
end
|
|
2009
2244
|
|
|
2010
|
-
class GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionResponse
|
|
2245
|
+
class GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionResponse
|
|
2246
|
+
# @private
|
|
2247
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2248
|
+
end
|
|
2249
|
+
end
|
|
2250
|
+
|
|
2251
|
+
class GoogleCloudDocumentaiUiv1beta3DisableProcessorMetadata
|
|
2252
|
+
# @private
|
|
2253
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2254
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
|
2255
|
+
|
|
2256
|
+
end
|
|
2257
|
+
end
|
|
2258
|
+
|
|
2259
|
+
class GoogleCloudDocumentaiUiv1beta3DisableProcessorResponse
|
|
2260
|
+
# @private
|
|
2261
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2262
|
+
end
|
|
2263
|
+
end
|
|
2264
|
+
|
|
2265
|
+
class GoogleCloudDocumentaiUiv1beta3DocumentId
|
|
2266
|
+
# @private
|
|
2267
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2268
|
+
property :gcs_managed_doc_id, as: 'gcsManagedDocId', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentIdGcsManagedDocumentId, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentIdGcsManagedDocumentId::Representation
|
|
2269
|
+
|
|
2270
|
+
property :revision_ref, as: 'revisionRef', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3RevisionRef, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3RevisionRef::Representation
|
|
2271
|
+
|
|
2272
|
+
property :unmanaged_doc_id, as: 'unmanagedDocId', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentIdUnmanagedDocumentId, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentIdUnmanagedDocumentId::Representation
|
|
2273
|
+
|
|
2274
|
+
end
|
|
2275
|
+
end
|
|
2276
|
+
|
|
2277
|
+
class GoogleCloudDocumentaiUiv1beta3DocumentIdGcsManagedDocumentId
|
|
2278
|
+
# @private
|
|
2279
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2280
|
+
property :cw_doc_id, as: 'cwDocId'
|
|
2281
|
+
property :gcs_uri, as: 'gcsUri'
|
|
2282
|
+
end
|
|
2283
|
+
end
|
|
2284
|
+
|
|
2285
|
+
class GoogleCloudDocumentaiUiv1beta3DocumentIdUnmanagedDocumentId
|
|
2286
|
+
# @private
|
|
2287
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2288
|
+
property :doc_id, as: 'docId'
|
|
2289
|
+
end
|
|
2290
|
+
end
|
|
2291
|
+
|
|
2292
|
+
class GoogleCloudDocumentaiUiv1beta3DocumentSchema
|
|
2293
|
+
# @private
|
|
2294
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2295
|
+
property :description, as: 'description'
|
|
2296
|
+
property :display_name, as: 'displayName'
|
|
2297
|
+
collection :entity_types, as: 'entityTypes', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityType, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityType::Representation
|
|
2298
|
+
|
|
2299
|
+
property :metadata, as: 'metadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentSchemaMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentSchemaMetadata::Representation
|
|
2300
|
+
|
|
2301
|
+
end
|
|
2302
|
+
end
|
|
2303
|
+
|
|
2304
|
+
class GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityType
|
|
2305
|
+
# @private
|
|
2306
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2307
|
+
collection :base_types, as: 'baseTypes'
|
|
2308
|
+
property :description, as: 'description'
|
|
2309
|
+
property :display_name, as: 'displayName'
|
|
2310
|
+
property :entity_type_metadata, as: 'entityTypeMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3EntityTypeMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3EntityTypeMetadata::Representation
|
|
2311
|
+
|
|
2312
|
+
property :enum_values, as: 'enumValues', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeEnumValues, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeEnumValues::Representation
|
|
2313
|
+
|
|
2314
|
+
property :name, as: 'name'
|
|
2315
|
+
collection :properties, as: 'properties', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeProperty, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeProperty::Representation
|
|
2316
|
+
|
|
2317
|
+
end
|
|
2318
|
+
end
|
|
2319
|
+
|
|
2320
|
+
class GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeEnumValues
|
|
2321
|
+
# @private
|
|
2322
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2323
|
+
collection :values, as: 'values'
|
|
2324
|
+
end
|
|
2325
|
+
end
|
|
2326
|
+
|
|
2327
|
+
class GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeProperty
|
|
2328
|
+
# @private
|
|
2329
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2330
|
+
property :description, as: 'description'
|
|
2331
|
+
property :display_name, as: 'displayName'
|
|
2332
|
+
property :method_prop, as: 'method'
|
|
2333
|
+
property :name, as: 'name'
|
|
2334
|
+
property :occurrence_type, as: 'occurrenceType'
|
|
2335
|
+
property :property_metadata, as: 'propertyMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3PropertyMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3PropertyMetadata::Representation
|
|
2336
|
+
|
|
2337
|
+
property :value_type, as: 'valueType'
|
|
2338
|
+
end
|
|
2339
|
+
end
|
|
2340
|
+
|
|
2341
|
+
class GoogleCloudDocumentaiUiv1beta3DocumentSchemaMetadata
|
|
2342
|
+
# @private
|
|
2343
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2344
|
+
property :document_allow_multiple_labels, as: 'documentAllowMultipleLabels'
|
|
2345
|
+
property :document_splitter, as: 'documentSplitter'
|
|
2346
|
+
property :prefixed_naming_on_properties, as: 'prefixedNamingOnProperties'
|
|
2347
|
+
property :skip_naming_validation, as: 'skipNamingValidation'
|
|
2348
|
+
end
|
|
2349
|
+
end
|
|
2350
|
+
|
|
2351
|
+
class GoogleCloudDocumentaiUiv1beta3EnableProcessorMetadata
|
|
2352
|
+
# @private
|
|
2353
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2354
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
|
2355
|
+
|
|
2356
|
+
end
|
|
2357
|
+
end
|
|
2358
|
+
|
|
2359
|
+
class GoogleCloudDocumentaiUiv1beta3EnableProcessorResponse
|
|
2360
|
+
# @private
|
|
2361
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2362
|
+
end
|
|
2363
|
+
end
|
|
2364
|
+
|
|
2365
|
+
class GoogleCloudDocumentaiUiv1beta3EntityTypeMetadata
|
|
2366
|
+
# @private
|
|
2367
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2368
|
+
property :field_tier_metadata, as: 'fieldTierMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3FieldTierMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3FieldTierMetadata::Representation
|
|
2369
|
+
|
|
2370
|
+
property :human_review_labeling_metadata, as: 'humanReviewLabelingMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata::Representation
|
|
2371
|
+
|
|
2372
|
+
property :human_review_metadata, as: 'humanReviewMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata::Representation
|
|
2373
|
+
|
|
2374
|
+
property :inactive, as: 'inactive'
|
|
2375
|
+
property :schema_editability_metadata, as: 'schemaEditabilityMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3SchemaEditabilityMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3SchemaEditabilityMetadata::Representation
|
|
2376
|
+
|
|
2377
|
+
property :schema_inference_metadata, as: 'schemaInferenceMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3SchemaInferenceMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3SchemaInferenceMetadata::Representation
|
|
2378
|
+
|
|
2379
|
+
end
|
|
2380
|
+
end
|
|
2381
|
+
|
|
2382
|
+
class GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionMetadata
|
|
2383
|
+
# @private
|
|
2384
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2385
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
|
2386
|
+
|
|
2387
|
+
end
|
|
2388
|
+
end
|
|
2389
|
+
|
|
2390
|
+
class GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionResponse
|
|
2391
|
+
# @private
|
|
2392
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2393
|
+
property :evaluation, as: 'evaluation'
|
|
2394
|
+
end
|
|
2395
|
+
end
|
|
2396
|
+
|
|
2397
|
+
class GoogleCloudDocumentaiUiv1beta3EvaluationMetrics
|
|
2398
|
+
# @private
|
|
2399
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2400
|
+
property :f1_score, as: 'f1Score'
|
|
2401
|
+
property :false_negatives_count, as: 'falseNegativesCount'
|
|
2402
|
+
property :false_positives_count, as: 'falsePositivesCount'
|
|
2403
|
+
property :ground_truth_document_count, as: 'groundTruthDocumentCount'
|
|
2404
|
+
property :ground_truth_occurrences_count, as: 'groundTruthOccurrencesCount'
|
|
2405
|
+
property :precision, as: 'precision'
|
|
2406
|
+
property :predicted_document_count, as: 'predictedDocumentCount'
|
|
2407
|
+
property :predicted_occurrences_count, as: 'predictedOccurrencesCount'
|
|
2408
|
+
property :recall, as: 'recall'
|
|
2409
|
+
property :total_documents_count, as: 'totalDocumentsCount'
|
|
2410
|
+
property :true_positives_count, as: 'truePositivesCount'
|
|
2411
|
+
end
|
|
2412
|
+
end
|
|
2413
|
+
|
|
2414
|
+
class GoogleCloudDocumentaiUiv1beta3EvaluationReference
|
|
2415
|
+
# @private
|
|
2416
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2417
|
+
property :aggregate_metrics, as: 'aggregateMetrics', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3EvaluationMetrics, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3EvaluationMetrics::Representation
|
|
2418
|
+
|
|
2419
|
+
property :aggregate_metrics_exact, as: 'aggregateMetricsExact', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3EvaluationMetrics, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3EvaluationMetrics::Representation
|
|
2420
|
+
|
|
2421
|
+
property :evaluation, as: 'evaluation'
|
|
2422
|
+
property :operation, as: 'operation'
|
|
2423
|
+
end
|
|
2424
|
+
end
|
|
2425
|
+
|
|
2426
|
+
class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadata
|
|
2427
|
+
# @private
|
|
2428
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2429
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
|
2430
|
+
|
|
2431
|
+
collection :individual_export_statuses, as: 'individualExportStatuses', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus::Representation
|
|
2432
|
+
|
|
2433
|
+
collection :split_export_stats, as: 'splitExportStats', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat::Representation
|
|
2434
|
+
|
|
2435
|
+
end
|
|
2436
|
+
end
|
|
2437
|
+
|
|
2438
|
+
class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus
|
|
2439
|
+
# @private
|
|
2440
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2441
|
+
property :document_id, as: 'documentId', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentId, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentId::Representation
|
|
2442
|
+
|
|
2443
|
+
property :output_gcs_destination, as: 'outputGcsDestination'
|
|
2444
|
+
property :status, as: 'status', class: Google::Apis::DocumentaiV1beta3::GoogleRpcStatus, decorator: Google::Apis::DocumentaiV1beta3::GoogleRpcStatus::Representation
|
|
2445
|
+
|
|
2446
|
+
end
|
|
2447
|
+
end
|
|
2448
|
+
|
|
2449
|
+
class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat
|
|
2450
|
+
# @private
|
|
2451
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2452
|
+
property :split_type, as: 'splitType'
|
|
2453
|
+
property :total_document_count, as: 'totalDocumentCount'
|
|
2454
|
+
end
|
|
2455
|
+
end
|
|
2456
|
+
|
|
2457
|
+
class GoogleCloudDocumentaiUiv1beta3ExportDocumentsResponse
|
|
2011
2458
|
# @private
|
|
2012
2459
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2013
2460
|
end
|
|
2014
2461
|
end
|
|
2015
2462
|
|
|
2016
|
-
class
|
|
2463
|
+
class GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata
|
|
2017
2464
|
# @private
|
|
2018
2465
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2019
2466
|
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
|
@@ -2021,84 +2468,79 @@ module Google
|
|
|
2021
2468
|
end
|
|
2022
2469
|
end
|
|
2023
2470
|
|
|
2024
|
-
class
|
|
2471
|
+
class GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse
|
|
2025
2472
|
# @private
|
|
2026
2473
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2474
|
+
property :gcs_uri, as: 'gcsUri'
|
|
2027
2475
|
end
|
|
2028
2476
|
end
|
|
2029
2477
|
|
|
2030
|
-
class
|
|
2478
|
+
class GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadata
|
|
2031
2479
|
# @private
|
|
2032
2480
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2033
|
-
property :
|
|
2034
|
-
|
|
2035
|
-
property :revision_ref, as: 'revisionRef', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3RevisionRef, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3RevisionRef::Representation
|
|
2481
|
+
property :entity_query, as: 'entityQuery', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadataEntityQuery, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadataEntityQuery::Representation
|
|
2036
2482
|
|
|
2037
|
-
property :
|
|
2483
|
+
property :summary_options, as: 'summaryOptions', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3SummaryOptions, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3SummaryOptions::Representation
|
|
2038
2484
|
|
|
2039
2485
|
end
|
|
2040
2486
|
end
|
|
2041
2487
|
|
|
2042
|
-
class
|
|
2488
|
+
class GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadataEntityQuery
|
|
2043
2489
|
# @private
|
|
2044
2490
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2045
|
-
property :
|
|
2046
|
-
property :gcs_uri, as: 'gcsUri'
|
|
2491
|
+
property :user_entity_query, as: 'userEntityQuery'
|
|
2047
2492
|
end
|
|
2048
2493
|
end
|
|
2049
2494
|
|
|
2050
|
-
class
|
|
2495
|
+
class GoogleCloudDocumentaiUiv1beta3FieldTierMetadata
|
|
2051
2496
|
# @private
|
|
2052
2497
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2053
|
-
property :
|
|
2498
|
+
property :tier_level, as: 'tierLevel'
|
|
2054
2499
|
end
|
|
2055
2500
|
end
|
|
2056
2501
|
|
|
2057
|
-
class
|
|
2502
|
+
class GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata
|
|
2058
2503
|
# @private
|
|
2059
2504
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2060
|
-
property :
|
|
2061
|
-
|
|
2505
|
+
property :enable_normalization_editing, as: 'enableNormalizationEditing'
|
|
2062
2506
|
end
|
|
2063
2507
|
end
|
|
2064
2508
|
|
|
2065
|
-
class
|
|
2509
|
+
class GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata
|
|
2066
2510
|
# @private
|
|
2067
2511
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2512
|
+
property :confidence_threshold, as: 'confidenceThreshold'
|
|
2513
|
+
property :enable_validation, as: 'enableValidation'
|
|
2068
2514
|
end
|
|
2069
2515
|
end
|
|
2070
2516
|
|
|
2071
|
-
class
|
|
2517
|
+
class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata
|
|
2072
2518
|
# @private
|
|
2073
2519
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2074
2520
|
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
|
2075
2521
|
|
|
2076
|
-
|
|
2077
|
-
end
|
|
2522
|
+
collection :import_config_validation_results, as: 'importConfigValidationResults', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult::Representation
|
|
2078
2523
|
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
property :evaluation, as: 'evaluation'
|
|
2524
|
+
collection :individual_import_statuses, as: 'individualImportStatuses', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus::Representation
|
|
2525
|
+
|
|
2526
|
+
property :total_document_count, as: 'totalDocumentCount'
|
|
2083
2527
|
end
|
|
2084
2528
|
end
|
|
2085
2529
|
|
|
2086
|
-
class
|
|
2530
|
+
class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult
|
|
2087
2531
|
# @private
|
|
2088
2532
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2089
|
-
property :
|
|
2090
|
-
|
|
2091
|
-
collection :individual_export_statuses, as: 'individualExportStatuses', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus::Representation
|
|
2092
|
-
|
|
2093
|
-
collection :split_export_stats, as: 'splitExportStats', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat::Representation
|
|
2533
|
+
property :input_gcs_source, as: 'inputGcsSource'
|
|
2534
|
+
property :status, as: 'status', class: Google::Apis::DocumentaiV1beta3::GoogleRpcStatus, decorator: Google::Apis::DocumentaiV1beta3::GoogleRpcStatus::Representation
|
|
2094
2535
|
|
|
2095
2536
|
end
|
|
2096
2537
|
end
|
|
2097
2538
|
|
|
2098
|
-
class
|
|
2539
|
+
class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus
|
|
2099
2540
|
# @private
|
|
2100
2541
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2101
|
-
property :
|
|
2542
|
+
property :input_gcs_source, as: 'inputGcsSource'
|
|
2543
|
+
property :output_document_id, as: 'outputDocumentId', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentId, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentId::Representation
|
|
2102
2544
|
|
|
2103
2545
|
property :output_gcs_destination, as: 'outputGcsDestination'
|
|
2104
2546
|
property :status, as: 'status', class: Google::Apis::DocumentaiV1beta3::GoogleRpcStatus, decorator: Google::Apis::DocumentaiV1beta3::GoogleRpcStatus::Representation
|
|
@@ -2106,87 +2548,131 @@ module Google
|
|
|
2106
2548
|
end
|
|
2107
2549
|
end
|
|
2108
2550
|
|
|
2109
|
-
class
|
|
2551
|
+
class GoogleCloudDocumentaiUiv1beta3ImportDocumentsResponse
|
|
2110
2552
|
# @private
|
|
2111
2553
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2112
|
-
property :split_type, as: 'splitType'
|
|
2113
|
-
property :total_document_count, as: 'totalDocumentCount'
|
|
2114
2554
|
end
|
|
2115
2555
|
end
|
|
2116
2556
|
|
|
2117
|
-
class
|
|
2557
|
+
class GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionMetadata
|
|
2118
2558
|
# @private
|
|
2119
2559
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2560
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
|
2561
|
+
|
|
2120
2562
|
end
|
|
2121
2563
|
end
|
|
2122
2564
|
|
|
2123
|
-
class
|
|
2565
|
+
class GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionResponse
|
|
2124
2566
|
# @private
|
|
2125
2567
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2126
|
-
property :
|
|
2127
|
-
|
|
2568
|
+
property :processor_version, as: 'processorVersion'
|
|
2128
2569
|
end
|
|
2129
2570
|
end
|
|
2130
2571
|
|
|
2131
|
-
class
|
|
2572
|
+
class GoogleCloudDocumentaiUiv1beta3Processor
|
|
2132
2573
|
# @private
|
|
2133
2574
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2134
|
-
property :
|
|
2575
|
+
property :active_schema_version, as: 'activeSchemaVersion'
|
|
2576
|
+
property :create_time, as: 'createTime'
|
|
2577
|
+
property :default_processor_version, as: 'defaultProcessorVersion'
|
|
2578
|
+
property :display_name, as: 'displayName'
|
|
2579
|
+
property :kms_key_name, as: 'kmsKeyName'
|
|
2580
|
+
property :name, as: 'name'
|
|
2581
|
+
property :process_endpoint, as: 'processEndpoint'
|
|
2582
|
+
collection :processor_version_aliases, as: 'processorVersionAliases', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ProcessorVersionAlias, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ProcessorVersionAlias::Representation
|
|
2583
|
+
|
|
2584
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
|
2585
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
2586
|
+
property :state, as: 'state'
|
|
2587
|
+
property :type, as: 'type'
|
|
2135
2588
|
end
|
|
2136
2589
|
end
|
|
2137
2590
|
|
|
2138
|
-
class
|
|
2591
|
+
class GoogleCloudDocumentaiUiv1beta3ProcessorVersion
|
|
2139
2592
|
# @private
|
|
2140
2593
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2141
|
-
property :
|
|
2594
|
+
property :create_time, as: 'createTime'
|
|
2595
|
+
property :deployment_allowed, as: 'deploymentAllowed'
|
|
2596
|
+
property :deprecation_info, as: 'deprecationInfo', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ProcessorVersionDeprecationInfo, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ProcessorVersionDeprecationInfo::Representation
|
|
2142
2597
|
|
|
2143
|
-
|
|
2598
|
+
property :display_name, as: 'displayName'
|
|
2599
|
+
property :document_schema, as: 'documentSchema', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentSchema, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentSchema::Representation
|
|
2144
2600
|
|
|
2145
|
-
|
|
2601
|
+
property :gen_ai_model_info, as: 'genAiModelInfo', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfo, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfo::Representation
|
|
2146
2602
|
|
|
2147
|
-
property :
|
|
2603
|
+
property :google_managed, as: 'googleManaged'
|
|
2604
|
+
property :kms_key_name, as: 'kmsKeyName'
|
|
2605
|
+
property :kms_key_version_name, as: 'kmsKeyVersionName'
|
|
2606
|
+
property :latest_evaluation, as: 'latestEvaluation', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3EvaluationReference, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3EvaluationReference::Representation
|
|
2607
|
+
|
|
2608
|
+
property :model_type, as: 'modelType'
|
|
2609
|
+
property :name, as: 'name'
|
|
2610
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
|
2611
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
2612
|
+
property :schema, as: 'schema', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3Schema, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3Schema::Representation
|
|
2613
|
+
|
|
2614
|
+
property :state, as: 'state'
|
|
2148
2615
|
end
|
|
2149
2616
|
end
|
|
2150
2617
|
|
|
2151
|
-
class
|
|
2618
|
+
class GoogleCloudDocumentaiUiv1beta3ProcessorVersionAlias
|
|
2152
2619
|
# @private
|
|
2153
2620
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2154
|
-
property :
|
|
2155
|
-
property :
|
|
2621
|
+
property :alias, as: 'alias'
|
|
2622
|
+
property :processor_version, as: 'processorVersion'
|
|
2623
|
+
end
|
|
2624
|
+
end
|
|
2156
2625
|
|
|
2626
|
+
class GoogleCloudDocumentaiUiv1beta3ProcessorVersionDeprecationInfo
|
|
2627
|
+
# @private
|
|
2628
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2629
|
+
property :deprecation_time, as: 'deprecationTime'
|
|
2630
|
+
property :replacement_processor_version, as: 'replacementProcessorVersion'
|
|
2157
2631
|
end
|
|
2158
2632
|
end
|
|
2159
2633
|
|
|
2160
|
-
class
|
|
2634
|
+
class GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfo
|
|
2161
2635
|
# @private
|
|
2162
2636
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2163
|
-
property :
|
|
2164
|
-
property :output_document_id, as: 'outputDocumentId', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentId, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentId::Representation
|
|
2637
|
+
property :custom_gen_ai_model_info, as: 'customGenAiModelInfo', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoCustomGenAiModelInfo, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoCustomGenAiModelInfo::Representation
|
|
2165
2638
|
|
|
2166
|
-
property :
|
|
2167
|
-
property :status, as: 'status', class: Google::Apis::DocumentaiV1beta3::GoogleRpcStatus, decorator: Google::Apis::DocumentaiV1beta3::GoogleRpcStatus::Representation
|
|
2639
|
+
property :foundation_gen_ai_model_info, as: 'foundationGenAiModelInfo', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo::Representation
|
|
2168
2640
|
|
|
2169
2641
|
end
|
|
2170
2642
|
end
|
|
2171
2643
|
|
|
2172
|
-
class
|
|
2644
|
+
class GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoCustomGenAiModelInfo
|
|
2173
2645
|
# @private
|
|
2174
2646
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2647
|
+
property :base_processor_version_id, as: 'baseProcessorVersionId'
|
|
2648
|
+
property :custom_model_type, as: 'customModelType'
|
|
2175
2649
|
end
|
|
2176
2650
|
end
|
|
2177
2651
|
|
|
2178
|
-
class
|
|
2652
|
+
class GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo
|
|
2179
2653
|
# @private
|
|
2180
2654
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2181
|
-
property :
|
|
2182
|
-
|
|
2655
|
+
property :finetuning_allowed, as: 'finetuningAllowed'
|
|
2656
|
+
property :min_train_labeled_documents, as: 'minTrainLabeledDocuments'
|
|
2183
2657
|
end
|
|
2184
2658
|
end
|
|
2185
2659
|
|
|
2186
|
-
class
|
|
2660
|
+
class GoogleCloudDocumentaiUiv1beta3PropertyMetadata
|
|
2187
2661
|
# @private
|
|
2188
2662
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2189
|
-
property :
|
|
2663
|
+
property :field_extraction_metadata, as: 'fieldExtractionMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadata::Representation
|
|
2664
|
+
|
|
2665
|
+
property :field_tier_metadata, as: 'fieldTierMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3FieldTierMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3FieldTierMetadata::Representation
|
|
2666
|
+
|
|
2667
|
+
property :human_review_labeling_metadata, as: 'humanReviewLabelingMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata::Representation
|
|
2668
|
+
|
|
2669
|
+
property :human_review_metadata, as: 'humanReviewMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata::Representation
|
|
2670
|
+
|
|
2671
|
+
property :inactive, as: 'inactive'
|
|
2672
|
+
property :schema_editability_metadata, as: 'schemaEditabilityMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3SchemaEditabilityMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3SchemaEditabilityMetadata::Representation
|
|
2673
|
+
|
|
2674
|
+
property :schema_inference_metadata, as: 'schemaInferenceMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3SchemaInferenceMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3SchemaInferenceMetadata::Representation
|
|
2675
|
+
|
|
2190
2676
|
end
|
|
2191
2677
|
end
|
|
2192
2678
|
|
|
@@ -2264,6 +2750,47 @@ module Google
|
|
|
2264
2750
|
end
|
|
2265
2751
|
end
|
|
2266
2752
|
|
|
2753
|
+
class GoogleCloudDocumentaiUiv1beta3Schema
|
|
2754
|
+
# @private
|
|
2755
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2756
|
+
property :description, as: 'description'
|
|
2757
|
+
property :display_name, as: 'displayName'
|
|
2758
|
+
collection :entity_types, as: 'entityTypes', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3SchemaEntityType, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3SchemaEntityType::Representation
|
|
2759
|
+
|
|
2760
|
+
end
|
|
2761
|
+
end
|
|
2762
|
+
|
|
2763
|
+
class GoogleCloudDocumentaiUiv1beta3SchemaEditabilityMetadata
|
|
2764
|
+
# @private
|
|
2765
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2766
|
+
property :editable, as: 'editable'
|
|
2767
|
+
collection :processor_versions, as: 'processorVersions'
|
|
2768
|
+
end
|
|
2769
|
+
end
|
|
2770
|
+
|
|
2771
|
+
class GoogleCloudDocumentaiUiv1beta3SchemaEntityType
|
|
2772
|
+
# @private
|
|
2773
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2774
|
+
property :base_type, as: 'baseType'
|
|
2775
|
+
property :description, as: 'description'
|
|
2776
|
+
collection :enum_values, as: 'enumValues'
|
|
2777
|
+
property :hide, as: 'hide'
|
|
2778
|
+
property :method_prop, as: 'method'
|
|
2779
|
+
property :occurrence_type, as: 'occurrenceType'
|
|
2780
|
+
collection :properties, as: 'properties', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3SchemaEntityType, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3SchemaEntityType::Representation
|
|
2781
|
+
|
|
2782
|
+
property :source, as: 'source'
|
|
2783
|
+
property :type, as: 'type'
|
|
2784
|
+
end
|
|
2785
|
+
end
|
|
2786
|
+
|
|
2787
|
+
class GoogleCloudDocumentaiUiv1beta3SchemaInferenceMetadata
|
|
2788
|
+
# @private
|
|
2789
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2790
|
+
property :inferred, as: 'inferred'
|
|
2791
|
+
end
|
|
2792
|
+
end
|
|
2793
|
+
|
|
2267
2794
|
class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
|
|
2268
2795
|
# @private
|
|
2269
2796
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2278,6 +2805,14 @@ module Google
|
|
|
2278
2805
|
end
|
|
2279
2806
|
end
|
|
2280
2807
|
|
|
2808
|
+
class GoogleCloudDocumentaiUiv1beta3SummaryOptions
|
|
2809
|
+
# @private
|
|
2810
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2811
|
+
property :format, as: 'format'
|
|
2812
|
+
property :length, as: 'length'
|
|
2813
|
+
end
|
|
2814
|
+
end
|
|
2815
|
+
|
|
2281
2816
|
class GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadata
|
|
2282
2817
|
# @private
|
|
2283
2818
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2347,6 +2882,14 @@ module Google
|
|
|
2347
2882
|
end
|
|
2348
2883
|
end
|
|
2349
2884
|
|
|
2885
|
+
class GoogleCloudDocumentaiUiv1beta3UpdateProcessorVersionMetadata
|
|
2886
|
+
# @private
|
|
2887
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2888
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
|
2889
|
+
|
|
2890
|
+
end
|
|
2891
|
+
end
|
|
2892
|
+
|
|
2350
2893
|
class GoogleCloudDocumentaiV1BatchProcessMetadata
|
|
2351
2894
|
# @private
|
|
2352
2895
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3133,6 +3676,7 @@ module Google
|
|
|
3133
3676
|
class GoogleCloudDocumentaiV1beta3DocumentEntityValidationOutputValidationResult
|
|
3134
3677
|
# @private
|
|
3135
3678
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3679
|
+
property :rule, as: 'rule'
|
|
3136
3680
|
property :rule_description, as: 'ruleDescription'
|
|
3137
3681
|
property :rule_name, as: 'ruleName'
|
|
3138
3682
|
property :validation_details, as: 'validationDetails'
|
|
@@ -3662,6 +4206,14 @@ module Google
|
|
|
3662
4206
|
end
|
|
3663
4207
|
end
|
|
3664
4208
|
|
|
4209
|
+
class GoogleCloudDocumentaiV1beta3Documents
|
|
4210
|
+
# @private
|
|
4211
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4212
|
+
collection :documents, as: 'documents', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3Document, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3Document::Representation
|
|
4213
|
+
|
|
4214
|
+
end
|
|
4215
|
+
end
|
|
4216
|
+
|
|
3665
4217
|
class GoogleCloudDocumentaiV1beta3EnableProcessorMetadata
|
|
3666
4218
|
# @private
|
|
3667
4219
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3830,6 +4382,40 @@ module Google
|
|
|
3830
4382
|
end
|
|
3831
4383
|
end
|
|
3832
4384
|
|
|
4385
|
+
class GoogleCloudDocumentaiV1beta3GenerateSchemaVersionRequest
|
|
4386
|
+
# @private
|
|
4387
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4388
|
+
property :base_schema_version, as: 'baseSchemaVersion'
|
|
4389
|
+
property :gcs_documents, as: 'gcsDocuments', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3GcsDocuments, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3GcsDocuments::Representation
|
|
4390
|
+
|
|
4391
|
+
property :gcs_prefix, as: 'gcsPrefix', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3GcsPrefix, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3GcsPrefix::Representation
|
|
4392
|
+
|
|
4393
|
+
property :generate_schema_version_params, as: 'generateSchemaVersionParams', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3GenerateSchemaVersionRequestGenerateSchemaVersionParams, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3GenerateSchemaVersionRequestGenerateSchemaVersionParams::Representation
|
|
4394
|
+
|
|
4395
|
+
property :inline_documents, as: 'inlineDocuments', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3Documents, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3Documents::Representation
|
|
4396
|
+
|
|
4397
|
+
property :raw_documents, as: 'rawDocuments', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3RawDocuments, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3RawDocuments::Representation
|
|
4398
|
+
|
|
4399
|
+
end
|
|
4400
|
+
end
|
|
4401
|
+
|
|
4402
|
+
class GoogleCloudDocumentaiV1beta3GenerateSchemaVersionRequestGenerateSchemaVersionParams
|
|
4403
|
+
# @private
|
|
4404
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4405
|
+
property :history, as: 'history', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3SchemaGenerationHistory, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3SchemaGenerationHistory::Representation
|
|
4406
|
+
|
|
4407
|
+
property :prompt, as: 'prompt'
|
|
4408
|
+
end
|
|
4409
|
+
end
|
|
4410
|
+
|
|
4411
|
+
class GoogleCloudDocumentaiV1beta3GenerateSchemaVersionResponse
|
|
4412
|
+
# @private
|
|
4413
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4414
|
+
property :schema_version, as: 'schemaVersion', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3SchemaVersion, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3SchemaVersion::Representation
|
|
4415
|
+
|
|
4416
|
+
end
|
|
4417
|
+
end
|
|
4418
|
+
|
|
3833
4419
|
class GoogleCloudDocumentaiV1beta3GetDocumentResponse
|
|
3834
4420
|
# @private
|
|
3835
4421
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -4001,6 +4587,35 @@ module Google
|
|
|
4001
4587
|
end
|
|
4002
4588
|
end
|
|
4003
4589
|
|
|
4590
|
+
class GoogleCloudDocumentaiV1beta3ListSchemaVersionsResponse
|
|
4591
|
+
# @private
|
|
4592
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4593
|
+
property :next_page_token, as: 'nextPageToken'
|
|
4594
|
+
collection :schema_versions, as: 'schemaVersions', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3SchemaVersion, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3SchemaVersion::Representation
|
|
4595
|
+
|
|
4596
|
+
end
|
|
4597
|
+
end
|
|
4598
|
+
|
|
4599
|
+
class GoogleCloudDocumentaiV1beta3ListSchemasResponse
|
|
4600
|
+
# @private
|
|
4601
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4602
|
+
property :next_page_token, as: 'nextPageToken'
|
|
4603
|
+
collection :schemas, as: 'schemas', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3NextSchema, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3NextSchema::Representation
|
|
4604
|
+
|
|
4605
|
+
end
|
|
4606
|
+
end
|
|
4607
|
+
|
|
4608
|
+
class GoogleCloudDocumentaiV1beta3NextSchema
|
|
4609
|
+
# @private
|
|
4610
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4611
|
+
property :create_time, as: 'createTime'
|
|
4612
|
+
property :display_name, as: 'displayName'
|
|
4613
|
+
hash :labels, as: 'labels'
|
|
4614
|
+
property :name, as: 'name'
|
|
4615
|
+
property :update_time, as: 'updateTime'
|
|
4616
|
+
end
|
|
4617
|
+
end
|
|
4618
|
+
|
|
4004
4619
|
class GoogleCloudDocumentaiV1beta3NormalizedVertex
|
|
4005
4620
|
# @private
|
|
4006
4621
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -4122,6 +4737,7 @@ module Google
|
|
|
4122
4737
|
class GoogleCloudDocumentaiV1beta3Processor
|
|
4123
4738
|
# @private
|
|
4124
4739
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4740
|
+
property :active_schema_version, as: 'activeSchemaVersion'
|
|
4125
4741
|
property :create_time, as: 'createTime'
|
|
4126
4742
|
property :default_processor_version, as: 'defaultProcessorVersion'
|
|
4127
4743
|
property :display_name, as: 'displayName'
|
|
@@ -4242,6 +4858,14 @@ module Google
|
|
|
4242
4858
|
end
|
|
4243
4859
|
end
|
|
4244
4860
|
|
|
4861
|
+
class GoogleCloudDocumentaiV1beta3RawDocuments
|
|
4862
|
+
# @private
|
|
4863
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4864
|
+
collection :documents, as: 'documents', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3RawDocument, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3RawDocument::Representation
|
|
4865
|
+
|
|
4866
|
+
end
|
|
4867
|
+
end
|
|
4868
|
+
|
|
4245
4869
|
class GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata
|
|
4246
4870
|
# @private
|
|
4247
4871
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -4287,6 +4911,37 @@ module Google
|
|
|
4287
4911
|
end
|
|
4288
4912
|
end
|
|
4289
4913
|
|
|
4914
|
+
class GoogleCloudDocumentaiV1beta3SchemaGenerationHistory
|
|
4915
|
+
# @private
|
|
4916
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4917
|
+
collection :iterations, as: 'iterations', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3SchemaGenerationIteration, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3SchemaGenerationIteration::Representation
|
|
4918
|
+
|
|
4919
|
+
end
|
|
4920
|
+
end
|
|
4921
|
+
|
|
4922
|
+
class GoogleCloudDocumentaiV1beta3SchemaGenerationIteration
|
|
4923
|
+
# @private
|
|
4924
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4925
|
+
property :adjusted_schema, as: 'adjustedSchema', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3SchemaVersion, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3SchemaVersion::Representation
|
|
4926
|
+
|
|
4927
|
+
property :generated_schema, as: 'generatedSchema', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3SchemaVersion, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3SchemaVersion::Representation
|
|
4928
|
+
|
|
4929
|
+
property :prompt, as: 'prompt'
|
|
4930
|
+
end
|
|
4931
|
+
end
|
|
4932
|
+
|
|
4933
|
+
class GoogleCloudDocumentaiV1beta3SchemaVersion
|
|
4934
|
+
# @private
|
|
4935
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4936
|
+
property :create_time, as: 'createTime'
|
|
4937
|
+
property :display_name, as: 'displayName'
|
|
4938
|
+
hash :labels, as: 'labels'
|
|
4939
|
+
property :name, as: 'name'
|
|
4940
|
+
property :schema, as: 'schema', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentSchema, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentSchema::Representation
|
|
4941
|
+
|
|
4942
|
+
end
|
|
4943
|
+
end
|
|
4944
|
+
|
|
4290
4945
|
class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionMetadata
|
|
4291
4946
|
# @private
|
|
4292
4947
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -4417,6 +5072,14 @@ module Google
|
|
|
4417
5072
|
end
|
|
4418
5073
|
end
|
|
4419
5074
|
|
|
5075
|
+
class GoogleCloudDocumentaiV1beta3UpdateProcessorVersionMetadata
|
|
5076
|
+
# @private
|
|
5077
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5078
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3CommonOperationMetadata::Representation
|
|
5079
|
+
|
|
5080
|
+
end
|
|
5081
|
+
end
|
|
5082
|
+
|
|
4420
5083
|
class GoogleCloudDocumentaiV1beta3Vertex
|
|
4421
5084
|
# @private
|
|
4422
5085
|
class Representation < Google::Apis::Core::JsonRepresentation
|