tencentcloud-sdk-nodejs-dlc 4.1.285 → 4.1.287

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.
@@ -178,6 +178,12 @@ class Client extends TencentCloudCommon.AbstractClient {
178
178
  async CreateNotebookSessionStatementSupportBatchSQL(req, cb) {
179
179
  return this.request("CreateNotebookSessionStatementSupportBatchSQL", req, cb);
180
180
  }
181
+ /**
182
+ * 案例列表
183
+ */
184
+ async ListExamples(req, cb) {
185
+ return this.request("ListExamples", req, cb);
186
+ }
181
187
  /**
182
188
  * 切换主备集群
183
189
  */
@@ -317,10 +323,10 @@ class Client extends TencentCloudCommon.AbstractClient {
317
323
  return this.request("DescribeTasks", req, cb);
318
324
  }
319
325
  /**
320
- * 案例列表
326
+ * 获取单个推理服务详情
321
327
  */
322
- async ListExamples(req, cb) {
323
- return this.request("ListExamples", req, cb);
328
+ async GetInferenceService(req, cb) {
329
+ return this.request("GetInferenceService", req, cb);
324
330
  }
325
331
  /**
326
332
  * 该接口(DeleteScript)用于删除sql脚本。
@@ -334,6 +340,12 @@ class Client extends TencentCloudCommon.AbstractClient {
334
340
  async DescribeDataEngineSessionParameters(req, cb) {
335
341
  return this.request("DescribeDataEngineSessionParameters", req, cb);
336
342
  }
343
+ /**
344
+ * 获取所有案例分类
345
+ */
346
+ async ListExampleCategories(req, cb) {
347
+ return this.request("ListExampleCategories", req, cb);
348
+ }
337
349
  /**
338
350
  * 启动Spark作业
339
351
  */
@@ -412,6 +424,12 @@ class Client extends TencentCloudCommon.AbstractClient {
412
424
  async DescribeThirdPartyAccessUser(req, cb) {
413
425
  return this.request("DescribeThirdPartyAccessUser", req, cb);
414
426
  }
427
+ /**
428
+ * 获取模型文件树(默认最新版本)
429
+ */
430
+ async GetModelFiles(req, cb) {
431
+ return this.request("GetModelFiles", req, cb);
432
+ }
415
433
  /**
416
434
  * 获取实验室的状态变更历史记录
417
435
  */
@@ -467,10 +485,10 @@ class Client extends TencentCloudCommon.AbstractClient {
467
485
  return this.request("AssociateDatasourceHouse", req, cb);
468
486
  }
469
487
  /**
470
- * 更新标准引擎资源组基础信息
488
+ * 列出推理引擎
471
489
  */
472
- async UpdateStandardEngineResourceGroupConfigInfo(req, cb) {
473
- return this.request("UpdateStandardEngineResourceGroupConfigInfo", req, cb);
490
+ async ListInferenceEngines(req, cb) {
491
+ return this.request("ListInferenceEngines", req, cb);
474
492
  }
475
493
  /**
476
494
  * 获取LakeFs上task执行结果访问信息
@@ -538,6 +556,12 @@ class Client extends TencentCloudCommon.AbstractClient {
538
556
  async GenerateInternalTable(req, cb) {
539
557
  return this.request("GenerateInternalTable", req, cb);
540
558
  }
559
+ /**
560
+ * 更新标准引擎资源组基础信息
561
+ */
562
+ async UpdateStandardEngineResourceGroupConfigInfo(req, cb) {
563
+ return this.request("UpdateStandardEngineResourceGroupConfigInfo", req, cb);
564
+ }
541
565
  /**
542
566
  * 查询任务监控指标信息
543
567
  */
@@ -593,10 +617,10 @@ class Client extends TencentCloudCommon.AbstractClient {
593
617
  return this.request("DescribeUpdatableDataEngines", req, cb);
594
618
  }
595
619
  /**
596
- * 获取所有案例分类
620
+ * 创建模型新版本
597
621
  */
598
- async ListExampleCategories(req, cb) {
599
- return this.request("ListExampleCategories", req, cb);
622
+ async CreateModelVersion(req, cb) {
623
+ return this.request("CreateModelVersion", req, cb);
600
624
  }
601
625
  /**
602
626
  * 校验资源名称合法性
@@ -754,6 +778,12 @@ class Client extends TencentCloudCommon.AbstractClient {
754
778
  async CopyJobSpec(req, cb) {
755
779
  return this.request("CopyJobSpec", req, cb);
756
780
  }
781
+ /**
782
+ * 该接口(QueryTaskCostDetail)用于查询任务消耗明细
783
+ */
784
+ async QueryTaskCostDetail(req, cb) {
785
+ return this.request("QueryTaskCostDetail", req, cb);
786
+ }
757
787
  /**
758
788
  * 更新集群组
759
789
  */
@@ -784,6 +814,12 @@ class Client extends TencentCloudCommon.AbstractClient {
784
814
  async GetRayJobEventLog(req, cb) {
785
815
  return this.request("GetRayJobEventLog", req, cb);
786
816
  }
817
+ /**
818
+ * 获取模型 config.json 配置(默认最新版本)
819
+ */
820
+ async GetModelConfig(req, cb) {
821
+ return this.request("GetModelConfig", req, cb);
822
+ }
787
823
  /**
788
824
  * DMS元数据创建库
789
825
  */
@@ -868,6 +904,12 @@ class Client extends TencentCloudCommon.AbstractClient {
868
904
  async CheckModifyPartition(req, cb) {
869
905
  return this.request("CheckModifyPartition", req, cb);
870
906
  }
907
+ /**
908
+ * 列出推理服务(支持关键词和状态过滤 + 分页)
909
+ */
910
+ async ListInferenceServices(req, cb) {
911
+ return this.request("ListInferenceServices", req, cb);
912
+ }
871
913
  /**
872
914
  * 本接口(RegisterThirdPartyAccessUser)用于开通第三方平台访问
873
915
  */
@@ -904,6 +946,12 @@ class Client extends TencentCloudCommon.AbstractClient {
904
946
  async AddDMSPartitions(req, cb) {
905
947
  return this.request("AddDMSPartitions", req, cb);
906
948
  }
949
+ /**
950
+ * 返回指定时间范围内所有推理服务的聚合 KPI 值。
951
+ */
952
+ async QueryDashboardOverview(req, cb) {
953
+ return this.request("QueryDashboardOverview", req, cb);
954
+ }
907
955
  /**
908
956
  * 修改用户引擎自定义配置
909
957
  */
@@ -971,10 +1019,10 @@ class Client extends TencentCloudCommon.AbstractClient {
971
1019
  return this.request("DescribeDMSTable", req, cb);
972
1020
  }
973
1021
  /**
974
- * 该接口(QueryTaskCostDetail)用于查询任务消耗明细
1022
+ * 创建推理服务(含默认部署)
975
1023
  */
976
- async QueryTaskCostDetail(req, cb) {
977
- return this.request("QueryTaskCostDetail", req, cb);
1024
+ async CreateInferenceService(req, cb) {
1025
+ return this.request("CreateInferenceService", req, cb);
978
1026
  }
979
1027
  /**
980
1028
  * DMS元数据删除分区
@@ -1036,6 +1084,12 @@ class Client extends TencentCloudCommon.AbstractClient {
1036
1084
  async DescribeTablePartitions(req, cb) {
1037
1085
  return this.request("DescribeTablePartitions", req, cb);
1038
1086
  }
1087
+ /**
1088
+ * 重启推理服务(操作所有部署)。
1089
+ */
1090
+ async RestartInferenceService(req, cb) {
1091
+ return this.request("RestartInferenceService", req, cb);
1092
+ }
1039
1093
  /**
1040
1094
  * 修改作业配置的调度优先级(1-9,数字越大优先级越高)
1041
1095
  */
@@ -1368,6 +1422,12 @@ class Client extends TencentCloudCommon.AbstractClient {
1368
1422
  async CreateSparkAppForTDLC(req, cb) {
1369
1423
  return this.request("CreateSparkAppForTDLC", req, cb);
1370
1424
  }
1425
+ /**
1426
+ * 查询监控大盘服务列表
1427
+ */
1428
+ async QueryDashboardServiceList(req, cb) {
1429
+ return this.request("QueryDashboardServiceList", req, cb);
1430
+ }
1371
1431
  /**
1372
1432
  * 列出所有集群组
1373
1433
  */
@@ -1500,6 +1560,12 @@ class Client extends TencentCloudCommon.AbstractClient {
1500
1560
  async DescribeNotebookSessionStatement(req, cb) {
1501
1561
  return this.request("DescribeNotebookSessionStatement", req, cb);
1502
1562
  }
1563
+ /**
1564
+ * 停止推理服务(操作所有部署)。
1565
+ */
1566
+ async StopInferenceService(req, cb) {
1567
+ return this.request("StopInferenceService", req, cb);
1568
+ }
1503
1569
  /**
1504
1570
  * 绑定数据脱敏策略
1505
1571
  */
@@ -1512,6 +1578,12 @@ class Client extends TencentCloudCommon.AbstractClient {
1512
1578
  async DescribeEngineNodeSpec(req, cb) {
1513
1579
  return this.request("DescribeEngineNodeSpec", req, cb);
1514
1580
  }
1581
+ /**
1582
+ * 查询监控概览数据(瞬时值)
1583
+ */
1584
+ async QueryMonitorOverview(req, cb) {
1585
+ return this.request("QueryMonitorOverview", req, cb);
1586
+ }
1515
1587
  /**
1516
1588
  * 更新spark作业
1517
1589
  */
@@ -1578,6 +1650,12 @@ class Client extends TencentCloudCommon.AbstractClient {
1578
1650
  async CreateRayCluster(req, cb) {
1579
1651
  return this.request("CreateRayCluster", req, cb);
1580
1652
  }
1653
+ /**
1654
+ * 获取模型 README 信息(默认最新版本)
1655
+ */
1656
+ async GetModelReadme(req, cb) {
1657
+ return this.request("GetModelReadme", req, cb);
1658
+ }
1581
1659
  /**
1582
1660
  * 绑定工作组到用户
1583
1661
  */
@@ -1608,6 +1686,12 @@ class Client extends TencentCloudCommon.AbstractClient {
1608
1686
  async GetRayClusterYaml(req, cb) {
1609
1687
  return this.request("GetRayClusterYaml", req, cb);
1610
1688
  }
1689
+ /**
1690
+ * 列出模型所有版本
1691
+ */
1692
+ async ListModelVersions(req, cb) {
1693
+ return this.request("ListModelVersions", req, cb);
1694
+ }
1611
1695
  /**
1612
1696
  * 获取数据实验室对应的RayCluster YAML内容
1613
1697
  */