tccli 3.0.1159.1__py2.py3-none-any.whl → 3.0.1161.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/aiart/v20221229/api.json +12 -15
  3. tccli/services/apm/v20210622/api.json +9 -0
  4. tccli/services/cdb/v20170320/api.json +3 -1
  5. tccli/services/cdwdoris/cdwdoris_client.py +1056 -49
  6. tccli/services/cdwdoris/v20211228/api.json +3192 -1014
  7. tccli/services/cdwdoris/v20211228/examples.json +152 -0
  8. tccli/services/cfg/cfg_client.py +224 -12
  9. tccli/services/cfg/v20210820/api.json +897 -32
  10. tccli/services/cfg/v20210820/examples.json +32 -0
  11. tccli/services/cfw/v20190904/api.json +12 -2
  12. tccli/services/cls/v20201016/api.json +11 -1
  13. tccli/services/cme/v20191029/api.json +9 -9
  14. tccli/services/cme/v20191029/examples.json +1 -1
  15. tccli/services/csip/csip_client.py +53 -0
  16. tccli/services/csip/v20221121/api.json +136 -2
  17. tccli/services/csip/v20221121/examples.json +8 -0
  18. tccli/services/cwp/v20180228/api.json +66 -46
  19. tccli/services/cwp/v20180228/examples.json +1 -1
  20. tccli/services/dlc/v20210125/api.json +31 -2
  21. tccli/services/dnspod/v20210323/api.json +1 -1
  22. tccli/services/domain/v20180808/api.json +1 -1
  23. tccli/services/ess/v20201111/api.json +4 -4
  24. tccli/services/ess/v20201111/examples.json +6 -6
  25. tccli/services/essbasic/v20210526/api.json +21 -12
  26. tccli/services/essbasic/v20210526/examples.json +7 -1
  27. tccli/services/faceid/v20180301/api.json +1 -1
  28. tccli/services/iotexplorer/v20190423/api.json +25 -25
  29. tccli/services/iotexplorer/v20190423/examples.json +10 -4
  30. tccli/services/lcic/lcic_client.py +57 -4
  31. tccli/services/lcic/v20220817/api.json +52 -0
  32. tccli/services/lcic/v20220817/examples.json +8 -0
  33. tccli/services/live/v20180801/api.json +1 -1
  34. tccli/services/lke/v20231130/api.json +563 -9
  35. tccli/services/ocr/v20181119/api.json +10 -0
  36. tccli/services/trro/v20220325/api.json +181 -6
  37. tccli/services/trro/v20220325/examples.json +3 -3
  38. tccli/services/trtc/trtc_client.py +53 -0
  39. tccli/services/trtc/v20190722/api.json +83 -10
  40. tccli/services/trtc/v20190722/examples.json +27 -13
  41. tccli/services/tsf/v20180326/api.json +8 -7
  42. tccli/services/tsf/v20180326/examples.json +1 -1
  43. tccli/services/vclm/v20240523/api.json +137 -1
  44. tccli/services/vclm/v20240523/examples.json +46 -0
  45. tccli/services/vclm/vclm_client.py +106 -0
  46. tccli/services/vpc/v20170312/api.json +1 -1
  47. tccli/services/vtc/v20240223/api.json +1 -1
  48. {tccli-3.0.1159.1.dist-info → tccli-3.0.1161.1.dist-info}/METADATA +2 -2
  49. {tccli-3.0.1159.1.dist-info → tccli-3.0.1161.1.dist-info}/RECORD +52 -52
  50. {tccli-3.0.1159.1.dist-info → tccli-3.0.1161.1.dist-info}/WHEEL +0 -0
  51. {tccli-3.0.1159.1.dist-info → tccli-3.0.1161.1.dist-info}/entry_points.txt +0 -0
  52. {tccli-3.0.1159.1.dist-info → tccli-3.0.1161.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1159.1'
1
+ __version__ = '3.0.1161.1'
@@ -71,7 +71,7 @@
71
71
  "status": "online"
72
72
  },
73
73
  "TextToImage": {
74
- "document": "智能文生图接口基于文生图(标准版)模型,将根据输入的文本描述,智能生成与之相关的结果图。\n\n智能文生图默认提供3个并发任务数,代表最多能同时处理3个已提交的任务,上一个任务处理完毕后才能开始处理下一个任务。",
74
+ "document": "**本接口已迁移至腾讯混元大模型-文生图轻量版,即将停止此处维护,可切换至 [文生图轻量版 API](https://cloud.tencent.com/document/product/1729/108738) 继续使用。**\n\n智能文生图接口基于文生图(标准版)模型,将根据输入的文本描述,智能生成与之相关的结果图。\n\n智能文生图默认提供3个并发任务数,代表最多能同时处理3个已提交的任务,上一个任务处理完毕后才能开始处理下一个任务。",
75
75
  "input": "TextToImageRequest",
76
76
  "name": "智能文生图",
77
77
  "output": "TextToImageResponse",
@@ -212,7 +212,7 @@
212
212
  },
213
213
  {
214
214
  "disabled": false,
215
- "document": "输入图 Base64 数据。\n算法将根据输入的图片,结合文本描述智能生成与之相关的图像。\nBase64 和 Url 必须提供一个,如果都提供以 Base64 为准。\n图片限制:单边分辨率小于5000,转成 Base64 字符串后小于 6MB,格式支持 jpg、jpeg、png、bmp、tiff、webp。",
215
+ "document": "输入图 Base64 数据。\n算法将根据输入的图片,结合文本描述智能生成与之相关的图像。\nBase64 和 Url 必须提供一个,如果都提供以 Url 为准。\n图片限制:单边分辨率小于5000,转成 Base64 字符串后小于 6MB,格式支持 jpg、jpeg、png、bmp、tiff、webp。",
216
216
  "example": "无",
217
217
  "member": "string",
218
218
  "name": "InputImage",
@@ -221,7 +221,7 @@
221
221
  },
222
222
  {
223
223
  "disabled": false,
224
- "document": "输入图 Url。\n算法将根据输入的图片,结合文本描述智能生成与之相关的图像。\nBase64 和 Url 必须提供一个,如果都提供以 Base64 为准。\n图片限制:单边分辨率小于5000,转成 Base64 字符串后小于 6MB,格式支持 jpg、jpeg、png、bmp、tiff、webp。",
224
+ "document": "输入图 Url。\n算法将根据输入的图片,结合文本描述智能生成与之相关的图像。\nBase64 和 Url 必须提供一个,如果都提供以 Url 为准。\n图片限制:单边分辨率小于5000,转成 Base64 字符串后小于 6MB,格式支持 jpg、jpeg、png、bmp、tiff、webp。",
225
225
  "example": "无",
226
226
  "member": "string",
227
227
  "name": "InputUrl",
@@ -294,7 +294,7 @@
294
294
  "members": [
295
295
  {
296
296
  "disabled": false,
297
- "document": "输入图 Base64 数据。\n算法将根据输入的图片,结合文本描述智能生成与之相关的图像。\nBase64 和 Url 必须提供一个,如果都提供以 Base64 为准。\n图片限制:单边分辨率小于5000且大于50,转成 Base64 字符串后小于 8MB。",
297
+ "document": "输入图 Base64 数据。\n算法将根据输入的图片,结合文本描述智能生成与之相关的图像。\nBase64 和 Url 必须提供一个,如果都提供以 Url 为准。\n图片限制:单边分辨率小于5000且大于50,转成 Base64 字符串后小于 8MB,格式支持 jpg、jpeg、png、bmp、tiff、webp。",
298
298
  "example": "无",
299
299
  "member": "string",
300
300
  "name": "InputImage",
@@ -303,7 +303,7 @@
303
303
  },
304
304
  {
305
305
  "disabled": false,
306
- "document": "输入图 Url。\n算法将根据输入的图片,结合文本描述智能生成与之相关的图像。\nBase64 和 Url 必须提供一个,如果都提供以 Base64 为准。\n图片限制:单边分辨率小于5000且大于50,转成 Base64 字符串后小于8MB。",
306
+ "document": "输入图 Url。\n算法将根据输入的图片,结合文本描述智能生成与之相关的图像。\nBase64 和 Url 必须提供一个,如果都提供以 Url 为准。\n图片限制:单边分辨率小于5000且大于50,转成 Base64 字符串后小于 8MB,格式支持 jpg、jpeg、png、bmp、tiff、webp。",
307
307
  "example": "无",
308
308
  "member": "string",
309
309
  "name": "InputUrl",
@@ -412,33 +412,30 @@
412
412
  "members": [
413
413
  {
414
414
  "disabled": false,
415
- "document": "水印url",
415
+ "document": "水印 Url",
416
416
  "example": "无",
417
417
  "member": "string",
418
418
  "name": "LogoUrl",
419
419
  "required": false,
420
- "type": "string",
421
- "value_allowed_null": true
420
+ "type": "string"
422
421
  },
423
422
  {
424
423
  "disabled": false,
425
- "document": "水印base64urlbase64二选一传入",
424
+ "document": "水印 Base64Url Base64 二选一传入,如果都提供以 Url 为准",
426
425
  "example": "无",
427
426
  "member": "string",
428
427
  "name": "LogoImage",
429
428
  "required": false,
430
- "type": "string",
431
- "value_allowed_null": true
429
+ "type": "string"
432
430
  },
433
431
  {
434
432
  "disabled": false,
435
- "document": "水印图片位于融合结果图中的坐标,将按照坐标对标识图片进行位置和大小的拉伸匹配",
433
+ "document": "水印图片位于生成结果图中的坐标,将按照坐标对标识图片进行位置和大小的拉伸匹配",
436
434
  "example": "无",
437
435
  "member": "LogoRect",
438
436
  "name": "LogoRect",
439
437
  "required": false,
440
- "type": "object",
441
- "value_allowed_null": true
438
+ "type": "object"
442
439
  }
443
440
  ],
444
441
  "usage": "in"
@@ -846,7 +843,7 @@
846
843
  "members": [
847
844
  {
848
845
  "disabled": false,
849
- "document": "生成图分辨率\n\n智能文生图支持生成以下分辨率的图片:768:768(1:1)、768:1024(3:4)、1024:768(4:3)、1024:1024(1:1)、720:1280(9:16)、1280:720(16:9)、768:1280(3:5)、1280:768(5:3)、1080:1920(9:16)、1920:1080(16:9),不传默认使用768:768。\n\n智能图生图支持生成以下分辨率的图片:origin(与输入图分辨率一致,长边最高为2000,超出将做等比例缩小)、768:768(1:1)、768:1024(3:4)、1024:768(4:3),不传默认使用origin,如果指定生成的长宽比与输入图长宽比差异过大可能导致图片内容被裁剪。",
846
+ "document": "生成图分辨率\n\n图像风格化(图生图)支持生成以下分辨率的图片:origin(与输入图分辨率一致,长边最高为2000,超出将做等比例缩小)、768:768(1:1)、768:1024(3:4)、1024:768(4:3),不传默认使用origin,如果指定生成的长宽比与输入图长宽比差异过大可能导致图片内容被裁剪。",
850
847
  "example": "768:768",
851
848
  "member": "string",
852
849
  "name": "Resolution",
@@ -1460,6 +1460,15 @@
1460
1460
  "name": "OrFilters",
1461
1461
  "required": false,
1462
1462
  "type": "list"
1463
+ },
1464
+ {
1465
+ "disabled": false,
1466
+ "document": "数据来源",
1467
+ "example": "service_runtime_thread_pool",
1468
+ "member": "string",
1469
+ "name": "Type",
1470
+ "required": false,
1471
+ "type": "string"
1463
1472
  }
1464
1473
  ],
1465
1474
  "type": "object"
@@ -20012,6 +20012,7 @@
20012
20012
  "example": "‘’",
20013
20013
  "member": "string",
20014
20014
  "name": "TagKey",
20015
+ "output_required": true,
20015
20016
  "required": true,
20016
20017
  "type": "string",
20017
20018
  "value_allowed_null": true
@@ -20022,12 +20023,13 @@
20022
20023
  "example": "‘’",
20023
20024
  "member": "string",
20024
20025
  "name": "TagValue",
20026
+ "output_required": true,
20025
20027
  "required": true,
20026
20028
  "type": "string",
20027
20029
  "value_allowed_null": true
20028
20030
  }
20029
20031
  ],
20030
- "usage": "out"
20032
+ "usage": "both"
20031
20033
  },
20032
20034
  "TagInfoUnit": {
20033
20035
  "document": "tag信息单元",