google-apis-documentai_v1 0.107.0 → 0.109.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_v1/classes.rb +6157 -3900
- data/lib/google/apis/documentai_v1/gem_version.rb +2 -2
- data/lib/google/apis/documentai_v1/representations.rb +1022 -44
- data/lib/google/apis/documentai_v1/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 GoogleCloudDocumentaiV1Barcode
|
|
440
602
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
441
603
|
|
|
@@ -904,6 +1066,12 @@ module Google
|
|
|
904
1066
|
include Google::Apis::Core::JsonObjectSupport
|
|
905
1067
|
end
|
|
906
1068
|
|
|
1069
|
+
class GoogleCloudDocumentaiV1Documents
|
|
1070
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1071
|
+
|
|
1072
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1073
|
+
end
|
|
1074
|
+
|
|
907
1075
|
class GoogleCloudDocumentaiV1EnableProcessorMetadata
|
|
908
1076
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
909
1077
|
|
|
@@ -1000,6 +1168,24 @@ module Google
|
|
|
1000
1168
|
include Google::Apis::Core::JsonObjectSupport
|
|
1001
1169
|
end
|
|
1002
1170
|
|
|
1171
|
+
class GoogleCloudDocumentaiV1GenerateSchemaVersionRequest
|
|
1172
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1173
|
+
|
|
1174
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1175
|
+
end
|
|
1176
|
+
|
|
1177
|
+
class GoogleCloudDocumentaiV1GenerateSchemaVersionRequestGenerateSchemaVersionParams
|
|
1178
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1179
|
+
|
|
1180
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1181
|
+
end
|
|
1182
|
+
|
|
1183
|
+
class GoogleCloudDocumentaiV1GenerateSchemaVersionResponse
|
|
1184
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1185
|
+
|
|
1186
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1187
|
+
end
|
|
1188
|
+
|
|
1003
1189
|
class GoogleCloudDocumentaiV1HumanReviewStatus
|
|
1004
1190
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1005
1191
|
|
|
@@ -1030,6 +1216,24 @@ module Google
|
|
|
1030
1216
|
include Google::Apis::Core::JsonObjectSupport
|
|
1031
1217
|
end
|
|
1032
1218
|
|
|
1219
|
+
class GoogleCloudDocumentaiV1ListSchemaVersionsResponse
|
|
1220
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1221
|
+
|
|
1222
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1223
|
+
end
|
|
1224
|
+
|
|
1225
|
+
class GoogleCloudDocumentaiV1ListSchemasResponse
|
|
1226
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1227
|
+
|
|
1228
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1229
|
+
end
|
|
1230
|
+
|
|
1231
|
+
class GoogleCloudDocumentaiV1NextSchema
|
|
1232
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1233
|
+
|
|
1234
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1235
|
+
end
|
|
1236
|
+
|
|
1033
1237
|
class GoogleCloudDocumentaiV1NormalizedVertex
|
|
1034
1238
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1035
1239
|
|
|
@@ -1150,6 +1354,12 @@ module Google
|
|
|
1150
1354
|
include Google::Apis::Core::JsonObjectSupport
|
|
1151
1355
|
end
|
|
1152
1356
|
|
|
1357
|
+
class GoogleCloudDocumentaiV1RawDocuments
|
|
1358
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1359
|
+
|
|
1360
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1361
|
+
end
|
|
1362
|
+
|
|
1153
1363
|
class GoogleCloudDocumentaiV1ReviewDocumentOperationMetadata
|
|
1154
1364
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1155
1365
|
|
|
@@ -1168,6 +1378,24 @@ module Google
|
|
|
1168
1378
|
include Google::Apis::Core::JsonObjectSupport
|
|
1169
1379
|
end
|
|
1170
1380
|
|
|
1381
|
+
class GoogleCloudDocumentaiV1SchemaGenerationHistory
|
|
1382
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1383
|
+
|
|
1384
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1385
|
+
end
|
|
1386
|
+
|
|
1387
|
+
class GoogleCloudDocumentaiV1SchemaGenerationIteration
|
|
1388
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1389
|
+
|
|
1390
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1391
|
+
end
|
|
1392
|
+
|
|
1393
|
+
class GoogleCloudDocumentaiV1SchemaVersion
|
|
1394
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1395
|
+
|
|
1396
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1397
|
+
end
|
|
1398
|
+
|
|
1171
1399
|
class GoogleCloudDocumentaiV1SetDefaultProcessorVersionMetadata
|
|
1172
1400
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1173
1401
|
|
|
@@ -1378,228 +1606,342 @@ module Google
|
|
|
1378
1606
|
include Google::Apis::Core::JsonObjectSupport
|
|
1379
1607
|
end
|
|
1380
1608
|
|
|
1381
|
-
class
|
|
1609
|
+
class GoogleCloudDocumentaiV1beta3DocumentSchema
|
|
1382
1610
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1383
1611
|
|
|
1384
1612
|
include Google::Apis::Core::JsonObjectSupport
|
|
1385
1613
|
end
|
|
1386
1614
|
|
|
1387
|
-
class
|
|
1615
|
+
class GoogleCloudDocumentaiV1beta3DocumentSchemaEntityType
|
|
1388
1616
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1389
1617
|
|
|
1390
1618
|
include Google::Apis::Core::JsonObjectSupport
|
|
1391
1619
|
end
|
|
1392
1620
|
|
|
1393
|
-
class
|
|
1621
|
+
class GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeEnumValues
|
|
1394
1622
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1395
1623
|
|
|
1396
1624
|
include Google::Apis::Core::JsonObjectSupport
|
|
1397
1625
|
end
|
|
1398
1626
|
|
|
1399
|
-
class
|
|
1627
|
+
class GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeProperty
|
|
1400
1628
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1401
1629
|
|
|
1402
1630
|
include Google::Apis::Core::JsonObjectSupport
|
|
1403
1631
|
end
|
|
1404
1632
|
|
|
1405
|
-
class
|
|
1633
|
+
class GoogleCloudDocumentaiV1beta3DocumentSchemaMetadata
|
|
1406
1634
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1407
1635
|
|
|
1408
1636
|
include Google::Apis::Core::JsonObjectSupport
|
|
1409
1637
|
end
|
|
1410
1638
|
|
|
1411
|
-
class
|
|
1639
|
+
class GoogleCloudDocumentaiV1beta3EnableProcessorMetadata
|
|
1412
1640
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1413
1641
|
|
|
1414
1642
|
include Google::Apis::Core::JsonObjectSupport
|
|
1415
1643
|
end
|
|
1416
1644
|
|
|
1417
|
-
class
|
|
1645
|
+
class GoogleCloudDocumentaiV1beta3EnableProcessorResponse
|
|
1418
1646
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1419
1647
|
|
|
1420
1648
|
include Google::Apis::Core::JsonObjectSupport
|
|
1421
1649
|
end
|
|
1422
1650
|
|
|
1423
|
-
class
|
|
1651
|
+
class GoogleCloudDocumentaiV1beta3EntityTypeMetadata
|
|
1424
1652
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1425
1653
|
|
|
1426
1654
|
include Google::Apis::Core::JsonObjectSupport
|
|
1427
1655
|
end
|
|
1428
1656
|
|
|
1429
|
-
class
|
|
1657
|
+
class GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionMetadata
|
|
1430
1658
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1431
1659
|
|
|
1432
1660
|
include Google::Apis::Core::JsonObjectSupport
|
|
1433
1661
|
end
|
|
1434
1662
|
|
|
1435
|
-
class
|
|
1663
|
+
class GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionResponse
|
|
1436
1664
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1437
1665
|
|
|
1438
1666
|
include Google::Apis::Core::JsonObjectSupport
|
|
1439
1667
|
end
|
|
1440
1668
|
|
|
1441
|
-
class
|
|
1669
|
+
class GoogleCloudDocumentaiV1beta3EvaluationMetrics
|
|
1442
1670
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1443
1671
|
|
|
1444
1672
|
include Google::Apis::Core::JsonObjectSupport
|
|
1445
1673
|
end
|
|
1446
1674
|
|
|
1447
|
-
class
|
|
1675
|
+
class GoogleCloudDocumentaiV1beta3EvaluationReference
|
|
1448
1676
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1449
1677
|
|
|
1450
1678
|
include Google::Apis::Core::JsonObjectSupport
|
|
1451
1679
|
end
|
|
1452
1680
|
|
|
1453
|
-
class
|
|
1681
|
+
class GoogleCloudDocumentaiV1beta3FieldExtractionMetadata
|
|
1454
1682
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1455
1683
|
|
|
1456
1684
|
include Google::Apis::Core::JsonObjectSupport
|
|
1457
1685
|
end
|
|
1458
1686
|
|
|
1459
|
-
class
|
|
1687
|
+
class GoogleCloudDocumentaiV1beta3GcsPrefix
|
|
1460
1688
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1461
1689
|
|
|
1462
1690
|
include Google::Apis::Core::JsonObjectSupport
|
|
1463
1691
|
end
|
|
1464
1692
|
|
|
1465
|
-
class
|
|
1693
|
+
class GoogleCloudDocumentaiV1beta3HumanReviewStatus
|
|
1466
1694
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1467
1695
|
|
|
1468
1696
|
include Google::Apis::Core::JsonObjectSupport
|
|
1469
1697
|
end
|
|
1470
1698
|
|
|
1471
|
-
class
|
|
1699
|
+
class GoogleCloudDocumentaiV1beta3ImportDocumentsMetadata
|
|
1472
1700
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1473
1701
|
|
|
1474
1702
|
include Google::Apis::Core::JsonObjectSupport
|
|
1475
1703
|
end
|
|
1476
1704
|
|
|
1477
|
-
class
|
|
1705
|
+
class GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataImportConfigValidationResult
|
|
1478
1706
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1479
1707
|
|
|
1480
1708
|
include Google::Apis::Core::JsonObjectSupport
|
|
1481
1709
|
end
|
|
1482
1710
|
|
|
1483
|
-
class
|
|
1711
|
+
class GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataIndividualImportStatus
|
|
1484
1712
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1485
1713
|
|
|
1486
1714
|
include Google::Apis::Core::JsonObjectSupport
|
|
1487
1715
|
end
|
|
1488
1716
|
|
|
1489
|
-
class
|
|
1717
|
+
class GoogleCloudDocumentaiV1beta3ImportDocumentsResponse
|
|
1490
1718
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1491
1719
|
|
|
1492
1720
|
include Google::Apis::Core::JsonObjectSupport
|
|
1493
1721
|
end
|
|
1494
1722
|
|
|
1495
|
-
class
|
|
1723
|
+
class GoogleCloudDocumentaiV1beta3ImportProcessorVersionMetadata
|
|
1496
1724
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1497
1725
|
|
|
1498
1726
|
include Google::Apis::Core::JsonObjectSupport
|
|
1499
1727
|
end
|
|
1500
1728
|
|
|
1501
|
-
class
|
|
1729
|
+
class GoogleCloudDocumentaiV1beta3ImportProcessorVersionResponse
|
|
1502
1730
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1503
1731
|
|
|
1504
1732
|
include Google::Apis::Core::JsonObjectSupport
|
|
1505
1733
|
end
|
|
1506
1734
|
|
|
1507
|
-
class
|
|
1735
|
+
class GoogleCloudDocumentaiV1beta3Processor
|
|
1508
1736
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1509
1737
|
|
|
1510
1738
|
include Google::Apis::Core::JsonObjectSupport
|
|
1511
1739
|
end
|
|
1512
1740
|
|
|
1513
|
-
class
|
|
1741
|
+
class GoogleCloudDocumentaiV1beta3ProcessorVersion
|
|
1514
1742
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1515
1743
|
|
|
1516
1744
|
include Google::Apis::Core::JsonObjectSupport
|
|
1517
1745
|
end
|
|
1518
1746
|
|
|
1519
|
-
class
|
|
1747
|
+
class GoogleCloudDocumentaiV1beta3ProcessorVersionAlias
|
|
1520
1748
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1521
1749
|
|
|
1522
1750
|
include Google::Apis::Core::JsonObjectSupport
|
|
1523
1751
|
end
|
|
1524
1752
|
|
|
1525
|
-
class
|
|
1753
|
+
class GoogleCloudDocumentaiV1beta3ProcessorVersionDeprecationInfo
|
|
1526
1754
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1527
1755
|
|
|
1528
1756
|
include Google::Apis::Core::JsonObjectSupport
|
|
1529
1757
|
end
|
|
1530
1758
|
|
|
1531
|
-
class
|
|
1759
|
+
class GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfo
|
|
1532
1760
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1533
1761
|
|
|
1534
1762
|
include Google::Apis::Core::JsonObjectSupport
|
|
1535
1763
|
end
|
|
1536
1764
|
|
|
1537
|
-
class
|
|
1765
|
+
class GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfoCustomGenAiModelInfo
|
|
1538
1766
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1539
1767
|
|
|
1540
1768
|
include Google::Apis::Core::JsonObjectSupport
|
|
1541
1769
|
end
|
|
1542
1770
|
|
|
1543
|
-
class
|
|
1771
|
+
class GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo
|
|
1544
1772
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1545
1773
|
|
|
1546
1774
|
include Google::Apis::Core::JsonObjectSupport
|
|
1547
1775
|
end
|
|
1548
1776
|
|
|
1549
|
-
class
|
|
1777
|
+
class GoogleCloudDocumentaiV1beta3PropertyMetadata
|
|
1550
1778
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1551
1779
|
|
|
1552
1780
|
include Google::Apis::Core::JsonObjectSupport
|
|
1553
1781
|
end
|
|
1554
1782
|
|
|
1555
|
-
class
|
|
1783
|
+
class GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata
|
|
1556
1784
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1557
1785
|
|
|
1558
1786
|
include Google::Apis::Core::JsonObjectSupport
|
|
1559
1787
|
end
|
|
1560
1788
|
|
|
1561
|
-
class
|
|
1789
|
+
class GoogleCloudDocumentaiV1beta3ReviewDocumentResponse
|
|
1562
1790
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1563
1791
|
|
|
1564
1792
|
include Google::Apis::Core::JsonObjectSupport
|
|
1565
1793
|
end
|
|
1566
1794
|
|
|
1567
|
-
class
|
|
1795
|
+
class GoogleCloudDocumentaiV1beta3RevisionRef
|
|
1568
1796
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1569
1797
|
|
|
1570
1798
|
include Google::Apis::Core::JsonObjectSupport
|
|
1571
1799
|
end
|
|
1572
1800
|
|
|
1573
|
-
class
|
|
1801
|
+
class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionMetadata
|
|
1574
1802
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1575
1803
|
|
|
1576
1804
|
include Google::Apis::Core::JsonObjectSupport
|
|
1577
1805
|
end
|
|
1578
1806
|
|
|
1579
|
-
class
|
|
1807
|
+
class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionResponse
|
|
1580
1808
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1581
1809
|
|
|
1582
1810
|
include Google::Apis::Core::JsonObjectSupport
|
|
1583
1811
|
end
|
|
1584
1812
|
|
|
1585
|
-
class
|
|
1813
|
+
class GoogleCloudDocumentaiV1beta3SummaryOptions
|
|
1586
1814
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1587
1815
|
|
|
1588
1816
|
include Google::Apis::Core::JsonObjectSupport
|
|
1589
1817
|
end
|
|
1590
1818
|
|
|
1591
|
-
class
|
|
1592
|
-
|
|
1593
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1594
|
-
collection :validation_rules, as: 'validationRules', class: Google::Apis::DocumentaiV1::CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule, decorator: Google::Apis::DocumentaiV1::CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule::Representation
|
|
1819
|
+
class GoogleCloudDocumentaiV1beta3TrainProcessorVersionMetadata
|
|
1820
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1595
1821
|
|
|
1596
|
-
|
|
1822
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1597
1823
|
end
|
|
1598
1824
|
|
|
1599
|
-
class
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1825
|
+
class GoogleCloudDocumentaiV1beta3TrainProcessorVersionMetadataDatasetValidation
|
|
1826
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1827
|
+
|
|
1828
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1829
|
+
end
|
|
1830
|
+
|
|
1831
|
+
class GoogleCloudDocumentaiV1beta3TrainProcessorVersionResponse
|
|
1832
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1833
|
+
|
|
1834
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1835
|
+
end
|
|
1836
|
+
|
|
1837
|
+
class GoogleCloudDocumentaiV1beta3UndeployProcessorVersionMetadata
|
|
1838
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1839
|
+
|
|
1840
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1841
|
+
end
|
|
1842
|
+
|
|
1843
|
+
class GoogleCloudDocumentaiV1beta3UndeployProcessorVersionResponse
|
|
1844
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1845
|
+
|
|
1846
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1847
|
+
end
|
|
1848
|
+
|
|
1849
|
+
class GoogleCloudDocumentaiV1beta3UpdateDatasetOperationMetadata
|
|
1850
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1851
|
+
|
|
1852
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1853
|
+
end
|
|
1854
|
+
|
|
1855
|
+
class GoogleCloudDocumentaiV1beta3UpdateProcessorVersionMetadata
|
|
1856
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1857
|
+
|
|
1858
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1859
|
+
end
|
|
1860
|
+
|
|
1861
|
+
class GoogleCloudLocationListLocationsResponse
|
|
1862
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1863
|
+
|
|
1864
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1865
|
+
end
|
|
1866
|
+
|
|
1867
|
+
class GoogleCloudLocationLocation
|
|
1868
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1869
|
+
|
|
1870
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1871
|
+
end
|
|
1872
|
+
|
|
1873
|
+
class GoogleLongrunningListOperationsResponse
|
|
1874
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1875
|
+
|
|
1876
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1877
|
+
end
|
|
1878
|
+
|
|
1879
|
+
class GoogleLongrunningOperation
|
|
1880
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1881
|
+
|
|
1882
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1883
|
+
end
|
|
1884
|
+
|
|
1885
|
+
class GoogleProtobufEmpty
|
|
1886
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1887
|
+
|
|
1888
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1889
|
+
end
|
|
1890
|
+
|
|
1891
|
+
class GoogleRpcStatus
|
|
1892
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1893
|
+
|
|
1894
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1895
|
+
end
|
|
1896
|
+
|
|
1897
|
+
class GoogleTypeColor
|
|
1898
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1899
|
+
|
|
1900
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1901
|
+
end
|
|
1902
|
+
|
|
1903
|
+
class GoogleTypeDate
|
|
1904
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1905
|
+
|
|
1906
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1907
|
+
end
|
|
1908
|
+
|
|
1909
|
+
class GoogleTypeDateTime
|
|
1910
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1911
|
+
|
|
1912
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1913
|
+
end
|
|
1914
|
+
|
|
1915
|
+
class GoogleTypeMoney
|
|
1916
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1917
|
+
|
|
1918
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1919
|
+
end
|
|
1920
|
+
|
|
1921
|
+
class GoogleTypePostalAddress
|
|
1922
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1923
|
+
|
|
1924
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1925
|
+
end
|
|
1926
|
+
|
|
1927
|
+
class GoogleTypeTimeZone
|
|
1928
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1929
|
+
|
|
1930
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1931
|
+
end
|
|
1932
|
+
|
|
1933
|
+
class CloudAiDocumentaiLabHifiaToolsValidationValidatorInput
|
|
1934
|
+
# @private
|
|
1935
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1936
|
+
collection :validation_rules, as: 'validationRules', class: Google::Apis::DocumentaiV1::CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule, decorator: Google::Apis::DocumentaiV1::CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule::Representation
|
|
1937
|
+
|
|
1938
|
+
end
|
|
1939
|
+
end
|
|
1940
|
+
|
|
1941
|
+
class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule
|
|
1942
|
+
# @private
|
|
1943
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1944
|
+
property :child_alignment_rule, as: 'childAlignmentRule', class: Google::Apis::DocumentaiV1::CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleChildAlignmentRule, decorator: Google::Apis::DocumentaiV1::CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleChildAlignmentRule::Representation
|
|
1603
1945
|
|
|
1604
1946
|
property :description, as: 'description'
|
|
1605
1947
|
property :entity_alignment_rule, as: 'entityAlignmentRule', class: Google::Apis::DocumentaiV1::CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleEntityAlignmentRule, decorator: Google::Apis::DocumentaiV1::CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleEntityAlignmentRule::Representation
|
|
@@ -1611,6 +1953,7 @@ module Google
|
|
|
1611
1953
|
property :form_validation, as: 'formValidation', class: Google::Apis::DocumentaiV1::CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidation, decorator: Google::Apis::DocumentaiV1::CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidation::Representation
|
|
1612
1954
|
|
|
1613
1955
|
property :name, as: 'name'
|
|
1956
|
+
property :rule_id, as: 'ruleId'
|
|
1614
1957
|
end
|
|
1615
1958
|
end
|
|
1616
1959
|
|
|
@@ -1910,6 +2253,65 @@ module Google
|
|
|
1910
2253
|
end
|
|
1911
2254
|
end
|
|
1912
2255
|
|
|
2256
|
+
class GoogleCloudDocumentaiUiv1beta3DocumentSchema
|
|
2257
|
+
# @private
|
|
2258
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2259
|
+
property :description, as: 'description'
|
|
2260
|
+
property :display_name, as: 'displayName'
|
|
2261
|
+
collection :entity_types, as: 'entityTypes', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityType, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityType::Representation
|
|
2262
|
+
|
|
2263
|
+
property :metadata, as: 'metadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3DocumentSchemaMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3DocumentSchemaMetadata::Representation
|
|
2264
|
+
|
|
2265
|
+
end
|
|
2266
|
+
end
|
|
2267
|
+
|
|
2268
|
+
class GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityType
|
|
2269
|
+
# @private
|
|
2270
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2271
|
+
collection :base_types, as: 'baseTypes'
|
|
2272
|
+
property :description, as: 'description'
|
|
2273
|
+
property :display_name, as: 'displayName'
|
|
2274
|
+
property :entity_type_metadata, as: 'entityTypeMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3EntityTypeMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3EntityTypeMetadata::Representation
|
|
2275
|
+
|
|
2276
|
+
property :enum_values, as: 'enumValues', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeEnumValues, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeEnumValues::Representation
|
|
2277
|
+
|
|
2278
|
+
property :name, as: 'name'
|
|
2279
|
+
collection :properties, as: 'properties', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeProperty, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeProperty::Representation
|
|
2280
|
+
|
|
2281
|
+
end
|
|
2282
|
+
end
|
|
2283
|
+
|
|
2284
|
+
class GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeEnumValues
|
|
2285
|
+
# @private
|
|
2286
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2287
|
+
collection :values, as: 'values'
|
|
2288
|
+
end
|
|
2289
|
+
end
|
|
2290
|
+
|
|
2291
|
+
class GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeProperty
|
|
2292
|
+
# @private
|
|
2293
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2294
|
+
property :description, as: 'description'
|
|
2295
|
+
property :display_name, as: 'displayName'
|
|
2296
|
+
property :method_prop, as: 'method'
|
|
2297
|
+
property :name, as: 'name'
|
|
2298
|
+
property :occurrence_type, as: 'occurrenceType'
|
|
2299
|
+
property :property_metadata, as: 'propertyMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3PropertyMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3PropertyMetadata::Representation
|
|
2300
|
+
|
|
2301
|
+
property :value_type, as: 'valueType'
|
|
2302
|
+
end
|
|
2303
|
+
end
|
|
2304
|
+
|
|
2305
|
+
class GoogleCloudDocumentaiUiv1beta3DocumentSchemaMetadata
|
|
2306
|
+
# @private
|
|
2307
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2308
|
+
property :document_allow_multiple_labels, as: 'documentAllowMultipleLabels'
|
|
2309
|
+
property :document_splitter, as: 'documentSplitter'
|
|
2310
|
+
property :prefixed_naming_on_properties, as: 'prefixedNamingOnProperties'
|
|
2311
|
+
property :skip_naming_validation, as: 'skipNamingValidation'
|
|
2312
|
+
end
|
|
2313
|
+
end
|
|
2314
|
+
|
|
1913
2315
|
class GoogleCloudDocumentaiUiv1beta3EnableProcessorMetadata
|
|
1914
2316
|
# @private
|
|
1915
2317
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1924,6 +2326,23 @@ module Google
|
|
|
1924
2326
|
end
|
|
1925
2327
|
end
|
|
1926
2328
|
|
|
2329
|
+
class GoogleCloudDocumentaiUiv1beta3EntityTypeMetadata
|
|
2330
|
+
# @private
|
|
2331
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2332
|
+
property :field_tier_metadata, as: 'fieldTierMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3FieldTierMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3FieldTierMetadata::Representation
|
|
2333
|
+
|
|
2334
|
+
property :human_review_labeling_metadata, as: 'humanReviewLabelingMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata::Representation
|
|
2335
|
+
|
|
2336
|
+
property :human_review_metadata, as: 'humanReviewMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata::Representation
|
|
2337
|
+
|
|
2338
|
+
property :inactive, as: 'inactive'
|
|
2339
|
+
property :schema_editability_metadata, as: 'schemaEditabilityMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3SchemaEditabilityMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3SchemaEditabilityMetadata::Representation
|
|
2340
|
+
|
|
2341
|
+
property :schema_inference_metadata, as: 'schemaInferenceMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3SchemaInferenceMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3SchemaInferenceMetadata::Representation
|
|
2342
|
+
|
|
2343
|
+
end
|
|
2344
|
+
end
|
|
2345
|
+
|
|
1927
2346
|
class GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionMetadata
|
|
1928
2347
|
# @private
|
|
1929
2348
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1939,6 +2358,35 @@ module Google
|
|
|
1939
2358
|
end
|
|
1940
2359
|
end
|
|
1941
2360
|
|
|
2361
|
+
class GoogleCloudDocumentaiUiv1beta3EvaluationMetrics
|
|
2362
|
+
# @private
|
|
2363
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2364
|
+
property :f1_score, as: 'f1Score'
|
|
2365
|
+
property :false_negatives_count, as: 'falseNegativesCount'
|
|
2366
|
+
property :false_positives_count, as: 'falsePositivesCount'
|
|
2367
|
+
property :ground_truth_document_count, as: 'groundTruthDocumentCount'
|
|
2368
|
+
property :ground_truth_occurrences_count, as: 'groundTruthOccurrencesCount'
|
|
2369
|
+
property :precision, as: 'precision'
|
|
2370
|
+
property :predicted_document_count, as: 'predictedDocumentCount'
|
|
2371
|
+
property :predicted_occurrences_count, as: 'predictedOccurrencesCount'
|
|
2372
|
+
property :recall, as: 'recall'
|
|
2373
|
+
property :total_documents_count, as: 'totalDocumentsCount'
|
|
2374
|
+
property :true_positives_count, as: 'truePositivesCount'
|
|
2375
|
+
end
|
|
2376
|
+
end
|
|
2377
|
+
|
|
2378
|
+
class GoogleCloudDocumentaiUiv1beta3EvaluationReference
|
|
2379
|
+
# @private
|
|
2380
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2381
|
+
property :aggregate_metrics, as: 'aggregateMetrics', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3EvaluationMetrics, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3EvaluationMetrics::Representation
|
|
2382
|
+
|
|
2383
|
+
property :aggregate_metrics_exact, as: 'aggregateMetricsExact', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3EvaluationMetrics, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3EvaluationMetrics::Representation
|
|
2384
|
+
|
|
2385
|
+
property :evaluation, as: 'evaluation'
|
|
2386
|
+
property :operation, as: 'operation'
|
|
2387
|
+
end
|
|
2388
|
+
end
|
|
2389
|
+
|
|
1942
2390
|
class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadata
|
|
1943
2391
|
# @private
|
|
1944
2392
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1991,6 +2439,45 @@ module Google
|
|
|
1991
2439
|
end
|
|
1992
2440
|
end
|
|
1993
2441
|
|
|
2442
|
+
class GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadata
|
|
2443
|
+
# @private
|
|
2444
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2445
|
+
property :entity_query, as: 'entityQuery', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadataEntityQuery, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadataEntityQuery::Representation
|
|
2446
|
+
|
|
2447
|
+
property :summary_options, as: 'summaryOptions', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3SummaryOptions, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3SummaryOptions::Representation
|
|
2448
|
+
|
|
2449
|
+
end
|
|
2450
|
+
end
|
|
2451
|
+
|
|
2452
|
+
class GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadataEntityQuery
|
|
2453
|
+
# @private
|
|
2454
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2455
|
+
property :user_entity_query, as: 'userEntityQuery'
|
|
2456
|
+
end
|
|
2457
|
+
end
|
|
2458
|
+
|
|
2459
|
+
class GoogleCloudDocumentaiUiv1beta3FieldTierMetadata
|
|
2460
|
+
# @private
|
|
2461
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2462
|
+
property :tier_level, as: 'tierLevel'
|
|
2463
|
+
end
|
|
2464
|
+
end
|
|
2465
|
+
|
|
2466
|
+
class GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata
|
|
2467
|
+
# @private
|
|
2468
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2469
|
+
property :enable_normalization_editing, as: 'enableNormalizationEditing'
|
|
2470
|
+
end
|
|
2471
|
+
end
|
|
2472
|
+
|
|
2473
|
+
class GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata
|
|
2474
|
+
# @private
|
|
2475
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2476
|
+
property :confidence_threshold, as: 'confidenceThreshold'
|
|
2477
|
+
property :enable_validation, as: 'enableValidation'
|
|
2478
|
+
end
|
|
2479
|
+
end
|
|
2480
|
+
|
|
1994
2481
|
class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata
|
|
1995
2482
|
# @private
|
|
1996
2483
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2046,6 +2533,113 @@ module Google
|
|
|
2046
2533
|
end
|
|
2047
2534
|
end
|
|
2048
2535
|
|
|
2536
|
+
class GoogleCloudDocumentaiUiv1beta3Processor
|
|
2537
|
+
# @private
|
|
2538
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2539
|
+
property :active_schema_version, as: 'activeSchemaVersion'
|
|
2540
|
+
property :create_time, as: 'createTime'
|
|
2541
|
+
property :default_processor_version, as: 'defaultProcessorVersion'
|
|
2542
|
+
property :display_name, as: 'displayName'
|
|
2543
|
+
property :kms_key_name, as: 'kmsKeyName'
|
|
2544
|
+
property :name, as: 'name'
|
|
2545
|
+
property :process_endpoint, as: 'processEndpoint'
|
|
2546
|
+
collection :processor_version_aliases, as: 'processorVersionAliases', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3ProcessorVersionAlias, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3ProcessorVersionAlias::Representation
|
|
2547
|
+
|
|
2548
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
|
2549
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
2550
|
+
property :state, as: 'state'
|
|
2551
|
+
property :type, as: 'type'
|
|
2552
|
+
end
|
|
2553
|
+
end
|
|
2554
|
+
|
|
2555
|
+
class GoogleCloudDocumentaiUiv1beta3ProcessorVersion
|
|
2556
|
+
# @private
|
|
2557
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2558
|
+
property :create_time, as: 'createTime'
|
|
2559
|
+
property :deployment_allowed, as: 'deploymentAllowed'
|
|
2560
|
+
property :deprecation_info, as: 'deprecationInfo', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3ProcessorVersionDeprecationInfo, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3ProcessorVersionDeprecationInfo::Representation
|
|
2561
|
+
|
|
2562
|
+
property :display_name, as: 'displayName'
|
|
2563
|
+
property :document_schema, as: 'documentSchema', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3DocumentSchema, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3DocumentSchema::Representation
|
|
2564
|
+
|
|
2565
|
+
property :gen_ai_model_info, as: 'genAiModelInfo', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfo, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfo::Representation
|
|
2566
|
+
|
|
2567
|
+
property :google_managed, as: 'googleManaged'
|
|
2568
|
+
property :kms_key_name, as: 'kmsKeyName'
|
|
2569
|
+
property :kms_key_version_name, as: 'kmsKeyVersionName'
|
|
2570
|
+
property :latest_evaluation, as: 'latestEvaluation', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3EvaluationReference, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3EvaluationReference::Representation
|
|
2571
|
+
|
|
2572
|
+
property :model_type, as: 'modelType'
|
|
2573
|
+
property :name, as: 'name'
|
|
2574
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
|
2575
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
2576
|
+
property :schema, as: 'schema', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3Schema, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3Schema::Representation
|
|
2577
|
+
|
|
2578
|
+
property :state, as: 'state'
|
|
2579
|
+
end
|
|
2580
|
+
end
|
|
2581
|
+
|
|
2582
|
+
class GoogleCloudDocumentaiUiv1beta3ProcessorVersionAlias
|
|
2583
|
+
# @private
|
|
2584
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2585
|
+
property :alias, as: 'alias'
|
|
2586
|
+
property :processor_version, as: 'processorVersion'
|
|
2587
|
+
end
|
|
2588
|
+
end
|
|
2589
|
+
|
|
2590
|
+
class GoogleCloudDocumentaiUiv1beta3ProcessorVersionDeprecationInfo
|
|
2591
|
+
# @private
|
|
2592
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2593
|
+
property :deprecation_time, as: 'deprecationTime'
|
|
2594
|
+
property :replacement_processor_version, as: 'replacementProcessorVersion'
|
|
2595
|
+
end
|
|
2596
|
+
end
|
|
2597
|
+
|
|
2598
|
+
class GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfo
|
|
2599
|
+
# @private
|
|
2600
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2601
|
+
property :custom_gen_ai_model_info, as: 'customGenAiModelInfo', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoCustomGenAiModelInfo, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoCustomGenAiModelInfo::Representation
|
|
2602
|
+
|
|
2603
|
+
property :foundation_gen_ai_model_info, as: 'foundationGenAiModelInfo', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo::Representation
|
|
2604
|
+
|
|
2605
|
+
end
|
|
2606
|
+
end
|
|
2607
|
+
|
|
2608
|
+
class GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoCustomGenAiModelInfo
|
|
2609
|
+
# @private
|
|
2610
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2611
|
+
property :base_processor_version_id, as: 'baseProcessorVersionId'
|
|
2612
|
+
property :custom_model_type, as: 'customModelType'
|
|
2613
|
+
end
|
|
2614
|
+
end
|
|
2615
|
+
|
|
2616
|
+
class GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo
|
|
2617
|
+
# @private
|
|
2618
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2619
|
+
property :finetuning_allowed, as: 'finetuningAllowed'
|
|
2620
|
+
property :min_train_labeled_documents, as: 'minTrainLabeledDocuments'
|
|
2621
|
+
end
|
|
2622
|
+
end
|
|
2623
|
+
|
|
2624
|
+
class GoogleCloudDocumentaiUiv1beta3PropertyMetadata
|
|
2625
|
+
# @private
|
|
2626
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2627
|
+
property :field_extraction_metadata, as: 'fieldExtractionMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadata::Representation
|
|
2628
|
+
|
|
2629
|
+
property :field_tier_metadata, as: 'fieldTierMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3FieldTierMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3FieldTierMetadata::Representation
|
|
2630
|
+
|
|
2631
|
+
property :human_review_labeling_metadata, as: 'humanReviewLabelingMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata::Representation
|
|
2632
|
+
|
|
2633
|
+
property :human_review_metadata, as: 'humanReviewMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata::Representation
|
|
2634
|
+
|
|
2635
|
+
property :inactive, as: 'inactive'
|
|
2636
|
+
property :schema_editability_metadata, as: 'schemaEditabilityMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3SchemaEditabilityMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3SchemaEditabilityMetadata::Representation
|
|
2637
|
+
|
|
2638
|
+
property :schema_inference_metadata, as: 'schemaInferenceMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3SchemaInferenceMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3SchemaInferenceMetadata::Representation
|
|
2639
|
+
|
|
2640
|
+
end
|
|
2641
|
+
end
|
|
2642
|
+
|
|
2049
2643
|
class GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadata
|
|
2050
2644
|
# @private
|
|
2051
2645
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2120,6 +2714,47 @@ module Google
|
|
|
2120
2714
|
end
|
|
2121
2715
|
end
|
|
2122
2716
|
|
|
2717
|
+
class GoogleCloudDocumentaiUiv1beta3Schema
|
|
2718
|
+
# @private
|
|
2719
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2720
|
+
property :description, as: 'description'
|
|
2721
|
+
property :display_name, as: 'displayName'
|
|
2722
|
+
collection :entity_types, as: 'entityTypes', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3SchemaEntityType, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3SchemaEntityType::Representation
|
|
2723
|
+
|
|
2724
|
+
end
|
|
2725
|
+
end
|
|
2726
|
+
|
|
2727
|
+
class GoogleCloudDocumentaiUiv1beta3SchemaEditabilityMetadata
|
|
2728
|
+
# @private
|
|
2729
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2730
|
+
property :editable, as: 'editable'
|
|
2731
|
+
collection :processor_versions, as: 'processorVersions'
|
|
2732
|
+
end
|
|
2733
|
+
end
|
|
2734
|
+
|
|
2735
|
+
class GoogleCloudDocumentaiUiv1beta3SchemaEntityType
|
|
2736
|
+
# @private
|
|
2737
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2738
|
+
property :base_type, as: 'baseType'
|
|
2739
|
+
property :description, as: 'description'
|
|
2740
|
+
collection :enum_values, as: 'enumValues'
|
|
2741
|
+
property :hide, as: 'hide'
|
|
2742
|
+
property :method_prop, as: 'method'
|
|
2743
|
+
property :occurrence_type, as: 'occurrenceType'
|
|
2744
|
+
collection :properties, as: 'properties', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3SchemaEntityType, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3SchemaEntityType::Representation
|
|
2745
|
+
|
|
2746
|
+
property :source, as: 'source'
|
|
2747
|
+
property :type, as: 'type'
|
|
2748
|
+
end
|
|
2749
|
+
end
|
|
2750
|
+
|
|
2751
|
+
class GoogleCloudDocumentaiUiv1beta3SchemaInferenceMetadata
|
|
2752
|
+
# @private
|
|
2753
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2754
|
+
property :inferred, as: 'inferred'
|
|
2755
|
+
end
|
|
2756
|
+
end
|
|
2757
|
+
|
|
2123
2758
|
class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
|
|
2124
2759
|
# @private
|
|
2125
2760
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2134,6 +2769,14 @@ module Google
|
|
|
2134
2769
|
end
|
|
2135
2770
|
end
|
|
2136
2771
|
|
|
2772
|
+
class GoogleCloudDocumentaiUiv1beta3SummaryOptions
|
|
2773
|
+
# @private
|
|
2774
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2775
|
+
property :format, as: 'format'
|
|
2776
|
+
property :length, as: 'length'
|
|
2777
|
+
end
|
|
2778
|
+
end
|
|
2779
|
+
|
|
2137
2780
|
class GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadata
|
|
2138
2781
|
# @private
|
|
2139
2782
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2203,6 +2846,14 @@ module Google
|
|
|
2203
2846
|
end
|
|
2204
2847
|
end
|
|
2205
2848
|
|
|
2849
|
+
class GoogleCloudDocumentaiUiv1beta3UpdateProcessorVersionMetadata
|
|
2850
|
+
# @private
|
|
2851
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2852
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
|
2853
|
+
|
|
2854
|
+
end
|
|
2855
|
+
end
|
|
2856
|
+
|
|
2206
2857
|
class GoogleCloudDocumentaiV1Barcode
|
|
2207
2858
|
# @private
|
|
2208
2859
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2591,6 +3242,7 @@ module Google
|
|
|
2591
3242
|
class GoogleCloudDocumentaiV1DocumentEntityValidationOutputValidationResult
|
|
2592
3243
|
# @private
|
|
2593
3244
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3245
|
+
property :rule, as: 'rule'
|
|
2594
3246
|
property :rule_description, as: 'ruleDescription'
|
|
2595
3247
|
property :rule_name, as: 'ruleName'
|
|
2596
3248
|
property :validation_details, as: 'validationDetails'
|
|
@@ -3075,6 +3727,14 @@ module Google
|
|
|
3075
3727
|
end
|
|
3076
3728
|
end
|
|
3077
3729
|
|
|
3730
|
+
class GoogleCloudDocumentaiV1Documents
|
|
3731
|
+
# @private
|
|
3732
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3733
|
+
collection :documents, as: 'documents', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1Document, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1Document::Representation
|
|
3734
|
+
|
|
3735
|
+
end
|
|
3736
|
+
end
|
|
3737
|
+
|
|
3078
3738
|
class GoogleCloudDocumentaiV1EnableProcessorMetadata
|
|
3079
3739
|
# @private
|
|
3080
3740
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3228,6 +3888,40 @@ module Google
|
|
|
3228
3888
|
end
|
|
3229
3889
|
end
|
|
3230
3890
|
|
|
3891
|
+
class GoogleCloudDocumentaiV1GenerateSchemaVersionRequest
|
|
3892
|
+
# @private
|
|
3893
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3894
|
+
property :base_schema_version, as: 'baseSchemaVersion'
|
|
3895
|
+
property :gcs_documents, as: 'gcsDocuments', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1GcsDocuments, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1GcsDocuments::Representation
|
|
3896
|
+
|
|
3897
|
+
property :gcs_prefix, as: 'gcsPrefix', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1GcsPrefix, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1GcsPrefix::Representation
|
|
3898
|
+
|
|
3899
|
+
property :generate_schema_version_params, as: 'generateSchemaVersionParams', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1GenerateSchemaVersionRequestGenerateSchemaVersionParams, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1GenerateSchemaVersionRequestGenerateSchemaVersionParams::Representation
|
|
3900
|
+
|
|
3901
|
+
property :inline_documents, as: 'inlineDocuments', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1Documents, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1Documents::Representation
|
|
3902
|
+
|
|
3903
|
+
property :raw_documents, as: 'rawDocuments', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1RawDocuments, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1RawDocuments::Representation
|
|
3904
|
+
|
|
3905
|
+
end
|
|
3906
|
+
end
|
|
3907
|
+
|
|
3908
|
+
class GoogleCloudDocumentaiV1GenerateSchemaVersionRequestGenerateSchemaVersionParams
|
|
3909
|
+
# @private
|
|
3910
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3911
|
+
property :history, as: 'history', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1SchemaGenerationHistory, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1SchemaGenerationHistory::Representation
|
|
3912
|
+
|
|
3913
|
+
property :prompt, as: 'prompt'
|
|
3914
|
+
end
|
|
3915
|
+
end
|
|
3916
|
+
|
|
3917
|
+
class GoogleCloudDocumentaiV1GenerateSchemaVersionResponse
|
|
3918
|
+
# @private
|
|
3919
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3920
|
+
property :schema_version, as: 'schemaVersion', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1SchemaVersion, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1SchemaVersion::Representation
|
|
3921
|
+
|
|
3922
|
+
end
|
|
3923
|
+
end
|
|
3924
|
+
|
|
3231
3925
|
class GoogleCloudDocumentaiV1HumanReviewStatus
|
|
3232
3926
|
# @private
|
|
3233
3927
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3273,6 +3967,35 @@ module Google
|
|
|
3273
3967
|
end
|
|
3274
3968
|
end
|
|
3275
3969
|
|
|
3970
|
+
class GoogleCloudDocumentaiV1ListSchemaVersionsResponse
|
|
3971
|
+
# @private
|
|
3972
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3973
|
+
property :next_page_token, as: 'nextPageToken'
|
|
3974
|
+
collection :schema_versions, as: 'schemaVersions', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1SchemaVersion, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1SchemaVersion::Representation
|
|
3975
|
+
|
|
3976
|
+
end
|
|
3977
|
+
end
|
|
3978
|
+
|
|
3979
|
+
class GoogleCloudDocumentaiV1ListSchemasResponse
|
|
3980
|
+
# @private
|
|
3981
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3982
|
+
property :next_page_token, as: 'nextPageToken'
|
|
3983
|
+
collection :schemas, as: 'schemas', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1NextSchema, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1NextSchema::Representation
|
|
3984
|
+
|
|
3985
|
+
end
|
|
3986
|
+
end
|
|
3987
|
+
|
|
3988
|
+
class GoogleCloudDocumentaiV1NextSchema
|
|
3989
|
+
# @private
|
|
3990
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3991
|
+
property :create_time, as: 'createTime'
|
|
3992
|
+
property :display_name, as: 'displayName'
|
|
3993
|
+
hash :labels, as: 'labels'
|
|
3994
|
+
property :name, as: 'name'
|
|
3995
|
+
property :update_time, as: 'updateTime'
|
|
3996
|
+
end
|
|
3997
|
+
end
|
|
3998
|
+
|
|
3276
3999
|
class GoogleCloudDocumentaiV1NormalizedVertex
|
|
3277
4000
|
# @private
|
|
3278
4001
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3341,6 +4064,8 @@ module Google
|
|
|
3341
4064
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3342
4065
|
property :chunking_config, as: 'chunkingConfig', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig::Representation
|
|
3343
4066
|
|
|
4067
|
+
property :enable_image_annotation, as: 'enableImageAnnotation'
|
|
4068
|
+
property :enable_table_annotation, as: 'enableTableAnnotation'
|
|
3344
4069
|
property :return_bounding_boxes, as: 'returnBoundingBoxes'
|
|
3345
4070
|
property :return_images, as: 'returnImages'
|
|
3346
4071
|
end
|
|
@@ -3385,6 +4110,7 @@ module Google
|
|
|
3385
4110
|
class GoogleCloudDocumentaiV1Processor
|
|
3386
4111
|
# @private
|
|
3387
4112
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4113
|
+
property :active_schema_version, as: 'activeSchemaVersion'
|
|
3388
4114
|
property :create_time, as: 'createTime'
|
|
3389
4115
|
property :default_processor_version, as: 'defaultProcessorVersion'
|
|
3390
4116
|
property :display_name, as: 'displayName'
|
|
@@ -3496,6 +4222,14 @@ module Google
|
|
|
3496
4222
|
end
|
|
3497
4223
|
end
|
|
3498
4224
|
|
|
4225
|
+
class GoogleCloudDocumentaiV1RawDocuments
|
|
4226
|
+
# @private
|
|
4227
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4228
|
+
collection :documents, as: 'documents', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1RawDocument, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1RawDocument::Representation
|
|
4229
|
+
|
|
4230
|
+
end
|
|
4231
|
+
end
|
|
4232
|
+
|
|
3499
4233
|
class GoogleCloudDocumentaiV1ReviewDocumentOperationMetadata
|
|
3500
4234
|
# @private
|
|
3501
4235
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3526,6 +4260,37 @@ module Google
|
|
|
3526
4260
|
end
|
|
3527
4261
|
end
|
|
3528
4262
|
|
|
4263
|
+
class GoogleCloudDocumentaiV1SchemaGenerationHistory
|
|
4264
|
+
# @private
|
|
4265
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4266
|
+
collection :iterations, as: 'iterations', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1SchemaGenerationIteration, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1SchemaGenerationIteration::Representation
|
|
4267
|
+
|
|
4268
|
+
end
|
|
4269
|
+
end
|
|
4270
|
+
|
|
4271
|
+
class GoogleCloudDocumentaiV1SchemaGenerationIteration
|
|
4272
|
+
# @private
|
|
4273
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4274
|
+
property :adjusted_schema, as: 'adjustedSchema', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1SchemaVersion, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1SchemaVersion::Representation
|
|
4275
|
+
|
|
4276
|
+
property :generated_schema, as: 'generatedSchema', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1SchemaVersion, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1SchemaVersion::Representation
|
|
4277
|
+
|
|
4278
|
+
property :prompt, as: 'prompt'
|
|
4279
|
+
end
|
|
4280
|
+
end
|
|
4281
|
+
|
|
4282
|
+
class GoogleCloudDocumentaiV1SchemaVersion
|
|
4283
|
+
# @private
|
|
4284
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4285
|
+
property :create_time, as: 'createTime'
|
|
4286
|
+
property :display_name, as: 'displayName'
|
|
4287
|
+
hash :labels, as: 'labels'
|
|
4288
|
+
property :name, as: 'name'
|
|
4289
|
+
property :schema, as: 'schema', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentSchema, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentSchema::Representation
|
|
4290
|
+
|
|
4291
|
+
end
|
|
4292
|
+
end
|
|
4293
|
+
|
|
3529
4294
|
class GoogleCloudDocumentaiV1SetDefaultProcessorVersionMetadata
|
|
3530
4295
|
# @private
|
|
3531
4296
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3835,6 +4600,65 @@ module Google
|
|
|
3835
4600
|
end
|
|
3836
4601
|
end
|
|
3837
4602
|
|
|
4603
|
+
class GoogleCloudDocumentaiV1beta3DocumentSchema
|
|
4604
|
+
# @private
|
|
4605
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4606
|
+
property :description, as: 'description'
|
|
4607
|
+
property :display_name, as: 'displayName'
|
|
4608
|
+
collection :entity_types, as: 'entityTypes', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3DocumentSchemaEntityType, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3DocumentSchemaEntityType::Representation
|
|
4609
|
+
|
|
4610
|
+
property :metadata, as: 'metadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3DocumentSchemaMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3DocumentSchemaMetadata::Representation
|
|
4611
|
+
|
|
4612
|
+
end
|
|
4613
|
+
end
|
|
4614
|
+
|
|
4615
|
+
class GoogleCloudDocumentaiV1beta3DocumentSchemaEntityType
|
|
4616
|
+
# @private
|
|
4617
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4618
|
+
collection :base_types, as: 'baseTypes'
|
|
4619
|
+
property :description, as: 'description'
|
|
4620
|
+
property :display_name, as: 'displayName'
|
|
4621
|
+
property :entity_type_metadata, as: 'entityTypeMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3EntityTypeMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3EntityTypeMetadata::Representation
|
|
4622
|
+
|
|
4623
|
+
property :enum_values, as: 'enumValues', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeEnumValues, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeEnumValues::Representation
|
|
4624
|
+
|
|
4625
|
+
property :name, as: 'name'
|
|
4626
|
+
collection :properties, as: 'properties', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeProperty, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeProperty::Representation
|
|
4627
|
+
|
|
4628
|
+
end
|
|
4629
|
+
end
|
|
4630
|
+
|
|
4631
|
+
class GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeEnumValues
|
|
4632
|
+
# @private
|
|
4633
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4634
|
+
collection :values, as: 'values'
|
|
4635
|
+
end
|
|
4636
|
+
end
|
|
4637
|
+
|
|
4638
|
+
class GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeProperty
|
|
4639
|
+
# @private
|
|
4640
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4641
|
+
property :description, as: 'description'
|
|
4642
|
+
property :display_name, as: 'displayName'
|
|
4643
|
+
property :method_prop, as: 'method'
|
|
4644
|
+
property :name, as: 'name'
|
|
4645
|
+
property :occurrence_type, as: 'occurrenceType'
|
|
4646
|
+
property :property_metadata, as: 'propertyMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3PropertyMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3PropertyMetadata::Representation
|
|
4647
|
+
|
|
4648
|
+
property :value_type, as: 'valueType'
|
|
4649
|
+
end
|
|
4650
|
+
end
|
|
4651
|
+
|
|
4652
|
+
class GoogleCloudDocumentaiV1beta3DocumentSchemaMetadata
|
|
4653
|
+
# @private
|
|
4654
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4655
|
+
property :document_allow_multiple_labels, as: 'documentAllowMultipleLabels'
|
|
4656
|
+
property :document_splitter, as: 'documentSplitter'
|
|
4657
|
+
property :prefixed_naming_on_properties, as: 'prefixedNamingOnProperties'
|
|
4658
|
+
property :skip_naming_validation, as: 'skipNamingValidation'
|
|
4659
|
+
end
|
|
4660
|
+
end
|
|
4661
|
+
|
|
3838
4662
|
class GoogleCloudDocumentaiV1beta3EnableProcessorMetadata
|
|
3839
4663
|
# @private
|
|
3840
4664
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3849,6 +4673,13 @@ module Google
|
|
|
3849
4673
|
end
|
|
3850
4674
|
end
|
|
3851
4675
|
|
|
4676
|
+
class GoogleCloudDocumentaiV1beta3EntityTypeMetadata
|
|
4677
|
+
# @private
|
|
4678
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4679
|
+
property :inactive, as: 'inactive'
|
|
4680
|
+
end
|
|
4681
|
+
end
|
|
4682
|
+
|
|
3852
4683
|
class GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionMetadata
|
|
3853
4684
|
# @private
|
|
3854
4685
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3864,6 +4695,43 @@ module Google
|
|
|
3864
4695
|
end
|
|
3865
4696
|
end
|
|
3866
4697
|
|
|
4698
|
+
class GoogleCloudDocumentaiV1beta3EvaluationMetrics
|
|
4699
|
+
# @private
|
|
4700
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4701
|
+
property :f1_score, as: 'f1Score'
|
|
4702
|
+
property :false_negatives_count, as: 'falseNegativesCount'
|
|
4703
|
+
property :false_positives_count, as: 'falsePositivesCount'
|
|
4704
|
+
property :ground_truth_document_count, as: 'groundTruthDocumentCount'
|
|
4705
|
+
property :ground_truth_occurrences_count, as: 'groundTruthOccurrencesCount'
|
|
4706
|
+
property :precision, as: 'precision'
|
|
4707
|
+
property :predicted_document_count, as: 'predictedDocumentCount'
|
|
4708
|
+
property :predicted_occurrences_count, as: 'predictedOccurrencesCount'
|
|
4709
|
+
property :recall, as: 'recall'
|
|
4710
|
+
property :total_documents_count, as: 'totalDocumentsCount'
|
|
4711
|
+
property :true_positives_count, as: 'truePositivesCount'
|
|
4712
|
+
end
|
|
4713
|
+
end
|
|
4714
|
+
|
|
4715
|
+
class GoogleCloudDocumentaiV1beta3EvaluationReference
|
|
4716
|
+
# @private
|
|
4717
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4718
|
+
property :aggregate_metrics, as: 'aggregateMetrics', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3EvaluationMetrics, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3EvaluationMetrics::Representation
|
|
4719
|
+
|
|
4720
|
+
property :aggregate_metrics_exact, as: 'aggregateMetricsExact', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3EvaluationMetrics, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3EvaluationMetrics::Representation
|
|
4721
|
+
|
|
4722
|
+
property :evaluation, as: 'evaluation'
|
|
4723
|
+
property :operation, as: 'operation'
|
|
4724
|
+
end
|
|
4725
|
+
end
|
|
4726
|
+
|
|
4727
|
+
class GoogleCloudDocumentaiV1beta3FieldExtractionMetadata
|
|
4728
|
+
# @private
|
|
4729
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4730
|
+
property :summary_options, as: 'summaryOptions', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3SummaryOptions, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3SummaryOptions::Representation
|
|
4731
|
+
|
|
4732
|
+
end
|
|
4733
|
+
end
|
|
4734
|
+
|
|
3867
4735
|
class GoogleCloudDocumentaiV1beta3GcsPrefix
|
|
3868
4736
|
# @private
|
|
3869
4737
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3934,6 +4802,100 @@ module Google
|
|
|
3934
4802
|
end
|
|
3935
4803
|
end
|
|
3936
4804
|
|
|
4805
|
+
class GoogleCloudDocumentaiV1beta3Processor
|
|
4806
|
+
# @private
|
|
4807
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4808
|
+
property :active_schema_version, as: 'activeSchemaVersion'
|
|
4809
|
+
property :create_time, as: 'createTime'
|
|
4810
|
+
property :default_processor_version, as: 'defaultProcessorVersion'
|
|
4811
|
+
property :display_name, as: 'displayName'
|
|
4812
|
+
property :kms_key_name, as: 'kmsKeyName'
|
|
4813
|
+
property :name, as: 'name'
|
|
4814
|
+
property :process_endpoint, as: 'processEndpoint'
|
|
4815
|
+
collection :processor_version_aliases, as: 'processorVersionAliases', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3ProcessorVersionAlias, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3ProcessorVersionAlias::Representation
|
|
4816
|
+
|
|
4817
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
|
4818
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
4819
|
+
property :state, as: 'state'
|
|
4820
|
+
property :type, as: 'type'
|
|
4821
|
+
end
|
|
4822
|
+
end
|
|
4823
|
+
|
|
4824
|
+
class GoogleCloudDocumentaiV1beta3ProcessorVersion
|
|
4825
|
+
# @private
|
|
4826
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4827
|
+
property :create_time, as: 'createTime'
|
|
4828
|
+
property :deprecation_info, as: 'deprecationInfo', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3ProcessorVersionDeprecationInfo, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3ProcessorVersionDeprecationInfo::Representation
|
|
4829
|
+
|
|
4830
|
+
property :display_name, as: 'displayName'
|
|
4831
|
+
property :document_schema, as: 'documentSchema', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3DocumentSchema, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3DocumentSchema::Representation
|
|
4832
|
+
|
|
4833
|
+
property :gen_ai_model_info, as: 'genAiModelInfo', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfo, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfo::Representation
|
|
4834
|
+
|
|
4835
|
+
property :google_managed, as: 'googleManaged'
|
|
4836
|
+
property :kms_key_name, as: 'kmsKeyName'
|
|
4837
|
+
property :kms_key_version_name, as: 'kmsKeyVersionName'
|
|
4838
|
+
property :latest_evaluation, as: 'latestEvaluation', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3EvaluationReference, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3EvaluationReference::Representation
|
|
4839
|
+
|
|
4840
|
+
property :model_type, as: 'modelType'
|
|
4841
|
+
property :name, as: 'name'
|
|
4842
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
|
4843
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
4844
|
+
property :state, as: 'state'
|
|
4845
|
+
end
|
|
4846
|
+
end
|
|
4847
|
+
|
|
4848
|
+
class GoogleCloudDocumentaiV1beta3ProcessorVersionAlias
|
|
4849
|
+
# @private
|
|
4850
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4851
|
+
property :alias, as: 'alias'
|
|
4852
|
+
property :processor_version, as: 'processorVersion'
|
|
4853
|
+
end
|
|
4854
|
+
end
|
|
4855
|
+
|
|
4856
|
+
class GoogleCloudDocumentaiV1beta3ProcessorVersionDeprecationInfo
|
|
4857
|
+
# @private
|
|
4858
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4859
|
+
property :deprecation_time, as: 'deprecationTime'
|
|
4860
|
+
property :replacement_processor_version, as: 'replacementProcessorVersion'
|
|
4861
|
+
end
|
|
4862
|
+
end
|
|
4863
|
+
|
|
4864
|
+
class GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfo
|
|
4865
|
+
# @private
|
|
4866
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4867
|
+
property :custom_gen_ai_model_info, as: 'customGenAiModelInfo', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfoCustomGenAiModelInfo, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfoCustomGenAiModelInfo::Representation
|
|
4868
|
+
|
|
4869
|
+
property :foundation_gen_ai_model_info, as: 'foundationGenAiModelInfo', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo::Representation
|
|
4870
|
+
|
|
4871
|
+
end
|
|
4872
|
+
end
|
|
4873
|
+
|
|
4874
|
+
class GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfoCustomGenAiModelInfo
|
|
4875
|
+
# @private
|
|
4876
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4877
|
+
property :base_processor_version_id, as: 'baseProcessorVersionId'
|
|
4878
|
+
property :custom_model_type, as: 'customModelType'
|
|
4879
|
+
end
|
|
4880
|
+
end
|
|
4881
|
+
|
|
4882
|
+
class GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo
|
|
4883
|
+
# @private
|
|
4884
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4885
|
+
property :finetuning_allowed, as: 'finetuningAllowed'
|
|
4886
|
+
property :min_train_labeled_documents, as: 'minTrainLabeledDocuments'
|
|
4887
|
+
end
|
|
4888
|
+
end
|
|
4889
|
+
|
|
4890
|
+
class GoogleCloudDocumentaiV1beta3PropertyMetadata
|
|
4891
|
+
# @private
|
|
4892
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4893
|
+
property :field_extraction_metadata, as: 'fieldExtractionMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3FieldExtractionMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3FieldExtractionMetadata::Representation
|
|
4894
|
+
|
|
4895
|
+
property :inactive, as: 'inactive'
|
|
4896
|
+
end
|
|
4897
|
+
end
|
|
4898
|
+
|
|
3937
4899
|
class GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata
|
|
3938
4900
|
# @private
|
|
3939
4901
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3979,6 +4941,14 @@ module Google
|
|
|
3979
4941
|
end
|
|
3980
4942
|
end
|
|
3981
4943
|
|
|
4944
|
+
class GoogleCloudDocumentaiV1beta3SummaryOptions
|
|
4945
|
+
# @private
|
|
4946
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4947
|
+
property :format, as: 'format'
|
|
4948
|
+
property :length, as: 'length'
|
|
4949
|
+
end
|
|
4950
|
+
end
|
|
4951
|
+
|
|
3982
4952
|
class GoogleCloudDocumentaiV1beta3TrainProcessorVersionMetadata
|
|
3983
4953
|
# @private
|
|
3984
4954
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -4032,6 +5002,14 @@ module Google
|
|
|
4032
5002
|
end
|
|
4033
5003
|
end
|
|
4034
5004
|
|
|
5005
|
+
class GoogleCloudDocumentaiV1beta3UpdateProcessorVersionMetadata
|
|
5006
|
+
# @private
|
|
5007
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5008
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata::Representation
|
|
5009
|
+
|
|
5010
|
+
end
|
|
5011
|
+
end
|
|
5012
|
+
|
|
4035
5013
|
class GoogleCloudLocationListLocationsResponse
|
|
4036
5014
|
# @private
|
|
4037
5015
|
class Representation < Google::Apis::Core::JsonRepresentation
|