tencentcloud-sdk-nodejs 4.1.154 → 4.1.155
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.
- package/es/common/sdk_version.js +1 -1
- package/es/services/vod/v20180717/vod_client.js +6 -0
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +3 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +2 -3
- package/tencentcloud/services/dataagent/v20250513/dataagent_client.d.ts +1 -1
- package/tencentcloud/services/dataagent/v20250513/dataagent_models.d.ts +166 -40
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +9 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +48 -24
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +48 -24
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +18 -18
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +1 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -4
- package/tencentcloud/services/tms/v20201229/tms_client.d.ts +26 -16
- package/tencentcloud/services/tms/v20201229/tms_client.js +26 -16
- package/tencentcloud/services/tms/v20201229/tms_models.d.ts +86 -58
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +9 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +12 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +779 -200
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +3 -1
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +370 -8
|
@@ -40,7 +40,8 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
40
40
|
return this.request("CreateCluster", req, cb);
|
|
41
41
|
}
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* 查询 RocketMQ 消费详情列表。
|
|
44
|
+
当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。查询 5.x 集群消费详情的接口文档见 [DescribeConsumerGroup](https://cloud.tencent.com/document/api/1493/97941)。
|
|
44
45
|
*/
|
|
45
46
|
async DescribeRocketMQConsumeStats(req, cb) {
|
|
46
47
|
return this.request("DescribeRocketMQConsumeStats", req, cb);
|
|
@@ -58,7 +59,8 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
58
59
|
return this.request("DescribeRabbitMQExchanges", req, cb);
|
|
59
60
|
}
|
|
60
61
|
/**
|
|
61
|
-
*
|
|
62
|
+
* 查询消息轨迹。
|
|
63
|
+
当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。5.x 集群查询消息轨迹的接口文档见 [DescribeMessageTrace](https://cloud.tencent.com/document/api/1493/114302)。
|
|
62
64
|
*/
|
|
63
65
|
async DescribeRocketMQMsgTrace(req, cb) {
|
|
64
66
|
return this.request("DescribeRocketMQMsgTrace", req, cb);
|
|
@@ -101,7 +103,8 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
101
103
|
return this.request("DeleteTopics", req, cb);
|
|
102
104
|
}
|
|
103
105
|
/**
|
|
104
|
-
* 删除RocketMQ
|
|
106
|
+
* 删除 RocketMQ 消费组。
|
|
107
|
+
当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。删除 5.x 集群消费组的接口文档见 [DeleteConsumerGroup](https://cloud.tencent.com/document/api/1493/97942)。
|
|
105
108
|
*/
|
|
106
109
|
async DeleteRocketMQGroup(req, cb) {
|
|
107
110
|
return this.request("DeleteRocketMQGroup", req, cb);
|
|
@@ -120,7 +123,8 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
120
123
|
return this.request("DeleteRocketMQRoles", req, cb);
|
|
121
124
|
}
|
|
122
125
|
/**
|
|
123
|
-
*
|
|
126
|
+
* 查询 RocketMQ 消费组下的客户端连接列表。
|
|
127
|
+
当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。5.x 集群查询消费组下的客户端连接列表接口文档见 [DescribeConsumerClientList](https://cloud.tencent.com/document/api/1493/120140)。
|
|
124
128
|
*/
|
|
125
129
|
async DescribeRocketMQConsumerConnections(req, cb) {
|
|
126
130
|
return this.request("DescribeRocketMQConsumerConnections", req, cb);
|
|
@@ -144,7 +148,8 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
144
148
|
return this.request("RewindCmqQueue", req, cb);
|
|
145
149
|
}
|
|
146
150
|
/**
|
|
147
|
-
*
|
|
151
|
+
* 查询 RocketMQ 主题生产详情列表。
|
|
152
|
+
当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。5.x 集群暂不支持该功能。
|
|
148
153
|
*/
|
|
149
154
|
async DescribeRocketMQTopicStats(req, cb) {
|
|
150
155
|
return this.request("DescribeRocketMQTopicStats", req, cb);
|
|
@@ -156,7 +161,8 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
156
161
|
return this.request("CreateTopic", req, cb);
|
|
157
162
|
}
|
|
158
163
|
/**
|
|
159
|
-
* 获取RocketMQ
|
|
164
|
+
* 获取 RocketMQ 命名空间列表。
|
|
165
|
+
当前 API 适用集群:4.x 虚拟集群和 4.x 专享集群,其他集群类型均不支持该功能。
|
|
160
166
|
*/
|
|
161
167
|
async DescribeRocketMQNamespaces(req, cb) {
|
|
162
168
|
return this.request("DescribeRocketMQNamespaces", req, cb);
|
|
@@ -180,7 +186,8 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
180
186
|
return this.request("DescribeClusterDetail", req, cb);
|
|
181
187
|
}
|
|
182
188
|
/**
|
|
183
|
-
* 创建RocketMQ
|
|
189
|
+
* 创建 RocketMQ 消费组。
|
|
190
|
+
当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。创建 5.x 集群消费组的接口文档见 [CreateConsumerGroup](https://cloud.tencent.com/document/api/1493/97943)。
|
|
184
191
|
*/
|
|
185
192
|
async CreateRocketMQGroup(req, cb) {
|
|
186
193
|
return this.request("CreateRocketMQGroup", req, cb);
|
|
@@ -217,7 +224,8 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
217
224
|
return this.request("ModifyRocketMQEnvironmentRole", req, cb);
|
|
218
225
|
}
|
|
219
226
|
/**
|
|
220
|
-
*
|
|
227
|
+
* 修改 RocketMQ 主题属性。
|
|
228
|
+
当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。修改 5.x 集群主题属性的接口文档见 [ModifyTopic](https://cloud.tencent.com/document/api/1493/97944)。
|
|
221
229
|
*/
|
|
222
230
|
async ModifyRocketMQTopic(req, cb) {
|
|
223
231
|
return this.request("ModifyRocketMQTopic", req, cb);
|
|
@@ -229,7 +237,8 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
229
237
|
return this.request("ExecuteDisasterRecovery", req, cb);
|
|
230
238
|
}
|
|
231
239
|
/**
|
|
232
|
-
*
|
|
240
|
+
* 查询 RocketMQ 消息列表。
|
|
241
|
+
当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。5.x 集群的查询消息列表接口文档见 [DescribeMessageList](https://cloud.tencent.com/document/api/1493/114593)。
|
|
233
242
|
*/
|
|
234
243
|
async DescribeRocketMQTopicMsgs(req, cb) {
|
|
235
244
|
return this.request("DescribeRocketMQTopicMsgs", req, cb);
|
|
@@ -259,7 +268,8 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
259
268
|
return this.request("DescribePublisherSummary", req, cb);
|
|
260
269
|
}
|
|
261
270
|
/**
|
|
262
|
-
* 删除RocketMQ
|
|
271
|
+
* 删除 RocketMQ 命名空间。
|
|
272
|
+
当前 API 适用集群:4.x 虚拟集群和 4.x 专享集群,其他集群类型均不支持该功能。
|
|
263
273
|
*/
|
|
264
274
|
async DeleteRocketMQNamespace(req, cb) {
|
|
265
275
|
return this.request("DeleteRocketMQNamespace", req, cb);
|
|
@@ -289,7 +299,8 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
289
299
|
return this.request("CreateCmqQueue", req, cb);
|
|
290
300
|
}
|
|
291
301
|
/**
|
|
292
|
-
*
|
|
302
|
+
* 修改 RocketMQ 消费组属性。
|
|
303
|
+
当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。修改 5.x 集群消费组属性的接口文档见 [ModifyConsumerGroup](https://cloud.tencent.com/document/api/1493/97940)。
|
|
293
304
|
*/
|
|
294
305
|
async ModifyRocketMQGroup(req, cb) {
|
|
295
306
|
return this.request("ModifyRocketMQGroup", req, cb);
|
|
@@ -351,7 +362,8 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
351
362
|
return this.request("CreateRocketMQEnvironmentRole", req, cb);
|
|
352
363
|
}
|
|
353
364
|
/**
|
|
354
|
-
*
|
|
365
|
+
* 查询 RocketMQ 消费者客户端详情。
|
|
366
|
+
当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。5.x 集群的查询消费者客户端详情接口文档见 [DescribeConsumerClient](https://cloud.tencent.com/document/api/1493/115240)。
|
|
355
367
|
*/
|
|
356
368
|
async DescribeRocketMQConsumerConnectionDetail(req, cb) {
|
|
357
369
|
return this.request("DescribeRocketMQConsumerConnectionDetail", req, cb);
|
|
@@ -363,7 +375,8 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
363
375
|
return this.request("DescribeRabbitMQVipInstance", req, cb);
|
|
364
376
|
}
|
|
365
377
|
/**
|
|
366
|
-
*
|
|
378
|
+
* 查询 RocketMQ 消费组订阅的主题列表。
|
|
379
|
+
当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。5.x 集群查询消费组订阅的主题列表接口文档见 [DescribeTopicListByGroup](https://cloud.tencent.com/document/api/1493/115314)。
|
|
367
380
|
*/
|
|
368
381
|
async DescribeRocketMQTopicsByGroup(req, cb) {
|
|
369
382
|
return this.request("DescribeRocketMQTopicsByGroup", req, cb);
|
|
@@ -451,7 +464,8 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
451
464
|
return this.request("ModifyCmqSubscriptionAttribute", req, cb);
|
|
452
465
|
}
|
|
453
466
|
/**
|
|
454
|
-
*
|
|
467
|
+
* 查询 RocketMQ 消费组订阅关系列表。
|
|
468
|
+
当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。5.x 集群查询消费组订阅的主题列表接口文档见 [DescribeTopicListByGroup](https://cloud.tencent.com/document/api/1493/115314)。
|
|
455
469
|
*/
|
|
456
470
|
async DescribeRocketMQSubscriptions(req, cb) {
|
|
457
471
|
return this.request("DescribeRocketMQSubscriptions", req, cb);
|
|
@@ -512,13 +526,15 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
512
526
|
return this.request("DescribeBindVpcs", req, cb);
|
|
513
527
|
}
|
|
514
528
|
/**
|
|
515
|
-
* 删除RocketMQ
|
|
529
|
+
* 删除 RocketMQ 主题。
|
|
530
|
+
当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。删除 5.x 集群主题的接口文档见 [DeleteTopic](https://cloud.tencent.com/document/api/1493/97946)。
|
|
516
531
|
*/
|
|
517
532
|
async DeleteRocketMQTopic(req, cb) {
|
|
518
533
|
return this.request("DeleteRocketMQTopic", req, cb);
|
|
519
534
|
}
|
|
520
535
|
/**
|
|
521
|
-
* 重发RocketMQ
|
|
536
|
+
* 重发 RocketMQ 死信消息。
|
|
537
|
+
当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。5.x 集群的重发死信消息接口文档见 [ResendDeadLetterMessage](https://cloud.tencent.com/document/api/1493/114592)。
|
|
522
538
|
*/
|
|
523
539
|
async RetryRocketMQDlqMessage(req, cb) {
|
|
524
540
|
return this.request("RetryRocketMQDlqMessage", req, cb);
|
|
@@ -598,13 +614,15 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
598
614
|
return this.request("DescribeMqMsgTrace", req, cb);
|
|
599
615
|
}
|
|
600
616
|
/**
|
|
601
|
-
*
|
|
617
|
+
* 查询 RocketMQ 消费组列表。
|
|
618
|
+
当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。查询 5.x 集群的消费组列表接口文档见 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535)。
|
|
602
619
|
*/
|
|
603
620
|
async DescribeRocketMQGroups(req, cb) {
|
|
604
621
|
return this.request("DescribeRocketMQGroups", req, cb);
|
|
605
622
|
}
|
|
606
623
|
/**
|
|
607
|
-
*
|
|
624
|
+
* 批量创建 RocketMQ 主题。
|
|
625
|
+
当前云 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。5.x 集群的创建 Topic 接口文档见 [CreateTopic](https://cloud.tencent.com/document/api/1493/97947)。
|
|
608
626
|
*/
|
|
609
627
|
async CreateRocketMQTopic(req, cb) {
|
|
610
628
|
return this.request("CreateRocketMQTopic", req, cb);
|
|
@@ -617,7 +635,8 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
617
635
|
return this.request("DescribeRocketMQEnvironmentRoles", req, cb);
|
|
618
636
|
}
|
|
619
637
|
/**
|
|
620
|
-
* 删除RocketMQ
|
|
638
|
+
* 删除 RocketMQ 集群。
|
|
639
|
+
当前 API 适用集群:4.x 虚拟集群。删除 4.x 专享或通用集群的接口文档见 [DeleteRocketMQVipInstance](https://cloud.tencent.com/document/api/1179/95802),删除 5.x 集群的接口文档见 [DeleteInstance](https://cloud.tencent.com/document/product/1493/97867)。
|
|
621
640
|
*/
|
|
622
641
|
async DeleteRocketMQCluster(req, cb) {
|
|
623
642
|
return this.request("DeleteRocketMQCluster", req, cb);
|
|
@@ -708,7 +727,8 @@ BatchReceivePolicy 的接口会一次性返回多条消息:
|
|
|
708
727
|
return this.request("ModifyRabbitMQUser", req, cb);
|
|
709
728
|
}
|
|
710
729
|
/**
|
|
711
|
-
* 创建RocketMQ
|
|
730
|
+
* 创建 RocketMQ 命名空间。
|
|
731
|
+
当前 API 适用集群:4.x 虚拟集群和 4.x 专享集群,其他集群类型均不支持该功能。
|
|
712
732
|
*/
|
|
713
733
|
async CreateRocketMQNamespace(req, cb) {
|
|
714
734
|
return this.request("CreateRocketMQNamespace", req, cb);
|
|
@@ -720,7 +740,8 @@ BatchReceivePolicy 的接口会一次性返回多条消息:
|
|
|
720
740
|
return this.request("DescribeMsg", req, cb);
|
|
721
741
|
}
|
|
722
742
|
/**
|
|
723
|
-
* 创建RocketMQ
|
|
743
|
+
* 创建 RocketMQ 主题。
|
|
744
|
+
当前云 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。5.x 集群的创建 Topic 接口文档见 [CreateTopic](https://cloud.tencent.com/document/api/1493/97947)。
|
|
724
745
|
*/
|
|
725
746
|
async CreateRocketMQTopicV2(req, cb) {
|
|
726
747
|
return this.request("CreateRocketMQTopicV2", req, cb);
|
|
@@ -744,7 +765,8 @@ BatchReceivePolicy 的接口会一次性返回多条消息:
|
|
|
744
765
|
return this.request("CreateEnvironmentRole", req, cb);
|
|
745
766
|
}
|
|
746
767
|
/**
|
|
747
|
-
*
|
|
768
|
+
* 查询 RocketMQ 主题列表。
|
|
769
|
+
当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。查询 5.x 集群的主题列表接口文档见 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030)。
|
|
748
770
|
*/
|
|
749
771
|
async DescribeRocketMQTopics(req, cb) {
|
|
750
772
|
return this.request("DescribeRocketMQTopics", req, cb);
|
|
@@ -793,7 +815,8 @@ BatchReceivePolicy 的接口会一次性返回多条消息:
|
|
|
793
815
|
return this.request("CreateRole", req, cb);
|
|
794
816
|
}
|
|
795
817
|
/**
|
|
796
|
-
* 更新RocketMQ
|
|
818
|
+
* 更新 RocketMQ 命名空间。
|
|
819
|
+
当前 API 适用集群:4.x 虚拟集群和 4.x 专享集群,其他集群类型均不支持该功能。
|
|
797
820
|
*/
|
|
798
821
|
async ModifyRocketMQNamespace(req, cb) {
|
|
799
822
|
return this.request("ModifyRocketMQNamespace", req, cb);
|
|
@@ -823,7 +846,8 @@ BatchReceivePolicy 的接口会一次性返回多条消息:
|
|
|
823
846
|
return this.request("DescribePublishers", req, cb);
|
|
824
847
|
}
|
|
825
848
|
/**
|
|
826
|
-
*
|
|
849
|
+
* 创建 RocketMQ 集群。
|
|
850
|
+
当前 API 适用集群:4.x 虚拟集群。创建 4.x 专享或通用集群的接口文档见 [CreateRocketMQVipInstance](https://cloud.tencent.com/document/api/1179/95721),创建 5.x 集群接口文档见 [CreateInstance](https://cloud.tencent.com/document/api/1493/97868)。
|
|
827
851
|
*/
|
|
828
852
|
async CreateRocketMQCluster(req, cb) {
|
|
829
853
|
return this.request("CreateRocketMQCluster", req, cb);
|
|
@@ -429,7 +429,7 @@ export interface DeleteRocketMQGroupRequest {
|
|
|
429
429
|
*/
|
|
430
430
|
ClusterId: string;
|
|
431
431
|
/**
|
|
432
|
-
*
|
|
432
|
+
* 消费组所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
433
433
|
*/
|
|
434
434
|
NamespaceId: string;
|
|
435
435
|
/**
|
|
@@ -1475,7 +1475,7 @@ export interface DescribeRocketMQMsgTraceRequest {
|
|
|
1475
1475
|
*/
|
|
1476
1476
|
ClusterId: string;
|
|
1477
1477
|
/**
|
|
1478
|
-
*
|
|
1478
|
+
* 命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
1479
1479
|
*/
|
|
1480
1480
|
EnvironmentId: string;
|
|
1481
1481
|
/**
|
|
@@ -1509,7 +1509,7 @@ export interface ModifyRocketMQGroupRequest {
|
|
|
1509
1509
|
*/
|
|
1510
1510
|
ClusterId: string;
|
|
1511
1511
|
/**
|
|
1512
|
-
*
|
|
1512
|
+
* 消费组所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
1513
1513
|
*/
|
|
1514
1514
|
NamespaceId: string;
|
|
1515
1515
|
/**
|
|
@@ -2448,7 +2448,7 @@ export interface DescribeRocketMQTopicMsgsRequest {
|
|
|
2448
2448
|
*/
|
|
2449
2449
|
ClusterId: string;
|
|
2450
2450
|
/**
|
|
2451
|
-
*
|
|
2451
|
+
* 命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
2452
2452
|
*/
|
|
2453
2453
|
EnvironmentId: string;
|
|
2454
2454
|
/**
|
|
@@ -4989,7 +4989,7 @@ export interface CreateRocketMQTopicRequest {
|
|
|
4989
4989
|
*/
|
|
4990
4990
|
Topic: string;
|
|
4991
4991
|
/**
|
|
4992
|
-
*
|
|
4992
|
+
* 主题所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
4993
4993
|
*/
|
|
4994
4994
|
Namespaces: Array<string>;
|
|
4995
4995
|
/**
|
|
@@ -5387,7 +5387,7 @@ export interface DescribeRocketMQConsumerConnectionsRequest {
|
|
|
5387
5387
|
*/
|
|
5388
5388
|
ClusterId: string;
|
|
5389
5389
|
/**
|
|
5390
|
-
*
|
|
5390
|
+
* 消费组所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
5391
5391
|
*/
|
|
5392
5392
|
NamespaceId: string;
|
|
5393
5393
|
/**
|
|
@@ -5728,7 +5728,7 @@ export interface CreateRocketMQGroupRequest {
|
|
|
5728
5728
|
*/
|
|
5729
5729
|
GroupId: string;
|
|
5730
5730
|
/**
|
|
5731
|
-
*
|
|
5731
|
+
* 消费组所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
5732
5732
|
*/
|
|
5733
5733
|
Namespaces: Array<string>;
|
|
5734
5734
|
/**
|
|
@@ -5981,7 +5981,7 @@ export interface DescribeRocketMQTopicsRequest {
|
|
|
5981
5981
|
*/
|
|
5982
5982
|
ClusterId: string;
|
|
5983
5983
|
/**
|
|
5984
|
-
*
|
|
5984
|
+
* 主题所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
5985
5985
|
*/
|
|
5986
5986
|
NamespaceId: string;
|
|
5987
5987
|
/**
|
|
@@ -6298,7 +6298,7 @@ export interface DescribeRocketMQTopicStatsRequest {
|
|
|
6298
6298
|
*/
|
|
6299
6299
|
ClusterId: string;
|
|
6300
6300
|
/**
|
|
6301
|
-
*
|
|
6301
|
+
* 主题所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
6302
6302
|
*/
|
|
6303
6303
|
NamespaceId: string;
|
|
6304
6304
|
/**
|
|
@@ -6894,7 +6894,7 @@ export interface DescribeRocketMQConsumerConnectionDetailRequest {
|
|
|
6894
6894
|
*/
|
|
6895
6895
|
ClusterId: string;
|
|
6896
6896
|
/**
|
|
6897
|
-
*
|
|
6897
|
+
* 消费组所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
6898
6898
|
*/
|
|
6899
6899
|
NamespaceId: string;
|
|
6900
6900
|
/**
|
|
@@ -7009,7 +7009,7 @@ export interface ModifyRocketMQTopicRequest {
|
|
|
7009
7009
|
*/
|
|
7010
7010
|
ClusterId: string;
|
|
7011
7011
|
/**
|
|
7012
|
-
*
|
|
7012
|
+
* 主题所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
7013
7013
|
*/
|
|
7014
7014
|
NamespaceId: string;
|
|
7015
7015
|
/**
|
|
@@ -7587,7 +7587,7 @@ export interface DescribeRocketMQSubscriptionsRequest {
|
|
|
7587
7587
|
*/
|
|
7588
7588
|
ClusterId: string;
|
|
7589
7589
|
/**
|
|
7590
|
-
*
|
|
7590
|
+
* 消费组所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
7591
7591
|
*/
|
|
7592
7592
|
Namespace: string;
|
|
7593
7593
|
/**
|
|
@@ -8001,7 +8001,7 @@ export interface DescribeRocketMQConsumeStatsRequest {
|
|
|
8001
8001
|
*/
|
|
8002
8002
|
ClusterId: string;
|
|
8003
8003
|
/**
|
|
8004
|
-
*
|
|
8004
|
+
* 消费组所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
8005
8005
|
*/
|
|
8006
8006
|
NamespaceId: string;
|
|
8007
8007
|
/**
|
|
@@ -8553,7 +8553,7 @@ export interface RetryRocketMQDlqMessageRequest {
|
|
|
8553
8553
|
*/
|
|
8554
8554
|
ClusterId: string;
|
|
8555
8555
|
/**
|
|
8556
|
-
*
|
|
8556
|
+
* 命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
8557
8557
|
*/
|
|
8558
8558
|
NamespaceId: string;
|
|
8559
8559
|
/**
|
|
@@ -8574,7 +8574,7 @@ export interface DescribeRocketMQTopicsByGroupRequest {
|
|
|
8574
8574
|
*/
|
|
8575
8575
|
ClusterId: string;
|
|
8576
8576
|
/**
|
|
8577
|
-
*
|
|
8577
|
+
* 消费组所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
8578
8578
|
*/
|
|
8579
8579
|
NamespaceId: string;
|
|
8580
8580
|
/**
|
|
@@ -8659,7 +8659,7 @@ export interface CreateRocketMQTopicV2Request {
|
|
|
8659
8659
|
*/
|
|
8660
8660
|
ClusterId: string;
|
|
8661
8661
|
/**
|
|
8662
|
-
*
|
|
8662
|
+
* 主题所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
8663
8663
|
*/
|
|
8664
8664
|
Namespace: string;
|
|
8665
8665
|
/**
|
|
@@ -10028,7 +10028,7 @@ export interface DeleteRocketMQTopicRequest {
|
|
|
10028
10028
|
*/
|
|
10029
10029
|
ClusterId: string;
|
|
10030
10030
|
/**
|
|
10031
|
-
*
|
|
10031
|
+
* 主题所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
10032
10032
|
*/
|
|
10033
10033
|
NamespaceId: string;
|
|
10034
10034
|
/**
|
|
@@ -10219,7 +10219,7 @@ export interface DescribeRocketMQGroupsRequest {
|
|
|
10219
10219
|
*/
|
|
10220
10220
|
ClusterId: string;
|
|
10221
10221
|
/**
|
|
10222
|
-
*
|
|
10222
|
+
* 消费组所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
10223
10223
|
*/
|
|
10224
10224
|
NamespaceId: string;
|
|
10225
10225
|
/**
|
|
@@ -7669,13 +7669,13 @@ export interface CreateClusterVirtualNodePoolRequest {
|
|
|
7669
7669
|
*/
|
|
7670
7670
|
Name: string;
|
|
7671
7671
|
/**
|
|
7672
|
-
*
|
|
7672
|
+
* 安全组ID列表
|
|
7673
7673
|
*/
|
|
7674
|
-
|
|
7674
|
+
SecurityGroupIds: Array<string>;
|
|
7675
7675
|
/**
|
|
7676
|
-
*
|
|
7676
|
+
* 子网ID列表
|
|
7677
7677
|
*/
|
|
7678
|
-
|
|
7678
|
+
SubnetIds?: Array<string>;
|
|
7679
7679
|
/**
|
|
7680
7680
|
* 虚拟节点label
|
|
7681
7681
|
*/
|
|
@@ -8,32 +8,42 @@ import { GetFinancialLLMTaskResultRequest, GetFinancialLLMTaskResultResponse, Te
|
|
|
8
8
|
export declare class Client extends AbstractClient {
|
|
9
9
|
constructor(clientConfig: ClientConfig);
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* 本接口适用于“金融大模型审校”服务。在对接前,请参考快速入门文档并配置好业务基础信息。
|
|
12
|
+
- **快速入门**:[快速入门文档](https://cloud.tencent.com/document/product/1124/124604)
|
|
13
|
+
|
|
14
|
+
### 接口功能说明:
|
|
15
|
+
由于大模型审校服务耗时较长,通常达到分钟级,因此采用异步模式,整体流程分为两步:
|
|
16
|
+
1. 创建金融大模型审校任务(详见本文档)。
|
|
17
|
+
2. 查询审校结果(详见 [查询结果文档](https://cloud.tencent.com/document/product/1124/124463))。
|
|
18
|
+
|
|
19
|
+
### 接口调用说明:
|
|
20
|
+
- **请求域名**:tms.tencentcloudapi.com
|
|
21
|
+
- **并发限制**:每个账号最多可同时进行3个审校任务。
|
|
22
|
+
- **支持的文件格式**:纯文本、PDF、DOC、DOCX。
|
|
23
|
+
|
|
24
|
+
### 文件限制说明:
|
|
25
|
+
- **文档大小限制**:PDF/DOC/DOCX 格式文件不超过 200M(该大小为Base64编码后)。
|
|
26
|
+
- **文档下载时长**:不超过 15 秒(建议将文档存储在腾讯云 URL,以确保更高的下载稳定性)。
|
|
12
27
|
*/
|
|
13
28
|
CreateFinancialLLMTask(req: CreateFinancialLLMTaskRequest, cb?: (error: string, rep: CreateFinancialLLMTaskResponse) => void): Promise<CreateFinancialLLMTaskResponse>;
|
|
14
29
|
/**
|
|
15
|
-
*
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
- 前往“[内容安全控制台-文本内容安全](https://console.cloud.tencent.com/cms)”开启使用文本内容安全服务,首次开通服务的用户可免费领用试用套餐包,包含**3000条**文本识别额度,有效期为15天。
|
|
19
|
-
- 该接口为收费接口,计费方式敬请参见 [腾讯云文本内容安全定价](https://cloud.tencent.com/product/tms/pricing)。
|
|
30
|
+
* 本接口提供“内容安全”和“AI生成识别”服务。在对接之前,请先参考快速入门,以配置业务基础信息。
|
|
31
|
+
- **内容安全**:[快速入门](https://cloud.tencent.com/document/product/1124/37119)
|
|
32
|
+
- **AI生成识别**:[快速入门](https://cloud.tencent.com/document/product/1124/118694)
|
|
20
33
|
|
|
21
34
|
### 接口功能说明:
|
|
22
|
-
-
|
|
23
|
-
-
|
|
24
|
-
- 支持根据不同的业务场景配置自定义的审核策略,可在控制台文本内容安全-策略管理中配置;
|
|
25
|
-
- 支持用户自定义配置词库黑白名单,打击自定义识别类型的违规文本(目前仅支持黑名单配置);
|
|
26
|
-
- 支持在审核文本内容时同时关联账号或设备信息,可识别违规风险账号或设备;
|
|
27
|
-
- 支持大模型、聊天室等场景下的流式上下文审核。
|
|
35
|
+
- **内容安全**:对输入的文本,识别其中是否存在色情、违法等风险,返回处置建议、风险标签及对应的模型阈值。
|
|
36
|
+
- **AI生成识别**:对输入的文本,判断其是否为AI工具生成,返回AI生成的概率分数。
|
|
28
37
|
|
|
29
38
|
### 接口调用说明:
|
|
30
|
-
-
|
|
31
|
-
-
|
|
32
|
-
-
|
|
39
|
+
- **请求域名**:tms.tencentcloudapi.com
|
|
40
|
+
- **文本长度限制**:最长10,000个字符(以Unicode编码计量)。
|
|
41
|
+
- **请求频率**:内容安全默认1000次/秒,AI生成识别默认50次/秒。
|
|
42
|
+
- **支持语言**:中文、英文。
|
|
33
43
|
*/
|
|
34
44
|
TextModeration(req: TextModerationRequest, cb?: (error: string, rep: TextModerationResponse) => void): Promise<TextModerationResponse>;
|
|
35
45
|
/**
|
|
36
|
-
*
|
|
46
|
+
* 本接口适用于“金融大模型审校”服务的结果查询。
|
|
37
47
|
*/
|
|
38
48
|
GetFinancialLLMTaskResult(req: GetFinancialLLMTaskResultRequest, cb?: (error: string, rep: GetFinancialLLMTaskResultResponse) => void): Promise<GetFinancialLLMTaskResultResponse>;
|
|
39
49
|
}
|
|
@@ -28,36 +28,46 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
28
28
|
super("tms.tencentcloudapi.com", "2020-12-29", clientConfig);
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* 本接口适用于“金融大模型审校”服务。在对接前,请参考快速入门文档并配置好业务基础信息。
|
|
32
|
+
- **快速入门**:[快速入门文档](https://cloud.tencent.com/document/product/1124/124604)
|
|
33
|
+
|
|
34
|
+
### 接口功能说明:
|
|
35
|
+
由于大模型审校服务耗时较长,通常达到分钟级,因此采用异步模式,整体流程分为两步:
|
|
36
|
+
1. 创建金融大模型审校任务(详见本文档)。
|
|
37
|
+
2. 查询审校结果(详见 [查询结果文档](https://cloud.tencent.com/document/product/1124/124463))。
|
|
38
|
+
|
|
39
|
+
### 接口调用说明:
|
|
40
|
+
- **请求域名**:tms.tencentcloudapi.com
|
|
41
|
+
- **并发限制**:每个账号最多可同时进行3个审校任务。
|
|
42
|
+
- **支持的文件格式**:纯文本、PDF、DOC、DOCX。
|
|
43
|
+
|
|
44
|
+
### 文件限制说明:
|
|
45
|
+
- **文档大小限制**:PDF/DOC/DOCX 格式文件不超过 200M(该大小为Base64编码后)。
|
|
46
|
+
- **文档下载时长**:不超过 15 秒(建议将文档存储在腾讯云 URL,以确保更高的下载稳定性)。
|
|
32
47
|
*/
|
|
33
48
|
async CreateFinancialLLMTask(req, cb) {
|
|
34
49
|
return this.request("CreateFinancialLLMTask", req, cb);
|
|
35
50
|
}
|
|
36
51
|
/**
|
|
37
|
-
*
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
- 前往“[内容安全控制台-文本内容安全](https://console.cloud.tencent.com/cms)”开启使用文本内容安全服务,首次开通服务的用户可免费领用试用套餐包,包含**3000条**文本识别额度,有效期为15天。
|
|
41
|
-
- 该接口为收费接口,计费方式敬请参见 [腾讯云文本内容安全定价](https://cloud.tencent.com/product/tms/pricing)。
|
|
52
|
+
* 本接口提供“内容安全”和“AI生成识别”服务。在对接之前,请先参考快速入门,以配置业务基础信息。
|
|
53
|
+
- **内容安全**:[快速入门](https://cloud.tencent.com/document/product/1124/37119)
|
|
54
|
+
- **AI生成识别**:[快速入门](https://cloud.tencent.com/document/product/1124/118694)
|
|
42
55
|
|
|
43
56
|
### 接口功能说明:
|
|
44
|
-
-
|
|
45
|
-
-
|
|
46
|
-
- 支持根据不同的业务场景配置自定义的审核策略,可在控制台文本内容安全-策略管理中配置;
|
|
47
|
-
- 支持用户自定义配置词库黑白名单,打击自定义识别类型的违规文本(目前仅支持黑名单配置);
|
|
48
|
-
- 支持在审核文本内容时同时关联账号或设备信息,可识别违规风险账号或设备;
|
|
49
|
-
- 支持大模型、聊天室等场景下的流式上下文审核。
|
|
57
|
+
- **内容安全**:对输入的文本,识别其中是否存在色情、违法等风险,返回处置建议、风险标签及对应的模型阈值。
|
|
58
|
+
- **AI生成识别**:对输入的文本,判断其是否为AI工具生成,返回AI生成的概率分数。
|
|
50
59
|
|
|
51
60
|
### 接口调用说明:
|
|
52
|
-
-
|
|
53
|
-
-
|
|
54
|
-
-
|
|
61
|
+
- **请求域名**:tms.tencentcloudapi.com
|
|
62
|
+
- **文本长度限制**:最长10,000个字符(以Unicode编码计量)。
|
|
63
|
+
- **请求频率**:内容安全默认1000次/秒,AI生成识别默认50次/秒。
|
|
64
|
+
- **支持语言**:中文、英文。
|
|
55
65
|
*/
|
|
56
66
|
async TextModeration(req, cb) {
|
|
57
67
|
return this.request("TextModeration", req, cb);
|
|
58
68
|
}
|
|
59
69
|
/**
|
|
60
|
-
*
|
|
70
|
+
* 本接口适用于“金融大模型审校”服务的结果查询。
|
|
61
71
|
*/
|
|
62
72
|
async GetFinancialLLMTaskResult(req, cb) {
|
|
63
73
|
return this.request("GetFinancialLLMTaskResult", req, cb);
|