tencentcloud-sdk-nodejs 4.1.284 → 4.1.286
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/ckafka/v20190819/ckafka_client.js +12 -0
- package/es/services/cls/v20201016/cls_client.js +6 -0
- package/es/services/dlc/v20210125/dlc_client.js +119 -20
- package/es/services/kms/v20190118/kms_client.js +3 -0
- package/es/services/mqtt/v20240516/mqtt_client.js +20 -8
- package/es/services/omics/v20221128/omics_client.js +3 -0
- package/es/services/tcb/v20180608/tcb_client.js +3 -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/adp/v20260520/adp_models.d.ts +6 -6
- package/tencentcloud/services/ai3d/v20250513/ai3d_models.d.ts +10 -2
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +74 -213
- package/tencentcloud/services/chc/v20230418/chc_models.d.ts +54 -17
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +17 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +24 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +200 -6
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +9 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +12 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +112 -36
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +99 -61
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +8 -8
- package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +22 -0
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +153 -21
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +228 -30
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +3565 -659
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +96 -77
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +15 -9
- package/tencentcloud/services/ess/v20201111/ess_client.js +15 -9
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +79 -77
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +20 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +20 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +77 -85
- package/tencentcloud/services/kms/v20190118/kms_client.d.ts +5 -1
- package/tencentcloud/services/kms/v20190118/kms_client.js +6 -0
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +26 -0
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +2 -1
- package/tencentcloud/services/mps/v20190612/mps_client.js +2 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +8 -0
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.d.ts +26 -10
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.js +37 -13
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +283 -107
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +12 -0
- package/tencentcloud/services/omics/v20221128/omics_client.d.ts +5 -1
- package/tencentcloud/services/omics/v20221128/omics_client.js +6 -0
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +30 -0
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +4 -0
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +20 -1
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +21 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +83 -0
- package/tencentcloud/services/tokenhub/v20260322/tokenhub_models.d.ts +5 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +39 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +22 -22
package/es/common/sdk_version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.1.
|
|
1
|
+
export const sdkVersion = "4.1.286";
|
|
@@ -45,6 +45,9 @@ export class Client extends AbstractClient {
|
|
|
45
45
|
async DescribeTopicFlowRanking(req, cb) {
|
|
46
46
|
return this.request("DescribeTopicFlowRanking", req, cb);
|
|
47
47
|
}
|
|
48
|
+
async DescribeThrottleRules(req, cb) {
|
|
49
|
+
return this.request("DescribeThrottleRules", req, cb);
|
|
50
|
+
}
|
|
48
51
|
async CreatePartition(req, cb) {
|
|
49
52
|
return this.request("CreatePartition", req, cb);
|
|
50
53
|
}
|
|
@@ -96,6 +99,9 @@ export class Client extends AbstractClient {
|
|
|
96
99
|
async DescribePrometheus(req, cb) {
|
|
97
100
|
return this.request("DescribePrometheus", req, cb);
|
|
98
101
|
}
|
|
102
|
+
async CreateThrottleRule(req, cb) {
|
|
103
|
+
return this.request("CreateThrottleRule", req, cb);
|
|
104
|
+
}
|
|
99
105
|
async UpgradeBrokerVersion(req, cb) {
|
|
100
106
|
return this.request("UpgradeBrokerVersion", req, cb);
|
|
101
107
|
}
|
|
@@ -129,6 +135,9 @@ export class Client extends AbstractClient {
|
|
|
129
135
|
async DescribeInstanceAttributes(req, cb) {
|
|
130
136
|
return this.request("DescribeInstanceAttributes", req, cb);
|
|
131
137
|
}
|
|
138
|
+
async DeleteThrottleRule(req, cb) {
|
|
139
|
+
return this.request("DeleteThrottleRule", req, cb);
|
|
140
|
+
}
|
|
132
141
|
async DescribeTopicSyncReplica(req, cb) {
|
|
133
142
|
return this.request("DescribeTopicSyncReplica", req, cb);
|
|
134
143
|
}
|
|
@@ -252,6 +261,9 @@ export class Client extends AbstractClient {
|
|
|
252
261
|
async CreateRoute(req, cb) {
|
|
253
262
|
return this.request("CreateRoute", req, cb);
|
|
254
263
|
}
|
|
264
|
+
async ModifyThrottleRule(req, cb) {
|
|
265
|
+
return this.request("ModifyThrottleRule", req, cb);
|
|
266
|
+
}
|
|
255
267
|
async DescribeAccessPolicy(req, cb) {
|
|
256
268
|
return this.request("DescribeAccessPolicy", req, cb);
|
|
257
269
|
}
|
|
@@ -75,6 +75,9 @@ export class Client extends AbstractClient {
|
|
|
75
75
|
async DescribeEsRecharges(req, cb) {
|
|
76
76
|
return this.request("DescribeEsRecharges", req, cb);
|
|
77
77
|
}
|
|
78
|
+
async DeleteLog(req, cb) {
|
|
79
|
+
return this.request("DeleteLog", req, cb);
|
|
80
|
+
}
|
|
78
81
|
async CreateTopic(req, cb) {
|
|
79
82
|
return this.request("CreateTopic", req, cb);
|
|
80
83
|
}
|
|
@@ -450,6 +453,9 @@ export class Client extends AbstractClient {
|
|
|
450
453
|
async CreateS3Recharge(req, cb) {
|
|
451
454
|
return this.request("CreateS3Recharge", req, cb);
|
|
452
455
|
}
|
|
456
|
+
async ModifyLog(req, cb) {
|
|
457
|
+
return this.request("ModifyLog", req, cb);
|
|
458
|
+
}
|
|
453
459
|
async DeleteExport(req, cb) {
|
|
454
460
|
return this.request("DeleteExport", req, cb);
|
|
455
461
|
}
|
|
@@ -21,6 +21,9 @@ export class Client extends AbstractClient {
|
|
|
21
21
|
async DescribeForbiddenTablePro(req, cb) {
|
|
22
22
|
return this.request("DescribeForbiddenTablePro", req, cb);
|
|
23
23
|
}
|
|
24
|
+
async DescribePartitionDetail(req, cb) {
|
|
25
|
+
return this.request("DescribePartitionDetail", req, cb);
|
|
26
|
+
}
|
|
24
27
|
async DescribeUserInfo(req, cb) {
|
|
25
28
|
return this.request("DescribeUserInfo", req, cb);
|
|
26
29
|
}
|
|
@@ -63,6 +66,9 @@ export class Client extends AbstractClient {
|
|
|
63
66
|
async CreateStoreLocation(req, cb) {
|
|
64
67
|
return this.request("CreateStoreLocation", req, cb);
|
|
65
68
|
}
|
|
69
|
+
async CreatePartitionQueue(req, cb) {
|
|
70
|
+
return this.request("CreatePartitionQueue", req, cb);
|
|
71
|
+
}
|
|
66
72
|
async GetLabPodYaml(req, cb) {
|
|
67
73
|
return this.request("GetLabPodYaml", req, cb);
|
|
68
74
|
}
|
|
@@ -72,6 +78,9 @@ export class Client extends AbstractClient {
|
|
|
72
78
|
async CreateNotebookSessionStatementSupportBatchSQL(req, cb) {
|
|
73
79
|
return this.request("CreateNotebookSessionStatementSupportBatchSQL", req, cb);
|
|
74
80
|
}
|
|
81
|
+
async ListExamples(req, cb) {
|
|
82
|
+
return this.request("ListExamples", req, cb);
|
|
83
|
+
}
|
|
75
84
|
async SwitchDataEngine(req, cb) {
|
|
76
85
|
return this.request("SwitchDataEngine", req, cb);
|
|
77
86
|
}
|
|
@@ -120,14 +129,17 @@ export class Client extends AbstractClient {
|
|
|
120
129
|
async ListJobSpecs(req, cb) {
|
|
121
130
|
return this.request("ListJobSpecs", req, cb);
|
|
122
131
|
}
|
|
132
|
+
async DescribeWorkGroups(req, cb) {
|
|
133
|
+
return this.request("DescribeWorkGroups", req, cb);
|
|
134
|
+
}
|
|
123
135
|
async UpdateStandardEngineResourceGroupResourceInfo(req, cb) {
|
|
124
136
|
return this.request("UpdateStandardEngineResourceGroupResourceInfo", req, cb);
|
|
125
137
|
}
|
|
126
138
|
async RenewDataEngine(req, cb) {
|
|
127
139
|
return this.request("RenewDataEngine", req, cb);
|
|
128
140
|
}
|
|
129
|
-
async
|
|
130
|
-
return this.request("
|
|
141
|
+
async CreatePartition(req, cb) {
|
|
142
|
+
return this.request("CreatePartition", req, cb);
|
|
131
143
|
}
|
|
132
144
|
async DescribeNetworkConnections(req, cb) {
|
|
133
145
|
return this.request("DescribeNetworkConnections", req, cb);
|
|
@@ -138,8 +150,8 @@ export class Client extends AbstractClient {
|
|
|
138
150
|
async DescribeTasks(req, cb) {
|
|
139
151
|
return this.request("DescribeTasks", req, cb);
|
|
140
152
|
}
|
|
141
|
-
async
|
|
142
|
-
return this.request("
|
|
153
|
+
async GetInferenceService(req, cb) {
|
|
154
|
+
return this.request("GetInferenceService", req, cb);
|
|
143
155
|
}
|
|
144
156
|
async DeleteScript(req, cb) {
|
|
145
157
|
return this.request("DeleteScript", req, cb);
|
|
@@ -147,12 +159,18 @@ export class Client extends AbstractClient {
|
|
|
147
159
|
async DescribeDataEngineSessionParameters(req, cb) {
|
|
148
160
|
return this.request("DescribeDataEngineSessionParameters", req, cb);
|
|
149
161
|
}
|
|
162
|
+
async ListExampleCategories(req, cb) {
|
|
163
|
+
return this.request("ListExampleCategories", req, cb);
|
|
164
|
+
}
|
|
150
165
|
async CreateSparkAppTask(req, cb) {
|
|
151
166
|
return this.request("CreateSparkAppTask", req, cb);
|
|
152
167
|
}
|
|
153
168
|
async DescribeOtherCHDFSBindingList(req, cb) {
|
|
154
169
|
return this.request("DescribeOtherCHDFSBindingList", req, cb);
|
|
155
170
|
}
|
|
171
|
+
async ModifyPartitionDescription(req, cb) {
|
|
172
|
+
return this.request("ModifyPartitionDescription", req, cb);
|
|
173
|
+
}
|
|
156
174
|
async UpdateStandardEngineResourceGroupBaseInfo(req, cb) {
|
|
157
175
|
return this.request("UpdateStandardEngineResourceGroupBaseInfo", req, cb);
|
|
158
176
|
}
|
|
@@ -183,6 +201,9 @@ export class Client extends AbstractClient {
|
|
|
183
201
|
async DescribeThirdPartyAccessUser(req, cb) {
|
|
184
202
|
return this.request("DescribeThirdPartyAccessUser", req, cb);
|
|
185
203
|
}
|
|
204
|
+
async GetModelFiles(req, cb) {
|
|
205
|
+
return this.request("GetModelFiles", req, cb);
|
|
206
|
+
}
|
|
186
207
|
async GetLabHistory(req, cb) {
|
|
187
208
|
return this.request("GetLabHistory", req, cb);
|
|
188
209
|
}
|
|
@@ -192,6 +213,9 @@ export class Client extends AbstractClient {
|
|
|
192
213
|
async CreateUser(req, cb) {
|
|
193
214
|
return this.request("CreateUser", req, cb);
|
|
194
215
|
}
|
|
216
|
+
async GetInferenceModel(req, cb) {
|
|
217
|
+
return this.request("GetInferenceModel", req, cb);
|
|
218
|
+
}
|
|
195
219
|
async GetRayClusterHistory(req, cb) {
|
|
196
220
|
return this.request("GetRayClusterHistory", req, cb);
|
|
197
221
|
}
|
|
@@ -207,6 +231,9 @@ export class Client extends AbstractClient {
|
|
|
207
231
|
async AssociateDatasourceHouse(req, cb) {
|
|
208
232
|
return this.request("AssociateDatasourceHouse", req, cb);
|
|
209
233
|
}
|
|
234
|
+
async ListInferenceEngines(req, cb) {
|
|
235
|
+
return this.request("ListInferenceEngines", req, cb);
|
|
236
|
+
}
|
|
210
237
|
async DescribeLakeFsTaskResult(req, cb) {
|
|
211
238
|
return this.request("DescribeLakeFsTaskResult", req, cb);
|
|
212
239
|
}
|
|
@@ -240,6 +267,9 @@ export class Client extends AbstractClient {
|
|
|
240
267
|
async GenerateInternalTable(req, cb) {
|
|
241
268
|
return this.request("GenerateInternalTable", req, cb);
|
|
242
269
|
}
|
|
270
|
+
async UpdateStandardEngineResourceGroupConfigInfo(req, cb) {
|
|
271
|
+
return this.request("UpdateStandardEngineResourceGroupConfigInfo", req, cb);
|
|
272
|
+
}
|
|
243
273
|
async DescribeClusterMonitorInfos(req, cb) {
|
|
244
274
|
return this.request("DescribeClusterMonitorInfos", req, cb);
|
|
245
275
|
}
|
|
@@ -252,8 +282,8 @@ export class Client extends AbstractClient {
|
|
|
252
282
|
async DescribeTablesName(req, cb) {
|
|
253
283
|
return this.request("DescribeTablesName", req, cb);
|
|
254
284
|
}
|
|
255
|
-
async
|
|
256
|
-
return this.request("
|
|
285
|
+
async CreateInferenceModel(req, cb) {
|
|
286
|
+
return this.request("CreateInferenceModel", req, cb);
|
|
257
287
|
}
|
|
258
288
|
async PauseStandardEngineResourceGroups(req, cb) {
|
|
259
289
|
return this.request("PauseStandardEngineResourceGroups", req, cb);
|
|
@@ -267,8 +297,11 @@ export class Client extends AbstractClient {
|
|
|
267
297
|
async DescribeUpdatableDataEngines(req, cb) {
|
|
268
298
|
return this.request("DescribeUpdatableDataEngines", req, cb);
|
|
269
299
|
}
|
|
270
|
-
async
|
|
271
|
-
return this.request("
|
|
300
|
+
async CreateModelVersion(req, cb) {
|
|
301
|
+
return this.request("CreateModelVersion", req, cb);
|
|
302
|
+
}
|
|
303
|
+
async CheckResourceName(req, cb) {
|
|
304
|
+
return this.request("CheckResourceName", req, cb);
|
|
272
305
|
}
|
|
273
306
|
async RevokeDLCCatalogAccess(req, cb) {
|
|
274
307
|
return this.request("RevokeDLCCatalogAccess", req, cb);
|
|
@@ -336,12 +369,18 @@ export class Client extends AbstractClient {
|
|
|
336
369
|
async GrantDLCCatalogAccess(req, cb) {
|
|
337
370
|
return this.request("GrantDLCCatalogAccess", req, cb);
|
|
338
371
|
}
|
|
372
|
+
async UpdateInferenceModel(req, cb) {
|
|
373
|
+
return this.request("UpdateInferenceModel", req, cb);
|
|
374
|
+
}
|
|
339
375
|
async UpdateRayCluster(req, cb) {
|
|
340
376
|
return this.request("UpdateRayCluster", req, cb);
|
|
341
377
|
}
|
|
342
378
|
async CopyJobSpec(req, cb) {
|
|
343
379
|
return this.request("CopyJobSpec", req, cb);
|
|
344
380
|
}
|
|
381
|
+
async QueryTaskCostDetail(req, cb) {
|
|
382
|
+
return this.request("QueryTaskCostDetail", req, cb);
|
|
383
|
+
}
|
|
345
384
|
async UpdateClusterGroup(req, cb) {
|
|
346
385
|
return this.request("UpdateClusterGroup", req, cb);
|
|
347
386
|
}
|
|
@@ -357,6 +396,9 @@ export class Client extends AbstractClient {
|
|
|
357
396
|
async GetRayJobEventLog(req, cb) {
|
|
358
397
|
return this.request("GetRayJobEventLog", req, cb);
|
|
359
398
|
}
|
|
399
|
+
async GetModelConfig(req, cb) {
|
|
400
|
+
return this.request("GetModelConfig", req, cb);
|
|
401
|
+
}
|
|
360
402
|
async CreateDMSDatabase(req, cb) {
|
|
361
403
|
return this.request("CreateDMSDatabase", req, cb);
|
|
362
404
|
}
|
|
@@ -369,8 +411,8 @@ export class Client extends AbstractClient {
|
|
|
369
411
|
async StopLab(req, cb) {
|
|
370
412
|
return this.request("StopLab", req, cb);
|
|
371
413
|
}
|
|
372
|
-
async
|
|
373
|
-
return this.request("
|
|
414
|
+
async DescribeSaleResourceInfo(req, cb) {
|
|
415
|
+
return this.request("DescribeSaleResourceInfo", req, cb);
|
|
374
416
|
}
|
|
375
417
|
async CreateResultDownload(req, cb) {
|
|
376
418
|
return this.request("CreateResultDownload", req, cb);
|
|
@@ -381,6 +423,9 @@ export class Client extends AbstractClient {
|
|
|
381
423
|
async DescribeNotebookSessionStatementSqlResult(req, cb) {
|
|
382
424
|
return this.request("DescribeNotebookSessionStatementSqlResult", req, cb);
|
|
383
425
|
}
|
|
426
|
+
async DescribeUserVpcConnection(req, cb) {
|
|
427
|
+
return this.request("DescribeUserVpcConnection", req, cb);
|
|
428
|
+
}
|
|
384
429
|
async DescribeMCPSubUin(req, cb) {
|
|
385
430
|
return this.request("DescribeMCPSubUin", req, cb);
|
|
386
431
|
}
|
|
@@ -393,8 +438,11 @@ export class Client extends AbstractClient {
|
|
|
393
438
|
async UnboundDatasourceHouse(req, cb) {
|
|
394
439
|
return this.request("UnboundDatasourceHouse", req, cb);
|
|
395
440
|
}
|
|
396
|
-
async
|
|
397
|
-
return this.request("
|
|
441
|
+
async CheckModifyPartition(req, cb) {
|
|
442
|
+
return this.request("CheckModifyPartition", req, cb);
|
|
443
|
+
}
|
|
444
|
+
async ListInferenceServices(req, cb) {
|
|
445
|
+
return this.request("ListInferenceServices", req, cb);
|
|
398
446
|
}
|
|
399
447
|
async RegisterThirdPartyAccessUser(req, cb) {
|
|
400
448
|
return this.request("RegisterThirdPartyAccessUser", req, cb);
|
|
@@ -414,6 +462,9 @@ export class Client extends AbstractClient {
|
|
|
414
462
|
async AddDMSPartitions(req, cb) {
|
|
415
463
|
return this.request("AddDMSPartitions", req, cb);
|
|
416
464
|
}
|
|
465
|
+
async QueryDashboardOverview(req, cb) {
|
|
466
|
+
return this.request("QueryDashboardOverview", req, cb);
|
|
467
|
+
}
|
|
417
468
|
async UpdateUserDataEngineConfig(req, cb) {
|
|
418
469
|
return this.request("UpdateUserDataEngineConfig", req, cb);
|
|
419
470
|
}
|
|
@@ -447,8 +498,8 @@ export class Client extends AbstractClient {
|
|
|
447
498
|
async DescribeDMSTable(req, cb) {
|
|
448
499
|
return this.request("DescribeDMSTable", req, cb);
|
|
449
500
|
}
|
|
450
|
-
async
|
|
451
|
-
return this.request("
|
|
501
|
+
async CreateInferenceService(req, cb) {
|
|
502
|
+
return this.request("CreateInferenceService", req, cb);
|
|
452
503
|
}
|
|
453
504
|
async DropDMSPartitions(req, cb) {
|
|
454
505
|
return this.request("DropDMSPartitions", req, cb);
|
|
@@ -474,9 +525,15 @@ export class Client extends AbstractClient {
|
|
|
474
525
|
async ListRayClusterJobs(req, cb) {
|
|
475
526
|
return this.request("ListRayClusterJobs", req, cb);
|
|
476
527
|
}
|
|
528
|
+
async CheckQueueName(req, cb) {
|
|
529
|
+
return this.request("CheckQueueName", req, cb);
|
|
530
|
+
}
|
|
477
531
|
async DescribeTablePartitions(req, cb) {
|
|
478
532
|
return this.request("DescribeTablePartitions", req, cb);
|
|
479
533
|
}
|
|
534
|
+
async RestartInferenceService(req, cb) {
|
|
535
|
+
return this.request("RestartInferenceService", req, cb);
|
|
536
|
+
}
|
|
480
537
|
async UpdateJobSpecPriority(req, cb) {
|
|
481
538
|
return this.request("UpdateJobSpecPriority", req, cb);
|
|
482
539
|
}
|
|
@@ -492,6 +549,9 @@ export class Client extends AbstractClient {
|
|
|
492
549
|
async CancelSparkSessionBatchSQL(req, cb) {
|
|
493
550
|
return this.request("CancelSparkSessionBatchSQL", req, cb);
|
|
494
551
|
}
|
|
552
|
+
async DescribePartitions(req, cb) {
|
|
553
|
+
return this.request("DescribePartitions", req, cb);
|
|
554
|
+
}
|
|
495
555
|
async GetRayJobHistory(req, cb) {
|
|
496
556
|
return this.request("GetRayJobHistory", req, cb);
|
|
497
557
|
}
|
|
@@ -516,14 +576,23 @@ export class Client extends AbstractClient {
|
|
|
516
576
|
async DeleteNativeSparkSession(req, cb) {
|
|
517
577
|
return this.request("DeleteNativeSparkSession", req, cb);
|
|
518
578
|
}
|
|
579
|
+
async DescribeFlowDetailList(req, cb) {
|
|
580
|
+
return this.request("DescribeFlowDetailList", req, cb);
|
|
581
|
+
}
|
|
582
|
+
async DescribeFlowList(req, cb) {
|
|
583
|
+
return this.request("DescribeFlowList", req, cb);
|
|
584
|
+
}
|
|
519
585
|
async CheckDataEngineConfigPairsValidity(req, cb) {
|
|
520
586
|
return this.request("CheckDataEngineConfigPairsValidity", req, cb);
|
|
521
587
|
}
|
|
588
|
+
async DescribePartitionQueues(req, cb) {
|
|
589
|
+
return this.request("DescribePartitionQueues", req, cb);
|
|
590
|
+
}
|
|
522
591
|
async GetRayJobEvent(req, cb) {
|
|
523
592
|
return this.request("GetRayJobEvent", req, cb);
|
|
524
593
|
}
|
|
525
|
-
async
|
|
526
|
-
return this.request("
|
|
594
|
+
async DescribeStandardEngineResourceGroupConfigInfo(req, cb) {
|
|
595
|
+
return this.request("DescribeStandardEngineResourceGroupConfigInfo", req, cb);
|
|
527
596
|
}
|
|
528
597
|
async DeleteRayCluster(req, cb) {
|
|
529
598
|
return this.request("DeleteRayCluster", req, cb);
|
|
@@ -573,6 +642,9 @@ export class Client extends AbstractClient {
|
|
|
573
642
|
async UpdateUDFPolicy(req, cb) {
|
|
574
643
|
return this.request("UpdateUDFPolicy", req, cb);
|
|
575
644
|
}
|
|
645
|
+
async ListInferenceModels(req, cb) {
|
|
646
|
+
return this.request("ListInferenceModels", req, cb);
|
|
647
|
+
}
|
|
576
648
|
async DescribeDataEngineEvents(req, cb) {
|
|
577
649
|
return this.request("DescribeDataEngineEvents", req, cb);
|
|
578
650
|
}
|
|
@@ -603,12 +675,15 @@ export class Client extends AbstractClient {
|
|
|
603
675
|
async GetRayClusterPods(req, cb) {
|
|
604
676
|
return this.request("GetRayClusterPods", req, cb);
|
|
605
677
|
}
|
|
606
|
-
async
|
|
607
|
-
return this.request("
|
|
678
|
+
async DescribeSaleRegions(req, cb) {
|
|
679
|
+
return this.request("DescribeSaleRegions", req, cb);
|
|
608
680
|
}
|
|
609
681
|
async CancelTasks(req, cb) {
|
|
610
682
|
return this.request("CancelTasks", req, cb);
|
|
611
683
|
}
|
|
684
|
+
async ModifyGovernEventRule(req, cb) {
|
|
685
|
+
return this.request("ModifyGovernEventRule", req, cb);
|
|
686
|
+
}
|
|
612
687
|
async CreateTable(req, cb) {
|
|
613
688
|
return this.request("CreateTable", req, cb);
|
|
614
689
|
}
|
|
@@ -624,6 +699,9 @@ export class Client extends AbstractClient {
|
|
|
624
699
|
async CreateSparkAppForTDLC(req, cb) {
|
|
625
700
|
return this.request("CreateSparkAppForTDLC", req, cb);
|
|
626
701
|
}
|
|
702
|
+
async QueryDashboardServiceList(req, cb) {
|
|
703
|
+
return this.request("QueryDashboardServiceList", req, cb);
|
|
704
|
+
}
|
|
627
705
|
async ListClusterGroups(req, cb) {
|
|
628
706
|
return this.request("ListClusterGroups", req, cb);
|
|
629
707
|
}
|
|
@@ -669,8 +747,8 @@ export class Client extends AbstractClient {
|
|
|
669
747
|
async CreateSparkSubmitTask(req, cb) {
|
|
670
748
|
return this.request("CreateSparkSubmitTask", req, cb);
|
|
671
749
|
}
|
|
672
|
-
async
|
|
673
|
-
return this.request("
|
|
750
|
+
async DeletePartitionQueue(req, cb) {
|
|
751
|
+
return this.request("DeletePartitionQueue", req, cb);
|
|
674
752
|
}
|
|
675
753
|
async CreateScript(req, cb) {
|
|
676
754
|
return this.request("CreateScript", req, cb);
|
|
@@ -681,18 +759,27 @@ export class Client extends AbstractClient {
|
|
|
681
759
|
async DescribeDatabase(req, cb) {
|
|
682
760
|
return this.request("DescribeDatabase", req, cb);
|
|
683
761
|
}
|
|
762
|
+
async ModifyPartitionQueue(req, cb) {
|
|
763
|
+
return this.request("ModifyPartitionQueue", req, cb);
|
|
764
|
+
}
|
|
684
765
|
async InitializeTCLake(req, cb) {
|
|
685
766
|
return this.request("InitializeTCLake", req, cb);
|
|
686
767
|
}
|
|
687
768
|
async DescribeNotebookSessionStatement(req, cb) {
|
|
688
769
|
return this.request("DescribeNotebookSessionStatement", req, cb);
|
|
689
770
|
}
|
|
771
|
+
async StopInferenceService(req, cb) {
|
|
772
|
+
return this.request("StopInferenceService", req, cb);
|
|
773
|
+
}
|
|
690
774
|
async AttachDataMaskPolicy(req, cb) {
|
|
691
775
|
return this.request("AttachDataMaskPolicy", req, cb);
|
|
692
776
|
}
|
|
693
777
|
async DescribeEngineNodeSpec(req, cb) {
|
|
694
778
|
return this.request("DescribeEngineNodeSpec", req, cb);
|
|
695
779
|
}
|
|
780
|
+
async QueryMonitorOverview(req, cb) {
|
|
781
|
+
return this.request("QueryMonitorOverview", req, cb);
|
|
782
|
+
}
|
|
696
783
|
async ModifySparkApp(req, cb) {
|
|
697
784
|
return this.request("ModifySparkApp", req, cb);
|
|
698
785
|
}
|
|
@@ -714,6 +801,9 @@ export class Client extends AbstractClient {
|
|
|
714
801
|
async ModifyLabPriority(req, cb) {
|
|
715
802
|
return this.request("ModifyLabPriority", req, cb);
|
|
716
803
|
}
|
|
804
|
+
async DescribeUserRoles(req, cb) {
|
|
805
|
+
return this.request("DescribeUserRoles", req, cb);
|
|
806
|
+
}
|
|
717
807
|
async ModifySparkAppBatch(req, cb) {
|
|
718
808
|
return this.request("ModifySparkAppBatch", req, cb);
|
|
719
809
|
}
|
|
@@ -723,9 +813,15 @@ export class Client extends AbstractClient {
|
|
|
723
813
|
async CreateRayCluster(req, cb) {
|
|
724
814
|
return this.request("CreateRayCluster", req, cb);
|
|
725
815
|
}
|
|
816
|
+
async GetModelReadme(req, cb) {
|
|
817
|
+
return this.request("GetModelReadme", req, cb);
|
|
818
|
+
}
|
|
726
819
|
async BindWorkGroupsToUser(req, cb) {
|
|
727
820
|
return this.request("BindWorkGroupsToUser", req, cb);
|
|
728
821
|
}
|
|
822
|
+
async DeleteCHDFSBindingProduct(req, cb) {
|
|
823
|
+
return this.request("DeleteCHDFSBindingProduct", req, cb);
|
|
824
|
+
}
|
|
729
825
|
async DescribeUserDataEngineConfig(req, cb) {
|
|
730
826
|
return this.request("DescribeUserDataEngineConfig", req, cb);
|
|
731
827
|
}
|
|
@@ -735,6 +831,9 @@ export class Client extends AbstractClient {
|
|
|
735
831
|
async GetRayClusterYaml(req, cb) {
|
|
736
832
|
return this.request("GetRayClusterYaml", req, cb);
|
|
737
833
|
}
|
|
834
|
+
async ListModelVersions(req, cb) {
|
|
835
|
+
return this.request("ListModelVersions", req, cb);
|
|
836
|
+
}
|
|
738
837
|
async GetLabYaml(req, cb) {
|
|
739
838
|
return this.request("GetLabYaml", req, cb);
|
|
740
839
|
}
|
|
@@ -141,6 +141,9 @@ export class Client extends AbstractClient {
|
|
|
141
141
|
async DisableKeyRotation(req, cb) {
|
|
142
142
|
return this.request("DisableKeyRotation", req, cb);
|
|
143
143
|
}
|
|
144
|
+
async RotateKey(req, cb) {
|
|
145
|
+
return this.request("RotateKey", req, cb);
|
|
146
|
+
}
|
|
144
147
|
async ListKeyDetail(req, cb) {
|
|
145
148
|
return this.request("ListKeyDetail", req, cb);
|
|
146
149
|
}
|
|
@@ -36,12 +36,15 @@ export class Client extends AbstractClient {
|
|
|
36
36
|
async DeleteDeviceCertificate(req, cb) {
|
|
37
37
|
return this.request("DeleteDeviceCertificate", req, cb);
|
|
38
38
|
}
|
|
39
|
-
async
|
|
40
|
-
return this.request("
|
|
39
|
+
async ModifyInsPublicEndpoint(req, cb) {
|
|
40
|
+
return this.request("ModifyInsPublicEndpoint", req, cb);
|
|
41
41
|
}
|
|
42
42
|
async DeleteInstance(req, cb) {
|
|
43
43
|
return this.request("DeleteInstance", req, cb);
|
|
44
44
|
}
|
|
45
|
+
async ModifyX509Config(req, cb) {
|
|
46
|
+
return this.request("ModifyX509Config", req, cb);
|
|
47
|
+
}
|
|
45
48
|
async DescribeMessageByTopic(req, cb) {
|
|
46
49
|
return this.request("DescribeMessageByTopic", req, cb);
|
|
47
50
|
}
|
|
@@ -54,14 +57,20 @@ export class Client extends AbstractClient {
|
|
|
54
57
|
async CreateMessageEnrichmentRule(req, cb) {
|
|
55
58
|
return this.request("CreateMessageEnrichmentRule", req, cb);
|
|
56
59
|
}
|
|
60
|
+
async DeleteBlockRule(req, cb) {
|
|
61
|
+
return this.request("DeleteBlockRule", req, cb);
|
|
62
|
+
}
|
|
57
63
|
async DescribeInsPublicEndpoints(req, cb) {
|
|
58
64
|
return this.request("DescribeInsPublicEndpoints", req, cb);
|
|
59
65
|
}
|
|
60
66
|
async DescribeSharedSubscriptionGroupsWithSubscriptions(req, cb) {
|
|
61
67
|
return this.request("DescribeSharedSubscriptionGroupsWithSubscriptions", req, cb);
|
|
62
68
|
}
|
|
63
|
-
async
|
|
64
|
-
return this.request("
|
|
69
|
+
async UpdateAuthorizationPolicyPriority(req, cb) {
|
|
70
|
+
return this.request("UpdateAuthorizationPolicyPriority", req, cb);
|
|
71
|
+
}
|
|
72
|
+
async ModifyBlockRule(req, cb) {
|
|
73
|
+
return this.request("ModifyBlockRule", req, cb);
|
|
65
74
|
}
|
|
66
75
|
async ModifyJWTAuthenticator(req, cb) {
|
|
67
76
|
return this.request("ModifyJWTAuthenticator", req, cb);
|
|
@@ -93,8 +102,8 @@ export class Client extends AbstractClient {
|
|
|
93
102
|
async DescribeUserList(req, cb) {
|
|
94
103
|
return this.request("DescribeUserList", req, cb);
|
|
95
104
|
}
|
|
96
|
-
async
|
|
97
|
-
return this.request("
|
|
105
|
+
async ModifyMessageEnrichmentRule(req, cb) {
|
|
106
|
+
return this.request("ModifyMessageEnrichmentRule", req, cb);
|
|
98
107
|
}
|
|
99
108
|
async UpdateMessageEnrichmentRulePriority(req, cb) {
|
|
100
109
|
return this.request("UpdateMessageEnrichmentRulePriority", req, cb);
|
|
@@ -111,6 +120,9 @@ export class Client extends AbstractClient {
|
|
|
111
120
|
async DescribeAuthorizationPolicies(req, cb) {
|
|
112
121
|
return this.request("DescribeAuthorizationPolicies", req, cb);
|
|
113
122
|
}
|
|
123
|
+
async CreateBlockRule(req, cb) {
|
|
124
|
+
return this.request("CreateBlockRule", req, cb);
|
|
125
|
+
}
|
|
114
126
|
async DescribeTopicList(req, cb) {
|
|
115
127
|
return this.request("DescribeTopicList", req, cb);
|
|
116
128
|
}
|
|
@@ -162,8 +174,8 @@ export class Client extends AbstractClient {
|
|
|
162
174
|
async DeleteUser(req, cb) {
|
|
163
175
|
return this.request("DeleteUser", req, cb);
|
|
164
176
|
}
|
|
165
|
-
async
|
|
166
|
-
return this.request("
|
|
177
|
+
async DescribeBlockRuleList(req, cb) {
|
|
178
|
+
return this.request("DescribeBlockRuleList", req, cb);
|
|
167
179
|
}
|
|
168
180
|
async KickOutClient(req, cb) {
|
|
169
181
|
return this.request("KickOutClient", req, cb);
|
|
@@ -81,6 +81,9 @@ export class Client extends AbstractClient {
|
|
|
81
81
|
async DeleteVolumeData(req, cb) {
|
|
82
82
|
return this.request("DeleteVolumeData", req, cb);
|
|
83
83
|
}
|
|
84
|
+
async DeleteEnvironmentCache(req, cb) {
|
|
85
|
+
return this.request("DeleteEnvironmentCache", req, cb);
|
|
86
|
+
}
|
|
84
87
|
async DescribeVolumes(req, cb) {
|
|
85
88
|
return this.request("DescribeVolumes", req, cb);
|
|
86
89
|
}
|
|
@@ -18,6 +18,9 @@ export class Client extends AbstractClient {
|
|
|
18
18
|
async CreateAIModel(req, cb) {
|
|
19
19
|
return this.request("CreateAIModel", req, cb);
|
|
20
20
|
}
|
|
21
|
+
async VerifyHTTPServiceRoute(req, cb) {
|
|
22
|
+
return this.request("VerifyHTTPServiceRoute", req, cb);
|
|
23
|
+
}
|
|
21
24
|
async ModifyClient(req, cb) {
|
|
22
25
|
return this.request("ModifyClient", req, cb);
|
|
23
26
|
}
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
|
1
|
+
export declare const sdkVersion = "4.1.286";
|
|
@@ -2292,27 +2292,27 @@ export interface ConversationResetInfo {
|
|
|
2292
2292
|
*/
|
|
2293
2293
|
export interface ModelParameter {
|
|
2294
2294
|
/**
|
|
2295
|
-
*
|
|
2295
|
+
* <p>默认值</p>
|
|
2296
2296
|
*/
|
|
2297
2297
|
DefaultValue?: string;
|
|
2298
2298
|
/**
|
|
2299
|
-
*
|
|
2299
|
+
* <p>可选值列表</p>
|
|
2300
2300
|
*/
|
|
2301
2301
|
EnumValueList?: Array<string>;
|
|
2302
2302
|
/**
|
|
2303
|
-
*
|
|
2303
|
+
* <p>最大值(仅数值类型有效)</p>
|
|
2304
2304
|
*/
|
|
2305
2305
|
MaxValue?: number;
|
|
2306
2306
|
/**
|
|
2307
|
-
*
|
|
2307
|
+
* <p>最小值(仅数值类型有效)</p>
|
|
2308
2308
|
*/
|
|
2309
2309
|
MinValue?: number;
|
|
2310
2310
|
/**
|
|
2311
|
-
*
|
|
2311
|
+
* <p>超参名称</p>
|
|
2312
2312
|
*/
|
|
2313
2313
|
Name?: string;
|
|
2314
2314
|
/**
|
|
2315
|
-
*
|
|
2315
|
+
* <p>超参类型。1-浮点数, 2-整数, 3-字符串</p>
|
|
2316
2316
|
*/
|
|
2317
2317
|
Type?: number;
|
|
2318
2318
|
}
|
|
@@ -92,9 +92,13 @@ export interface QueryHunyuan3DPartJobResponse {
|
|
|
92
92
|
*/
|
|
93
93
|
ResultFile3Ds?: Array<File3D>;
|
|
94
94
|
/**
|
|
95
|
-
* <p>是否分步骤进行组件生成;<br>开启后,输入原始模型后,可生成带分割信息的模型以及分割数据,可对此信息编辑后再传入带有分割信息的模型和分割数据进行编辑后的组件生成;<br>此参数默认关闭。</p>
|
|
95
|
+
* <p>是否分步骤进行组件生成;<br>开启后,输入原始模型后,可生成带分割信息的模型以及分割数据,可对此信息编辑后再传入带有分割信息的模型和分割数据进行编辑后的组件生成;<br>此参数默认关闭。</p><p>该参数废弃, 超过 9MB 不返回, 请使用 PartSegmentationInfoUrl 下载</p>
|
|
96
96
|
*/
|
|
97
97
|
PartSegmentationInfo?: string;
|
|
98
|
+
/**
|
|
99
|
+
* <p>PartSegmentationInfo 下载地址</p>
|
|
100
|
+
*/
|
|
101
|
+
PartSegmentationInfoUrl?: string;
|
|
98
102
|
/**
|
|
99
103
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
100
104
|
*/
|
|
@@ -690,9 +694,13 @@ export interface SubmitHunyuan3DPartJobRequest {
|
|
|
690
694
|
*/
|
|
691
695
|
PartSegmentationInfo?: string;
|
|
692
696
|
/**
|
|
693
|
-
* <p
|
|
697
|
+
* <p>是否分步骤进行组件生成;<br>开启后,输入原始模型后,可生成带分割信息的模型以及分割数据,可对此信息编辑后再传入带有分割信息的模型和分割数据进行编辑后的组件生成;<br>此参数默认关闭。</p>
|
|
694
698
|
*/
|
|
695
699
|
EnableStagedGeneration?: boolean;
|
|
700
|
+
/**
|
|
701
|
+
* <p>是否开启后处理,开启后将只输出一个模型链接,默认关闭。 (开启此接口后,需额外增加20积分)</p>
|
|
702
|
+
*/
|
|
703
|
+
EnablePostProcess?: boolean;
|
|
696
704
|
}
|
|
697
705
|
/**
|
|
698
706
|
* SubmitHunyuanTo3DProJob返回参数结构体
|