tccli 3.0.1180.1__py2.py3-none-any.whl → 3.0.1182.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/__init__.py +3 -0
- tccli/services/batch/v20170312/api.json +1 -1
- tccli/services/cdb/cdb_client.py +106 -0
- tccli/services/cdb/v20170320/api.json +185 -0
- tccli/services/cdb/v20170320/examples.json +17 -1
- tccli/services/cdwdoris/v20211228/api.json +27 -0
- tccli/services/clb/v20180317/api.json +59 -1
- tccli/services/cls/v20201016/api.json +1 -1
- tccli/services/controlcenter/__init__.py +4 -0
- tccli/services/controlcenter/controlcenter_client.py +195 -0
- tccli/services/controlcenter/v20230110/api.json +82 -0
- tccli/services/controlcenter/v20230110/examples.json +13 -0
- tccli/services/csip/v20221121/api.json +308 -1
- tccli/services/cvm/v20170312/api.json +20 -20
- tccli/services/cvm/v20170312/examples.json +1 -1
- tccli/services/cwp/v20180228/api.json +3 -3
- tccli/services/cwp/v20180228/examples.json +1 -1
- tccli/services/cynosdb/v20190107/api.json +51 -12
- tccli/services/cynosdb/v20190107/examples.json +3 -3
- tccli/services/dasb/v20191018/api.json +11 -1
- tccli/services/dsgc/v20190723/api.json +18 -0
- tccli/services/es/v20180416/api.json +39 -1
- tccli/services/ess/v20201111/api.json +12 -2
- tccli/services/ess/v20201111/examples.json +1 -1
- tccli/services/essbasic/v20210526/api.json +12 -2
- tccli/services/essbasic/v20210526/examples.json +1 -1
- tccli/services/hunyuan/hunyuan_client.py +106 -0
- tccli/services/hunyuan/v20230901/api.json +235 -0
- tccli/services/hunyuan/v20230901/examples.json +16 -0
- tccli/services/iotexplorer/v20190423/api.json +2 -2
- tccli/services/ocr/v20181119/examples.json +1 -1
- tccli/services/organization/organization_client.py +53 -0
- tccli/services/organization/v20210331/api.json +43 -0
- tccli/services/organization/v20210331/examples.json +8 -0
- tccli/services/redis/v20180412/api.json +16 -16
- tccli/services/scf/v20180416/api.json +29 -9
- tccli/services/ses/v20201002/api.json +148 -11
- tccli/services/sqlserver/v20180328/api.json +2 -2
- tccli/services/sqlserver/v20180328/examples.json +1 -1
- tccli/services/ssl/v20191205/api.json +10 -0
- tccli/services/tdmq/v20200217/api.json +10 -0
- tccli/services/tms/tms_client.py +0 -53
- tccli/services/tms/v20201229/api.json +2 -46
- tccli/services/tms/v20201229/examples.json +0 -8
- tccli/services/tmt/v20180321/api.json +3 -3
- tccli/services/wedata/v20210820/api.json +1568 -0
- tccli/services/wedata/v20210820/examples.json +54 -0
- tccli/services/wedata/wedata_client.py +334 -16
- {tccli-3.0.1180.1.dist-info → tccli-3.0.1182.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1180.1.dist-info → tccli-3.0.1182.1.dist-info}/RECORD +54 -50
- {tccli-3.0.1180.1.dist-info → tccli-3.0.1182.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1180.1.dist-info → tccli-3.0.1182.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1180.1.dist-info → tccli-3.0.1182.1.dist-info}/license_files/LICENSE +0 -0
@@ -1,12 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"actions": {
|
3
|
-
"AnswerQuestion": {
|
4
|
-
"document": "\"AIGC代答\"产品帮助客户在其AIGC场景下,对于敏感类的问题,不是由客户的大模型机器人来回答,而是我们来进行代答,尽最大可能帮助客户规避风险。",
|
5
|
-
"input": "AnswerQuestionRequest",
|
6
|
-
"name": "AIGC代答",
|
7
|
-
"output": "AnswerQuestionResponse",
|
8
|
-
"status": "online"
|
9
|
-
},
|
10
3
|
"ModerateText": {
|
11
4
|
"document": "天御文本内容安全定制标签文本审核接口为定制接口,会按照客户定制标签输出审核结果,如需使用请联系商务经理或[在线客服](https://cloud.tencent.com/online-service?from=doc_1125)咨询。",
|
12
5
|
"input": "ModerateTextRequest",
|
@@ -29,43 +22,6 @@
|
|
29
22
|
"serviceShortName": "tms"
|
30
23
|
},
|
31
24
|
"objects": {
|
32
|
-
"AnswerQuestionRequest": {
|
33
|
-
"document": "AnswerQuestion请求参数结构体",
|
34
|
-
"members": [
|
35
|
-
{
|
36
|
-
"disabled": false,
|
37
|
-
"document": "用户问题",
|
38
|
-
"example": "无",
|
39
|
-
"member": "string",
|
40
|
-
"name": "Question",
|
41
|
-
"required": true,
|
42
|
-
"type": "string"
|
43
|
-
}
|
44
|
-
],
|
45
|
-
"type": "object"
|
46
|
-
},
|
47
|
-
"AnswerQuestionResponse": {
|
48
|
-
"document": "AnswerQuestion返回参数结构体",
|
49
|
-
"members": [
|
50
|
-
{
|
51
|
-
"disabled": false,
|
52
|
-
"document": "匹配到的答案",
|
53
|
-
"example": "无",
|
54
|
-
"member": "string",
|
55
|
-
"name": "Answer",
|
56
|
-
"output_required": false,
|
57
|
-
"type": "string",
|
58
|
-
"value_allowed_null": false
|
59
|
-
},
|
60
|
-
{
|
61
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
62
|
-
"member": "string",
|
63
|
-
"name": "RequestId",
|
64
|
-
"type": "string"
|
65
|
-
}
|
66
|
-
],
|
67
|
-
"type": "object"
|
68
|
-
},
|
69
25
|
"DetailResults": {
|
70
26
|
"document": "文本审核返回的详细结果",
|
71
27
|
"members": [
|
@@ -781,7 +737,7 @@
|
|
781
737
|
{
|
782
738
|
"disabled": false,
|
783
739
|
"document": "该字段用于返回命中的关键词\n注意:此字段可能返回 null,表示取不到有效值。",
|
784
|
-
"example": "
|
740
|
+
"example": "111",
|
785
741
|
"member": "string",
|
786
742
|
"name": "Keyword",
|
787
743
|
"output_required": false,
|
@@ -791,7 +747,7 @@
|
|
791
747
|
{
|
792
748
|
"disabled": false,
|
793
749
|
"document": "该字段用于返回子标签\n注意:此字段可能返回 null,表示取不到有效值。",
|
794
|
-
"example": "
|
750
|
+
"example": "111",
|
795
751
|
"member": "string",
|
796
752
|
"name": "SubLabel",
|
797
753
|
"output_required": false,
|
@@ -1,13 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"actions": {
|
3
|
-
"AnswerQuestion": [
|
4
|
-
{
|
5
|
-
"document": "",
|
6
|
-
"input": "POST / HTTP/1.1\nHost: tms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AnswerQuestion\n<公共请求参数>\n\n{\n \"Question\": \"社会主义\"\n}",
|
7
|
-
"output": "{\n \"Response\": {\n \"Answer\": \"社会主义是包括社会主义思想、社会主义运动和社会主义制度的总称。它主张通过推翻资产阶级统治、建立公有制经济和实现社会平等来改变资本主义生产方式带来的阶级对立。\",\n \"RequestId\": \"a4963536-8eba-46a3-a5e3-127117ec07f9\"\n }\n}",
|
8
|
-
"title": "AIGC代答示例"
|
9
|
-
}
|
10
|
-
],
|
11
3
|
"ModerateText": [
|
12
4
|
{
|
13
5
|
"document": "用于客户自有标签体系的内容审核,审核结果会以客户定义的标签体系输出结果",
|
@@ -29,7 +29,7 @@
|
|
29
29
|
"status": "online"
|
30
30
|
},
|
31
31
|
"SpeechTranslate": {
|
32
|
-
"document": "本接口提供上传音频,将音频进行语音识别并翻译成文本的服务,目前开放中英互译的语音翻译服务。\n待识别和翻译的音频文件可以是 pcm、mp3和speex 格式,pcm采样率要求16kHz、位深16bit、单声道,音频内语音清晰。<br/>\n如果采用流式传输的方式,要求每个分片时长200ms~500ms;如果采用非流式的传输方式,要求音频时长不超过8s。注意最后一个分片的IsEnd参数设置为1。<br />\n提示:对于一般开发者,我们建议优先使用SDK接入简化开发。SDK使用介绍请直接查看 5. 开发者资源部分。",
|
32
|
+
"document": "本接口提供上传音频,将音频进行语音识别并翻译成文本的服务,目前开放中英互译的语音翻译服务。\n待识别和翻译的音频文件可以是 pcm、mp3和speex 格式,其中支持流式传输的只有pcm格式,pcm采样率要求16kHz、位深16bit、单声道,音频内语音清晰。<br/>\n如果采用流式传输的方式,要求每个分片时长200ms~500ms;如果采用非流式的传输方式,要求音频时长不超过8s。注意最后一个分片的IsEnd参数设置为1。<br />\n提示:对于一般开发者,我们建议优先使用SDK接入简化开发。SDK使用介绍请直接查看 5. 开发者资源部分。",
|
33
33
|
"input": "SpeechTranslateRequest",
|
34
34
|
"name": "语音翻译",
|
35
35
|
"output": "SpeechTranslateResponse",
|
@@ -98,7 +98,7 @@
|
|
98
98
|
},
|
99
99
|
{
|
100
100
|
"disabled": false,
|
101
|
-
"document": "需要翻译文件url
|
101
|
+
"document": "需要翻译文件url,URL长度不能超过1000字符。文件限制如下:docx/xIsx/html/markdown文件不超过800万字符,doc/pdf/pptx文件不超过300页,txt/po文件不超过10MB,pdf/docx/pptx/xlsx不超过40MB",
|
102
102
|
"example": "http://test.com",
|
103
103
|
"member": "string",
|
104
104
|
"name": "Url",
|
@@ -116,7 +116,7 @@
|
|
116
116
|
},
|
117
117
|
{
|
118
118
|
"disabled": false,
|
119
|
-
"document": "回调url
|
119
|
+
"document": "回调url,URL长度不能超过256字符。文件大于10MB或字符较多时,建议采用回调方式;回调时,所有内容会放入 Body 中,具体请参见[文件翻译回调说明](https://cloud.tencent.com/document/product/551/91138)。",
|
120
120
|
"example": "http://test.com",
|
121
121
|
"member": "string",
|
122
122
|
"name": "CallbackUrl",
|