tencentcloud-sdk-nodejs-dlc 4.1.284 → 4.1.285
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.
|
@@ -64,6 +64,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
64
64
|
async DescribeForbiddenTablePro(req, cb) {
|
|
65
65
|
return this.request("DescribeForbiddenTablePro", req, cb);
|
|
66
66
|
}
|
|
67
|
+
/**
|
|
68
|
+
* 获取指定资源分区详情
|
|
69
|
+
*/
|
|
70
|
+
async DescribePartitionDetail(req, cb) {
|
|
71
|
+
return this.request("DescribePartitionDetail", req, cb);
|
|
72
|
+
}
|
|
67
73
|
/**
|
|
68
74
|
* 获取用户详细信息
|
|
69
75
|
*/
|
|
@@ -148,6 +154,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
148
154
|
async CreateStoreLocation(req, cb) {
|
|
149
155
|
return this.request("CreateStoreLocation", req, cb);
|
|
150
156
|
}
|
|
157
|
+
/**
|
|
158
|
+
* 新增资源队列:在指定分区下创建一个新的资源队列,支持设置队列名称、描述、资源规格列表和队列类型。
|
|
159
|
+
*/
|
|
160
|
+
async CreatePartitionQueue(req, cb) {
|
|
161
|
+
return this.request("CreatePartitionQueue", req, cb);
|
|
162
|
+
}
|
|
151
163
|
/**
|
|
152
164
|
* 获取数据实验室Pod的YAML内容
|
|
153
165
|
*/
|
|
@@ -262,6 +274,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
262
274
|
async ListJobSpecs(req, cb) {
|
|
263
275
|
return this.request("ListJobSpecs", req, cb);
|
|
264
276
|
}
|
|
277
|
+
/**
|
|
278
|
+
* 获取工作组列表
|
|
279
|
+
*/
|
|
280
|
+
async DescribeWorkGroups(req, cb) {
|
|
281
|
+
return this.request("DescribeWorkGroups", req, cb);
|
|
282
|
+
}
|
|
265
283
|
/**
|
|
266
284
|
* 更新标准引擎资源组基础信息
|
|
267
285
|
*/
|
|
@@ -275,10 +293,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
275
293
|
return this.request("RenewDataEngine", req, cb);
|
|
276
294
|
}
|
|
277
295
|
/**
|
|
278
|
-
*
|
|
296
|
+
* 新增资源包
|
|
279
297
|
*/
|
|
280
|
-
async
|
|
281
|
-
return this.request("
|
|
298
|
+
async CreatePartition(req, cb) {
|
|
299
|
+
return this.request("CreatePartition", req, cb);
|
|
282
300
|
}
|
|
283
301
|
/**
|
|
284
302
|
* 查询网络配置列表
|
|
@@ -328,6 +346,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
328
346
|
async DescribeOtherCHDFSBindingList(req, cb) {
|
|
329
347
|
return this.request("DescribeOtherCHDFSBindingList", req, cb);
|
|
330
348
|
}
|
|
349
|
+
/**
|
|
350
|
+
* 修改分区描述
|
|
351
|
+
*/
|
|
352
|
+
async ModifyPartitionDescription(req, cb) {
|
|
353
|
+
return this.request("ModifyPartitionDescription", req, cb);
|
|
354
|
+
}
|
|
331
355
|
/**
|
|
332
356
|
* 更新标准引擎资源组基础信息
|
|
333
357
|
*/
|
|
@@ -406,6 +430,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
406
430
|
async CreateUser(req, cb) {
|
|
407
431
|
return this.request("CreateUser", req, cb);
|
|
408
432
|
}
|
|
433
|
+
/**
|
|
434
|
+
* 获取单个模型详情
|
|
435
|
+
*/
|
|
436
|
+
async GetInferenceModel(req, cb) {
|
|
437
|
+
return this.request("GetInferenceModel", req, cb);
|
|
438
|
+
}
|
|
409
439
|
/**
|
|
410
440
|
* 获取集群状态历史
|
|
411
441
|
*/
|
|
@@ -436,6 +466,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
436
466
|
async AssociateDatasourceHouse(req, cb) {
|
|
437
467
|
return this.request("AssociateDatasourceHouse", req, cb);
|
|
438
468
|
}
|
|
469
|
+
/**
|
|
470
|
+
* 更新标准引擎资源组基础信息
|
|
471
|
+
*/
|
|
472
|
+
async UpdateStandardEngineResourceGroupConfigInfo(req, cb) {
|
|
473
|
+
return this.request("UpdateStandardEngineResourceGroupConfigInfo", req, cb);
|
|
474
|
+
}
|
|
439
475
|
/**
|
|
440
476
|
* 获取LakeFs上task执行结果访问信息
|
|
441
477
|
*/
|
|
@@ -527,10 +563,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
527
563
|
return this.request("DescribeTablesName", req, cb);
|
|
528
564
|
}
|
|
529
565
|
/**
|
|
530
|
-
*
|
|
566
|
+
* 创建推理模型(模型上传)
|
|
531
567
|
*/
|
|
532
|
-
async
|
|
533
|
-
return this.request("
|
|
568
|
+
async CreateInferenceModel(req, cb) {
|
|
569
|
+
return this.request("CreateInferenceModel", req, cb);
|
|
534
570
|
}
|
|
535
571
|
/**
|
|
536
572
|
* 暂停标准引擎session
|
|
@@ -562,6 +598,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
562
598
|
async ListExampleCategories(req, cb) {
|
|
563
599
|
return this.request("ListExampleCategories", req, cb);
|
|
564
600
|
}
|
|
601
|
+
/**
|
|
602
|
+
* 校验资源名称合法性
|
|
603
|
+
*/
|
|
604
|
+
async CheckResourceName(req, cb) {
|
|
605
|
+
return this.request("CheckResourceName", req, cb);
|
|
606
|
+
}
|
|
565
607
|
/**
|
|
566
608
|
* 撤销DLC Catalog访问权限
|
|
567
609
|
*/
|
|
@@ -694,6 +736,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
694
736
|
async GrantDLCCatalogAccess(req, cb) {
|
|
695
737
|
return this.request("GrantDLCCatalogAccess", req, cb);
|
|
696
738
|
}
|
|
739
|
+
/**
|
|
740
|
+
* 更新推理模型(编辑标签、描述、参数量)
|
|
741
|
+
*/
|
|
742
|
+
async UpdateInferenceModel(req, cb) {
|
|
743
|
+
return this.request("UpdateInferenceModel", req, cb);
|
|
744
|
+
}
|
|
697
745
|
/**
|
|
698
746
|
* 更新集群配置:仅在 CREATED / STOPPED / FAILED 终态可用;变更落 MySQL,下次 Start 按新 spec 创建 K8s 资源
|
|
699
747
|
*/
|
|
@@ -761,10 +809,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
761
809
|
return this.request("StopLab", req, cb);
|
|
762
810
|
}
|
|
763
811
|
/**
|
|
764
|
-
*
|
|
812
|
+
* 查询当前地域可售卖的资源规格和最大配额
|
|
765
813
|
*/
|
|
766
|
-
async
|
|
767
|
-
return this.request("
|
|
814
|
+
async DescribeSaleResourceInfo(req, cb) {
|
|
815
|
+
return this.request("DescribeSaleResourceInfo", req, cb);
|
|
768
816
|
}
|
|
769
817
|
/**
|
|
770
818
|
* 创建查询结果下载任务
|
|
@@ -784,6 +832,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
784
832
|
async DescribeNotebookSessionStatementSqlResult(req, cb) {
|
|
785
833
|
return this.request("DescribeNotebookSessionStatementSqlResult", req, cb);
|
|
786
834
|
}
|
|
835
|
+
/**
|
|
836
|
+
* 查询用户vpc到引擎网络的连接
|
|
837
|
+
*/
|
|
838
|
+
async DescribeUserVpcConnection(req, cb) {
|
|
839
|
+
return this.request("DescribeUserVpcConnection", req, cb);
|
|
840
|
+
}
|
|
787
841
|
/**
|
|
788
842
|
* 获取账户子账户信息
|
|
789
843
|
*/
|
|
@@ -809,10 +863,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
809
863
|
return this.request("UnboundDatasourceHouse", req, cb);
|
|
810
864
|
}
|
|
811
865
|
/**
|
|
812
|
-
*
|
|
866
|
+
* 变配校验:判断用户的目标配置是否可以执行变配。校验逻辑:对于缩容场景(目标值 < 当前值),检查 default 队列的 min 值是否足够承受缩容差值。
|
|
813
867
|
*/
|
|
814
|
-
async
|
|
815
|
-
return this.request("
|
|
868
|
+
async CheckModifyPartition(req, cb) {
|
|
869
|
+
return this.request("CheckModifyPartition", req, cb);
|
|
816
870
|
}
|
|
817
871
|
/**
|
|
818
872
|
* 本接口(RegisterThirdPartyAccessUser)用于开通第三方平台访问
|
|
@@ -970,6 +1024,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
970
1024
|
async ListRayClusterJobs(req, cb) {
|
|
971
1025
|
return this.request("ListRayClusterJobs", req, cb);
|
|
972
1026
|
}
|
|
1027
|
+
/**
|
|
1028
|
+
* 资源队列名称合法性检测:校验队列名称是否合法,包括非空校验、格式校验(以小写字母开头,只允许小写字母、数字和连字符,长度1~11)和同分区下重名校验。
|
|
1029
|
+
*/
|
|
1030
|
+
async CheckQueueName(req, cb) {
|
|
1031
|
+
return this.request("CheckQueueName", req, cb);
|
|
1032
|
+
}
|
|
973
1033
|
/**
|
|
974
1034
|
* 本接口(DescribeTablePartitions)用于查询数据表分区信息
|
|
975
1035
|
*/
|
|
@@ -1006,6 +1066,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1006
1066
|
async CancelSparkSessionBatchSQL(req, cb) {
|
|
1007
1067
|
return this.request("CancelSparkSessionBatchSQL", req, cb);
|
|
1008
1068
|
}
|
|
1069
|
+
/**
|
|
1070
|
+
* 获取分区列表信息
|
|
1071
|
+
*/
|
|
1072
|
+
async DescribePartitions(req, cb) {
|
|
1073
|
+
return this.request("DescribePartitions", req, cb);
|
|
1074
|
+
}
|
|
1009
1075
|
/**
|
|
1010
1076
|
* 根据任务ID获取Ray任务的历史执行记录
|
|
1011
1077
|
*/
|
|
@@ -1054,12 +1120,30 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1054
1120
|
async DeleteNativeSparkSession(req, cb) {
|
|
1055
1121
|
return this.request("DeleteNativeSparkSession", req, cb);
|
|
1056
1122
|
}
|
|
1123
|
+
/**
|
|
1124
|
+
* 分页查询指定分区的流程详情列表,包含每个流程的基本信息和活动列表
|
|
1125
|
+
*/
|
|
1126
|
+
async DescribeFlowDetailList(req, cb) {
|
|
1127
|
+
return this.request("DescribeFlowDetailList", req, cb);
|
|
1128
|
+
}
|
|
1129
|
+
/**
|
|
1130
|
+
* 查询指定分区的流程列表
|
|
1131
|
+
*/
|
|
1132
|
+
async DescribeFlowList(req, cb) {
|
|
1133
|
+
return this.request("DescribeFlowList", req, cb);
|
|
1134
|
+
}
|
|
1057
1135
|
/**
|
|
1058
1136
|
* 本接口(CheckDataEngineConfigPairsValidity)用于检查引擎用户自定义参数的有效性
|
|
1059
1137
|
*/
|
|
1060
1138
|
async CheckDataEngineConfigPairsValidity(req, cb) {
|
|
1061
1139
|
return this.request("CheckDataEngineConfigPairsValidity", req, cb);
|
|
1062
1140
|
}
|
|
1141
|
+
/**
|
|
1142
|
+
* 查询指定分区的所有队列列表
|
|
1143
|
+
*/
|
|
1144
|
+
async DescribePartitionQueues(req, cb) {
|
|
1145
|
+
return this.request("DescribePartitionQueues", req, cb);
|
|
1146
|
+
}
|
|
1063
1147
|
/**
|
|
1064
1148
|
* 通过 ResourceManager 调用 CLS SearchLog API 查询作业相关日志。不返回总数,使用 Context 进行翻页,ListOver 标识是否还有更多数据。
|
|
1065
1149
|
*/
|
|
@@ -1067,10 +1151,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1067
1151
|
return this.request("GetRayJobEvent", req, cb);
|
|
1068
1152
|
}
|
|
1069
1153
|
/**
|
|
1070
|
-
*
|
|
1154
|
+
* 查询标准引擎资源组信息
|
|
1071
1155
|
*/
|
|
1072
|
-
async
|
|
1073
|
-
return this.request("
|
|
1156
|
+
async DescribeStandardEngineResourceGroupConfigInfo(req, cb) {
|
|
1157
|
+
return this.request("DescribeStandardEngineResourceGroupConfigInfo", req, cb);
|
|
1074
1158
|
}
|
|
1075
1159
|
/**
|
|
1076
1160
|
* 删除集群
|
|
@@ -1170,6 +1254,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1170
1254
|
async UpdateUDFPolicy(req, cb) {
|
|
1171
1255
|
return this.request("UpdateUDFPolicy", req, cb);
|
|
1172
1256
|
}
|
|
1257
|
+
/**
|
|
1258
|
+
* 列出推理模型(支持关键词过滤 + 分页)
|
|
1259
|
+
*/
|
|
1260
|
+
async ListInferenceModels(req, cb) {
|
|
1261
|
+
return this.request("ListInferenceModels", req, cb);
|
|
1262
|
+
}
|
|
1173
1263
|
/**
|
|
1174
1264
|
* 查询数据引擎事件
|
|
1175
1265
|
*/
|
|
@@ -1231,10 +1321,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1231
1321
|
return this.request("GetRayClusterPods", req, cb);
|
|
1232
1322
|
}
|
|
1233
1323
|
/**
|
|
1234
|
-
*
|
|
1324
|
+
* 查询可售卖的地域列表,仅返回状态为AVAILABLE的地域
|
|
1235
1325
|
*/
|
|
1236
|
-
async
|
|
1237
|
-
return this.request("
|
|
1326
|
+
async DescribeSaleRegions(req, cb) {
|
|
1327
|
+
return this.request("DescribeSaleRegions", req, cb);
|
|
1238
1328
|
}
|
|
1239
1329
|
/**
|
|
1240
1330
|
* 批量取消任务
|
|
@@ -1242,6 +1332,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1242
1332
|
async CancelTasks(req, cb) {
|
|
1243
1333
|
return this.request("CancelTasks", req, cb);
|
|
1244
1334
|
}
|
|
1335
|
+
/**
|
|
1336
|
+
* 修改数据治理事件阈值
|
|
1337
|
+
*/
|
|
1338
|
+
async ModifyGovernEventRule(req, cb) {
|
|
1339
|
+
return this.request("ModifyGovernEventRule", req, cb);
|
|
1340
|
+
}
|
|
1245
1341
|
/**
|
|
1246
1342
|
* 本接口(CreateTable)用于生成建表SQL。
|
|
1247
1343
|
*/
|
|
@@ -1363,10 +1459,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1363
1459
|
return this.request("CreateSparkSubmitTask", req, cb);
|
|
1364
1460
|
}
|
|
1365
1461
|
/**
|
|
1366
|
-
*
|
|
1462
|
+
* 删除资源队列
|
|
1367
1463
|
*/
|
|
1368
|
-
async
|
|
1369
|
-
return this.request("
|
|
1464
|
+
async DeletePartitionQueue(req, cb) {
|
|
1465
|
+
return this.request("DeletePartitionQueue", req, cb);
|
|
1370
1466
|
}
|
|
1371
1467
|
/**
|
|
1372
1468
|
* 该接口(CreateScript)用于创建sql脚本。
|
|
@@ -1386,6 +1482,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1386
1482
|
async DescribeDatabase(req, cb) {
|
|
1387
1483
|
return this.request("DescribeDatabase", req, cb);
|
|
1388
1484
|
}
|
|
1485
|
+
/**
|
|
1486
|
+
* 编辑资源队列:根据队列ID修改指定资源队列的名称、描述、资源规格列表和队列类型等信息。
|
|
1487
|
+
*/
|
|
1488
|
+
async ModifyPartitionQueue(req, cb) {
|
|
1489
|
+
return this.request("ModifyPartitionQueue", req, cb);
|
|
1490
|
+
}
|
|
1389
1491
|
/**
|
|
1390
1492
|
* 开通TCLake
|
|
1391
1493
|
*/
|
|
@@ -1452,6 +1554,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1452
1554
|
async ModifyLabPriority(req, cb) {
|
|
1453
1555
|
return this.request("ModifyLabPriority", req, cb);
|
|
1454
1556
|
}
|
|
1557
|
+
/**
|
|
1558
|
+
* 列举用户角色信息
|
|
1559
|
+
*/
|
|
1560
|
+
async DescribeUserRoles(req, cb) {
|
|
1561
|
+
return this.request("DescribeUserRoles", req, cb);
|
|
1562
|
+
}
|
|
1455
1563
|
/**
|
|
1456
1564
|
* 本接口(ModifySparkAppBatch)用于批量修改Spark作业参数配置
|
|
1457
1565
|
*/
|
|
@@ -1476,6 +1584,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1476
1584
|
async BindWorkGroupsToUser(req, cb) {
|
|
1477
1585
|
return this.request("BindWorkGroupsToUser", req, cb);
|
|
1478
1586
|
}
|
|
1587
|
+
/**
|
|
1588
|
+
* 此接口(DeleteCHDFSBindingProduct)用于删除元数据加速桶和产品绑定关系
|
|
1589
|
+
*/
|
|
1590
|
+
async DeleteCHDFSBindingProduct(req, cb) {
|
|
1591
|
+
return this.request("DeleteCHDFSBindingProduct", req, cb);
|
|
1592
|
+
}
|
|
1479
1593
|
/**
|
|
1480
1594
|
* 查询用户自定义引擎参数
|
|
1481
1595
|
*/
|