tencentcloud-sdk-nodejs-dlc 4.1.281 → 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.
|
@@ -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
|
}
|
|
@@ -15,6 +21,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
15
21
|
async DescribeForbiddenTablePro(req, cb) {
|
|
16
22
|
return this.request("DescribeForbiddenTablePro", req, cb);
|
|
17
23
|
}
|
|
24
|
+
async DescribePartitionDetail(req, cb) {
|
|
25
|
+
return this.request("DescribePartitionDetail", req, cb);
|
|
26
|
+
}
|
|
18
27
|
async DescribeUserInfo(req, cb) {
|
|
19
28
|
return this.request("DescribeUserInfo", req, cb);
|
|
20
29
|
}
|
|
@@ -57,14 +66,23 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
57
66
|
async CreateStoreLocation(req, cb) {
|
|
58
67
|
return this.request("CreateStoreLocation", req, cb);
|
|
59
68
|
}
|
|
69
|
+
async CreatePartitionQueue(req, cb) {
|
|
70
|
+
return this.request("CreatePartitionQueue", req, cb);
|
|
71
|
+
}
|
|
72
|
+
async GetLabPodYaml(req, cb) {
|
|
73
|
+
return this.request("GetLabPodYaml", req, cb);
|
|
74
|
+
}
|
|
75
|
+
async GetExampleDetail(req, cb) {
|
|
76
|
+
return this.request("GetExampleDetail", req, cb);
|
|
77
|
+
}
|
|
60
78
|
async CreateNotebookSessionStatementSupportBatchSQL(req, cb) {
|
|
61
79
|
return this.request("CreateNotebookSessionStatementSupportBatchSQL", req, cb);
|
|
62
80
|
}
|
|
63
81
|
async SwitchDataEngine(req, cb) {
|
|
64
82
|
return this.request("SwitchDataEngine", req, cb);
|
|
65
83
|
}
|
|
66
|
-
async
|
|
67
|
-
return this.request("
|
|
84
|
+
async DescribeDataEngines(req, cb) {
|
|
85
|
+
return this.request("DescribeDataEngines", req, cb);
|
|
68
86
|
}
|
|
69
87
|
async CreateDatasourceConnection(req, cb) {
|
|
70
88
|
return this.request("CreateDatasourceConnection", req, cb);
|
|
@@ -78,6 +96,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
78
96
|
async DescribeNotebookSessions(req, cb) {
|
|
79
97
|
return this.request("DescribeNotebookSessions", req, cb);
|
|
80
98
|
}
|
|
99
|
+
async DescribeClusterGroup(req, cb) {
|
|
100
|
+
return this.request("DescribeClusterGroup", req, cb);
|
|
101
|
+
}
|
|
81
102
|
async DescribeDMSPartitions(req, cb) {
|
|
82
103
|
return this.request("DescribeDMSPartitions", req, cb);
|
|
83
104
|
}
|
|
@@ -90,8 +111,11 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
90
111
|
async DescribeDLCCatalogAccess(req, cb) {
|
|
91
112
|
return this.request("DescribeDLCCatalogAccess", req, cb);
|
|
92
113
|
}
|
|
93
|
-
async
|
|
94
|
-
return this.request("
|
|
114
|
+
async ListResourceConfigs(req, cb) {
|
|
115
|
+
return this.request("ListResourceConfigs", req, cb);
|
|
116
|
+
}
|
|
117
|
+
async DeleteDataEngine(req, cb) {
|
|
118
|
+
return this.request("DeleteDataEngine", req, cb);
|
|
95
119
|
}
|
|
96
120
|
async DescribeNativeSparkSessions(req, cb) {
|
|
97
121
|
return this.request("DescribeNativeSparkSessions", req, cb);
|
|
@@ -99,14 +123,20 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
99
123
|
async DescribeUserType(req, cb) {
|
|
100
124
|
return this.request("DescribeUserType", req, cb);
|
|
101
125
|
}
|
|
126
|
+
async ListJobSpecs(req, cb) {
|
|
127
|
+
return this.request("ListJobSpecs", req, cb);
|
|
128
|
+
}
|
|
129
|
+
async DescribeWorkGroups(req, cb) {
|
|
130
|
+
return this.request("DescribeWorkGroups", req, cb);
|
|
131
|
+
}
|
|
102
132
|
async UpdateStandardEngineResourceGroupResourceInfo(req, cb) {
|
|
103
133
|
return this.request("UpdateStandardEngineResourceGroupResourceInfo", req, cb);
|
|
104
134
|
}
|
|
105
135
|
async RenewDataEngine(req, cb) {
|
|
106
136
|
return this.request("RenewDataEngine", req, cb);
|
|
107
137
|
}
|
|
108
|
-
async
|
|
109
|
-
return this.request("
|
|
138
|
+
async CreatePartition(req, cb) {
|
|
139
|
+
return this.request("CreatePartition", req, cb);
|
|
110
140
|
}
|
|
111
141
|
async DescribeNetworkConnections(req, cb) {
|
|
112
142
|
return this.request("DescribeNetworkConnections", req, cb);
|
|
@@ -117,11 +147,14 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
117
147
|
async DescribeTasks(req, cb) {
|
|
118
148
|
return this.request("DescribeTasks", req, cb);
|
|
119
149
|
}
|
|
150
|
+
async ListExamples(req, cb) {
|
|
151
|
+
return this.request("ListExamples", req, cb);
|
|
152
|
+
}
|
|
120
153
|
async DeleteScript(req, cb) {
|
|
121
154
|
return this.request("DeleteScript", req, cb);
|
|
122
155
|
}
|
|
123
|
-
async
|
|
124
|
-
return this.request("
|
|
156
|
+
async DescribeDataEngineSessionParameters(req, cb) {
|
|
157
|
+
return this.request("DescribeDataEngineSessionParameters", req, cb);
|
|
125
158
|
}
|
|
126
159
|
async CreateSparkAppTask(req, cb) {
|
|
127
160
|
return this.request("CreateSparkAppTask", req, cb);
|
|
@@ -129,23 +162,41 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
129
162
|
async DescribeOtherCHDFSBindingList(req, cb) {
|
|
130
163
|
return this.request("DescribeOtherCHDFSBindingList", req, cb);
|
|
131
164
|
}
|
|
165
|
+
async ModifyPartitionDescription(req, cb) {
|
|
166
|
+
return this.request("ModifyPartitionDescription", req, cb);
|
|
167
|
+
}
|
|
132
168
|
async UpdateStandardEngineResourceGroupBaseInfo(req, cb) {
|
|
133
169
|
return this.request("UpdateStandardEngineResourceGroupBaseInfo", req, cb);
|
|
134
170
|
}
|
|
171
|
+
async ModifyClusterPriority(req, cb) {
|
|
172
|
+
return this.request("ModifyClusterPriority", req, cb);
|
|
173
|
+
}
|
|
135
174
|
async DescribeLakeFsDirSummary(req, cb) {
|
|
136
175
|
return this.request("DescribeLakeFsDirSummary", req, cb);
|
|
137
176
|
}
|
|
138
177
|
async DescribeDatabases(req, cb) {
|
|
139
178
|
return this.request("DescribeDatabases", req, cb);
|
|
140
179
|
}
|
|
180
|
+
async GetRayJobYaml(req, cb) {
|
|
181
|
+
return this.request("GetRayJobYaml", req, cb);
|
|
182
|
+
}
|
|
183
|
+
async GetLabDetail(req, cb) {
|
|
184
|
+
return this.request("GetLabDetail", req, cb);
|
|
185
|
+
}
|
|
141
186
|
async AlterDMSPartition(req, cb) {
|
|
142
187
|
return this.request("AlterDMSPartition", req, cb);
|
|
143
188
|
}
|
|
189
|
+
async DescribeClusterGroupClusters(req, cb) {
|
|
190
|
+
return this.request("DescribeClusterGroupClusters", req, cb);
|
|
191
|
+
}
|
|
192
|
+
async GetRayClusterPodYaml(req, cb) {
|
|
193
|
+
return this.request("GetRayClusterPodYaml", req, cb);
|
|
194
|
+
}
|
|
144
195
|
async DescribeThirdPartyAccessUser(req, cb) {
|
|
145
196
|
return this.request("DescribeThirdPartyAccessUser", req, cb);
|
|
146
197
|
}
|
|
147
|
-
async
|
|
148
|
-
return this.request("
|
|
198
|
+
async GetLabHistory(req, cb) {
|
|
199
|
+
return this.request("GetLabHistory", req, cb);
|
|
149
200
|
}
|
|
150
201
|
async RestartDataEngine(req, cb) {
|
|
151
202
|
return this.request("RestartDataEngine", req, cb);
|
|
@@ -153,6 +204,12 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
153
204
|
async CreateUser(req, cb) {
|
|
154
205
|
return this.request("CreateUser", req, cb);
|
|
155
206
|
}
|
|
207
|
+
async GetInferenceModel(req, cb) {
|
|
208
|
+
return this.request("GetInferenceModel", req, cb);
|
|
209
|
+
}
|
|
210
|
+
async GetRayClusterHistory(req, cb) {
|
|
211
|
+
return this.request("GetRayClusterHistory", req, cb);
|
|
212
|
+
}
|
|
156
213
|
async DescribeTables(req, cb) {
|
|
157
214
|
return this.request("DescribeTables", req, cb);
|
|
158
215
|
}
|
|
@@ -165,14 +222,17 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
165
222
|
async AssociateDatasourceHouse(req, cb) {
|
|
166
223
|
return this.request("AssociateDatasourceHouse", req, cb);
|
|
167
224
|
}
|
|
225
|
+
async UpdateStandardEngineResourceGroupConfigInfo(req, cb) {
|
|
226
|
+
return this.request("UpdateStandardEngineResourceGroupConfigInfo", req, cb);
|
|
227
|
+
}
|
|
168
228
|
async DescribeLakeFsTaskResult(req, cb) {
|
|
169
229
|
return this.request("DescribeLakeFsTaskResult", req, cb);
|
|
170
230
|
}
|
|
171
231
|
async AddOptimizerEngines(req, cb) {
|
|
172
232
|
return this.request("AddOptimizerEngines", req, cb);
|
|
173
233
|
}
|
|
174
|
-
async
|
|
175
|
-
return this.request("
|
|
234
|
+
async DescribeDataEngineImageVersions(req, cb) {
|
|
235
|
+
return this.request("DescribeDataEngineImageVersions", req, cb);
|
|
176
236
|
}
|
|
177
237
|
async DescribeAdvancedStoreLocation(req, cb) {
|
|
178
238
|
return this.request("DescribeAdvancedStoreLocation", req, cb);
|
|
@@ -183,6 +243,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
183
243
|
async DescribeSparkAppJobs(req, cb) {
|
|
184
244
|
return this.request("DescribeSparkAppJobs", req, cb);
|
|
185
245
|
}
|
|
246
|
+
async ListJobsBySpec(req, cb) {
|
|
247
|
+
return this.request("ListJobsBySpec", req, cb);
|
|
248
|
+
}
|
|
186
249
|
async DescribeUsers(req, cb) {
|
|
187
250
|
return this.request("DescribeUsers", req, cb);
|
|
188
251
|
}
|
|
@@ -195,8 +258,11 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
195
258
|
async GenerateInternalTable(req, cb) {
|
|
196
259
|
return this.request("GenerateInternalTable", req, cb);
|
|
197
260
|
}
|
|
198
|
-
async
|
|
199
|
-
return this.request("
|
|
261
|
+
async DescribeClusterMonitorInfos(req, cb) {
|
|
262
|
+
return this.request("DescribeClusterMonitorInfos", req, cb);
|
|
263
|
+
}
|
|
264
|
+
async CreateLab(req, cb) {
|
|
265
|
+
return this.request("CreateLab", req, cb);
|
|
200
266
|
}
|
|
201
267
|
async ModifyWorkGroup(req, cb) {
|
|
202
268
|
return this.request("ModifyWorkGroup", req, cb);
|
|
@@ -204,8 +270,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
204
270
|
async DescribeTablesName(req, cb) {
|
|
205
271
|
return this.request("DescribeTablesName", req, cb);
|
|
206
272
|
}
|
|
207
|
-
async
|
|
208
|
-
return this.request("
|
|
273
|
+
async CreateInferenceModel(req, cb) {
|
|
274
|
+
return this.request("CreateInferenceModel", req, cb);
|
|
209
275
|
}
|
|
210
276
|
async PauseStandardEngineResourceGroups(req, cb) {
|
|
211
277
|
return this.request("PauseStandardEngineResourceGroups", req, cb);
|
|
@@ -219,6 +285,15 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
219
285
|
async DescribeUpdatableDataEngines(req, cb) {
|
|
220
286
|
return this.request("DescribeUpdatableDataEngines", req, cb);
|
|
221
287
|
}
|
|
288
|
+
async ListExampleCategories(req, cb) {
|
|
289
|
+
return this.request("ListExampleCategories", req, cb);
|
|
290
|
+
}
|
|
291
|
+
async CheckResourceName(req, cb) {
|
|
292
|
+
return this.request("CheckResourceName", req, cb);
|
|
293
|
+
}
|
|
294
|
+
async RevokeDLCCatalogAccess(req, cb) {
|
|
295
|
+
return this.request("RevokeDLCCatalogAccess", req, cb);
|
|
296
|
+
}
|
|
222
297
|
async CreateInternalTable(req, cb) {
|
|
223
298
|
return this.request("CreateInternalTable", req, cb);
|
|
224
299
|
}
|
|
@@ -231,9 +306,21 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
231
306
|
async DescribeDataEnginesScaleDetail(req, cb) {
|
|
232
307
|
return this.request("DescribeDataEnginesScaleDetail", req, cb);
|
|
233
308
|
}
|
|
309
|
+
async ListExampleDifficulties(req, cb) {
|
|
310
|
+
return this.request("ListExampleDifficulties", req, cb);
|
|
311
|
+
}
|
|
234
312
|
async CreateSparkApp(req, cb) {
|
|
235
313
|
return this.request("CreateSparkApp", req, cb);
|
|
236
314
|
}
|
|
315
|
+
async CreateUserVpcConnection(req, cb) {
|
|
316
|
+
return this.request("CreateUserVpcConnection", req, cb);
|
|
317
|
+
}
|
|
318
|
+
async UpdateRowFilter(req, cb) {
|
|
319
|
+
return this.request("UpdateRowFilter", req, cb);
|
|
320
|
+
}
|
|
321
|
+
async RunJobSpec(req, cb) {
|
|
322
|
+
return this.request("RunJobSpec", req, cb);
|
|
323
|
+
}
|
|
237
324
|
async DeleteStandardEngineResourceGroup(req, cb) {
|
|
238
325
|
return this.request("DeleteStandardEngineResourceGroup", req, cb);
|
|
239
326
|
}
|
|
@@ -252,29 +339,62 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
252
339
|
async CreateSparkSessionBatchSQL(req, cb) {
|
|
253
340
|
return this.request("CreateSparkSessionBatchSQL", req, cb);
|
|
254
341
|
}
|
|
255
|
-
async
|
|
256
|
-
return this.request("
|
|
342
|
+
async CreateClusterGroup(req, cb) {
|
|
343
|
+
return this.request("CreateClusterGroup", req, cb);
|
|
257
344
|
}
|
|
258
345
|
async DescribeUDFPolicy(req, cb) {
|
|
259
346
|
return this.request("DescribeUDFPolicy", req, cb);
|
|
260
347
|
}
|
|
348
|
+
async UpdateRayJobPriority(req, cb) {
|
|
349
|
+
return this.request("UpdateRayJobPriority", req, cb);
|
|
350
|
+
}
|
|
261
351
|
async DescribeNotebookSessionStatements(req, cb) {
|
|
262
352
|
return this.request("DescribeNotebookSessionStatements", req, cb);
|
|
263
353
|
}
|
|
354
|
+
async GetRayCluster(req, cb) {
|
|
355
|
+
return this.request("GetRayCluster", req, cb);
|
|
356
|
+
}
|
|
264
357
|
async GrantDLCCatalogAccess(req, cb) {
|
|
265
358
|
return this.request("GrantDLCCatalogAccess", req, cb);
|
|
266
359
|
}
|
|
360
|
+
async UpdateInferenceModel(req, cb) {
|
|
361
|
+
return this.request("UpdateInferenceModel", req, cb);
|
|
362
|
+
}
|
|
363
|
+
async UpdateRayCluster(req, cb) {
|
|
364
|
+
return this.request("UpdateRayCluster", req, cb);
|
|
365
|
+
}
|
|
366
|
+
async CopyJobSpec(req, cb) {
|
|
367
|
+
return this.request("CopyJobSpec", req, cb);
|
|
368
|
+
}
|
|
369
|
+
async UpdateClusterGroup(req, cb) {
|
|
370
|
+
return this.request("UpdateClusterGroup", req, cb);
|
|
371
|
+
}
|
|
372
|
+
async UpdateResourceConfig(req, cb) {
|
|
373
|
+
return this.request("UpdateResourceConfig", req, cb);
|
|
374
|
+
}
|
|
375
|
+
async StartRayCluster(req, cb) {
|
|
376
|
+
return this.request("StartRayCluster", req, cb);
|
|
377
|
+
}
|
|
267
378
|
async SuspendResumeDataEngine(req, cb) {
|
|
268
379
|
return this.request("SuspendResumeDataEngine", req, cb);
|
|
269
380
|
}
|
|
381
|
+
async GetRayJobEventLog(req, cb) {
|
|
382
|
+
return this.request("GetRayJobEventLog", req, cb);
|
|
383
|
+
}
|
|
270
384
|
async CreateDMSDatabase(req, cb) {
|
|
271
385
|
return this.request("CreateDMSDatabase", req, cb);
|
|
272
386
|
}
|
|
387
|
+
async GetLabPods(req, cb) {
|
|
388
|
+
return this.request("GetLabPods", req, cb);
|
|
389
|
+
}
|
|
273
390
|
async AttachUserPolicy(req, cb) {
|
|
274
391
|
return this.request("AttachUserPolicy", req, cb);
|
|
275
392
|
}
|
|
276
|
-
async
|
|
277
|
-
return this.request("
|
|
393
|
+
async StopLab(req, cb) {
|
|
394
|
+
return this.request("StopLab", req, cb);
|
|
395
|
+
}
|
|
396
|
+
async DescribeSaleResourceInfo(req, cb) {
|
|
397
|
+
return this.request("DescribeSaleResourceInfo", req, cb);
|
|
278
398
|
}
|
|
279
399
|
async CreateResultDownload(req, cb) {
|
|
280
400
|
return this.request("CreateResultDownload", req, cb);
|
|
@@ -285,26 +405,38 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
285
405
|
async DescribeNotebookSessionStatementSqlResult(req, cb) {
|
|
286
406
|
return this.request("DescribeNotebookSessionStatementSqlResult", req, cb);
|
|
287
407
|
}
|
|
408
|
+
async DescribeUserVpcConnection(req, cb) {
|
|
409
|
+
return this.request("DescribeUserVpcConnection", req, cb);
|
|
410
|
+
}
|
|
288
411
|
async DescribeMCPSubUin(req, cb) {
|
|
289
412
|
return this.request("DescribeMCPSubUin", req, cb);
|
|
290
413
|
}
|
|
414
|
+
async DeleteLab(req, cb) {
|
|
415
|
+
return this.request("DeleteLab", req, cb);
|
|
416
|
+
}
|
|
291
417
|
async CreateNotebookSessionStatement(req, cb) {
|
|
292
418
|
return this.request("CreateNotebookSessionStatement", req, cb);
|
|
293
419
|
}
|
|
294
420
|
async UnboundDatasourceHouse(req, cb) {
|
|
295
421
|
return this.request("UnboundDatasourceHouse", req, cb);
|
|
296
422
|
}
|
|
297
|
-
async
|
|
298
|
-
return this.request("
|
|
423
|
+
async CheckModifyPartition(req, cb) {
|
|
424
|
+
return this.request("CheckModifyPartition", req, cb);
|
|
299
425
|
}
|
|
300
|
-
async
|
|
301
|
-
return this.request("
|
|
426
|
+
async RegisterThirdPartyAccessUser(req, cb) {
|
|
427
|
+
return this.request("RegisterThirdPartyAccessUser", req, cb);
|
|
428
|
+
}
|
|
429
|
+
async GetLabServiceUrls(req, cb) {
|
|
430
|
+
return this.request("GetLabServiceUrls", req, cb);
|
|
431
|
+
}
|
|
432
|
+
async AlterDMSDatabase(req, cb) {
|
|
433
|
+
return this.request("AlterDMSDatabase", req, cb);
|
|
302
434
|
}
|
|
303
435
|
async DescribeSparkSessionBatchSQL(req, cb) {
|
|
304
436
|
return this.request("DescribeSparkSessionBatchSQL", req, cb);
|
|
305
437
|
}
|
|
306
|
-
async
|
|
307
|
-
return this.request("
|
|
438
|
+
async CreateJobSpec(req, cb) {
|
|
439
|
+
return this.request("CreateJobSpec", req, cb);
|
|
308
440
|
}
|
|
309
441
|
async AddDMSPartitions(req, cb) {
|
|
310
442
|
return this.request("AddDMSPartitions", req, cb);
|
|
@@ -324,6 +456,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
324
456
|
async DescribeTaskResourceUsage(req, cb) {
|
|
325
457
|
return this.request("DescribeTaskResourceUsage", req, cb);
|
|
326
458
|
}
|
|
459
|
+
async ListExampleTags(req, cb) {
|
|
460
|
+
return this.request("ListExampleTags", req, cb);
|
|
461
|
+
}
|
|
327
462
|
async DescribeNotebookSessionLog(req, cb) {
|
|
328
463
|
return this.request("DescribeNotebookSessionLog", req, cb);
|
|
329
464
|
}
|
|
@@ -333,6 +468,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
333
468
|
async DescribeResultDownload(req, cb) {
|
|
334
469
|
return this.request("DescribeResultDownload", req, cb);
|
|
335
470
|
}
|
|
471
|
+
async GetJobSpec(req, cb) {
|
|
472
|
+
return this.request("GetJobSpec", req, cb);
|
|
473
|
+
}
|
|
336
474
|
async DescribeDMSTable(req, cb) {
|
|
337
475
|
return this.request("DescribeDMSTable", req, cb);
|
|
338
476
|
}
|
|
@@ -360,17 +498,35 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
360
498
|
async DescribeDatasourceConnection(req, cb) {
|
|
361
499
|
return this.request("DescribeDatasourceConnection", req, cb);
|
|
362
500
|
}
|
|
501
|
+
async ListRayClusterJobs(req, cb) {
|
|
502
|
+
return this.request("ListRayClusterJobs", req, cb);
|
|
503
|
+
}
|
|
504
|
+
async CheckQueueName(req, cb) {
|
|
505
|
+
return this.request("CheckQueueName", req, cb);
|
|
506
|
+
}
|
|
363
507
|
async DescribeTablePartitions(req, cb) {
|
|
364
508
|
return this.request("DescribeTablePartitions", req, cb);
|
|
365
509
|
}
|
|
510
|
+
async UpdateJobSpecPriority(req, cb) {
|
|
511
|
+
return this.request("UpdateJobSpecPriority", req, cb);
|
|
512
|
+
}
|
|
366
513
|
async CheckDataEngineImageCanBeRollback(req, cb) {
|
|
367
514
|
return this.request("CheckDataEngineImageCanBeRollback", req, cb);
|
|
368
515
|
}
|
|
516
|
+
async DeleteJobSpec(req, cb) {
|
|
517
|
+
return this.request("DeleteJobSpec", req, cb);
|
|
518
|
+
}
|
|
519
|
+
async GetLabEvent(req, cb) {
|
|
520
|
+
return this.request("GetLabEvent", req, cb);
|
|
521
|
+
}
|
|
369
522
|
async CancelSparkSessionBatchSQL(req, cb) {
|
|
370
523
|
return this.request("CancelSparkSessionBatchSQL", req, cb);
|
|
371
524
|
}
|
|
372
|
-
async
|
|
373
|
-
return this.request("
|
|
525
|
+
async DescribePartitions(req, cb) {
|
|
526
|
+
return this.request("DescribePartitions", req, cb);
|
|
527
|
+
}
|
|
528
|
+
async GetRayJobHistory(req, cb) {
|
|
529
|
+
return this.request("GetRayJobHistory", req, cb);
|
|
374
530
|
}
|
|
375
531
|
async DescribeSparkSessionBatchSqlLog(req, cb) {
|
|
376
532
|
return this.request("DescribeSparkSessionBatchSqlLog", req, cb);
|
|
@@ -387,23 +543,41 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
387
543
|
async DeleteUserVpcConnection(req, cb) {
|
|
388
544
|
return this.request("DeleteUserVpcConnection", req, cb);
|
|
389
545
|
}
|
|
546
|
+
async GetRayJobPods(req, cb) {
|
|
547
|
+
return this.request("GetRayJobPods", req, cb);
|
|
548
|
+
}
|
|
390
549
|
async DeleteNativeSparkSession(req, cb) {
|
|
391
550
|
return this.request("DeleteNativeSparkSession", req, cb);
|
|
392
551
|
}
|
|
552
|
+
async DescribeFlowDetailList(req, cb) {
|
|
553
|
+
return this.request("DescribeFlowDetailList", req, cb);
|
|
554
|
+
}
|
|
555
|
+
async DescribeFlowList(req, cb) {
|
|
556
|
+
return this.request("DescribeFlowList", req, cb);
|
|
557
|
+
}
|
|
393
558
|
async CheckDataEngineConfigPairsValidity(req, cb) {
|
|
394
559
|
return this.request("CheckDataEngineConfigPairsValidity", req, cb);
|
|
395
560
|
}
|
|
396
|
-
async
|
|
397
|
-
return this.request("
|
|
561
|
+
async DescribePartitionQueues(req, cb) {
|
|
562
|
+
return this.request("DescribePartitionQueues", req, cb);
|
|
398
563
|
}
|
|
399
|
-
async
|
|
400
|
-
return this.request("
|
|
564
|
+
async GetRayJobEvent(req, cb) {
|
|
565
|
+
return this.request("GetRayJobEvent", req, cb);
|
|
566
|
+
}
|
|
567
|
+
async DescribeStandardEngineResourceGroupConfigInfo(req, cb) {
|
|
568
|
+
return this.request("DescribeStandardEngineResourceGroupConfigInfo", req, cb);
|
|
569
|
+
}
|
|
570
|
+
async DeleteRayCluster(req, cb) {
|
|
571
|
+
return this.request("DeleteRayCluster", req, cb);
|
|
401
572
|
}
|
|
402
573
|
async DeleteUser(req, cb) {
|
|
403
574
|
return this.request("DeleteUser", req, cb);
|
|
404
575
|
}
|
|
405
|
-
async
|
|
406
|
-
return this.request("
|
|
576
|
+
async DescribeDMSTables(req, cb) {
|
|
577
|
+
return this.request("DescribeDMSTables", req, cb);
|
|
578
|
+
}
|
|
579
|
+
async DeleteTable(req, cb) {
|
|
580
|
+
return this.request("DeleteTable", req, cb);
|
|
407
581
|
}
|
|
408
582
|
async DescribeEngineUsageInfo(req, cb) {
|
|
409
583
|
return this.request("DescribeEngineUsageInfo", req, cb);
|
|
@@ -420,8 +594,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
420
594
|
async CreateTasksInOrder(req, cb) {
|
|
421
595
|
return this.request("CreateTasksInOrder", req, cb);
|
|
422
596
|
}
|
|
423
|
-
async
|
|
424
|
-
return this.request("
|
|
597
|
+
async DeleteClusterGroup(req, cb) {
|
|
598
|
+
return this.request("DeleteClusterGroup", req, cb);
|
|
425
599
|
}
|
|
426
600
|
async LockMetaData(req, cb) {
|
|
427
601
|
return this.request("LockMetaData", req, cb);
|
|
@@ -441,12 +615,18 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
441
615
|
async UpdateUDFPolicy(req, cb) {
|
|
442
616
|
return this.request("UpdateUDFPolicy", req, cb);
|
|
443
617
|
}
|
|
618
|
+
async ListInferenceModels(req, cb) {
|
|
619
|
+
return this.request("ListInferenceModels", req, cb);
|
|
620
|
+
}
|
|
444
621
|
async DescribeDataEngineEvents(req, cb) {
|
|
445
622
|
return this.request("DescribeDataEngineEvents", req, cb);
|
|
446
623
|
}
|
|
447
624
|
async DetachWorkGroupPolicy(req, cb) {
|
|
448
625
|
return this.request("DetachWorkGroupPolicy", req, cb);
|
|
449
626
|
}
|
|
627
|
+
async GetRayJob(req, cb) {
|
|
628
|
+
return this.request("GetRayJob", req, cb);
|
|
629
|
+
}
|
|
450
630
|
async DropDMSTable(req, cb) {
|
|
451
631
|
return this.request("DropDMSTable", req, cb);
|
|
452
632
|
}
|
|
@@ -462,12 +642,21 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
462
642
|
async CreateImportTask(req, cb) {
|
|
463
643
|
return this.request("CreateImportTask", req, cb);
|
|
464
644
|
}
|
|
465
|
-
async
|
|
466
|
-
return this.request("
|
|
645
|
+
async StopRayCluster(req, cb) {
|
|
646
|
+
return this.request("StopRayCluster", req, cb);
|
|
647
|
+
}
|
|
648
|
+
async GetRayClusterPods(req, cb) {
|
|
649
|
+
return this.request("GetRayClusterPods", req, cb);
|
|
650
|
+
}
|
|
651
|
+
async DescribeSaleRegions(req, cb) {
|
|
652
|
+
return this.request("DescribeSaleRegions", req, cb);
|
|
467
653
|
}
|
|
468
654
|
async CancelTasks(req, cb) {
|
|
469
655
|
return this.request("CancelTasks", req, cb);
|
|
470
656
|
}
|
|
657
|
+
async ModifyGovernEventRule(req, cb) {
|
|
658
|
+
return this.request("ModifyGovernEventRule", req, cb);
|
|
659
|
+
}
|
|
471
660
|
async CreateTable(req, cb) {
|
|
472
661
|
return this.request("CreateTable", req, cb);
|
|
473
662
|
}
|
|
@@ -477,21 +666,42 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
477
666
|
async CreateExportTask(req, cb) {
|
|
478
667
|
return this.request("CreateExportTask", req, cb);
|
|
479
668
|
}
|
|
669
|
+
async CreateResourceConfig(req, cb) {
|
|
670
|
+
return this.request("CreateResourceConfig", req, cb);
|
|
671
|
+
}
|
|
480
672
|
async CreateSparkAppForTDLC(req, cb) {
|
|
481
673
|
return this.request("CreateSparkAppForTDLC", req, cb);
|
|
482
674
|
}
|
|
483
|
-
async
|
|
484
|
-
return this.request("
|
|
675
|
+
async ListClusterGroups(req, cb) {
|
|
676
|
+
return this.request("ListClusterGroups", req, cb);
|
|
677
|
+
}
|
|
678
|
+
async ListRayClusters(req, cb) {
|
|
679
|
+
return this.request("ListRayClusters", req, cb);
|
|
680
|
+
}
|
|
681
|
+
async CancelRayJob(req, cb) {
|
|
682
|
+
return this.request("CancelRayJob", req, cb);
|
|
485
683
|
}
|
|
486
684
|
async DescribeTasksAnalysis(req, cb) {
|
|
487
685
|
return this.request("DescribeTasksAnalysis", req, cb);
|
|
488
686
|
}
|
|
687
|
+
async ListLabs(req, cb) {
|
|
688
|
+
return this.request("ListLabs", req, cb);
|
|
689
|
+
}
|
|
489
690
|
async DeleteUsersFromWorkGroup(req, cb) {
|
|
490
691
|
return this.request("DeleteUsersFromWorkGroup", req, cb);
|
|
491
692
|
}
|
|
492
693
|
async UpdateNetworkConnection(req, cb) {
|
|
493
694
|
return this.request("UpdateNetworkConnection", req, cb);
|
|
494
695
|
}
|
|
696
|
+
async GetRayJobPodYaml(req, cb) {
|
|
697
|
+
return this.request("GetRayJobPodYaml", req, cb);
|
|
698
|
+
}
|
|
699
|
+
async ListRayJobs(req, cb) {
|
|
700
|
+
return this.request("ListRayJobs", req, cb);
|
|
701
|
+
}
|
|
702
|
+
async UpdateJobSpec(req, cb) {
|
|
703
|
+
return this.request("UpdateJobSpec", req, cb);
|
|
704
|
+
}
|
|
495
705
|
async DescribeSparkAppTasks(req, cb) {
|
|
496
706
|
return this.request("DescribeSparkAppTasks", req, cb);
|
|
497
707
|
}
|
|
@@ -501,11 +711,14 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
501
711
|
async UnbindWorkGroupsFromUser(req, cb) {
|
|
502
712
|
return this.request("UnbindWorkGroupsFromUser", req, cb);
|
|
503
713
|
}
|
|
714
|
+
async DescribeDataEnginePythonSparkImages(req, cb) {
|
|
715
|
+
return this.request("DescribeDataEnginePythonSparkImages", req, cb);
|
|
716
|
+
}
|
|
504
717
|
async CreateSparkSubmitTask(req, cb) {
|
|
505
718
|
return this.request("CreateSparkSubmitTask", req, cb);
|
|
506
719
|
}
|
|
507
|
-
async
|
|
508
|
-
return this.request("
|
|
720
|
+
async DeletePartitionQueue(req, cb) {
|
|
721
|
+
return this.request("DeletePartitionQueue", req, cb);
|
|
509
722
|
}
|
|
510
723
|
async CreateScript(req, cb) {
|
|
511
724
|
return this.request("CreateScript", req, cb);
|
|
@@ -516,14 +729,17 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
516
729
|
async DescribeDatabase(req, cb) {
|
|
517
730
|
return this.request("DescribeDatabase", req, cb);
|
|
518
731
|
}
|
|
732
|
+
async ModifyPartitionQueue(req, cb) {
|
|
733
|
+
return this.request("ModifyPartitionQueue", req, cb);
|
|
734
|
+
}
|
|
519
735
|
async InitializeTCLake(req, cb) {
|
|
520
736
|
return this.request("InitializeTCLake", req, cb);
|
|
521
737
|
}
|
|
522
738
|
async DescribeNotebookSessionStatement(req, cb) {
|
|
523
739
|
return this.request("DescribeNotebookSessionStatement", req, cb);
|
|
524
740
|
}
|
|
525
|
-
async
|
|
526
|
-
return this.request("
|
|
741
|
+
async AttachDataMaskPolicy(req, cb) {
|
|
742
|
+
return this.request("AttachDataMaskPolicy", req, cb);
|
|
527
743
|
}
|
|
528
744
|
async DescribeEngineNodeSpec(req, cb) {
|
|
529
745
|
return this.request("DescribeEngineNodeSpec", req, cb);
|
|
@@ -543,21 +759,45 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
543
759
|
async UpdateEngineResourceGroupNetworkConfigInfo(req, cb) {
|
|
544
760
|
return this.request("UpdateEngineResourceGroupNetworkConfigInfo", req, cb);
|
|
545
761
|
}
|
|
762
|
+
async StartLab(req, cb) {
|
|
763
|
+
return this.request("StartLab", req, cb);
|
|
764
|
+
}
|
|
765
|
+
async ModifyLabPriority(req, cb) {
|
|
766
|
+
return this.request("ModifyLabPriority", req, cb);
|
|
767
|
+
}
|
|
768
|
+
async DescribeUserRoles(req, cb) {
|
|
769
|
+
return this.request("DescribeUserRoles", req, cb);
|
|
770
|
+
}
|
|
546
771
|
async ModifySparkAppBatch(req, cb) {
|
|
547
772
|
return this.request("ModifySparkAppBatch", req, cb);
|
|
548
773
|
}
|
|
549
774
|
async DescribeDMSDatabase(req, cb) {
|
|
550
775
|
return this.request("DescribeDMSDatabase", req, cb);
|
|
551
776
|
}
|
|
777
|
+
async CreateRayCluster(req, cb) {
|
|
778
|
+
return this.request("CreateRayCluster", req, cb);
|
|
779
|
+
}
|
|
552
780
|
async BindWorkGroupsToUser(req, cb) {
|
|
553
781
|
return this.request("BindWorkGroupsToUser", req, cb);
|
|
554
782
|
}
|
|
783
|
+
async DeleteCHDFSBindingProduct(req, cb) {
|
|
784
|
+
return this.request("DeleteCHDFSBindingProduct", req, cb);
|
|
785
|
+
}
|
|
555
786
|
async DescribeUserDataEngineConfig(req, cb) {
|
|
556
787
|
return this.request("DescribeUserDataEngineConfig", req, cb);
|
|
557
788
|
}
|
|
558
789
|
async DescribeTaskLog(req, cb) {
|
|
559
790
|
return this.request("DescribeTaskLog", req, cb);
|
|
560
791
|
}
|
|
792
|
+
async GetRayClusterYaml(req, cb) {
|
|
793
|
+
return this.request("GetRayClusterYaml", req, cb);
|
|
794
|
+
}
|
|
795
|
+
async GetLabYaml(req, cb) {
|
|
796
|
+
return this.request("GetLabYaml", req, cb);
|
|
797
|
+
}
|
|
798
|
+
async GetResourceConfig(req, cb) {
|
|
799
|
+
return this.request("GetResourceConfig", req, cb);
|
|
800
|
+
}
|
|
561
801
|
async DescribeMCPTaskResult(req, cb) {
|
|
562
802
|
return this.request("DescribeMCPTaskResult", req, cb);
|
|
563
803
|
}
|
|
@@ -585,8 +825,11 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
585
825
|
async CreateDataEngine(req, cb) {
|
|
586
826
|
return this.request("CreateDataEngine", req, cb);
|
|
587
827
|
}
|
|
588
|
-
async
|
|
589
|
-
return this.request("
|
|
828
|
+
async DeleteResourceConfig(req, cb) {
|
|
829
|
+
return this.request("DeleteResourceConfig", req, cb);
|
|
830
|
+
}
|
|
831
|
+
async DropDMSDatabase(req, cb) {
|
|
832
|
+
return this.request("DropDMSDatabase", req, cb);
|
|
590
833
|
}
|
|
591
834
|
async DescribeStandardEngineResourceGroups(req, cb) {
|
|
592
835
|
return this.request("DescribeStandardEngineResourceGroups", req, cb);
|
|
@@ -594,6 +837,12 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
594
837
|
async ListTaskJobLogDetail(req, cb) {
|
|
595
838
|
return this.request("ListTaskJobLogDetail", req, cb);
|
|
596
839
|
}
|
|
840
|
+
async DeleteRayJob(req, cb) {
|
|
841
|
+
return this.request("DeleteRayJob", req, cb);
|
|
842
|
+
}
|
|
843
|
+
async UpdateLab(req, cb) {
|
|
844
|
+
return this.request("UpdateLab", req, cb);
|
|
845
|
+
}
|
|
597
846
|
async DescribeEngineNetworks(req, cb) {
|
|
598
847
|
return this.request("DescribeEngineNetworks", req, cb);
|
|
599
848
|
}
|