tencentcloud-sdk-nodejs-dlc 4.1.281 → 4.1.284
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.
|
@@ -3,9 +3,15 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
3
3
|
constructor(clientConfig) {
|
|
4
4
|
super("dlc.tencentcloudapi.com", "2021-01-25", clientConfig);
|
|
5
5
|
}
|
|
6
|
+
async GetRayClusterEvent(req, cb) {
|
|
7
|
+
return this.request("GetRayClusterEvent", req, cb);
|
|
8
|
+
}
|
|
6
9
|
async CreateTask(req, cb) {
|
|
7
10
|
return this.request("CreateTask", req, cb);
|
|
8
11
|
}
|
|
12
|
+
async ModifyUser(req, cb) {
|
|
13
|
+
return this.request("ModifyUser", req, cb);
|
|
14
|
+
}
|
|
9
15
|
async AddUsersToWorkGroup(req, cb) {
|
|
10
16
|
return this.request("AddUsersToWorkGroup", req, cb);
|
|
11
17
|
}
|
|
@@ -57,14 +63,20 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
57
63
|
async CreateStoreLocation(req, cb) {
|
|
58
64
|
return this.request("CreateStoreLocation", req, cb);
|
|
59
65
|
}
|
|
66
|
+
async GetLabPodYaml(req, cb) {
|
|
67
|
+
return this.request("GetLabPodYaml", req, cb);
|
|
68
|
+
}
|
|
69
|
+
async GetExampleDetail(req, cb) {
|
|
70
|
+
return this.request("GetExampleDetail", req, cb);
|
|
71
|
+
}
|
|
60
72
|
async CreateNotebookSessionStatementSupportBatchSQL(req, cb) {
|
|
61
73
|
return this.request("CreateNotebookSessionStatementSupportBatchSQL", req, cb);
|
|
62
74
|
}
|
|
63
75
|
async SwitchDataEngine(req, cb) {
|
|
64
76
|
return this.request("SwitchDataEngine", req, cb);
|
|
65
77
|
}
|
|
66
|
-
async
|
|
67
|
-
return this.request("
|
|
78
|
+
async DescribeDataEngines(req, cb) {
|
|
79
|
+
return this.request("DescribeDataEngines", req, cb);
|
|
68
80
|
}
|
|
69
81
|
async CreateDatasourceConnection(req, cb) {
|
|
70
82
|
return this.request("CreateDatasourceConnection", req, cb);
|
|
@@ -78,6 +90,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
78
90
|
async DescribeNotebookSessions(req, cb) {
|
|
79
91
|
return this.request("DescribeNotebookSessions", req, cb);
|
|
80
92
|
}
|
|
93
|
+
async DescribeClusterGroup(req, cb) {
|
|
94
|
+
return this.request("DescribeClusterGroup", req, cb);
|
|
95
|
+
}
|
|
81
96
|
async DescribeDMSPartitions(req, cb) {
|
|
82
97
|
return this.request("DescribeDMSPartitions", req, cb);
|
|
83
98
|
}
|
|
@@ -90,8 +105,11 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
90
105
|
async DescribeDLCCatalogAccess(req, cb) {
|
|
91
106
|
return this.request("DescribeDLCCatalogAccess", req, cb);
|
|
92
107
|
}
|
|
93
|
-
async
|
|
94
|
-
return this.request("
|
|
108
|
+
async ListResourceConfigs(req, cb) {
|
|
109
|
+
return this.request("ListResourceConfigs", req, cb);
|
|
110
|
+
}
|
|
111
|
+
async DeleteDataEngine(req, cb) {
|
|
112
|
+
return this.request("DeleteDataEngine", req, cb);
|
|
95
113
|
}
|
|
96
114
|
async DescribeNativeSparkSessions(req, cb) {
|
|
97
115
|
return this.request("DescribeNativeSparkSessions", req, cb);
|
|
@@ -99,6 +117,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
99
117
|
async DescribeUserType(req, cb) {
|
|
100
118
|
return this.request("DescribeUserType", req, cb);
|
|
101
119
|
}
|
|
120
|
+
async ListJobSpecs(req, cb) {
|
|
121
|
+
return this.request("ListJobSpecs", req, cb);
|
|
122
|
+
}
|
|
102
123
|
async UpdateStandardEngineResourceGroupResourceInfo(req, cb) {
|
|
103
124
|
return this.request("UpdateStandardEngineResourceGroupResourceInfo", req, cb);
|
|
104
125
|
}
|
|
@@ -117,11 +138,14 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
117
138
|
async DescribeTasks(req, cb) {
|
|
118
139
|
return this.request("DescribeTasks", req, cb);
|
|
119
140
|
}
|
|
141
|
+
async ListExamples(req, cb) {
|
|
142
|
+
return this.request("ListExamples", req, cb);
|
|
143
|
+
}
|
|
120
144
|
async DeleteScript(req, cb) {
|
|
121
145
|
return this.request("DeleteScript", req, cb);
|
|
122
146
|
}
|
|
123
|
-
async
|
|
124
|
-
return this.request("
|
|
147
|
+
async DescribeDataEngineSessionParameters(req, cb) {
|
|
148
|
+
return this.request("DescribeDataEngineSessionParameters", req, cb);
|
|
125
149
|
}
|
|
126
150
|
async CreateSparkAppTask(req, cb) {
|
|
127
151
|
return this.request("CreateSparkAppTask", req, cb);
|
|
@@ -132,20 +156,35 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
132
156
|
async UpdateStandardEngineResourceGroupBaseInfo(req, cb) {
|
|
133
157
|
return this.request("UpdateStandardEngineResourceGroupBaseInfo", req, cb);
|
|
134
158
|
}
|
|
159
|
+
async ModifyClusterPriority(req, cb) {
|
|
160
|
+
return this.request("ModifyClusterPriority", req, cb);
|
|
161
|
+
}
|
|
135
162
|
async DescribeLakeFsDirSummary(req, cb) {
|
|
136
163
|
return this.request("DescribeLakeFsDirSummary", req, cb);
|
|
137
164
|
}
|
|
138
165
|
async DescribeDatabases(req, cb) {
|
|
139
166
|
return this.request("DescribeDatabases", req, cb);
|
|
140
167
|
}
|
|
168
|
+
async GetRayJobYaml(req, cb) {
|
|
169
|
+
return this.request("GetRayJobYaml", req, cb);
|
|
170
|
+
}
|
|
171
|
+
async GetLabDetail(req, cb) {
|
|
172
|
+
return this.request("GetLabDetail", req, cb);
|
|
173
|
+
}
|
|
141
174
|
async AlterDMSPartition(req, cb) {
|
|
142
175
|
return this.request("AlterDMSPartition", req, cb);
|
|
143
176
|
}
|
|
177
|
+
async DescribeClusterGroupClusters(req, cb) {
|
|
178
|
+
return this.request("DescribeClusterGroupClusters", req, cb);
|
|
179
|
+
}
|
|
180
|
+
async GetRayClusterPodYaml(req, cb) {
|
|
181
|
+
return this.request("GetRayClusterPodYaml", req, cb);
|
|
182
|
+
}
|
|
144
183
|
async DescribeThirdPartyAccessUser(req, cb) {
|
|
145
184
|
return this.request("DescribeThirdPartyAccessUser", req, cb);
|
|
146
185
|
}
|
|
147
|
-
async
|
|
148
|
-
return this.request("
|
|
186
|
+
async GetLabHistory(req, cb) {
|
|
187
|
+
return this.request("GetLabHistory", req, cb);
|
|
149
188
|
}
|
|
150
189
|
async RestartDataEngine(req, cb) {
|
|
151
190
|
return this.request("RestartDataEngine", req, cb);
|
|
@@ -153,6 +192,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
153
192
|
async CreateUser(req, cb) {
|
|
154
193
|
return this.request("CreateUser", req, cb);
|
|
155
194
|
}
|
|
195
|
+
async GetRayClusterHistory(req, cb) {
|
|
196
|
+
return this.request("GetRayClusterHistory", req, cb);
|
|
197
|
+
}
|
|
156
198
|
async DescribeTables(req, cb) {
|
|
157
199
|
return this.request("DescribeTables", req, cb);
|
|
158
200
|
}
|
|
@@ -171,8 +213,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
171
213
|
async AddOptimizerEngines(req, cb) {
|
|
172
214
|
return this.request("AddOptimizerEngines", req, cb);
|
|
173
215
|
}
|
|
174
|
-
async
|
|
175
|
-
return this.request("
|
|
216
|
+
async DescribeDataEngineImageVersions(req, cb) {
|
|
217
|
+
return this.request("DescribeDataEngineImageVersions", req, cb);
|
|
176
218
|
}
|
|
177
219
|
async DescribeAdvancedStoreLocation(req, cb) {
|
|
178
220
|
return this.request("DescribeAdvancedStoreLocation", req, cb);
|
|
@@ -183,6 +225,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
183
225
|
async DescribeSparkAppJobs(req, cb) {
|
|
184
226
|
return this.request("DescribeSparkAppJobs", req, cb);
|
|
185
227
|
}
|
|
228
|
+
async ListJobsBySpec(req, cb) {
|
|
229
|
+
return this.request("ListJobsBySpec", req, cb);
|
|
230
|
+
}
|
|
186
231
|
async DescribeUsers(req, cb) {
|
|
187
232
|
return this.request("DescribeUsers", req, cb);
|
|
188
233
|
}
|
|
@@ -195,8 +240,11 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
195
240
|
async GenerateInternalTable(req, cb) {
|
|
196
241
|
return this.request("GenerateInternalTable", req, cb);
|
|
197
242
|
}
|
|
198
|
-
async
|
|
199
|
-
return this.request("
|
|
243
|
+
async DescribeClusterMonitorInfos(req, cb) {
|
|
244
|
+
return this.request("DescribeClusterMonitorInfos", req, cb);
|
|
245
|
+
}
|
|
246
|
+
async CreateLab(req, cb) {
|
|
247
|
+
return this.request("CreateLab", req, cb);
|
|
200
248
|
}
|
|
201
249
|
async ModifyWorkGroup(req, cb) {
|
|
202
250
|
return this.request("ModifyWorkGroup", req, cb);
|
|
@@ -219,6 +267,12 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
219
267
|
async DescribeUpdatableDataEngines(req, cb) {
|
|
220
268
|
return this.request("DescribeUpdatableDataEngines", req, cb);
|
|
221
269
|
}
|
|
270
|
+
async ListExampleCategories(req, cb) {
|
|
271
|
+
return this.request("ListExampleCategories", req, cb);
|
|
272
|
+
}
|
|
273
|
+
async RevokeDLCCatalogAccess(req, cb) {
|
|
274
|
+
return this.request("RevokeDLCCatalogAccess", req, cb);
|
|
275
|
+
}
|
|
222
276
|
async CreateInternalTable(req, cb) {
|
|
223
277
|
return this.request("CreateInternalTable", req, cb);
|
|
224
278
|
}
|
|
@@ -231,9 +285,21 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
231
285
|
async DescribeDataEnginesScaleDetail(req, cb) {
|
|
232
286
|
return this.request("DescribeDataEnginesScaleDetail", req, cb);
|
|
233
287
|
}
|
|
288
|
+
async ListExampleDifficulties(req, cb) {
|
|
289
|
+
return this.request("ListExampleDifficulties", req, cb);
|
|
290
|
+
}
|
|
234
291
|
async CreateSparkApp(req, cb) {
|
|
235
292
|
return this.request("CreateSparkApp", req, cb);
|
|
236
293
|
}
|
|
294
|
+
async CreateUserVpcConnection(req, cb) {
|
|
295
|
+
return this.request("CreateUserVpcConnection", req, cb);
|
|
296
|
+
}
|
|
297
|
+
async UpdateRowFilter(req, cb) {
|
|
298
|
+
return this.request("UpdateRowFilter", req, cb);
|
|
299
|
+
}
|
|
300
|
+
async RunJobSpec(req, cb) {
|
|
301
|
+
return this.request("RunJobSpec", req, cb);
|
|
302
|
+
}
|
|
237
303
|
async DeleteStandardEngineResourceGroup(req, cb) {
|
|
238
304
|
return this.request("DeleteStandardEngineResourceGroup", req, cb);
|
|
239
305
|
}
|
|
@@ -252,27 +318,57 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
252
318
|
async CreateSparkSessionBatchSQL(req, cb) {
|
|
253
319
|
return this.request("CreateSparkSessionBatchSQL", req, cb);
|
|
254
320
|
}
|
|
255
|
-
async
|
|
256
|
-
return this.request("
|
|
321
|
+
async CreateClusterGroup(req, cb) {
|
|
322
|
+
return this.request("CreateClusterGroup", req, cb);
|
|
257
323
|
}
|
|
258
324
|
async DescribeUDFPolicy(req, cb) {
|
|
259
325
|
return this.request("DescribeUDFPolicy", req, cb);
|
|
260
326
|
}
|
|
327
|
+
async UpdateRayJobPriority(req, cb) {
|
|
328
|
+
return this.request("UpdateRayJobPriority", req, cb);
|
|
329
|
+
}
|
|
261
330
|
async DescribeNotebookSessionStatements(req, cb) {
|
|
262
331
|
return this.request("DescribeNotebookSessionStatements", req, cb);
|
|
263
332
|
}
|
|
333
|
+
async GetRayCluster(req, cb) {
|
|
334
|
+
return this.request("GetRayCluster", req, cb);
|
|
335
|
+
}
|
|
264
336
|
async GrantDLCCatalogAccess(req, cb) {
|
|
265
337
|
return this.request("GrantDLCCatalogAccess", req, cb);
|
|
266
338
|
}
|
|
339
|
+
async UpdateRayCluster(req, cb) {
|
|
340
|
+
return this.request("UpdateRayCluster", req, cb);
|
|
341
|
+
}
|
|
342
|
+
async CopyJobSpec(req, cb) {
|
|
343
|
+
return this.request("CopyJobSpec", req, cb);
|
|
344
|
+
}
|
|
345
|
+
async UpdateClusterGroup(req, cb) {
|
|
346
|
+
return this.request("UpdateClusterGroup", req, cb);
|
|
347
|
+
}
|
|
348
|
+
async UpdateResourceConfig(req, cb) {
|
|
349
|
+
return this.request("UpdateResourceConfig", req, cb);
|
|
350
|
+
}
|
|
351
|
+
async StartRayCluster(req, cb) {
|
|
352
|
+
return this.request("StartRayCluster", req, cb);
|
|
353
|
+
}
|
|
267
354
|
async SuspendResumeDataEngine(req, cb) {
|
|
268
355
|
return this.request("SuspendResumeDataEngine", req, cb);
|
|
269
356
|
}
|
|
357
|
+
async GetRayJobEventLog(req, cb) {
|
|
358
|
+
return this.request("GetRayJobEventLog", req, cb);
|
|
359
|
+
}
|
|
270
360
|
async CreateDMSDatabase(req, cb) {
|
|
271
361
|
return this.request("CreateDMSDatabase", req, cb);
|
|
272
362
|
}
|
|
363
|
+
async GetLabPods(req, cb) {
|
|
364
|
+
return this.request("GetLabPods", req, cb);
|
|
365
|
+
}
|
|
273
366
|
async AttachUserPolicy(req, cb) {
|
|
274
367
|
return this.request("AttachUserPolicy", req, cb);
|
|
275
368
|
}
|
|
369
|
+
async StopLab(req, cb) {
|
|
370
|
+
return this.request("StopLab", req, cb);
|
|
371
|
+
}
|
|
276
372
|
async ModifyGovernEventRule(req, cb) {
|
|
277
373
|
return this.request("ModifyGovernEventRule", req, cb);
|
|
278
374
|
}
|
|
@@ -288,6 +384,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
288
384
|
async DescribeMCPSubUin(req, cb) {
|
|
289
385
|
return this.request("DescribeMCPSubUin", req, cb);
|
|
290
386
|
}
|
|
387
|
+
async DeleteLab(req, cb) {
|
|
388
|
+
return this.request("DeleteLab", req, cb);
|
|
389
|
+
}
|
|
291
390
|
async CreateNotebookSessionStatement(req, cb) {
|
|
292
391
|
return this.request("CreateNotebookSessionStatement", req, cb);
|
|
293
392
|
}
|
|
@@ -297,14 +396,20 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
297
396
|
async DescribeStandardEngineResourceGroupConfigInfo(req, cb) {
|
|
298
397
|
return this.request("DescribeStandardEngineResourceGroupConfigInfo", req, cb);
|
|
299
398
|
}
|
|
300
|
-
async
|
|
301
|
-
return this.request("
|
|
399
|
+
async RegisterThirdPartyAccessUser(req, cb) {
|
|
400
|
+
return this.request("RegisterThirdPartyAccessUser", req, cb);
|
|
401
|
+
}
|
|
402
|
+
async GetLabServiceUrls(req, cb) {
|
|
403
|
+
return this.request("GetLabServiceUrls", req, cb);
|
|
404
|
+
}
|
|
405
|
+
async AlterDMSDatabase(req, cb) {
|
|
406
|
+
return this.request("AlterDMSDatabase", req, cb);
|
|
302
407
|
}
|
|
303
408
|
async DescribeSparkSessionBatchSQL(req, cb) {
|
|
304
409
|
return this.request("DescribeSparkSessionBatchSQL", req, cb);
|
|
305
410
|
}
|
|
306
|
-
async
|
|
307
|
-
return this.request("
|
|
411
|
+
async CreateJobSpec(req, cb) {
|
|
412
|
+
return this.request("CreateJobSpec", req, cb);
|
|
308
413
|
}
|
|
309
414
|
async AddDMSPartitions(req, cb) {
|
|
310
415
|
return this.request("AddDMSPartitions", req, cb);
|
|
@@ -324,6 +429,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
324
429
|
async DescribeTaskResourceUsage(req, cb) {
|
|
325
430
|
return this.request("DescribeTaskResourceUsage", req, cb);
|
|
326
431
|
}
|
|
432
|
+
async ListExampleTags(req, cb) {
|
|
433
|
+
return this.request("ListExampleTags", req, cb);
|
|
434
|
+
}
|
|
327
435
|
async DescribeNotebookSessionLog(req, cb) {
|
|
328
436
|
return this.request("DescribeNotebookSessionLog", req, cb);
|
|
329
437
|
}
|
|
@@ -333,6 +441,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
333
441
|
async DescribeResultDownload(req, cb) {
|
|
334
442
|
return this.request("DescribeResultDownload", req, cb);
|
|
335
443
|
}
|
|
444
|
+
async GetJobSpec(req, cb) {
|
|
445
|
+
return this.request("GetJobSpec", req, cb);
|
|
446
|
+
}
|
|
336
447
|
async DescribeDMSTable(req, cb) {
|
|
337
448
|
return this.request("DescribeDMSTable", req, cb);
|
|
338
449
|
}
|
|
@@ -360,17 +471,29 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
360
471
|
async DescribeDatasourceConnection(req, cb) {
|
|
361
472
|
return this.request("DescribeDatasourceConnection", req, cb);
|
|
362
473
|
}
|
|
474
|
+
async ListRayClusterJobs(req, cb) {
|
|
475
|
+
return this.request("ListRayClusterJobs", req, cb);
|
|
476
|
+
}
|
|
363
477
|
async DescribeTablePartitions(req, cb) {
|
|
364
478
|
return this.request("DescribeTablePartitions", req, cb);
|
|
365
479
|
}
|
|
480
|
+
async UpdateJobSpecPriority(req, cb) {
|
|
481
|
+
return this.request("UpdateJobSpecPriority", req, cb);
|
|
482
|
+
}
|
|
366
483
|
async CheckDataEngineImageCanBeRollback(req, cb) {
|
|
367
484
|
return this.request("CheckDataEngineImageCanBeRollback", req, cb);
|
|
368
485
|
}
|
|
486
|
+
async DeleteJobSpec(req, cb) {
|
|
487
|
+
return this.request("DeleteJobSpec", req, cb);
|
|
488
|
+
}
|
|
489
|
+
async GetLabEvent(req, cb) {
|
|
490
|
+
return this.request("GetLabEvent", req, cb);
|
|
491
|
+
}
|
|
369
492
|
async CancelSparkSessionBatchSQL(req, cb) {
|
|
370
493
|
return this.request("CancelSparkSessionBatchSQL", req, cb);
|
|
371
494
|
}
|
|
372
|
-
async
|
|
373
|
-
return this.request("
|
|
495
|
+
async GetRayJobHistory(req, cb) {
|
|
496
|
+
return this.request("GetRayJobHistory", req, cb);
|
|
374
497
|
}
|
|
375
498
|
async DescribeSparkSessionBatchSqlLog(req, cb) {
|
|
376
499
|
return this.request("DescribeSparkSessionBatchSqlLog", req, cb);
|
|
@@ -387,23 +510,32 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
387
510
|
async DeleteUserVpcConnection(req, cb) {
|
|
388
511
|
return this.request("DeleteUserVpcConnection", req, cb);
|
|
389
512
|
}
|
|
513
|
+
async GetRayJobPods(req, cb) {
|
|
514
|
+
return this.request("GetRayJobPods", req, cb);
|
|
515
|
+
}
|
|
390
516
|
async DeleteNativeSparkSession(req, cb) {
|
|
391
517
|
return this.request("DeleteNativeSparkSession", req, cb);
|
|
392
518
|
}
|
|
393
519
|
async CheckDataEngineConfigPairsValidity(req, cb) {
|
|
394
520
|
return this.request("CheckDataEngineConfigPairsValidity", req, cb);
|
|
395
521
|
}
|
|
522
|
+
async GetRayJobEvent(req, cb) {
|
|
523
|
+
return this.request("GetRayJobEvent", req, cb);
|
|
524
|
+
}
|
|
396
525
|
async DescribeUserVpcConnection(req, cb) {
|
|
397
526
|
return this.request("DescribeUserVpcConnection", req, cb);
|
|
398
527
|
}
|
|
399
|
-
async
|
|
400
|
-
return this.request("
|
|
528
|
+
async DeleteRayCluster(req, cb) {
|
|
529
|
+
return this.request("DeleteRayCluster", req, cb);
|
|
401
530
|
}
|
|
402
531
|
async DeleteUser(req, cb) {
|
|
403
532
|
return this.request("DeleteUser", req, cb);
|
|
404
533
|
}
|
|
405
|
-
async
|
|
406
|
-
return this.request("
|
|
534
|
+
async DescribeDMSTables(req, cb) {
|
|
535
|
+
return this.request("DescribeDMSTables", req, cb);
|
|
536
|
+
}
|
|
537
|
+
async DeleteTable(req, cb) {
|
|
538
|
+
return this.request("DeleteTable", req, cb);
|
|
407
539
|
}
|
|
408
540
|
async DescribeEngineUsageInfo(req, cb) {
|
|
409
541
|
return this.request("DescribeEngineUsageInfo", req, cb);
|
|
@@ -420,8 +552,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
420
552
|
async CreateTasksInOrder(req, cb) {
|
|
421
553
|
return this.request("CreateTasksInOrder", req, cb);
|
|
422
554
|
}
|
|
423
|
-
async
|
|
424
|
-
return this.request("
|
|
555
|
+
async DeleteClusterGroup(req, cb) {
|
|
556
|
+
return this.request("DeleteClusterGroup", req, cb);
|
|
425
557
|
}
|
|
426
558
|
async LockMetaData(req, cb) {
|
|
427
559
|
return this.request("LockMetaData", req, cb);
|
|
@@ -447,6 +579,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
447
579
|
async DetachWorkGroupPolicy(req, cb) {
|
|
448
580
|
return this.request("DetachWorkGroupPolicy", req, cb);
|
|
449
581
|
}
|
|
582
|
+
async GetRayJob(req, cb) {
|
|
583
|
+
return this.request("GetRayJob", req, cb);
|
|
584
|
+
}
|
|
450
585
|
async DropDMSTable(req, cb) {
|
|
451
586
|
return this.request("DropDMSTable", req, cb);
|
|
452
587
|
}
|
|
@@ -462,6 +597,12 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
462
597
|
async CreateImportTask(req, cb) {
|
|
463
598
|
return this.request("CreateImportTask", req, cb);
|
|
464
599
|
}
|
|
600
|
+
async StopRayCluster(req, cb) {
|
|
601
|
+
return this.request("StopRayCluster", req, cb);
|
|
602
|
+
}
|
|
603
|
+
async GetRayClusterPods(req, cb) {
|
|
604
|
+
return this.request("GetRayClusterPods", req, cb);
|
|
605
|
+
}
|
|
465
606
|
async UpdateStandardEngineResourceGroupConfigInfo(req, cb) {
|
|
466
607
|
return this.request("UpdateStandardEngineResourceGroupConfigInfo", req, cb);
|
|
467
608
|
}
|
|
@@ -477,21 +618,42 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
477
618
|
async CreateExportTask(req, cb) {
|
|
478
619
|
return this.request("CreateExportTask", req, cb);
|
|
479
620
|
}
|
|
621
|
+
async CreateResourceConfig(req, cb) {
|
|
622
|
+
return this.request("CreateResourceConfig", req, cb);
|
|
623
|
+
}
|
|
480
624
|
async CreateSparkAppForTDLC(req, cb) {
|
|
481
625
|
return this.request("CreateSparkAppForTDLC", req, cb);
|
|
482
626
|
}
|
|
483
|
-
async
|
|
484
|
-
return this.request("
|
|
627
|
+
async ListClusterGroups(req, cb) {
|
|
628
|
+
return this.request("ListClusterGroups", req, cb);
|
|
629
|
+
}
|
|
630
|
+
async ListRayClusters(req, cb) {
|
|
631
|
+
return this.request("ListRayClusters", req, cb);
|
|
632
|
+
}
|
|
633
|
+
async CancelRayJob(req, cb) {
|
|
634
|
+
return this.request("CancelRayJob", req, cb);
|
|
485
635
|
}
|
|
486
636
|
async DescribeTasksAnalysis(req, cb) {
|
|
487
637
|
return this.request("DescribeTasksAnalysis", req, cb);
|
|
488
638
|
}
|
|
639
|
+
async ListLabs(req, cb) {
|
|
640
|
+
return this.request("ListLabs", req, cb);
|
|
641
|
+
}
|
|
489
642
|
async DeleteUsersFromWorkGroup(req, cb) {
|
|
490
643
|
return this.request("DeleteUsersFromWorkGroup", req, cb);
|
|
491
644
|
}
|
|
492
645
|
async UpdateNetworkConnection(req, cb) {
|
|
493
646
|
return this.request("UpdateNetworkConnection", req, cb);
|
|
494
647
|
}
|
|
648
|
+
async GetRayJobPodYaml(req, cb) {
|
|
649
|
+
return this.request("GetRayJobPodYaml", req, cb);
|
|
650
|
+
}
|
|
651
|
+
async ListRayJobs(req, cb) {
|
|
652
|
+
return this.request("ListRayJobs", req, cb);
|
|
653
|
+
}
|
|
654
|
+
async UpdateJobSpec(req, cb) {
|
|
655
|
+
return this.request("UpdateJobSpec", req, cb);
|
|
656
|
+
}
|
|
495
657
|
async DescribeSparkAppTasks(req, cb) {
|
|
496
658
|
return this.request("DescribeSparkAppTasks", req, cb);
|
|
497
659
|
}
|
|
@@ -501,6 +663,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
501
663
|
async UnbindWorkGroupsFromUser(req, cb) {
|
|
502
664
|
return this.request("UnbindWorkGroupsFromUser", req, cb);
|
|
503
665
|
}
|
|
666
|
+
async DescribeDataEnginePythonSparkImages(req, cb) {
|
|
667
|
+
return this.request("DescribeDataEnginePythonSparkImages", req, cb);
|
|
668
|
+
}
|
|
504
669
|
async CreateSparkSubmitTask(req, cb) {
|
|
505
670
|
return this.request("CreateSparkSubmitTask", req, cb);
|
|
506
671
|
}
|
|
@@ -522,8 +687,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
522
687
|
async DescribeNotebookSessionStatement(req, cb) {
|
|
523
688
|
return this.request("DescribeNotebookSessionStatement", req, cb);
|
|
524
689
|
}
|
|
525
|
-
async
|
|
526
|
-
return this.request("
|
|
690
|
+
async AttachDataMaskPolicy(req, cb) {
|
|
691
|
+
return this.request("AttachDataMaskPolicy", req, cb);
|
|
527
692
|
}
|
|
528
693
|
async DescribeEngineNodeSpec(req, cb) {
|
|
529
694
|
return this.request("DescribeEngineNodeSpec", req, cb);
|
|
@@ -543,12 +708,21 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
543
708
|
async UpdateEngineResourceGroupNetworkConfigInfo(req, cb) {
|
|
544
709
|
return this.request("UpdateEngineResourceGroupNetworkConfigInfo", req, cb);
|
|
545
710
|
}
|
|
711
|
+
async StartLab(req, cb) {
|
|
712
|
+
return this.request("StartLab", req, cb);
|
|
713
|
+
}
|
|
714
|
+
async ModifyLabPriority(req, cb) {
|
|
715
|
+
return this.request("ModifyLabPriority", req, cb);
|
|
716
|
+
}
|
|
546
717
|
async ModifySparkAppBatch(req, cb) {
|
|
547
718
|
return this.request("ModifySparkAppBatch", req, cb);
|
|
548
719
|
}
|
|
549
720
|
async DescribeDMSDatabase(req, cb) {
|
|
550
721
|
return this.request("DescribeDMSDatabase", req, cb);
|
|
551
722
|
}
|
|
723
|
+
async CreateRayCluster(req, cb) {
|
|
724
|
+
return this.request("CreateRayCluster", req, cb);
|
|
725
|
+
}
|
|
552
726
|
async BindWorkGroupsToUser(req, cb) {
|
|
553
727
|
return this.request("BindWorkGroupsToUser", req, cb);
|
|
554
728
|
}
|
|
@@ -558,6 +732,15 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
558
732
|
async DescribeTaskLog(req, cb) {
|
|
559
733
|
return this.request("DescribeTaskLog", req, cb);
|
|
560
734
|
}
|
|
735
|
+
async GetRayClusterYaml(req, cb) {
|
|
736
|
+
return this.request("GetRayClusterYaml", req, cb);
|
|
737
|
+
}
|
|
738
|
+
async GetLabYaml(req, cb) {
|
|
739
|
+
return this.request("GetLabYaml", req, cb);
|
|
740
|
+
}
|
|
741
|
+
async GetResourceConfig(req, cb) {
|
|
742
|
+
return this.request("GetResourceConfig", req, cb);
|
|
743
|
+
}
|
|
561
744
|
async DescribeMCPTaskResult(req, cb) {
|
|
562
745
|
return this.request("DescribeMCPTaskResult", req, cb);
|
|
563
746
|
}
|
|
@@ -585,8 +768,11 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
585
768
|
async CreateDataEngine(req, cb) {
|
|
586
769
|
return this.request("CreateDataEngine", req, cb);
|
|
587
770
|
}
|
|
588
|
-
async
|
|
589
|
-
return this.request("
|
|
771
|
+
async DeleteResourceConfig(req, cb) {
|
|
772
|
+
return this.request("DeleteResourceConfig", req, cb);
|
|
773
|
+
}
|
|
774
|
+
async DropDMSDatabase(req, cb) {
|
|
775
|
+
return this.request("DropDMSDatabase", req, cb);
|
|
590
776
|
}
|
|
591
777
|
async DescribeStandardEngineResourceGroups(req, cb) {
|
|
592
778
|
return this.request("DescribeStandardEngineResourceGroups", req, cb);
|
|
@@ -594,6 +780,12 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
594
780
|
async ListTaskJobLogDetail(req, cb) {
|
|
595
781
|
return this.request("ListTaskJobLogDetail", req, cb);
|
|
596
782
|
}
|
|
783
|
+
async DeleteRayJob(req, cb) {
|
|
784
|
+
return this.request("DeleteRayJob", req, cb);
|
|
785
|
+
}
|
|
786
|
+
async UpdateLab(req, cb) {
|
|
787
|
+
return this.request("UpdateLab", req, cb);
|
|
788
|
+
}
|
|
597
789
|
async DescribeEngineNetworks(req, cb) {
|
|
598
790
|
return this.request("DescribeEngineNetworks", req, cb);
|
|
599
791
|
}
|