tccli 3.0.1391.1__py2.py3-none-any.whl → 3.0.1414.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.
Potentially problematic release.
This version of tccli might be problematic. Click here for more details.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +2 -1
- tccli/services/ai3d/v20250513/api.json +22 -4
- tccli/services/aiart/aiart_client.py +173 -67
- tccli/services/aiart/v20221229/api.json +193 -0
- tccli/services/aiart/v20221229/examples.json +16 -0
- tccli/services/apm/apm_client.py +53 -0
- tccli/services/apm/v20210622/api.json +354 -0
- tccli/services/apm/v20210622/examples.json +8 -0
- tccli/services/asr/v20190614/api.json +3 -3
- tccli/services/autoscaling/v20180419/api.json +24 -2
- tccli/services/batch/v20170312/api.json +1 -1
- tccli/services/bda/bda_client.py +15 -704
- tccli/services/bda/v20200324/api.json +107 -1819
- tccli/services/bda/v20200324/examples.json +0 -176
- tccli/services/billing/billing_client.py +326 -8
- tccli/services/billing/v20180709/api.json +2200 -255
- tccli/services/billing/v20180709/examples.json +48 -0
- tccli/services/cam/v20190116/api.json +4 -4
- tccli/services/captcha/v20190722/api.json +3 -3
- tccli/services/cat/v20180409/api.json +7 -7
- tccli/services/ccc/ccc_client.py +235 -76
- tccli/services/ccc/v20200210/api.json +502 -18
- tccli/services/ccc/v20200210/examples.json +24 -0
- tccli/services/cdb/cdb_client.py +106 -0
- tccli/services/cdb/v20170320/api.json +257 -44
- tccli/services/cdb/v20170320/examples.json +22 -6
- tccli/services/cdn/cdn_client.py +4 -163
- tccli/services/cdn/v20180606/api.json +61 -310
- tccli/services/cdn/v20180606/examples.json +1 -25
- tccli/services/cdwdoris/v20211228/api.json +51 -12
- tccli/services/cdwpg/v20201230/api.json +11 -1
- tccli/services/cdwpg/v20201230/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +11 -1
- tccli/services/cfs/cfs_client.py +41 -94
- tccli/services/cfs/v20190719/api.json +171 -55
- tccli/services/cfs/v20190719/examples.json +1 -9
- tccli/services/cfw/v20190904/api.json +122 -10
- tccli/services/ckafka/ckafka_client.py +188 -29
- tccli/services/ckafka/v20190819/api.json +277 -4
- tccli/services/ckafka/v20190819/examples.json +25 -1
- tccli/services/clb/clb_client.py +0 -265
- tccli/services/clb/v20180317/api.json +130 -296
- tccli/services/clb/v20180317/examples.json +12 -40
- tccli/services/cloudapp/v20220530/api.json +55 -0
- tccli/services/cloudaudit/v20190319/api.json +11 -0
- tccli/services/cloudhsm/v20191112/api.json +10 -10
- tccli/services/cls/v20201016/api.json +63 -45
- tccli/services/cls/v20201016/examples.json +10 -4
- tccli/services/csip/v20221121/api.json +53 -3
- tccli/services/ctem/v20231128/api.json +320 -0
- tccli/services/ctem/v20231128/examples.json +3 -3
- tccli/services/cvm/cvm_client.py +0 -212
- tccli/services/cvm/v20170312/api.json +91 -843
- tccli/services/cvm/v20170312/examples.json +32 -58
- tccli/services/cynosdb/cynosdb_client.py +167 -8
- tccli/services/cynosdb/v20190107/api.json +1126 -148
- tccli/services/cynosdb/v20190107/examples.json +31 -7
- tccli/services/dbbrain/dbbrain_client.py +246 -87
- tccli/services/dbbrain/v20191016/api.json +74 -62
- tccli/services/dbbrain/v20191016/examples.json +1 -1
- tccli/services/dbbrain/v20210527/api.json +601 -177
- tccli/services/dbbrain/v20210527/examples.json +28 -4
- tccli/services/dc/v20180410/api.json +101 -3
- tccli/services/dcdb/v20180411/api.json +1 -1
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +237 -24
- tccli/services/dlc/v20210125/examples.json +12 -4
- tccli/services/dnspod/dnspod_client.py +106 -0
- tccli/services/dnspod/v20210323/api.json +126 -20
- tccli/services/dnspod/v20210323/examples.json +17 -7
- tccli/services/dsgc/v20190723/api.json +73 -15
- tccli/services/dts/v20180330/api.json +4 -4
- tccli/services/dts/v20211206/api.json +408 -127
- tccli/services/dts/v20211206/examples.json +15 -9
- tccli/services/eb/v20210416/api.json +41 -1
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +56 -9
- tccli/services/emr/v20190103/examples.json +5 -5
- tccli/services/es/es_client.py +273 -8
- tccli/services/es/v20180416/api.json +845 -33
- tccli/services/es/v20180416/examples.json +33 -1
- tccli/services/es/v20250101/api.json +135 -2
- tccli/services/es/v20250101/examples.json +8 -0
- tccli/services/ess/ess_client.py +509 -32
- tccli/services/ess/v20201111/api.json +1366 -113
- tccli/services/ess/v20201111/examples.json +94 -10
- tccli/services/essbasic/v20210526/api.json +265 -27
- tccli/services/essbasic/v20210526/examples.json +12 -12
- tccli/services/facefusion/v20220927/api.json +1 -1
- tccli/services/gaap/v20180529/api.json +18 -8
- tccli/services/gme/gme_client.py +53 -0
- tccli/services/gme/v20180711/api.json +241 -1
- tccli/services/gme/v20180711/examples.json +8 -0
- tccli/services/gs/gs_client.py +216 -4
- tccli/services/gs/v20191118/api.json +202 -1
- tccli/services/gs/v20191118/examples.json +32 -0
- tccli/services/gwlb/gwlb_client.py +53 -0
- tccli/services/gwlb/v20240906/api.json +150 -0
- tccli/services/gwlb/v20240906/examples.json +8 -0
- tccli/services/hai/v20230812/api.json +5 -5
- tccli/services/hunyuan/v20230901/api.json +3 -3
- tccli/services/hunyuan/v20230901/examples.json +1 -1
- tccli/services/iai/v20180301/api.json +227 -207
- tccli/services/iai/v20180301/examples.json +26 -26
- tccli/services/iai/v20200303/api.json +4 -4
- tccli/services/iai/v20200303/examples.json +1 -1
- tccli/services/ioa/ioa_client.py +265 -0
- tccli/services/ioa/v20220601/api.json +781 -85
- tccli/services/ioa/v20220601/examples.json +46 -0
- tccli/services/iotexplorer/iotexplorer_client.py +387 -16
- tccli/services/iotexplorer/v20190423/api.json +1183 -63
- tccli/services/iotexplorer/v20190423/examples.json +92 -0
- tccli/services/keewidb/v20220308/api.json +69 -17
- tccli/services/keewidb/v20220308/examples.json +5 -5
- tccli/services/lcic/v20220817/api.json +61 -15
- tccli/services/lighthouse/v20200324/api.json +193 -24
- tccli/services/lighthouse/v20200324/examples.json +9 -3
- tccli/services/live/v20180801/api.json +6 -6
- tccli/services/live/v20180801/examples.json +7 -1
- tccli/services/lke/lke_client.py +40 -93
- tccli/services/lke/v20231130/api.json +943 -390
- tccli/services/lke/v20231130/examples.json +38 -46
- tccli/services/lkeap/v20240522/api.json +39 -12
- tccli/services/lkeap/v20240522/examples.json +12 -0
- tccli/services/mariadb/v20170312/api.json +1 -1
- tccli/services/mna/v20210119/api.json +11 -2
- tccli/services/mna/v20210119/examples.json +1 -1
- tccli/services/mongodb/mongodb_client.py +334 -16
- tccli/services/mongodb/v20190725/api.json +1092 -383
- tccli/services/mongodb/v20190725/examples.json +69 -21
- tccli/services/monitor/monitor_client.py +106 -0
- tccli/services/monitor/v20180724/api.json +383 -12
- tccli/services/monitor/v20180724/examples.json +24 -2
- tccli/services/mps/mps_client.py +220 -8
- tccli/services/mps/v20190612/api.json +1999 -179
- tccli/services/mps/v20190612/examples.json +56 -6
- tccli/services/mqtt/v20240516/api.json +10 -0
- tccli/services/mqtt/v20240516/examples.json +3 -9
- tccli/services/nlp/v20190408/api.json +6 -6
- tccli/services/oceanus/oceanus_client.py +318 -0
- tccli/services/oceanus/v20190422/api.json +461 -26
- tccli/services/oceanus/v20190422/examples.json +50 -2
- tccli/services/ocr/ocr_client.py +41 -253
- tccli/services/ocr/v20181119/api.json +153 -659
- tccli/services/ocr/v20181119/examples.json +8 -40
- tccli/services/omics/v20221128/api.json +90 -7
- tccli/services/organization/v20210331/api.json +46 -7
- tccli/services/postgres/v20170312/api.json +333 -77
- tccli/services/postgres/v20170312/examples.json +37 -31
- tccli/services/privatedns/privatedns_client.py +641 -58
- tccli/services/privatedns/v20201028/api.json +930 -19
- tccli/services/privatedns/v20201028/examples.json +91 -3
- tccli/services/pts/v20210728/api.json +2 -2
- tccli/services/redis/v20180412/api.json +303 -109
- tccli/services/redis/v20180412/examples.json +12 -12
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/rum/v20210622/api.json +22 -4
- tccli/services/rum/v20210622/examples.json +2 -2
- tccli/services/sms/v20190711/api.json +12 -12
- tccli/services/sms/v20190711/examples.json +9 -3
- tccli/services/sms/v20210111/api.json +13 -13
- tccli/services/sms/v20210111/examples.json +8 -2
- tccli/services/sqlserver/v20180328/api.json +46 -7
- tccli/services/sqlserver/v20180328/examples.json +2 -2
- tccli/services/ssl/v20191205/api.json +28 -0
- tccli/services/svp/v20240125/api.json +14 -4
- tccli/services/tag/v20180813/api.json +3 -3
- tccli/services/tat/v20201028/api.json +22 -3
- tccli/services/tcb/v20180608/api.json +1 -1
- tccli/services/tcss/tcss_client.py +228 -69
- tccli/services/tcss/v20201101/api.json +273 -25
- tccli/services/tcss/v20201101/examples.json +26 -2
- tccli/services/teo/teo_client.py +317 -52
- tccli/services/teo/v20220901/api.json +1824 -242
- tccli/services/teo/v20220901/examples.json +109 -21
- tccli/services/thpc/thpc_client.py +57 -4
- tccli/services/thpc/v20230321/api.json +163 -21
- tccli/services/thpc/v20230321/examples.json +13 -5
- tccli/services/tione/tione_client.py +163 -4
- tccli/services/tione/v20211111/api.json +285 -21
- tccli/services/tione/v20211111/examples.json +27 -3
- tccli/services/tke/tke_client.py +8 -8
- tccli/services/tke/v20180525/api.json +168 -130
- tccli/services/tke/v20180525/examples.json +20 -20
- tccli/services/tke/v20220501/api.json +215 -3
- tccli/services/tke/v20220501/examples.json +8 -0
- tccli/services/tms/tms_client.py +106 -0
- tccli/services/tms/v20201229/api.json +249 -3
- tccli/services/tms/v20201229/examples.json +16 -0
- tccli/services/tmt/v20180321/api.json +78 -1
- tccli/services/trabbit/v20230418/api.json +271 -4
- tccli/services/trabbit/v20230418/examples.json +9 -3
- tccli/services/trocket/v20230308/api.json +4 -4
- tccli/services/trro/trro_client.py +106 -0
- tccli/services/trro/v20220325/api.json +456 -0
- tccli/services/trro/v20220325/examples.json +16 -0
- tccli/services/trtc/v20190722/api.json +197 -49
- tccli/services/trtc/v20190722/examples.json +4 -4
- tccli/services/tse/v20201207/api.json +69 -2
- tccli/services/tse/v20201207/examples.json +3 -3
- tccli/services/tsf/v20180326/api.json +70 -7
- tccli/services/tsf/v20180326/examples.json +2 -2
- tccli/services/vclm/v20240523/api.json +145 -0
- tccli/services/vclm/v20240523/examples.json +16 -0
- tccli/services/vclm/vclm_client.py +106 -0
- tccli/services/vcube/v20220410/api.json +1 -1
- tccli/services/vod/v20180717/api.json +7 -7
- tccli/services/vpc/v20170312/api.json +1216 -70
- tccli/services/vpc/v20170312/examples.json +139 -3
- tccli/services/vpc/vpc_client.py +1023 -122
- tccli/services/vrs/v20200824/api.json +11 -11
- tccli/services/vrs/v20200824/examples.json +1 -1
- tccli/services/vtc/v20240223/api.json +14 -14
- tccli/services/waf/v20180125/api.json +812 -143
- tccli/services/waf/v20180125/examples.json +2 -2
- tccli/services/wedata/v20210820/api.json +1281 -601
- tccli/services/wedata/v20210820/examples.json +127 -157
- tccli/services/wedata/v20250806/api.json +19335 -0
- tccli/services/wedata/v20250806/examples.json +999 -0
- tccli/services/wedata/wedata_client.py +7072 -1131
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/METADATA +9 -7
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/RECORD +226 -224
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/WHEEL +1 -1
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1391.1.dist-info/license_files → tccli-3.0.1414.1.dist-info/licenses}/LICENSE +0 -0
|
@@ -280,6 +280,14 @@
|
|
|
280
280
|
"title": "智能运维诊断集群"
|
|
281
281
|
}
|
|
282
282
|
],
|
|
283
|
+
"ExportIpTraceLog": [
|
|
284
|
+
{
|
|
285
|
+
"document": "只返回IP和访问时间",
|
|
286
|
+
"input": "POST / HTTP/1.1\nHost: xxx.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportIpTraceLog\n<公共请求参数>\n\n{\n \"InstanceId\": \"es-xxxxxxxx\",\n \"StartTime\": \"2024-08-11 12:00:00\",\n \"EndTime\": \"2024-08-11 12:10:00\",\n \"Offset\": 1,\n \"Limit\": 100,\n \"RemoteIp\": [\n \"127.0.0.1\"\n ],\n \"TraceType\": [\n \"Request\"\n ],\n \"NetType\": [\n \"Public\"\n ],\n \"ReqTypeOrRspStatus\": [\n \"POST\"\n ],\n \"SearchKey\": \"idx-abc\",\n \"NodeIp\": [\n \"127.0.0.1\"\n ]\n}",
|
|
287
|
+
"output": "{\n \"Response\": {\n \"IpTraceList\": [\n {\n \"NodeIp\": \"127.0.0.1\",\n \"Ip\": \"127.0.0.1\",\n \"Timestamp\": 171939488883\n }\n ],\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
|
288
|
+
"title": "导出IP溯源日志原始数据"
|
|
289
|
+
}
|
|
290
|
+
],
|
|
283
291
|
"GetDiagnoseSettings": [
|
|
284
292
|
{
|
|
285
293
|
"document": "查看智能运维配置",
|
|
@@ -288,6 +296,14 @@
|
|
|
288
296
|
"title": "查看智能运维配置"
|
|
289
297
|
}
|
|
290
298
|
],
|
|
299
|
+
"GetIpTraceStatus": [
|
|
300
|
+
{
|
|
301
|
+
"document": "",
|
|
302
|
+
"input": "POST / HTTP/1.1\nHost: xxx.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetIpTraceStatus\n<公共请求参数>\n\n{\n \"InstanceId\": \"es-xasddassd\"\n}",
|
|
303
|
+
"output": "{\n \"Response\": {\n \"OpenIpTrace\": false,\n \"FilterKibanaIp\": false,\n \"DurationTime\": 0,\n \"IpTraceConfig\": {\n \"EnableRequest\": false,\n \"EnableResponse\": false,\n \"EnableRequestBody\": false,\n \"EnableResponseBody\": false,\n \"RemoteIpInclude\": [\n \"\"\n ],\n \"RemoteIpExclude\": [\n \"\"\n ],\n \"UriInclude\": [\n \"\"\n ],\n \"UriExclude\": [\n \"\"\n ]\n },\n \"LastStartTime\": \"2020-12-28 14:37:36\",\n \"LastEndTime\": \"2020-12-28 14:37:36\",\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
|
304
|
+
"title": "查询IP溯源状态"
|
|
305
|
+
}
|
|
306
|
+
],
|
|
291
307
|
"GetRequestTargetNodeTypes": [
|
|
292
308
|
{
|
|
293
309
|
"document": "对于冷热分离的集群,可以通过该接口获取到当前集群用于接收客户端请求的节点类型",
|
|
@@ -308,7 +324,7 @@
|
|
|
308
324
|
{
|
|
309
325
|
"document": "",
|
|
310
326
|
"input": "POST / HTTP/1.1\nHost: es.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InstallInstanceModel\n<公共请求参数>\n\n{\n \"InstanceId\": \"es-xxxxxxxx\",\n \"UsrCosModelUrlList\": [\n \"https://modeltestxxxx-sh-12560502xx.cos.ap-shanghai.myqcloud.com/bge-base-zh-v1.5.zip\"\n ],\n \"ModelNames\": [\n \"wit-test\"\n ],\n \"TaskTypes\": [\n \"text_embedding\"\n ]\n}",
|
|
311
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"d6c1d15f-5eab-11ef-9b1d-525400a23f29\",\n \"FlowId\": \"
|
|
327
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"d6c1d15f-5eab-11ef-9b1d-525400a23f29\",\n \"FlowId\": \"17219\"\n }\n}",
|
|
312
328
|
"title": "安装模型调用示例"
|
|
313
329
|
}
|
|
314
330
|
],
|
|
@@ -320,6 +336,14 @@
|
|
|
320
336
|
"title": "修改集群VIP绑定的安全组信息"
|
|
321
337
|
}
|
|
322
338
|
],
|
|
339
|
+
"QueryIpTraceLog": [
|
|
340
|
+
{
|
|
341
|
+
"document": "",
|
|
342
|
+
"input": "POST / HTTP/1.1\nHost: xxx.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryIpTraceLog\n<公共请求参数>\n\n{\n \"InstanceId\": \"es-xxxxxxxx\",\n \"StartTime\": \"2024-08-11 12:00:00\",\n \"EndTime\": \"2024-08-11 12:10:00\",\n \"Offset\": 1,\n \"Limit\": 100,\n \"RemoteIp\": [\n \"127.0.0.1\"\n ],\n \"TraceType\": [\n \"Request\"\n ],\n \"NetType\": [\n \"Public\"\n ],\n \"ReqTypeOrRspStatus\": [\n \"POST\"\n ],\n \"SearchKey\": \"idx-abc\",\n \"NodeIp\": [\n \"127.0.0.1\"\n ]\n}",
|
|
343
|
+
"output": "{\n \"Response\": {\n \"IpTraceLogList\": [\n {\n \"Timestamp\": \"\",\n \"RemoteIp\": \"127.0.0.1\",\n \"TraceType\": \"req\",\n \"NetType\": \"Public\",\n \"Message\": \"\",\n \"Uri\": \"message\",\n \"PublicIp\": \"null\",\n \"ReqTypeOrRspStatus\": \"\",\n \"NodeIp\": \"127.0.0.1\"\n }\n ],\n \"Total\": 12,\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
|
344
|
+
"title": "查询IP溯源日志"
|
|
345
|
+
}
|
|
346
|
+
],
|
|
323
347
|
"RestartInstance": [
|
|
324
348
|
{
|
|
325
349
|
"document": "用以进行版本更新等操作",
|
|
@@ -440,6 +464,14 @@
|
|
|
440
464
|
"title": "修改ES集群实例配置"
|
|
441
465
|
}
|
|
442
466
|
],
|
|
467
|
+
"UpdateIpTraceStatus": [
|
|
468
|
+
{
|
|
469
|
+
"document": "",
|
|
470
|
+
"input": "POST / HTTP/1.1\nHost: xxx.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateIpTraceStatus\n<公共请求参数>\n\n{\n \"InstanceId\": \"es-xasdadas\",\n \"FilterKibanaIp\": false,\n \"OpenIpTrace\": false,\n \"DurationTime\": 0,\n \"IpTraceConfig\": {\n \"EnableRequest\": false,\n \"EnableResponse\": false,\n \"EnableRequestBody\": false,\n \"EnableResponseBody\": false,\n \"RemoteIpInclude\": [\n \"\"\n ],\n \"RemoteIpExclude\": [\n \"\"\n ],\n \"UriInclude\": [\n \"\"\n ],\n \"UriExclude\": [\n \"\"\n ]\n }\n}",
|
|
471
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
|
472
|
+
"title": "更新ES集群IP溯源状态"
|
|
473
|
+
}
|
|
474
|
+
],
|
|
443
475
|
"UpdateJdk": [
|
|
444
476
|
{
|
|
445
477
|
"document": "更新实例Jdk类型",
|
|
@@ -35,8 +35,15 @@
|
|
|
35
35
|
"output": "GetDocumentParseResultResponse",
|
|
36
36
|
"status": "online"
|
|
37
37
|
},
|
|
38
|
+
"GetMultiModalEmbedding": {
|
|
39
|
+
"document": "Embedding是一种将高维数据映射到低维空间的技术,通常用于将非结构化数据,如文本、图像或音频转化为向量表示,使其更容易输入机器模型进行处理,并且向量之间的距离可以反映对象之间的相似性。 本接口有模型维度调用上限控制,单个模型qps限制10,如您有提高并发限制的需求请[联系我们](https://cloud.tencent.com/act/event/Online_service) 。",
|
|
40
|
+
"input": "GetMultiModalEmbeddingRequest",
|
|
41
|
+
"name": "获取多模态特征向量",
|
|
42
|
+
"output": "GetMultiModalEmbeddingResponse",
|
|
43
|
+
"status": "online"
|
|
44
|
+
},
|
|
38
45
|
"GetTextEmbedding": {
|
|
39
|
-
"document": "Embedding是一种将高维数据映射到低维空间的技术,通常用于将非结构化数据,如文本、图像或音频转化为向量表示,使其更容易输入机器模型进行处理,并且向量之间的距离可以反映对象之间的相似性。\n
|
|
46
|
+
"document": "Embedding是一种将高维数据映射到低维空间的技术,通常用于将非结构化数据,如文本、图像或音频转化为向量表示,使其更容易输入机器模型进行处理,并且向量之间的距离可以反映对象之间的相似性。\n本接口有模型维度调用上限控制,单个模型qps限制20,如您有提高并发限制的需求请[联系我们](https://cloud.tencent.com/act/event/Online_service) 。",
|
|
40
47
|
"input": "GetTextEmbeddingRequest",
|
|
41
48
|
"name": "获取特征向量",
|
|
42
49
|
"output": "GetTextEmbeddingResponse",
|
|
@@ -735,12 +742,86 @@
|
|
|
735
742
|
],
|
|
736
743
|
"type": "object"
|
|
737
744
|
},
|
|
745
|
+
"GetMultiModalEmbeddingRequest": {
|
|
746
|
+
"document": "GetMultiModalEmbedding请求参数结构体",
|
|
747
|
+
"members": [
|
|
748
|
+
{
|
|
749
|
+
"disabled": false,
|
|
750
|
+
"document": "模型名称,支持WeCLIPv2-Base和WeCLIPv2-Large",
|
|
751
|
+
"example": "WeCLIPv2-Base",
|
|
752
|
+
"member": "string",
|
|
753
|
+
"name": "ModelName",
|
|
754
|
+
"required": false,
|
|
755
|
+
"type": "string"
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"disabled": false,
|
|
759
|
+
"document": "需进行向量化的文本集,一次输入限10条,单条文本长度限72",
|
|
760
|
+
"example": "[\"红色帽子\",\"白色围巾\"]",
|
|
761
|
+
"member": "string",
|
|
762
|
+
"name": "Texts",
|
|
763
|
+
"required": false,
|
|
764
|
+
"type": "list"
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"disabled": false,
|
|
768
|
+
"document": "输入图片,base64编码格式,一次输入限制8个,单张图片限制1M",
|
|
769
|
+
"example": "[\"data:image/jpeg;base64,/AAA/BBB/CCC\"]",
|
|
770
|
+
"member": "string",
|
|
771
|
+
"name": "ImageData",
|
|
772
|
+
"required": false,
|
|
773
|
+
"type": "list"
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"disabled": false,
|
|
777
|
+
"document": "输入图片url,一次输入限8个,推荐cos地址,速度更快",
|
|
778
|
+
"example": "[\"http://aaa.bb.com/cc\"]",
|
|
779
|
+
"member": "string",
|
|
780
|
+
"name": "ImageUrl",
|
|
781
|
+
"required": false,
|
|
782
|
+
"type": "list"
|
|
783
|
+
}
|
|
784
|
+
],
|
|
785
|
+
"type": "object"
|
|
786
|
+
},
|
|
787
|
+
"GetMultiModalEmbeddingResponse": {
|
|
788
|
+
"document": "GetMultiModalEmbedding返回参数结构体",
|
|
789
|
+
"members": [
|
|
790
|
+
{
|
|
791
|
+
"disabled": false,
|
|
792
|
+
"document": "多模态特征向量输出",
|
|
793
|
+
"example": "无",
|
|
794
|
+
"member": "MultiModalEmbeddingData",
|
|
795
|
+
"name": "Data",
|
|
796
|
+
"output_required": false,
|
|
797
|
+
"type": "object",
|
|
798
|
+
"value_allowed_null": false
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"disabled": false,
|
|
802
|
+
"document": "消耗的tokens和输入图片数量",
|
|
803
|
+
"example": "无",
|
|
804
|
+
"member": "MultiModalUsage",
|
|
805
|
+
"name": "Usage",
|
|
806
|
+
"output_required": false,
|
|
807
|
+
"type": "object",
|
|
808
|
+
"value_allowed_null": false
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
812
|
+
"member": "string",
|
|
813
|
+
"name": "RequestId",
|
|
814
|
+
"type": "string"
|
|
815
|
+
}
|
|
816
|
+
],
|
|
817
|
+
"type": "object"
|
|
818
|
+
},
|
|
738
819
|
"GetTextEmbeddingRequest": {
|
|
739
820
|
"document": "GetTextEmbedding请求参数结构体",
|
|
740
821
|
"members": [
|
|
741
822
|
{
|
|
742
823
|
"disabled": false,
|
|
743
|
-
"document": "模型名称,可选模型列表:bge-base-zh-v1.5,
|
|
824
|
+
"document": "模型名称,可选模型列表:bge-base-zh-v1.5,Conan-embedding-v1,bge-m3,KaLM-embedding-multilingual-mini-v1,Qwen3-Embedding-0.6B。",
|
|
744
825
|
"example": "bge-base-zh-v1.5",
|
|
745
826
|
"member": "string",
|
|
746
827
|
"name": "ModelName",
|
|
@@ -841,6 +922,58 @@
|
|
|
841
922
|
],
|
|
842
923
|
"usage": "both"
|
|
843
924
|
},
|
|
925
|
+
"MultiModalEmbeddingData": {
|
|
926
|
+
"document": "多模态特征向量",
|
|
927
|
+
"members": [
|
|
928
|
+
{
|
|
929
|
+
"disabled": false,
|
|
930
|
+
"document": "文本特征向量\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
931
|
+
"example": "无",
|
|
932
|
+
"member": "EmbeddingData",
|
|
933
|
+
"name": "TextEmbeddings",
|
|
934
|
+
"output_required": false,
|
|
935
|
+
"type": "list",
|
|
936
|
+
"value_allowed_null": true
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"disabled": false,
|
|
940
|
+
"document": "图片特征向量\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
941
|
+
"example": "无",
|
|
942
|
+
"member": "EmbeddingData",
|
|
943
|
+
"name": "ImageEmbeddings",
|
|
944
|
+
"output_required": false,
|
|
945
|
+
"type": "list",
|
|
946
|
+
"value_allowed_null": true
|
|
947
|
+
}
|
|
948
|
+
],
|
|
949
|
+
"usage": "out"
|
|
950
|
+
},
|
|
951
|
+
"MultiModalUsage": {
|
|
952
|
+
"document": "多模态向量化消耗tokens和images数量",
|
|
953
|
+
"members": [
|
|
954
|
+
{
|
|
955
|
+
"disabled": false,
|
|
956
|
+
"document": "消耗tokens",
|
|
957
|
+
"example": "100",
|
|
958
|
+
"member": "uint64",
|
|
959
|
+
"name": "TotalTokens",
|
|
960
|
+
"output_required": false,
|
|
961
|
+
"type": "int",
|
|
962
|
+
"value_allowed_null": false
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"disabled": false,
|
|
966
|
+
"document": "输入图片数量",
|
|
967
|
+
"example": "2",
|
|
968
|
+
"member": "uint64",
|
|
969
|
+
"name": "TotalImages",
|
|
970
|
+
"output_required": false,
|
|
971
|
+
"type": "int",
|
|
972
|
+
"value_allowed_null": false
|
|
973
|
+
}
|
|
974
|
+
],
|
|
975
|
+
"usage": "out"
|
|
976
|
+
},
|
|
844
977
|
"OnlineSearchOptions": {
|
|
845
978
|
"document": "联网搜索选项。",
|
|
846
979
|
"members": [
|
|
@@ -40,6 +40,14 @@
|
|
|
40
40
|
"title": "获取文档解析任务结果"
|
|
41
41
|
}
|
|
42
42
|
],
|
|
43
|
+
"GetMultiModalEmbedding": [
|
|
44
|
+
{
|
|
45
|
+
"document": "",
|
|
46
|
+
"input": "POST / HTTP/1.1\nHost: es.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetMultiModalEmbedding\n<公共请求参数>\n\n{\n \"ModelName\": \"WeCLIPv2-Base\",\n \"Texts\": [\n \"红色帽子\"\n ],\n \"ImageData\": [\n \"data:image/jpeg;base64,/AAA/BBB/CCC\"\n ]\n}",
|
|
47
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"b5623e99-ea0c-9509-9b25-20bcc99d03e9\",\n \"Data\": {\n \"TextEmbeddings\": [\n {\n \"Embedding\": [\n -0.007741480600088835,\n -0.017921222373843193,\n -0.04486401379108429,\n -0.0073757413774728775,\n 0.014934351667761803,\n -0.025723660364747047,\n 0.03559861704707146,\n -0.034379489719867706,\n 0.027674268931150436,\n 0.04876523092389107,\n -0.04266957566142082\n ],\n \"Index\": 0\n }\n ],\n \"ImageEmbeddings\": [\n {\n \"Embedding\": [\n -0.007741480600088835,\n -0.017921222373843193,\n -0.04486401379108429,\n -0.0073757413774728775,\n 0.014934351667761803,\n -0.025723660364747047,\n 0.03559861704707146,\n -0.034379489719867706,\n 0.027674268931150436,\n 0.04876523092389107,\n -0.04266957566142082\n ],\n \"Index\": 0\n }\n ]\n },\n \"Usage\": {\n \"TotalTokens\": 4,\n \"TotalImages\": 1\n }\n }\n}",
|
|
48
|
+
"title": "获取多模态特征向量"
|
|
49
|
+
}
|
|
50
|
+
],
|
|
43
51
|
"GetTextEmbedding": [
|
|
44
52
|
{
|
|
45
53
|
"document": "",
|