tccli 3.0.1160.1__py2.py3-none-any.whl → 3.0.1162.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.
- tccli/__init__.py +1 -1
- tccli/services/aiart/v20221229/api.json +1 -1
- tccli/services/apm/v20210622/api.json +9 -0
- tccli/services/cdwdoris/cdwdoris_client.py +1056 -49
- tccli/services/cdwdoris/v20211228/api.json +3192 -1014
- tccli/services/cdwdoris/v20211228/examples.json +152 -0
- tccli/services/csip/v20221121/api.json +2 -2
- tccli/services/dlc/v20210125/api.json +31 -2
- tccli/services/domain/v20180808/api.json +1 -1
- tccli/services/ess/v20201111/api.json +3 -3
- tccli/services/essbasic/v20210526/api.json +11 -11
- tccli/services/faceid/v20180301/api.json +1 -1
- tccli/services/lke/v20231130/api.json +556 -2
- tccli/services/trro/v20220325/api.json +181 -6
- tccli/services/trro/v20220325/examples.json +3 -3
- tccli/services/trtc/v20190722/api.json +7 -10
- tccli/services/trtc/v20190722/examples.json +19 -13
- tccli/services/tsf/v20180326/api.json +8 -7
- tccli/services/tsf/v20180326/examples.json +1 -1
- tccli/services/vclm/v20240523/api.json +1 -1
- tccli/services/vtc/v20240223/api.json +1 -1
- {tccli-3.0.1160.1.dist-info → tccli-3.0.1162.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1160.1.dist-info → tccli-3.0.1162.1.dist-info}/RECORD +26 -26
- {tccli-3.0.1160.1.dist-info → tccli-3.0.1162.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1160.1.dist-info → tccli-3.0.1162.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1160.1.dist-info → tccli-3.0.1162.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1162.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",
|
@@ -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"
|