google-apis-documentai_v1beta3 0.114.0 → 0.116.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 +1675 -198
- data/lib/google/apis/documentai_v1beta3/gem_version.rb +2 -2
- data/lib/google/apis/documentai_v1beta3/representations.rb +722 -60
- data/lib/google/apis/documentai_v1beta3/service.rb +387 -0
- 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
|
|
|
@@ -2007,13 +2241,225 @@ module Google
|
|
|
2007
2241
|
end
|
|
2008
2242
|
end
|
|
2009
2243
|
|
|
2010
|
-
class GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionResponse
|
|
2244
|
+
class GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionResponse
|
|
2245
|
+
# @private
|
|
2246
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2247
|
+
end
|
|
2248
|
+
end
|
|
2249
|
+
|
|
2250
|
+
class GoogleCloudDocumentaiUiv1beta3DisableProcessorMetadata
|
|
2251
|
+
# @private
|
|
2252
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2253
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
|
2254
|
+
|
|
2255
|
+
end
|
|
2256
|
+
end
|
|
2257
|
+
|
|
2258
|
+
class GoogleCloudDocumentaiUiv1beta3DisableProcessorResponse
|
|
2259
|
+
# @private
|
|
2260
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2261
|
+
end
|
|
2262
|
+
end
|
|
2263
|
+
|
|
2264
|
+
class GoogleCloudDocumentaiUiv1beta3DocumentId
|
|
2265
|
+
# @private
|
|
2266
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2267
|
+
property :gcs_managed_doc_id, as: 'gcsManagedDocId', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentIdGcsManagedDocumentId, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentIdGcsManagedDocumentId::Representation
|
|
2268
|
+
|
|
2269
|
+
property :revision_ref, as: 'revisionRef', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3RevisionRef, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3RevisionRef::Representation
|
|
2270
|
+
|
|
2271
|
+
property :unmanaged_doc_id, as: 'unmanagedDocId', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentIdUnmanagedDocumentId, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentIdUnmanagedDocumentId::Representation
|
|
2272
|
+
|
|
2273
|
+
end
|
|
2274
|
+
end
|
|
2275
|
+
|
|
2276
|
+
class GoogleCloudDocumentaiUiv1beta3DocumentIdGcsManagedDocumentId
|
|
2277
|
+
# @private
|
|
2278
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2279
|
+
property :cw_doc_id, as: 'cwDocId'
|
|
2280
|
+
property :gcs_uri, as: 'gcsUri'
|
|
2281
|
+
end
|
|
2282
|
+
end
|
|
2283
|
+
|
|
2284
|
+
class GoogleCloudDocumentaiUiv1beta3DocumentIdUnmanagedDocumentId
|
|
2285
|
+
# @private
|
|
2286
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2287
|
+
property :doc_id, as: 'docId'
|
|
2288
|
+
end
|
|
2289
|
+
end
|
|
2290
|
+
|
|
2291
|
+
class GoogleCloudDocumentaiUiv1beta3DocumentSchema
|
|
2292
|
+
# @private
|
|
2293
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2294
|
+
property :description, as: 'description'
|
|
2295
|
+
property :display_name, as: 'displayName'
|
|
2296
|
+
collection :entity_types, as: 'entityTypes', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityType, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityType::Representation
|
|
2297
|
+
|
|
2298
|
+
property :metadata, as: 'metadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentSchemaMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentSchemaMetadata::Representation
|
|
2299
|
+
|
|
2300
|
+
end
|
|
2301
|
+
end
|
|
2302
|
+
|
|
2303
|
+
class GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityType
|
|
2304
|
+
# @private
|
|
2305
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2306
|
+
collection :base_types, as: 'baseTypes'
|
|
2307
|
+
property :description, as: 'description'
|
|
2308
|
+
property :display_name, as: 'displayName'
|
|
2309
|
+
property :entity_type_metadata, as: 'entityTypeMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3EntityTypeMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3EntityTypeMetadata::Representation
|
|
2310
|
+
|
|
2311
|
+
property :enum_values, as: 'enumValues', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeEnumValues, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeEnumValues::Representation
|
|
2312
|
+
|
|
2313
|
+
property :name, as: 'name'
|
|
2314
|
+
collection :properties, as: 'properties', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeProperty, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeProperty::Representation
|
|
2315
|
+
|
|
2316
|
+
end
|
|
2317
|
+
end
|
|
2318
|
+
|
|
2319
|
+
class GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeEnumValues
|
|
2320
|
+
# @private
|
|
2321
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2322
|
+
collection :values, as: 'values'
|
|
2323
|
+
end
|
|
2324
|
+
end
|
|
2325
|
+
|
|
2326
|
+
class GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeProperty
|
|
2327
|
+
# @private
|
|
2328
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2329
|
+
property :description, as: 'description'
|
|
2330
|
+
property :display_name, as: 'displayName'
|
|
2331
|
+
property :method_prop, as: 'method'
|
|
2332
|
+
property :name, as: 'name'
|
|
2333
|
+
property :occurrence_type, as: 'occurrenceType'
|
|
2334
|
+
property :property_metadata, as: 'propertyMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3PropertyMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3PropertyMetadata::Representation
|
|
2335
|
+
|
|
2336
|
+
property :value_type, as: 'valueType'
|
|
2337
|
+
end
|
|
2338
|
+
end
|
|
2339
|
+
|
|
2340
|
+
class GoogleCloudDocumentaiUiv1beta3DocumentSchemaMetadata
|
|
2341
|
+
# @private
|
|
2342
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2343
|
+
property :document_allow_multiple_labels, as: 'documentAllowMultipleLabels'
|
|
2344
|
+
property :document_splitter, as: 'documentSplitter'
|
|
2345
|
+
property :prefixed_naming_on_properties, as: 'prefixedNamingOnProperties'
|
|
2346
|
+
property :skip_naming_validation, as: 'skipNamingValidation'
|
|
2347
|
+
end
|
|
2348
|
+
end
|
|
2349
|
+
|
|
2350
|
+
class GoogleCloudDocumentaiUiv1beta3EnableProcessorMetadata
|
|
2351
|
+
# @private
|
|
2352
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2353
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
|
2354
|
+
|
|
2355
|
+
end
|
|
2356
|
+
end
|
|
2357
|
+
|
|
2358
|
+
class GoogleCloudDocumentaiUiv1beta3EnableProcessorResponse
|
|
2359
|
+
# @private
|
|
2360
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2361
|
+
end
|
|
2362
|
+
end
|
|
2363
|
+
|
|
2364
|
+
class GoogleCloudDocumentaiUiv1beta3EntityTypeMetadata
|
|
2365
|
+
# @private
|
|
2366
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2367
|
+
property :field_tier_metadata, as: 'fieldTierMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3FieldTierMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3FieldTierMetadata::Representation
|
|
2368
|
+
|
|
2369
|
+
property :human_review_labeling_metadata, as: 'humanReviewLabelingMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata::Representation
|
|
2370
|
+
|
|
2371
|
+
property :human_review_metadata, as: 'humanReviewMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata::Representation
|
|
2372
|
+
|
|
2373
|
+
property :inactive, as: 'inactive'
|
|
2374
|
+
property :schema_editability_metadata, as: 'schemaEditabilityMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3SchemaEditabilityMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3SchemaEditabilityMetadata::Representation
|
|
2375
|
+
|
|
2376
|
+
property :schema_inference_metadata, as: 'schemaInferenceMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3SchemaInferenceMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3SchemaInferenceMetadata::Representation
|
|
2377
|
+
|
|
2378
|
+
end
|
|
2379
|
+
end
|
|
2380
|
+
|
|
2381
|
+
class GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionMetadata
|
|
2382
|
+
# @private
|
|
2383
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2384
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
|
2385
|
+
|
|
2386
|
+
end
|
|
2387
|
+
end
|
|
2388
|
+
|
|
2389
|
+
class GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionResponse
|
|
2390
|
+
# @private
|
|
2391
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2392
|
+
property :evaluation, as: 'evaluation'
|
|
2393
|
+
end
|
|
2394
|
+
end
|
|
2395
|
+
|
|
2396
|
+
class GoogleCloudDocumentaiUiv1beta3EvaluationMetrics
|
|
2397
|
+
# @private
|
|
2398
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2399
|
+
property :f1_score, as: 'f1Score'
|
|
2400
|
+
property :false_negatives_count, as: 'falseNegativesCount'
|
|
2401
|
+
property :false_positives_count, as: 'falsePositivesCount'
|
|
2402
|
+
property :ground_truth_document_count, as: 'groundTruthDocumentCount'
|
|
2403
|
+
property :ground_truth_occurrences_count, as: 'groundTruthOccurrencesCount'
|
|
2404
|
+
property :precision, as: 'precision'
|
|
2405
|
+
property :predicted_document_count, as: 'predictedDocumentCount'
|
|
2406
|
+
property :predicted_occurrences_count, as: 'predictedOccurrencesCount'
|
|
2407
|
+
property :recall, as: 'recall'
|
|
2408
|
+
property :total_documents_count, as: 'totalDocumentsCount'
|
|
2409
|
+
property :true_positives_count, as: 'truePositivesCount'
|
|
2410
|
+
end
|
|
2411
|
+
end
|
|
2412
|
+
|
|
2413
|
+
class GoogleCloudDocumentaiUiv1beta3EvaluationReference
|
|
2414
|
+
# @private
|
|
2415
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2416
|
+
property :aggregate_metrics, as: 'aggregateMetrics', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3EvaluationMetrics, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3EvaluationMetrics::Representation
|
|
2417
|
+
|
|
2418
|
+
property :aggregate_metrics_exact, as: 'aggregateMetricsExact', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3EvaluationMetrics, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3EvaluationMetrics::Representation
|
|
2419
|
+
|
|
2420
|
+
property :evaluation, as: 'evaluation'
|
|
2421
|
+
property :operation, as: 'operation'
|
|
2422
|
+
end
|
|
2423
|
+
end
|
|
2424
|
+
|
|
2425
|
+
class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadata
|
|
2426
|
+
# @private
|
|
2427
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2428
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
|
2429
|
+
|
|
2430
|
+
collection :individual_export_statuses, as: 'individualExportStatuses', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus::Representation
|
|
2431
|
+
|
|
2432
|
+
collection :split_export_stats, as: 'splitExportStats', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat::Representation
|
|
2433
|
+
|
|
2434
|
+
end
|
|
2435
|
+
end
|
|
2436
|
+
|
|
2437
|
+
class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus
|
|
2438
|
+
# @private
|
|
2439
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2440
|
+
property :document_id, as: 'documentId', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentId, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentId::Representation
|
|
2441
|
+
|
|
2442
|
+
property :output_gcs_destination, as: 'outputGcsDestination'
|
|
2443
|
+
property :status, as: 'status', class: Google::Apis::DocumentaiV1beta3::GoogleRpcStatus, decorator: Google::Apis::DocumentaiV1beta3::GoogleRpcStatus::Representation
|
|
2444
|
+
|
|
2445
|
+
end
|
|
2446
|
+
end
|
|
2447
|
+
|
|
2448
|
+
class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat
|
|
2449
|
+
# @private
|
|
2450
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2451
|
+
property :split_type, as: 'splitType'
|
|
2452
|
+
property :total_document_count, as: 'totalDocumentCount'
|
|
2453
|
+
end
|
|
2454
|
+
end
|
|
2455
|
+
|
|
2456
|
+
class GoogleCloudDocumentaiUiv1beta3ExportDocumentsResponse
|
|
2011
2457
|
# @private
|
|
2012
2458
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2013
2459
|
end
|
|
2014
2460
|
end
|
|
2015
2461
|
|
|
2016
|
-
class
|
|
2462
|
+
class GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata
|
|
2017
2463
|
# @private
|
|
2018
2464
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2019
2465
|
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
|
@@ -2021,84 +2467,79 @@ module Google
|
|
|
2021
2467
|
end
|
|
2022
2468
|
end
|
|
2023
2469
|
|
|
2024
|
-
class
|
|
2470
|
+
class GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse
|
|
2025
2471
|
# @private
|
|
2026
2472
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2473
|
+
property :gcs_uri, as: 'gcsUri'
|
|
2027
2474
|
end
|
|
2028
2475
|
end
|
|
2029
2476
|
|
|
2030
|
-
class
|
|
2477
|
+
class GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadata
|
|
2031
2478
|
# @private
|
|
2032
2479
|
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
|
|
2480
|
+
property :entity_query, as: 'entityQuery', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadataEntityQuery, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadataEntityQuery::Representation
|
|
2036
2481
|
|
|
2037
|
-
property :
|
|
2482
|
+
property :summary_options, as: 'summaryOptions', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3SummaryOptions, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3SummaryOptions::Representation
|
|
2038
2483
|
|
|
2039
2484
|
end
|
|
2040
2485
|
end
|
|
2041
2486
|
|
|
2042
|
-
class
|
|
2487
|
+
class GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadataEntityQuery
|
|
2043
2488
|
# @private
|
|
2044
2489
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2045
|
-
property :
|
|
2046
|
-
property :gcs_uri, as: 'gcsUri'
|
|
2490
|
+
property :user_entity_query, as: 'userEntityQuery'
|
|
2047
2491
|
end
|
|
2048
2492
|
end
|
|
2049
2493
|
|
|
2050
|
-
class
|
|
2494
|
+
class GoogleCloudDocumentaiUiv1beta3FieldTierMetadata
|
|
2051
2495
|
# @private
|
|
2052
2496
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2053
|
-
property :
|
|
2497
|
+
property :tier_level, as: 'tierLevel'
|
|
2054
2498
|
end
|
|
2055
2499
|
end
|
|
2056
2500
|
|
|
2057
|
-
class
|
|
2501
|
+
class GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata
|
|
2058
2502
|
# @private
|
|
2059
2503
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2060
|
-
property :
|
|
2061
|
-
|
|
2504
|
+
property :enable_normalization_editing, as: 'enableNormalizationEditing'
|
|
2062
2505
|
end
|
|
2063
2506
|
end
|
|
2064
2507
|
|
|
2065
|
-
class
|
|
2508
|
+
class GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata
|
|
2066
2509
|
# @private
|
|
2067
2510
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2511
|
+
property :confidence_threshold, as: 'confidenceThreshold'
|
|
2512
|
+
property :enable_validation, as: 'enableValidation'
|
|
2068
2513
|
end
|
|
2069
2514
|
end
|
|
2070
2515
|
|
|
2071
|
-
class
|
|
2516
|
+
class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata
|
|
2072
2517
|
# @private
|
|
2073
2518
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2074
2519
|
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
|
2075
2520
|
|
|
2076
|
-
|
|
2077
|
-
end
|
|
2521
|
+
collection :import_config_validation_results, as: 'importConfigValidationResults', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult::Representation
|
|
2078
2522
|
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
property :evaluation, as: 'evaluation'
|
|
2523
|
+
collection :individual_import_statuses, as: 'individualImportStatuses', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus::Representation
|
|
2524
|
+
|
|
2525
|
+
property :total_document_count, as: 'totalDocumentCount'
|
|
2083
2526
|
end
|
|
2084
2527
|
end
|
|
2085
2528
|
|
|
2086
|
-
class
|
|
2529
|
+
class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult
|
|
2087
2530
|
# @private
|
|
2088
2531
|
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
|
|
2532
|
+
property :input_gcs_source, as: 'inputGcsSource'
|
|
2533
|
+
property :status, as: 'status', class: Google::Apis::DocumentaiV1beta3::GoogleRpcStatus, decorator: Google::Apis::DocumentaiV1beta3::GoogleRpcStatus::Representation
|
|
2094
2534
|
|
|
2095
2535
|
end
|
|
2096
2536
|
end
|
|
2097
2537
|
|
|
2098
|
-
class
|
|
2538
|
+
class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus
|
|
2099
2539
|
# @private
|
|
2100
2540
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2101
|
-
property :
|
|
2541
|
+
property :input_gcs_source, as: 'inputGcsSource'
|
|
2542
|
+
property :output_document_id, as: 'outputDocumentId', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentId, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentId::Representation
|
|
2102
2543
|
|
|
2103
2544
|
property :output_gcs_destination, as: 'outputGcsDestination'
|
|
2104
2545
|
property :status, as: 'status', class: Google::Apis::DocumentaiV1beta3::GoogleRpcStatus, decorator: Google::Apis::DocumentaiV1beta3::GoogleRpcStatus::Representation
|
|
@@ -2106,87 +2547,131 @@ module Google
|
|
|
2106
2547
|
end
|
|
2107
2548
|
end
|
|
2108
2549
|
|
|
2109
|
-
class
|
|
2550
|
+
class GoogleCloudDocumentaiUiv1beta3ImportDocumentsResponse
|
|
2110
2551
|
# @private
|
|
2111
2552
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2112
|
-
property :split_type, as: 'splitType'
|
|
2113
|
-
property :total_document_count, as: 'totalDocumentCount'
|
|
2114
2553
|
end
|
|
2115
2554
|
end
|
|
2116
2555
|
|
|
2117
|
-
class
|
|
2556
|
+
class GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionMetadata
|
|
2118
2557
|
# @private
|
|
2119
2558
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2559
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
|
2560
|
+
|
|
2120
2561
|
end
|
|
2121
2562
|
end
|
|
2122
2563
|
|
|
2123
|
-
class
|
|
2564
|
+
class GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionResponse
|
|
2124
2565
|
# @private
|
|
2125
2566
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2126
|
-
property :
|
|
2127
|
-
|
|
2567
|
+
property :processor_version, as: 'processorVersion'
|
|
2128
2568
|
end
|
|
2129
2569
|
end
|
|
2130
2570
|
|
|
2131
|
-
class
|
|
2571
|
+
class GoogleCloudDocumentaiUiv1beta3Processor
|
|
2132
2572
|
# @private
|
|
2133
2573
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2134
|
-
property :
|
|
2574
|
+
property :active_schema_version, as: 'activeSchemaVersion'
|
|
2575
|
+
property :create_time, as: 'createTime'
|
|
2576
|
+
property :default_processor_version, as: 'defaultProcessorVersion'
|
|
2577
|
+
property :display_name, as: 'displayName'
|
|
2578
|
+
property :kms_key_name, as: 'kmsKeyName'
|
|
2579
|
+
property :name, as: 'name'
|
|
2580
|
+
property :process_endpoint, as: 'processEndpoint'
|
|
2581
|
+
collection :processor_version_aliases, as: 'processorVersionAliases', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ProcessorVersionAlias, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ProcessorVersionAlias::Representation
|
|
2582
|
+
|
|
2583
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
|
2584
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
2585
|
+
property :state, as: 'state'
|
|
2586
|
+
property :type, as: 'type'
|
|
2135
2587
|
end
|
|
2136
2588
|
end
|
|
2137
2589
|
|
|
2138
|
-
class
|
|
2590
|
+
class GoogleCloudDocumentaiUiv1beta3ProcessorVersion
|
|
2139
2591
|
# @private
|
|
2140
2592
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2141
|
-
property :
|
|
2593
|
+
property :create_time, as: 'createTime'
|
|
2594
|
+
property :deployment_allowed, as: 'deploymentAllowed'
|
|
2595
|
+
property :deprecation_info, as: 'deprecationInfo', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ProcessorVersionDeprecationInfo, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ProcessorVersionDeprecationInfo::Representation
|
|
2142
2596
|
|
|
2143
|
-
|
|
2597
|
+
property :display_name, as: 'displayName'
|
|
2598
|
+
property :document_schema, as: 'documentSchema', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentSchema, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentSchema::Representation
|
|
2144
2599
|
|
|
2145
|
-
|
|
2600
|
+
property :gen_ai_model_info, as: 'genAiModelInfo', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfo, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfo::Representation
|
|
2146
2601
|
|
|
2147
|
-
property :
|
|
2602
|
+
property :google_managed, as: 'googleManaged'
|
|
2603
|
+
property :kms_key_name, as: 'kmsKeyName'
|
|
2604
|
+
property :kms_key_version_name, as: 'kmsKeyVersionName'
|
|
2605
|
+
property :latest_evaluation, as: 'latestEvaluation', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3EvaluationReference, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3EvaluationReference::Representation
|
|
2606
|
+
|
|
2607
|
+
property :model_type, as: 'modelType'
|
|
2608
|
+
property :name, as: 'name'
|
|
2609
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
|
2610
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
2611
|
+
property :schema, as: 'schema', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3Schema, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3Schema::Representation
|
|
2612
|
+
|
|
2613
|
+
property :state, as: 'state'
|
|
2148
2614
|
end
|
|
2149
2615
|
end
|
|
2150
2616
|
|
|
2151
|
-
class
|
|
2617
|
+
class GoogleCloudDocumentaiUiv1beta3ProcessorVersionAlias
|
|
2152
2618
|
# @private
|
|
2153
2619
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2154
|
-
property :
|
|
2155
|
-
property :
|
|
2620
|
+
property :alias, as: 'alias'
|
|
2621
|
+
property :processor_version, as: 'processorVersion'
|
|
2622
|
+
end
|
|
2623
|
+
end
|
|
2156
2624
|
|
|
2625
|
+
class GoogleCloudDocumentaiUiv1beta3ProcessorVersionDeprecationInfo
|
|
2626
|
+
# @private
|
|
2627
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2628
|
+
property :deprecation_time, as: 'deprecationTime'
|
|
2629
|
+
property :replacement_processor_version, as: 'replacementProcessorVersion'
|
|
2157
2630
|
end
|
|
2158
2631
|
end
|
|
2159
2632
|
|
|
2160
|
-
class
|
|
2633
|
+
class GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfo
|
|
2161
2634
|
# @private
|
|
2162
2635
|
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
|
|
2636
|
+
property :custom_gen_ai_model_info, as: 'customGenAiModelInfo', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoCustomGenAiModelInfo, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoCustomGenAiModelInfo::Representation
|
|
2165
2637
|
|
|
2166
|
-
property :
|
|
2167
|
-
property :status, as: 'status', class: Google::Apis::DocumentaiV1beta3::GoogleRpcStatus, decorator: Google::Apis::DocumentaiV1beta3::GoogleRpcStatus::Representation
|
|
2638
|
+
property :foundation_gen_ai_model_info, as: 'foundationGenAiModelInfo', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo::Representation
|
|
2168
2639
|
|
|
2169
2640
|
end
|
|
2170
2641
|
end
|
|
2171
2642
|
|
|
2172
|
-
class
|
|
2643
|
+
class GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoCustomGenAiModelInfo
|
|
2173
2644
|
# @private
|
|
2174
2645
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2646
|
+
property :base_processor_version_id, as: 'baseProcessorVersionId'
|
|
2647
|
+
property :custom_model_type, as: 'customModelType'
|
|
2175
2648
|
end
|
|
2176
2649
|
end
|
|
2177
2650
|
|
|
2178
|
-
class
|
|
2651
|
+
class GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo
|
|
2179
2652
|
# @private
|
|
2180
2653
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2181
|
-
property :
|
|
2182
|
-
|
|
2654
|
+
property :finetuning_allowed, as: 'finetuningAllowed'
|
|
2655
|
+
property :min_train_labeled_documents, as: 'minTrainLabeledDocuments'
|
|
2183
2656
|
end
|
|
2184
2657
|
end
|
|
2185
2658
|
|
|
2186
|
-
class
|
|
2659
|
+
class GoogleCloudDocumentaiUiv1beta3PropertyMetadata
|
|
2187
2660
|
# @private
|
|
2188
2661
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2189
|
-
property :
|
|
2662
|
+
property :field_extraction_metadata, as: 'fieldExtractionMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadata::Representation
|
|
2663
|
+
|
|
2664
|
+
property :field_tier_metadata, as: 'fieldTierMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3FieldTierMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3FieldTierMetadata::Representation
|
|
2665
|
+
|
|
2666
|
+
property :human_review_labeling_metadata, as: 'humanReviewLabelingMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata::Representation
|
|
2667
|
+
|
|
2668
|
+
property :human_review_metadata, as: 'humanReviewMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata::Representation
|
|
2669
|
+
|
|
2670
|
+
property :inactive, as: 'inactive'
|
|
2671
|
+
property :schema_editability_metadata, as: 'schemaEditabilityMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3SchemaEditabilityMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3SchemaEditabilityMetadata::Representation
|
|
2672
|
+
|
|
2673
|
+
property :schema_inference_metadata, as: 'schemaInferenceMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3SchemaInferenceMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3SchemaInferenceMetadata::Representation
|
|
2674
|
+
|
|
2190
2675
|
end
|
|
2191
2676
|
end
|
|
2192
2677
|
|
|
@@ -2264,6 +2749,47 @@ module Google
|
|
|
2264
2749
|
end
|
|
2265
2750
|
end
|
|
2266
2751
|
|
|
2752
|
+
class GoogleCloudDocumentaiUiv1beta3Schema
|
|
2753
|
+
# @private
|
|
2754
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2755
|
+
property :description, as: 'description'
|
|
2756
|
+
property :display_name, as: 'displayName'
|
|
2757
|
+
collection :entity_types, as: 'entityTypes', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3SchemaEntityType, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3SchemaEntityType::Representation
|
|
2758
|
+
|
|
2759
|
+
end
|
|
2760
|
+
end
|
|
2761
|
+
|
|
2762
|
+
class GoogleCloudDocumentaiUiv1beta3SchemaEditabilityMetadata
|
|
2763
|
+
# @private
|
|
2764
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2765
|
+
property :editable, as: 'editable'
|
|
2766
|
+
collection :processor_versions, as: 'processorVersions'
|
|
2767
|
+
end
|
|
2768
|
+
end
|
|
2769
|
+
|
|
2770
|
+
class GoogleCloudDocumentaiUiv1beta3SchemaEntityType
|
|
2771
|
+
# @private
|
|
2772
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2773
|
+
property :base_type, as: 'baseType'
|
|
2774
|
+
property :description, as: 'description'
|
|
2775
|
+
collection :enum_values, as: 'enumValues'
|
|
2776
|
+
property :hide, as: 'hide'
|
|
2777
|
+
property :method_prop, as: 'method'
|
|
2778
|
+
property :occurrence_type, as: 'occurrenceType'
|
|
2779
|
+
collection :properties, as: 'properties', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3SchemaEntityType, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3SchemaEntityType::Representation
|
|
2780
|
+
|
|
2781
|
+
property :source, as: 'source'
|
|
2782
|
+
property :type, as: 'type'
|
|
2783
|
+
end
|
|
2784
|
+
end
|
|
2785
|
+
|
|
2786
|
+
class GoogleCloudDocumentaiUiv1beta3SchemaInferenceMetadata
|
|
2787
|
+
# @private
|
|
2788
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2789
|
+
property :inferred, as: 'inferred'
|
|
2790
|
+
end
|
|
2791
|
+
end
|
|
2792
|
+
|
|
2267
2793
|
class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
|
|
2268
2794
|
# @private
|
|
2269
2795
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2278,6 +2804,14 @@ module Google
|
|
|
2278
2804
|
end
|
|
2279
2805
|
end
|
|
2280
2806
|
|
|
2807
|
+
class GoogleCloudDocumentaiUiv1beta3SummaryOptions
|
|
2808
|
+
# @private
|
|
2809
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2810
|
+
property :format, as: 'format'
|
|
2811
|
+
property :length, as: 'length'
|
|
2812
|
+
end
|
|
2813
|
+
end
|
|
2814
|
+
|
|
2281
2815
|
class GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadata
|
|
2282
2816
|
# @private
|
|
2283
2817
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2347,6 +2881,14 @@ module Google
|
|
|
2347
2881
|
end
|
|
2348
2882
|
end
|
|
2349
2883
|
|
|
2884
|
+
class GoogleCloudDocumentaiUiv1beta3UpdateProcessorVersionMetadata
|
|
2885
|
+
# @private
|
|
2886
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2887
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
|
2888
|
+
|
|
2889
|
+
end
|
|
2890
|
+
end
|
|
2891
|
+
|
|
2350
2892
|
class GoogleCloudDocumentaiV1BatchProcessMetadata
|
|
2351
2893
|
# @private
|
|
2352
2894
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3133,6 +3675,7 @@ module Google
|
|
|
3133
3675
|
class GoogleCloudDocumentaiV1beta3DocumentEntityValidationOutputValidationResult
|
|
3134
3676
|
# @private
|
|
3135
3677
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3678
|
+
property :rule, as: 'rule'
|
|
3136
3679
|
property :rule_description, as: 'ruleDescription'
|
|
3137
3680
|
property :rule_name, as: 'ruleName'
|
|
3138
3681
|
property :validation_details, as: 'validationDetails'
|
|
@@ -3662,6 +4205,14 @@ module Google
|
|
|
3662
4205
|
end
|
|
3663
4206
|
end
|
|
3664
4207
|
|
|
4208
|
+
class GoogleCloudDocumentaiV1beta3Documents
|
|
4209
|
+
# @private
|
|
4210
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4211
|
+
collection :documents, as: 'documents', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3Document, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3Document::Representation
|
|
4212
|
+
|
|
4213
|
+
end
|
|
4214
|
+
end
|
|
4215
|
+
|
|
3665
4216
|
class GoogleCloudDocumentaiV1beta3EnableProcessorMetadata
|
|
3666
4217
|
# @private
|
|
3667
4218
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3830,6 +4381,40 @@ module Google
|
|
|
3830
4381
|
end
|
|
3831
4382
|
end
|
|
3832
4383
|
|
|
4384
|
+
class GoogleCloudDocumentaiV1beta3GenerateSchemaVersionRequest
|
|
4385
|
+
# @private
|
|
4386
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4387
|
+
property :base_schema_version, as: 'baseSchemaVersion'
|
|
4388
|
+
property :gcs_documents, as: 'gcsDocuments', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3GcsDocuments, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3GcsDocuments::Representation
|
|
4389
|
+
|
|
4390
|
+
property :gcs_prefix, as: 'gcsPrefix', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3GcsPrefix, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3GcsPrefix::Representation
|
|
4391
|
+
|
|
4392
|
+
property :generate_schema_version_params, as: 'generateSchemaVersionParams', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3GenerateSchemaVersionRequestGenerateSchemaVersionParams, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3GenerateSchemaVersionRequestGenerateSchemaVersionParams::Representation
|
|
4393
|
+
|
|
4394
|
+
property :inline_documents, as: 'inlineDocuments', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3Documents, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3Documents::Representation
|
|
4395
|
+
|
|
4396
|
+
property :raw_documents, as: 'rawDocuments', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3RawDocuments, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3RawDocuments::Representation
|
|
4397
|
+
|
|
4398
|
+
end
|
|
4399
|
+
end
|
|
4400
|
+
|
|
4401
|
+
class GoogleCloudDocumentaiV1beta3GenerateSchemaVersionRequestGenerateSchemaVersionParams
|
|
4402
|
+
# @private
|
|
4403
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4404
|
+
property :history, as: 'history', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3SchemaGenerationHistory, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3SchemaGenerationHistory::Representation
|
|
4405
|
+
|
|
4406
|
+
property :prompt, as: 'prompt'
|
|
4407
|
+
end
|
|
4408
|
+
end
|
|
4409
|
+
|
|
4410
|
+
class GoogleCloudDocumentaiV1beta3GenerateSchemaVersionResponse
|
|
4411
|
+
# @private
|
|
4412
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4413
|
+
property :schema_version, as: 'schemaVersion', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3SchemaVersion, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3SchemaVersion::Representation
|
|
4414
|
+
|
|
4415
|
+
end
|
|
4416
|
+
end
|
|
4417
|
+
|
|
3833
4418
|
class GoogleCloudDocumentaiV1beta3GetDocumentResponse
|
|
3834
4419
|
# @private
|
|
3835
4420
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -4001,6 +4586,35 @@ module Google
|
|
|
4001
4586
|
end
|
|
4002
4587
|
end
|
|
4003
4588
|
|
|
4589
|
+
class GoogleCloudDocumentaiV1beta3ListSchemaVersionsResponse
|
|
4590
|
+
# @private
|
|
4591
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4592
|
+
property :next_page_token, as: 'nextPageToken'
|
|
4593
|
+
collection :schema_versions, as: 'schemaVersions', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3SchemaVersion, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3SchemaVersion::Representation
|
|
4594
|
+
|
|
4595
|
+
end
|
|
4596
|
+
end
|
|
4597
|
+
|
|
4598
|
+
class GoogleCloudDocumentaiV1beta3ListSchemasResponse
|
|
4599
|
+
# @private
|
|
4600
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4601
|
+
property :next_page_token, as: 'nextPageToken'
|
|
4602
|
+
collection :schemas, as: 'schemas', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3NextSchema, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3NextSchema::Representation
|
|
4603
|
+
|
|
4604
|
+
end
|
|
4605
|
+
end
|
|
4606
|
+
|
|
4607
|
+
class GoogleCloudDocumentaiV1beta3NextSchema
|
|
4608
|
+
# @private
|
|
4609
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4610
|
+
property :create_time, as: 'createTime'
|
|
4611
|
+
property :display_name, as: 'displayName'
|
|
4612
|
+
hash :labels, as: 'labels'
|
|
4613
|
+
property :name, as: 'name'
|
|
4614
|
+
property :update_time, as: 'updateTime'
|
|
4615
|
+
end
|
|
4616
|
+
end
|
|
4617
|
+
|
|
4004
4618
|
class GoogleCloudDocumentaiV1beta3NormalizedVertex
|
|
4005
4619
|
# @private
|
|
4006
4620
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -4122,6 +4736,7 @@ module Google
|
|
|
4122
4736
|
class GoogleCloudDocumentaiV1beta3Processor
|
|
4123
4737
|
# @private
|
|
4124
4738
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4739
|
+
property :active_schema_version, as: 'activeSchemaVersion'
|
|
4125
4740
|
property :create_time, as: 'createTime'
|
|
4126
4741
|
property :default_processor_version, as: 'defaultProcessorVersion'
|
|
4127
4742
|
property :display_name, as: 'displayName'
|
|
@@ -4242,6 +4857,14 @@ module Google
|
|
|
4242
4857
|
end
|
|
4243
4858
|
end
|
|
4244
4859
|
|
|
4860
|
+
class GoogleCloudDocumentaiV1beta3RawDocuments
|
|
4861
|
+
# @private
|
|
4862
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4863
|
+
collection :documents, as: 'documents', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3RawDocument, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3RawDocument::Representation
|
|
4864
|
+
|
|
4865
|
+
end
|
|
4866
|
+
end
|
|
4867
|
+
|
|
4245
4868
|
class GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata
|
|
4246
4869
|
# @private
|
|
4247
4870
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -4287,6 +4910,37 @@ module Google
|
|
|
4287
4910
|
end
|
|
4288
4911
|
end
|
|
4289
4912
|
|
|
4913
|
+
class GoogleCloudDocumentaiV1beta3SchemaGenerationHistory
|
|
4914
|
+
# @private
|
|
4915
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4916
|
+
collection :iterations, as: 'iterations', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3SchemaGenerationIteration, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3SchemaGenerationIteration::Representation
|
|
4917
|
+
|
|
4918
|
+
end
|
|
4919
|
+
end
|
|
4920
|
+
|
|
4921
|
+
class GoogleCloudDocumentaiV1beta3SchemaGenerationIteration
|
|
4922
|
+
# @private
|
|
4923
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4924
|
+
property :adjusted_schema, as: 'adjustedSchema', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3SchemaVersion, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3SchemaVersion::Representation
|
|
4925
|
+
|
|
4926
|
+
property :generated_schema, as: 'generatedSchema', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3SchemaVersion, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3SchemaVersion::Representation
|
|
4927
|
+
|
|
4928
|
+
property :prompt, as: 'prompt'
|
|
4929
|
+
end
|
|
4930
|
+
end
|
|
4931
|
+
|
|
4932
|
+
class GoogleCloudDocumentaiV1beta3SchemaVersion
|
|
4933
|
+
# @private
|
|
4934
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4935
|
+
property :create_time, as: 'createTime'
|
|
4936
|
+
property :display_name, as: 'displayName'
|
|
4937
|
+
hash :labels, as: 'labels'
|
|
4938
|
+
property :name, as: 'name'
|
|
4939
|
+
property :schema, as: 'schema', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentSchema, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentSchema::Representation
|
|
4940
|
+
|
|
4941
|
+
end
|
|
4942
|
+
end
|
|
4943
|
+
|
|
4290
4944
|
class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionMetadata
|
|
4291
4945
|
# @private
|
|
4292
4946
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -4417,6 +5071,14 @@ module Google
|
|
|
4417
5071
|
end
|
|
4418
5072
|
end
|
|
4419
5073
|
|
|
5074
|
+
class GoogleCloudDocumentaiV1beta3UpdateProcessorVersionMetadata
|
|
5075
|
+
# @private
|
|
5076
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5077
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3CommonOperationMetadata::Representation
|
|
5078
|
+
|
|
5079
|
+
end
|
|
5080
|
+
end
|
|
5081
|
+
|
|
4420
5082
|
class GoogleCloudDocumentaiV1beta3Vertex
|
|
4421
5083
|
# @private
|
|
4422
5084
|
class Representation < Google::Apis::Core::JsonRepresentation
|