tencentcloud-sdk-nodejs-dlc 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.
|
@@ -21,6 +21,9 @@ export class Client extends TencentCloudCommon.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 TencentCloudCommon.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 TencentCloudCommon.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 TencentCloudCommon.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 TencentCloudCommon.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 TencentCloudCommon.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 TencentCloudCommon.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 TencentCloudCommon.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 TencentCloudCommon.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 TencentCloudCommon.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 TencentCloudCommon.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 TencentCloudCommon.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 TencentCloudCommon.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 TencentCloudCommon.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 TencentCloudCommon.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 TencentCloudCommon.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 TencentCloudCommon.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 TencentCloudCommon.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 TencentCloudCommon.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 TencentCloudCommon.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 TencentCloudCommon.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 TencentCloudCommon.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 TencentCloudCommon.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 TencentCloudCommon.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 TencentCloudCommon.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 TencentCloudCommon.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 TencentCloudCommon.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 TencentCloudCommon.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 TencentCloudCommon.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 TencentCloudCommon.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
|
}
|