tccli-intl-en 3.0.1237.1__py2.py3-none-any.whl → 3.0.1282.1__py2.py3-none-any.whl

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.
Files changed (214) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +17 -1
  3. tccli/services/advisor/advisor_client.py +8 -2
  4. tccli/services/aiart/aiart_client.py +4 -1
  5. tccli/services/ams/ams_client.py +16 -4
  6. tccli/services/antiddos/antiddos_client.py +280 -70
  7. tccli/services/apigateway/apigateway_client.py +372 -93
  8. tccli/services/apm/apm_client.py +52 -13
  9. tccli/services/asr/asr_client.py +8 -2
  10. tccli/services/autoscaling/autoscaling_client.py +232 -58
  11. tccli/services/autoscaling/v20180419/api.json +1 -1
  12. tccli/services/batch/batch_client.py +112 -28
  13. tccli/services/bi/bi_client.py +1242 -4
  14. tccli/services/bi/v20220105/api.json +5340 -107
  15. tccli/services/bi/v20220105/examples.json +196 -1
  16. tccli/services/billing/billing_client.py +168 -42
  17. tccli/services/cam/cam_client.py +324 -81
  18. tccli/services/captcha/captcha_client.py +4 -1
  19. tccli/services/car/car_client.py +132 -33
  20. tccli/services/cbs/cbs_client.py +152 -38
  21. tccli/services/ccc/ccc_client.py +732 -98
  22. tccli/services/ccc/v20200210/api.json +1727 -196
  23. tccli/services/ccc/v20200210/examples.json +64 -0
  24. tccli/services/cdb/cdb_client.py +532 -133
  25. tccli/services/cdc/cdc_client.py +80 -20
  26. tccli/services/cdc/v20201214/api.json +2 -2
  27. tccli/services/cdc/v20201214/examples.json +4 -4
  28. tccli/services/cdn/cdn_client.py +176 -44
  29. tccli/services/cdwdoris/cdwdoris_client.py +308 -77
  30. tccli/services/cdwpg/cdwpg_client.py +96 -24
  31. tccli/services/cdz/__init__.py +4 -0
  32. tccli/services/cdz/cdz_client.py +210 -0
  33. tccli/services/cdz/v20221123/api.json +233 -0
  34. tccli/services/cdz/v20221123/examples.json +12 -0
  35. tccli/services/cfg/cfg_client.py +64 -16
  36. tccli/services/cfs/cfs_client.py +156 -39
  37. tccli/services/cfw/cfw_client.py +264 -66
  38. tccli/services/chdfs/chdfs_client.py +116 -29
  39. tccli/services/ciam/ciam_client.py +64 -16
  40. tccli/services/ckafka/ckafka_client.py +575 -77
  41. tccli/services/ckafka/v20190819/api.json +2749 -1470
  42. tccli/services/ckafka/v20190819/examples.json +209 -155
  43. tccli/services/clb/clb_client.py +332 -83
  44. tccli/services/clb/v20180317/api.json +29 -14
  45. tccli/services/cloudaudit/cloudaudit_client.py +72 -18
  46. tccli/services/cls/cls_client.py +348 -87
  47. tccli/services/cmq/cmq_client.py +12 -801
  48. tccli/services/cmq/v20190304/api.json +173 -1367
  49. tccli/services/cmq/v20190304/examples.json +0 -120
  50. tccli/services/config/config_client.py +24 -6
  51. tccli/services/controlcenter/controlcenter_client.py +4 -1
  52. tccli/services/csip/csip_client.py +136 -34
  53. tccli/services/ctsdb/ctsdb_client.py +8 -2
  54. tccli/services/cvm/cvm_client.py +627 -110
  55. tccli/services/cvm/v20170312/api.json +750 -340
  56. tccli/services/cvm/v20170312/examples.json +105 -59
  57. tccli/services/cwp/cwp_client.py +1860 -465
  58. tccli/services/cynosdb/cynosdb_client.py +1749 -439
  59. tccli/services/cynosdb/v20190107/api.json +11763 -7697
  60. tccli/services/cynosdb/v20190107/examples.json +132 -4
  61. tccli/services/dataintegration/dataintegration_client.py +4 -1
  62. tccli/services/dayu/dayu_client.py +412 -103
  63. tccli/services/dbbrain/dbbrain_client.py +168 -42
  64. tccli/services/dc/dc_client.py +72 -18
  65. tccli/services/dcdb/dcdb_client.py +248 -62
  66. tccli/services/dlc/dlc_client.py +756 -111
  67. tccli/services/dlc/v20210125/api.json +637 -13
  68. tccli/services/dlc/v20210125/examples.json +48 -0
  69. tccli/services/dms/dms_client.py +8 -2
  70. tccli/services/dnspod/dnspod_client.py +353 -74
  71. tccli/services/dnspod/v20210323/api.json +196 -0
  72. tccli/services/dnspod/v20210323/examples.json +24 -0
  73. tccli/services/domain/domain_client.py +96 -24
  74. tccli/services/dts/dts_client.py +332 -83
  75. tccli/services/eb/eb_client.py +104 -26
  76. tccli/services/ecdn/ecdn_client.py +60 -15
  77. tccli/services/ecm/ecm_client.py +496 -124
  78. tccli/services/eiam/eiam_client.py +160 -40
  79. tccli/services/emr/emr_client.py +2784 -115
  80. tccli/services/emr/v20190103/api.json +14647 -4756
  81. tccli/services/emr/v20190103/examples.json +408 -40
  82. tccli/services/es/es_client.py +84 -21
  83. tccli/services/facefusion/facefusion_client.py +12 -3
  84. tccli/services/faceid/faceid_client.py +76 -19
  85. tccli/services/faceid/v20180301/api.json +79 -14
  86. tccli/services/faceid/v20180301/examples.json +3 -3
  87. tccli/services/gaap/gaap_client.py +352 -88
  88. tccli/services/gme/gme_client.py +40 -10
  89. tccli/services/gpm/gpm_client.py +72 -18
  90. tccli/services/gse/gse_client.py +88 -22
  91. tccli/services/gwlb/gwlb_client.py +72 -18
  92. tccli/services/iai/iai_client.py +116 -29
  93. tccli/services/iap/iap_client.py +24 -6
  94. tccli/services/ims/ims_client.py +4 -1
  95. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +168 -42
  96. tccli/services/intlpartnersmgt/v20220928/api.json +11 -11
  97. tccli/services/iotcloud/iotcloud_client.py +80 -20
  98. tccli/services/ip/ip_client.py +24 -6
  99. tccli/services/kms/kms_client.py +272 -68
  100. tccli/services/lcic/lcic_client.py +212 -53
  101. tccli/services/lighthouse/lighthouse_client.py +296 -74
  102. tccli/services/lighthouse/v20200324/api.json +14 -14
  103. tccli/services/lighthouse/v20200324/examples.json +5 -5
  104. tccli/services/live/live_client.py +480 -120
  105. tccli/services/lke/lke_client.py +360 -90
  106. tccli/services/lke/v20231130/api.json +182 -39
  107. tccli/services/lkeap/__init__.py +4 -0
  108. tccli/services/lkeap/lkeap_client.py +546 -0
  109. tccli/services/lkeap/v20240522/api.json +855 -0
  110. tccli/services/lkeap/v20240522/examples.json +72 -0
  111. tccli/services/mariadb/mariadb_client.py +200 -50
  112. tccli/services/mdc/mdc_client.py +72 -18
  113. tccli/services/mdl/mdl_client.py +132 -33
  114. tccli/services/mdl/v20200326/api.json +186 -12
  115. tccli/services/mdl/v20200326/examples.json +16 -16
  116. tccli/services/mdp/mdp_client.py +680 -70
  117. tccli/services/mdp/v20200527/api.json +748 -23
  118. tccli/services/mdp/v20200527/examples.json +143 -79
  119. tccli/services/message/__init__.py +4 -0
  120. tccli/services/message/message_client.py +210 -0
  121. tccli/services/message/v20181225/api.json +72 -0
  122. tccli/services/message/v20181225/examples.json +13 -0
  123. tccli/services/mongodb/mongodb_client.py +340 -29
  124. tccli/services/mongodb/v20190725/api.json +811 -226
  125. tccli/services/mongodb/v20190725/examples.json +54 -22
  126. tccli/services/monitor/monitor_client.py +864 -152
  127. tccli/services/monitor/v20180724/api.json +657 -8
  128. tccli/services/monitor/v20180724/examples.json +152 -4
  129. tccli/services/mps/mps_client.py +592 -92
  130. tccli/services/mps/v20190612/api.json +2931 -399
  131. tccli/services/mps/v20190612/examples.json +64 -14
  132. tccli/services/msp/msp_client.py +28 -7
  133. tccli/services/ocr/ocr_client.py +212 -45
  134. tccli/services/ocr/v20181119/api.json +872 -112
  135. tccli/services/ocr/v20181119/examples.json +12 -4
  136. tccli/services/omics/omics_client.py +80 -20
  137. tccli/services/organization/organization_client.py +464 -116
  138. tccli/services/postgres/postgres_client.py +364 -91
  139. tccli/services/postgres/v20170312/api.json +134 -109
  140. tccli/services/postgres/v20170312/examples.json +14 -14
  141. tccli/services/privatedns/privatedns_client.py +124 -31
  142. tccli/services/pts/pts_client.py +192 -48
  143. tccli/services/quota/__init__.py +4 -0
  144. tccli/services/quota/quota_client.py +434 -0
  145. tccli/services/quota/v20241204/api.json +548 -0
  146. tccli/services/quota/v20241204/examples.json +51 -0
  147. tccli/services/rce/rce_client.py +4 -1
  148. tccli/services/redis/redis_client.py +592 -106
  149. tccli/services/redis/v20180412/api.json +636 -240
  150. tccli/services/redis/v20180412/examples.json +98 -56
  151. tccli/services/region/region_client.py +12 -3
  152. tccli/services/rum/rum_client.py +240 -60
  153. tccli/services/scf/scf_client.py +168 -42
  154. tccli/services/ses/ses_client.py +116 -29
  155. tccli/services/sms/sms_client.py +72 -18
  156. tccli/services/sqlserver/sqlserver_client.py +3772 -387
  157. tccli/services/sqlserver/v20180328/api.json +9760 -3380
  158. tccli/services/sqlserver/v20180328/examples.json +478 -18
  159. tccli/services/ssl/ssl_client.py +152 -38
  160. tccli/services/ssm/ssm_client.py +96 -24
  161. tccli/services/sts/sts_client.py +20 -5
  162. tccli/services/tag/tag_client.py +120 -30
  163. tccli/services/tat/tat_client.py +76 -19
  164. tccli/services/tbaas/tbaas_client.py +16 -4
  165. tccli/services/tcaplusdb/tcaplusdb_client.py +208 -52
  166. tccli/services/tcaplusdb/v20190823/api.json +836 -760
  167. tccli/services/tcaplusdb/v20190823/examples.json +3 -3
  168. tccli/services/tchd/tchd_client.py +4 -1
  169. tccli/services/tcmpp/tcmpp_client.py +416 -104
  170. tccli/services/tcr/tcr_client.py +304 -76
  171. tccli/services/tcsas/tcsas_client.py +236 -59
  172. tccli/services/tcsas/v20250106/api.json +155 -79
  173. tccli/services/tcsas/v20250106/examples.json +3 -3
  174. tccli/services/tcss/tcss_client.py +1320 -330
  175. tccli/services/tdid/tdid_client.py +192 -48
  176. tccli/services/tdmq/tdmq_client.py +376 -94
  177. tccli/services/tem/tem_client.py +224 -56
  178. tccli/services/teo/teo_client.py +1127 -245
  179. tccli/services/teo/v20220901/api.json +382 -58
  180. tccli/services/teo/v20220901/examples.json +24 -0
  181. tccli/services/tione/__init__.py +4 -0
  182. tccli/services/tione/tione_client.py +210 -0
  183. tccli/services/tione/v20211111/api.json +3074 -0
  184. tccli/services/tione/v20211111/examples.json +12 -0
  185. tccli/services/tiw/tiw_client.py +204 -51
  186. tccli/services/tke/tke_client.py +552 -138
  187. tccli/services/tms/tms_client.py +4 -1
  188. tccli/services/tmt/tmt_client.py +4 -1
  189. tccli/services/trabbit/trabbit_client.py +116 -29
  190. tccli/services/trro/trro_client.py +76 -19
  191. tccli/services/trtc/trtc_client.py +420 -55
  192. tccli/services/trtc/v20190722/api.json +685 -23
  193. tccli/services/trtc/v20190722/examples.json +39 -7
  194. tccli/services/tts/tts_client.py +4 -1
  195. tccli/services/vclm/vclm_client.py +8 -2
  196. tccli/services/vm/vm_client.py +16 -4
  197. tccli/services/vod/v20180717/examples.json +1 -1
  198. tccli/services/vod/vod_client.py +716 -179
  199. tccli/services/vpc/v20170312/api.json +970 -75
  200. tccli/services/vpc/v20170312/examples.json +106 -10
  201. tccli/services/vpc/vpc_client.py +1876 -361
  202. tccli/services/waf/v20180125/api.json +1372 -194
  203. tccli/services/waf/v20180125/examples.json +89 -1
  204. tccli/services/waf/waf_client.py +1051 -147
  205. tccli/services/wedata/v20250806/api.json +13644 -0
  206. tccli/services/wedata/v20250806/examples.json +621 -0
  207. tccli/services/wedata/wedata_client.py +5830 -1026
  208. tccli/services/yunjing/yunjing_client.py +284 -71
  209. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/METADATA +4 -7
  210. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/RECORD +214 -192
  211. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/WHEEL +1 -1
  212. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/entry_points.txt +0 -1
  213. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/LICENSE +0 -0
  214. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/top_level.txt +0 -0
@@ -603,7 +603,7 @@
603
603
  "status": "online"
604
604
  },
605
605
  "SaveDoc": {
606
- "document": "This API is used to save a knowledge base document Q&As.\nThree steps to store a file in the knowledge library of the application: \n1. Obtain a temporary key. For more information, see [API Documentation](https://cloud.tencent.com/document/product/1759/105050). Different parameter combinations of the temporary key have different permissions. For more information, see [Tencent Cloud Agent Development Platform/TCADP COS Guide](https://cloud.tencent.com/document/product/1759/116238). \n2. Call the COS storage API provided by Tencent Cloud to store the file in the COS of TCADP. For details, see [COS SDK Overview](https://cloud.tencent.com/document/product/436/6474). Note that the temporary key method is used to operate COS. \n3. Call this API to store the basic information of the file in TCADP. \nFor the above steps, see [Documentation](https://cloud.tencent.com/document/product/1759/108903). At the end of the documentation, there is a [code demo](https://cloud.tencent.com/document/product/1759/108903#demo), which can be used as a reference.",
606
+ "document": "This API is used to save a knowledge base document Q&As.\nThree steps to store a file in the knowledge library of the application: \n1. Obtain a temporary key. For more information, see [API Documentation](https://cloud.tencent.com/document/product/1759/105050). Different parameter combinations of the temporary key have different permissions. For more information, see [Tencent Cloud Agent Development Platform/ADP COS Guide](https://cloud.tencent.com/document/product/1759/116238). \n2. Call the COS storage API provided by Tencent Cloud to store the file in the COS of ADP. For details, see [COS SDK Overview](https://cloud.tencent.com/document/product/436/6474). Note that the temporary key method is used to operate COS. \n3. Call this API to store the basic information of the file in ADP. \nFor the above steps, see [Documentation](https://cloud.tencent.com/document/product/1759/108903). At the end of the documentation, there is a [code demo](https://cloud.tencent.com/document/product/1759/108903#demo), which can be used as a reference.",
607
607
  "input": "SaveDocRequest",
608
608
  "name": "Save Knowledge Base Document Q&A",
609
609
  "output": "SaveDocResponse",
@@ -5322,7 +5322,7 @@
5322
5322
  {
5323
5323
  "disabled": false,
5324
5324
  "document": "Root account of Tencent Cloud.",
5325
- "example": "",
5325
+ "example": "[\"uin:11111111111\"]",
5326
5326
  "member": "string",
5327
5327
  "name": "UinAccount",
5328
5328
  "required": false,
@@ -5330,8 +5330,8 @@
5330
5330
  },
5331
5331
  {
5332
5332
  "disabled": false,
5333
- "document": "Sub-business types of Tencent Cloud Agent Development Platform/TCADP: fileparse (document parsing), Embedding, Rewrite (multi-round rewriting), Concurrency, KnowledgeSummary (knowledge summary), KnowledgeQA (knowledge Q&A), KnowledgeCapacity (knowledge base capacity), SearchEngine (search engine).",
5334
- "example": "",
5333
+ "document": "Sub-business types of Tencent Cloud Agent Development Platform/ADP: fileparse (document parsing), Embedding, Rewrite (multi-round rewriting), Concurrency, KnowledgeSummary (knowledge summary), KnowledgeQA (knowledge Q&A), KnowledgeCapacity (knowledge base capacity), SearchEngine (search engine).",
5334
+ "example": "\"biz_type\"",
5335
5335
  "member": "string",
5336
5336
  "name": "SubBizType",
5337
5337
  "required": false,
@@ -5340,7 +5340,7 @@
5340
5340
  {
5341
5341
  "disabled": false,
5342
5342
  "document": "Model identifier.",
5343
- "example": "",
5343
+ "example": "\"hunyuan\"",
5344
5344
  "member": "string",
5345
5345
  "name": "ModelName",
5346
5346
  "required": false,
@@ -5349,7 +5349,7 @@
5349
5349
  {
5350
5350
  "disabled": false,
5351
5351
  "document": "Start timestamp, in seconds.",
5352
- "example": "",
5352
+ "example": "\"1754816440\"",
5353
5353
  "member": "string",
5354
5354
  "name": "StartTime",
5355
5355
  "required": false,
@@ -5358,7 +5358,7 @@
5358
5358
  {
5359
5359
  "disabled": false,
5360
5360
  "document": "End timestamp, in seconds.",
5361
- "example": "",
5361
+ "example": "\"1754816440\"",
5362
5362
  "member": "string",
5363
5363
  "name": "EndTime",
5364
5364
  "required": false,
@@ -5367,11 +5367,29 @@
5367
5367
  {
5368
5368
  "disabled": false,
5369
5369
  "document": "Application ID list.",
5370
- "example": "",
5370
+ "example": "[\"appid\"]",
5371
5371
  "member": "string",
5372
5372
  "name": "AppBizIds",
5373
5373
  "required": false,
5374
5374
  "type": "list"
5375
+ },
5376
+ {
5377
+ "disabled": false,
5378
+ "document": "",
5379
+ "example": "knowledge_qa",
5380
+ "member": "string",
5381
+ "name": "AppType",
5382
+ "required": false,
5383
+ "type": "string"
5384
+ },
5385
+ {
5386
+ "disabled": false,
5387
+ "document": "",
5388
+ "example": "[\"KnowledgeQA\"]",
5389
+ "member": "string",
5390
+ "name": "SubScenes",
5391
+ "required": false,
5392
+ "type": "list"
5375
5393
  }
5376
5394
  ],
5377
5395
  "type": "object"
@@ -5424,7 +5442,7 @@
5424
5442
  {
5425
5443
  "disabled": false,
5426
5444
  "document": "Root account of Tencent Cloud.",
5427
- "example": "",
5445
+ "example": "[\"uin:6000005624511\"]",
5428
5446
  "member": "string",
5429
5447
  "name": "UinAccount",
5430
5448
  "required": false,
@@ -5450,8 +5468,8 @@
5450
5468
  },
5451
5469
  {
5452
5470
  "disabled": false,
5453
- "document": "Sub-business types of Tencent Cloud Agent Development Platform/TCADP: FileParse (document parsing), embedding, Rewrite (multi-round rewriting), Concurrency, KnowledgeSummary (knowledge summary), KnowledgeQA (knowledge Q&A), KnowledgeCapacity (knowledge base capacity), SearchEngine (search engine).",
5454
- "example": "",
5471
+ "document": "Sub-business types of Tencent Cloud Agent Development Platform/ADP: FileParse (document parsing), embedding, Rewrite (multi-round rewriting), Concurrency, KnowledgeSummary (knowledge summary), KnowledgeQA (knowledge Q&A), KnowledgeCapacity (knowledge base capacity), SearchEngine (search engine).",
5472
+ "example": "KonwledgeQA",
5455
5473
  "member": "string",
5456
5474
  "name": "SubBizType",
5457
5475
  "required": false,
@@ -5460,7 +5478,7 @@
5460
5478
  {
5461
5479
  "disabled": false,
5462
5480
  "document": "Model identifier.",
5463
- "example": "",
5481
+ "example": "cs-normal",
5464
5482
  "member": "string",
5465
5483
  "name": "ModelName",
5466
5484
  "required": false,
@@ -5469,7 +5487,7 @@
5469
5487
  {
5470
5488
  "disabled": false,
5471
5489
  "document": "Start timestamp, in seconds (default value: 0).",
5472
- "example": "",
5490
+ "example": "\"7463235\"",
5473
5491
  "member": "string",
5474
5492
  "name": "StartTime",
5475
5493
  "required": false,
@@ -5478,7 +5496,7 @@
5478
5496
  {
5479
5497
  "disabled": false,
5480
5498
  "document": "End timestamp, in seconds (default value: 0, must be greater than the start timestamp).",
5481
- "example": "",
5499
+ "example": "\"7463235\"",
5482
5500
  "member": "string",
5483
5501
  "name": "EndTime",
5484
5502
  "required": false,
@@ -5487,7 +5505,7 @@
5487
5505
  {
5488
5506
  "disabled": false,
5489
5507
  "document": "Application ID list.",
5490
- "example": "",
5508
+ "example": "[\"appid\"]",
5491
5509
  "member": "string",
5492
5510
  "name": "AppBizIds",
5493
5511
  "required": false,
@@ -5496,11 +5514,29 @@
5496
5514
  {
5497
5515
  "disabled": false,
5498
5516
  "document": "Filter sub-scenario (used in document parsing scenario).",
5499
- "example": "",
5517
+ "example": "[\"KnowledgeQA\"]",
5500
5518
  "member": "string",
5501
5519
  "name": "SubScenes",
5502
5520
  "required": false,
5503
5521
  "type": "list"
5522
+ },
5523
+ {
5524
+ "disabled": false,
5525
+ "document": "",
5526
+ "example": "knowledge_qa",
5527
+ "member": "string",
5528
+ "name": "AppType",
5529
+ "required": false,
5530
+ "type": "string"
5531
+ },
5532
+ {
5533
+ "disabled": false,
5534
+ "document": "",
5535
+ "example": "space1",
5536
+ "member": "string",
5537
+ "name": "SpaceId",
5538
+ "required": false,
5539
+ "type": "string"
5504
5540
  }
5505
5541
  ],
5506
5542
  "type": "object"
@@ -5511,7 +5547,7 @@
5511
5547
  {
5512
5548
  "disabled": false,
5513
5549
  "document": "Total token consumption.",
5514
- "example": "",
5550
+ "example": "0.0",
5515
5551
  "member": "float",
5516
5552
  "name": "TotalTokenUsage",
5517
5553
  "output_required": false,
@@ -5521,7 +5557,7 @@
5521
5557
  {
5522
5558
  "disabled": false,
5523
5559
  "document": "Input token consumption.",
5524
- "example": "",
5560
+ "example": "0.0",
5525
5561
  "member": "float",
5526
5562
  "name": "InputTokenUsage",
5527
5563
  "output_required": false,
@@ -5531,7 +5567,7 @@
5531
5567
  {
5532
5568
  "disabled": false,
5533
5569
  "document": "Output token consumption.",
5534
- "example": "",
5570
+ "example": "0.0",
5535
5571
  "member": "float",
5536
5572
  "name": "OutputTokenUsage",
5537
5573
  "output_required": false,
@@ -5541,7 +5577,7 @@
5541
5577
  {
5542
5578
  "disabled": false,
5543
5579
  "document": "Number of API calls.",
5544
- "example": "",
5580
+ "example": "0",
5545
5581
  "member": "uint64",
5546
5582
  "name": "ApiCallStats",
5547
5583
  "output_required": false,
@@ -5551,7 +5587,7 @@
5551
5587
  {
5552
5588
  "disabled": false,
5553
5589
  "document": "Number of search service calls.",
5554
- "example": "",
5590
+ "example": "0.0",
5555
5591
  "member": "float",
5556
5592
  "name": "SearchUsage",
5557
5593
  "output_required": false,
@@ -5561,7 +5597,7 @@
5561
5597
  {
5562
5598
  "disabled": false,
5563
5599
  "document": "Number of pages consumed by document parsing.",
5564
- "example": "",
5600
+ "example": "0",
5565
5601
  "member": "uint64",
5566
5602
  "name": "PageUsage",
5567
5603
  "output_required": false,
@@ -5571,7 +5607,7 @@
5571
5607
  {
5572
5608
  "disabled": false,
5573
5609
  "document": "Token consumption by splitting.",
5574
- "example": "",
5610
+ "example": "0.0",
5575
5611
  "member": "float",
5576
5612
  "name": "SplitTokenUsage",
5577
5613
  "output_required": false,
@@ -5581,7 +5617,7 @@
5581
5617
  {
5582
5618
  "disabled": false,
5583
5619
  "document": "Number of Rag retrievals.",
5584
- "example": "",
5620
+ "example": "0.0",
5585
5621
  "member": "float",
5586
5622
  "name": "RagSearchUsage",
5587
5623
  "output_required": false,
@@ -5591,13 +5627,33 @@
5591
5627
  {
5592
5628
  "disabled": false,
5593
5629
  "document": "Number of online searches.",
5594
- "example": "",
5630
+ "example": "0.0",
5595
5631
  "member": "float",
5596
5632
  "name": "InternetSearchUsage",
5597
5633
  "output_required": false,
5598
5634
  "type": "float",
5599
5635
  "value_allowed_null": false
5600
5636
  },
5637
+ {
5638
+ "disabled": false,
5639
+ "document": "",
5640
+ "example": "0.0",
5641
+ "member": "float",
5642
+ "name": "DosageTypeLimit",
5643
+ "output_required": false,
5644
+ "type": "float",
5645
+ "value_allowed_null": false
5646
+ },
5647
+ {
5648
+ "disabled": false,
5649
+ "document": "",
5650
+ "example": "0.0",
5651
+ "member": "float",
5652
+ "name": "DosageTypeCurr",
5653
+ "output_required": false,
5654
+ "type": "float",
5655
+ "value_allowed_null": false
5656
+ },
5601
5657
  {
5602
5658
  "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
5603
5659
  "member": "string",
@@ -5840,6 +5896,30 @@
5840
5896
  ],
5841
5897
  "usage": "out"
5842
5898
  },
5899
+ "DuplicateFileHandle": {
5900
+ "document": "",
5901
+ "members": [
5902
+ {
5903
+ "disabled": false,
5904
+ "document": "",
5905
+ "example": "1",
5906
+ "member": "uint64",
5907
+ "name": "CheckType",
5908
+ "required": false,
5909
+ "type": "int"
5910
+ },
5911
+ {
5912
+ "disabled": false,
5913
+ "document": "",
5914
+ "example": "1",
5915
+ "member": "uint64",
5916
+ "name": "HandleType",
5917
+ "required": false,
5918
+ "type": "int"
5919
+ }
5920
+ ],
5921
+ "usage": "in"
5922
+ },
5843
5923
  "ExportAttributeLabelRequest": {
5844
5924
  "document": "ExportAttributeLabel request structure.",
5845
5925
  "members": [
@@ -13216,7 +13296,7 @@
13216
13296
  {
13217
13297
  "disabled": false,
13218
13298
  "document": "File type (md|txt|docx|pdf|xlsx).",
13219
- "example": "md",
13299
+ "example": "docx",
13220
13300
  "member": "string",
13221
13301
  "name": "FileType",
13222
13302
  "required": true,
@@ -13225,7 +13305,7 @@
13225
13305
  {
13226
13306
  "disabled": false,
13227
13307
  "document": "The cos path of the platform, consistent with the UploadPath parameter queried by the DescribeStorageCredential api.",
13228
- "example": "/corp/23432432/233432/doc/zeSOHIBjwcWoEmlMMXOp-1796022574489010176.docx",
13308
+ "example": "/corp/1258039/doc/wcWoEmlMXOp.docx",
13229
13309
  "member": "string",
13230
13310
  "name": "CosUrl",
13231
13311
  "required": true,
@@ -13270,7 +13350,7 @@
13270
13350
  {
13271
13351
  "disabled": false,
13272
13352
  "document": "Source (0: source file import; 1: web page import).",
13273
- "example": "",
13353
+ "example": "0",
13274
13354
  "member": "int64",
13275
13355
  "name": "Source",
13276
13356
  "required": false,
@@ -13279,7 +13359,7 @@
13279
13359
  {
13280
13360
  "disabled": false,
13281
13361
  "document": "Web page (or custom link) address.",
13282
- "example": "",
13362
+ "example": "https://cloud.tencent.com/",
13283
13363
  "member": "string",
13284
13364
  "name": "WebUrl",
13285
13365
  "required": false,
@@ -13306,7 +13386,7 @@
13306
13386
  {
13307
13387
  "disabled": false,
13308
13388
  "document": "Effective start time, unix timestamp.",
13309
- "example": "",
13389
+ "example": "1753278682",
13310
13390
  "member": "string",
13311
13391
  "name": "ExpireStart",
13312
13392
  "required": false,
@@ -13315,7 +13395,7 @@
13315
13395
  {
13316
13396
  "disabled": false,
13317
13397
  "document": "Effective end time, unix timestamp. 0 indicates permanent validity.",
13318
- "example": "",
13398
+ "example": "1753325001",
13319
13399
  "member": "string",
13320
13400
  "name": "ExpireEnd",
13321
13401
  "required": false,
@@ -13324,7 +13404,7 @@
13324
13404
  {
13325
13405
  "disabled": false,
13326
13406
  "document": "Whether to reference a link.",
13327
- "example": "",
13407
+ "example": "false",
13328
13408
  "member": "bool",
13329
13409
  "name": "IsRefer",
13330
13410
  "required": false,
@@ -13332,8 +13412,8 @@
13332
13412
  },
13333
13413
  {
13334
13414
  "disabled": false,
13335
- "document": "Document operation type: 1: batch import (import Q&A pairs in batches); 2: document import (normally import a single document). The default value is 1.<br>Please note that when opt = 1, please download the Excel template from the Tencent Cloud Agent Development Platform/TCADP page.",
13336
- "example": "",
13415
+ "document": "Document operation type: 1: batch import (import Q&A pairs in batches); 2: document import (normally import a single document). The default value is 1.<br>Please note that when opt = 1, please download the Excel template from the Tencent Cloud Agent Development Platform/ADP page.",
13416
+ "example": "2",
13337
13417
  "member": "uint64",
13338
13418
  "name": "Opt",
13339
13419
  "required": false,
@@ -13342,11 +13422,47 @@
13342
13422
  {
13343
13423
  "disabled": false,
13344
13424
  "document": "Category ID.",
13345
- "example": "",
13425
+ "example": "1948014278153560",
13346
13426
  "member": "string",
13347
13427
  "name": "CateBizId",
13348
13428
  "required": false,
13349
13429
  "type": "string"
13430
+ },
13431
+ {
13432
+ "disabled": false,
13433
+ "document": "",
13434
+ "example": "false",
13435
+ "member": "bool",
13436
+ "name": "IsDownload",
13437
+ "required": false,
13438
+ "type": "bool"
13439
+ },
13440
+ {
13441
+ "disabled": false,
13442
+ "document": "",
13443
+ "example": "无",
13444
+ "member": "DuplicateFileHandle",
13445
+ "name": "DuplicateFileHandles",
13446
+ "required": false,
13447
+ "type": "list"
13448
+ },
13449
+ {
13450
+ "disabled": false,
13451
+ "document": "",
13452
+ "example": "{\"split_config_new\":{\"table_style\":\"md\",\"rm_spec_symbol\":1,\"xlsx_splitter\":{\"header_interval\":[1,1],\"content_start\":2,\"split_row\":1},\"common_splitter\":{\"splitter\":\"tag\",\"tag_splitter\":{\"tag\":[\"\\n\"],\"chunk_length\":1000,\"chunk_overlap_length\":100}}}}",
13453
+ "member": "string",
13454
+ "name": "SplitRule",
13455
+ "required": false,
13456
+ "type": "string"
13457
+ },
13458
+ {
13459
+ "disabled": false,
13460
+ "document": "",
13461
+ "example": "无",
13462
+ "member": "UpdatePeriodInfo",
13463
+ "name": "UpdatePeriodInfo",
13464
+ "required": false,
13465
+ "type": "object"
13350
13466
  }
13351
13467
  ],
13352
13468
  "type": "object"
@@ -13357,7 +13473,7 @@
13357
13473
  {
13358
13474
  "disabled": false,
13359
13475
  "document": "Document ID.",
13360
- "example": "",
13476
+ "example": "1948014278153560",
13361
13477
  "member": "string",
13362
13478
  "name": "DocBizId",
13363
13479
  "output_required": false,
@@ -13367,7 +13483,7 @@
13367
13483
  {
13368
13484
  "disabled": false,
13369
13485
  "document": "Import error message.",
13370
- "example": "",
13486
+ "example": "文件数据存在错误,请下载并查看错误标注文件",
13371
13487
  "member": "string",
13372
13488
  "name": "ErrorMsg",
13373
13489
  "output_required": false,
@@ -13377,7 +13493,7 @@
13377
13493
  {
13378
13494
  "disabled": false,
13379
13495
  "document": "Error link.",
13380
- "example": "",
13496
+ "example": "https://qidian-qbot-test-1251316161.cos.ap-guangzhou.myqcloud.com/%2Fcorp/xxxx",
13381
13497
  "member": "string",
13382
13498
  "name": "ErrorLink",
13383
13499
  "output_required": false,
@@ -13387,13 +13503,23 @@
13387
13503
  {
13388
13504
  "disabled": false,
13389
13505
  "document": "Error link text.",
13390
- "example": "",
13506
+ "example": "下载",
13391
13507
  "member": "string",
13392
13508
  "name": "ErrorLinkText",
13393
13509
  "output_required": false,
13394
13510
  "type": "string",
13395
13511
  "value_allowed_null": false
13396
13512
  },
13513
+ {
13514
+ "disabled": false,
13515
+ "document": "",
13516
+ "example": "0",
13517
+ "member": "uint64",
13518
+ "name": "DuplicateFileCheckType",
13519
+ "output_required": false,
13520
+ "type": "int",
13521
+ "value_allowed_null": false
13522
+ },
13397
13523
  {
13398
13524
  "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
13399
13525
  "member": "string",
@@ -14087,6 +14213,23 @@
14087
14213
  ],
14088
14214
  "usage": "out"
14089
14215
  },
14216
+ "UpdatePeriodInfo": {
14217
+ "document": "",
14218
+ "members": [
14219
+ {
14220
+ "disabled": false,
14221
+ "document": "",
14222
+ "example": "0",
14223
+ "member": "uint64",
14224
+ "name": "UpdatePeriodH",
14225
+ "output_required": false,
14226
+ "required": false,
14227
+ "type": "int",
14228
+ "value_allowed_null": true
14229
+ }
14230
+ ],
14231
+ "usage": "both"
14232
+ },
14090
14233
  "UploadAttributeLabelRequest": {
14091
14234
  "document": "UploadAttributeLabel request structure.",
14092
14235
  "members": [
@@ -0,0 +1,4 @@
1
+ # -*- coding: utf-8 -*-
2
+
3
+ from tccli.services.lkeap.lkeap_client import action_caller
4
+