tencentcloud-sdk-nodejs 4.0.859 → 4.0.861
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.
- package/CHANGELOG.md +318 -0
- package/SERVICE_CHANGELOG.md +442 -131
- package/package.json +1 -1
- package/products.md +19 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cat/v20180409/cat_client.ts +3 -2
- package/src/services/cat/v20180409/cat_models.ts +1 -2
- package/src/services/ckafka/v20190819/ckafka_models.ts +8 -3
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +21 -8
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +88 -8
- package/src/services/dlc/v20210125/dlc_client.ts +43 -19
- package/src/services/dlc/v20210125/dlc_models.ts +99 -30
- package/src/services/ess/v20201111/ess_client.ts +58 -28
- package/src/services/ess/v20201111/ess_models.ts +172 -81
- package/src/services/essbasic/v20210526/essbasic_models.ts +11 -2
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +1 -0
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +2 -2
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +12 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +32 -0
- package/src/services/monitor/v20180724/monitor_models.ts +12 -0
- package/src/services/mps/v20190612/mps_client.ts +2 -1
- package/src/services/mps/v20190612/mps_models.ts +71 -40
- package/src/services/svp/v20240125/svp_client.ts +43 -1
- package/src/services/svp/v20240125/svp_models.ts +352 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +1 -5
- package/src/services/tione/v20211111/tione_client.ts +79 -574
- package/src/services/tione/v20211111/tione_models.ts +1970 -4863
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cat/v20180409/cat_client.d.ts +1 -0
- package/tencentcloud/services/cat/v20180409/cat_client.js +1 -0
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +8 -3
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +8 -4
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +10 -4
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +85 -8
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +15 -7
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +21 -9
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +95 -30
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +34 -20
- package/tencentcloud/services/ess/v20201111/ess_client.js +38 -20
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +168 -81
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +11 -2
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +1 -0
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +1 -0
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +2 -2
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +30 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +12 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +70 -40
- package/tencentcloud/services/svp/v20240125/svp_client.d.ts +13 -1
- package/tencentcloud/services/svp/v20240125/svp_client.js +18 -0
- package/tencentcloud/services/svp/v20240125/svp_models.d.ts +343 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -5
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +17 -169
- package/tencentcloud/services/tione/v20211111/tione_client.js +24 -252
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +1943 -4721
- package/test/dbbrain.v20210527.test.js +12 -2
- package/test/dlc.v20210125.test.js +32 -12
- package/test/ess.v20201111.test.js +22 -2
- package/test/iotexplorer.v20190423.test.js +10 -0
- package/test/svp.v20240125.test.js +30 -0
- package/test/tione.v20211111.test.js +16 -396
|
@@ -28,19 +28,9 @@ it("tione.v20211111.DescribeTrainingModelVersion", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
-
it("tione.v20211111.
|
|
32
|
-
try {
|
|
33
|
-
const data = await client.DeleteBatchTask({})
|
|
34
|
-
expect(data).to.be.ok
|
|
35
|
-
} catch(error) {
|
|
36
|
-
expect(error.requestId).to.be.ok
|
|
37
|
-
expect(error.code).to.be.ok
|
|
38
|
-
}
|
|
39
|
-
})
|
|
40
|
-
|
|
41
|
-
it("tione.v20211111.DescribeBillingSpecs", async function () {
|
|
31
|
+
it("tione.v20211111.DescribeModelService", async function () {
|
|
42
32
|
try {
|
|
43
|
-
const data = await client.
|
|
33
|
+
const data = await client.DescribeModelService({})
|
|
44
34
|
expect(data).to.be.ok
|
|
45
35
|
} catch(error) {
|
|
46
36
|
expect(error.requestId).to.be.ok
|
|
@@ -58,16 +48,6 @@ it("tione.v20211111.CreateTrainingModel", async function () {
|
|
|
58
48
|
}
|
|
59
49
|
})
|
|
60
50
|
|
|
61
|
-
it("tione.v20211111.DescribeBillingSpecsPrice", async function () {
|
|
62
|
-
try {
|
|
63
|
-
const data = await client.DescribeBillingSpecsPrice({})
|
|
64
|
-
expect(data).to.be.ok
|
|
65
|
-
} catch(error) {
|
|
66
|
-
expect(error.requestId).to.be.ok
|
|
67
|
-
expect(error.code).to.be.ok
|
|
68
|
-
}
|
|
69
|
-
})
|
|
70
|
-
|
|
71
51
|
it("tione.v20211111.DescribeModelServiceCallInfo", async function () {
|
|
72
52
|
try {
|
|
73
53
|
const data = await client.DescribeModelServiceCallInfo({})
|
|
@@ -78,39 +58,9 @@ it("tione.v20211111.DescribeModelServiceCallInfo", async function () {
|
|
|
78
58
|
}
|
|
79
59
|
})
|
|
80
60
|
|
|
81
|
-
it("tione.v20211111.
|
|
82
|
-
try {
|
|
83
|
-
const data = await client.ModifyModelServicePartialConfig({})
|
|
84
|
-
expect(data).to.be.ok
|
|
85
|
-
} catch(error) {
|
|
86
|
-
expect(error.requestId).to.be.ok
|
|
87
|
-
expect(error.code).to.be.ok
|
|
88
|
-
}
|
|
89
|
-
})
|
|
90
|
-
|
|
91
|
-
it("tione.v20211111.CreateOptimizedModel", async function () {
|
|
92
|
-
try {
|
|
93
|
-
const data = await client.CreateOptimizedModel({})
|
|
94
|
-
expect(data).to.be.ok
|
|
95
|
-
} catch(error) {
|
|
96
|
-
expect(error.requestId).to.be.ok
|
|
97
|
-
expect(error.code).to.be.ok
|
|
98
|
-
}
|
|
99
|
-
})
|
|
100
|
-
|
|
101
|
-
it("tione.v20211111.DescribeTrainingTask", async function () {
|
|
102
|
-
try {
|
|
103
|
-
const data = await client.DescribeTrainingTask({})
|
|
104
|
-
expect(data).to.be.ok
|
|
105
|
-
} catch(error) {
|
|
106
|
-
expect(error.requestId).to.be.ok
|
|
107
|
-
expect(error.code).to.be.ok
|
|
108
|
-
}
|
|
109
|
-
})
|
|
110
|
-
|
|
111
|
-
it("tione.v20211111.DescribeEvents", async function () {
|
|
61
|
+
it("tione.v20211111.DescribeTrainingTasks", async function () {
|
|
112
62
|
try {
|
|
113
|
-
const data = await client.
|
|
63
|
+
const data = await client.DescribeTrainingTasks({})
|
|
114
64
|
expect(data).to.be.ok
|
|
115
65
|
} catch(error) {
|
|
116
66
|
expect(error.requestId).to.be.ok
|
|
@@ -138,26 +88,6 @@ it("tione.v20211111.StartNotebook", async function () {
|
|
|
138
88
|
}
|
|
139
89
|
})
|
|
140
90
|
|
|
141
|
-
it("tione.v20211111.DescribeModelService", async function () {
|
|
142
|
-
try {
|
|
143
|
-
const data = await client.DescribeModelService({})
|
|
144
|
-
expect(data).to.be.ok
|
|
145
|
-
} catch(error) {
|
|
146
|
-
expect(error.requestId).to.be.ok
|
|
147
|
-
expect(error.code).to.be.ok
|
|
148
|
-
}
|
|
149
|
-
})
|
|
150
|
-
|
|
151
|
-
it("tione.v20211111.DescribeTrainingFrameworks", async function () {
|
|
152
|
-
try {
|
|
153
|
-
const data = await client.DescribeTrainingFrameworks({})
|
|
154
|
-
expect(data).to.be.ok
|
|
155
|
-
} catch(error) {
|
|
156
|
-
expect(error.requestId).to.be.ok
|
|
157
|
-
expect(error.code).to.be.ok
|
|
158
|
-
}
|
|
159
|
-
})
|
|
160
|
-
|
|
161
91
|
it("tione.v20211111.DeleteDataset", async function () {
|
|
162
92
|
try {
|
|
163
93
|
const data = await client.DeleteDataset({})
|
|
@@ -168,36 +98,6 @@ it("tione.v20211111.DeleteDataset", async function () {
|
|
|
168
98
|
}
|
|
169
99
|
})
|
|
170
100
|
|
|
171
|
-
it("tione.v20211111.CreateTrainingTask", async function () {
|
|
172
|
-
try {
|
|
173
|
-
const data = await client.CreateTrainingTask({})
|
|
174
|
-
expect(data).to.be.ok
|
|
175
|
-
} catch(error) {
|
|
176
|
-
expect(error.requestId).to.be.ok
|
|
177
|
-
expect(error.code).to.be.ok
|
|
178
|
-
}
|
|
179
|
-
})
|
|
180
|
-
|
|
181
|
-
it("tione.v20211111.StopBatchTask", async function () {
|
|
182
|
-
try {
|
|
183
|
-
const data = await client.StopBatchTask({})
|
|
184
|
-
expect(data).to.be.ok
|
|
185
|
-
} catch(error) {
|
|
186
|
-
expect(error.requestId).to.be.ok
|
|
187
|
-
expect(error.code).to.be.ok
|
|
188
|
-
}
|
|
189
|
-
})
|
|
190
|
-
|
|
191
|
-
it("tione.v20211111.DescribeDatasetDetailUnstructured", async function () {
|
|
192
|
-
try {
|
|
193
|
-
const data = await client.DescribeDatasetDetailUnstructured({})
|
|
194
|
-
expect(data).to.be.ok
|
|
195
|
-
} catch(error) {
|
|
196
|
-
expect(error.requestId).to.be.ok
|
|
197
|
-
expect(error.code).to.be.ok
|
|
198
|
-
}
|
|
199
|
-
})
|
|
200
|
-
|
|
201
101
|
it("tione.v20211111.DeleteNotebook", async function () {
|
|
202
102
|
try {
|
|
203
103
|
const data = await client.DeleteNotebook({})
|
|
@@ -208,9 +108,9 @@ it("tione.v20211111.DeleteNotebook", async function () {
|
|
|
208
108
|
}
|
|
209
109
|
})
|
|
210
110
|
|
|
211
|
-
it("tione.v20211111.
|
|
111
|
+
it("tione.v20211111.DescribeTrainingTask", async function () {
|
|
212
112
|
try {
|
|
213
|
-
const data = await client.
|
|
113
|
+
const data = await client.DescribeTrainingTask({})
|
|
214
114
|
expect(data).to.be.ok
|
|
215
115
|
} catch(error) {
|
|
216
116
|
expect(error.requestId).to.be.ok
|
|
@@ -258,39 +158,9 @@ it("tione.v20211111.ChatCompletion", async function () {
|
|
|
258
158
|
}
|
|
259
159
|
})
|
|
260
160
|
|
|
261
|
-
it("tione.v20211111.
|
|
262
|
-
try {
|
|
263
|
-
const data = await client.DescribeTrainingMetrics({})
|
|
264
|
-
expect(data).to.be.ok
|
|
265
|
-
} catch(error) {
|
|
266
|
-
expect(error.requestId).to.be.ok
|
|
267
|
-
expect(error.code).to.be.ok
|
|
268
|
-
}
|
|
269
|
-
})
|
|
270
|
-
|
|
271
|
-
it("tione.v20211111.ModifyNotebookTags", async function () {
|
|
272
|
-
try {
|
|
273
|
-
const data = await client.ModifyNotebookTags({})
|
|
274
|
-
expect(data).to.be.ok
|
|
275
|
-
} catch(error) {
|
|
276
|
-
expect(error.requestId).to.be.ok
|
|
277
|
-
expect(error.code).to.be.ok
|
|
278
|
-
}
|
|
279
|
-
})
|
|
280
|
-
|
|
281
|
-
it("tione.v20211111.DeleteTrainingModel", async function () {
|
|
282
|
-
try {
|
|
283
|
-
const data = await client.DeleteTrainingModel({})
|
|
284
|
-
expect(data).to.be.ok
|
|
285
|
-
} catch(error) {
|
|
286
|
-
expect(error.requestId).to.be.ok
|
|
287
|
-
expect(error.code).to.be.ok
|
|
288
|
-
}
|
|
289
|
-
})
|
|
290
|
-
|
|
291
|
-
it("tione.v20211111.ModifyServiceGroupWeights", async function () {
|
|
161
|
+
it("tione.v20211111.DescribeModelAccelerateVersions", async function () {
|
|
292
162
|
try {
|
|
293
|
-
const data = await client.
|
|
163
|
+
const data = await client.DescribeModelAccelerateVersions({})
|
|
294
164
|
expect(data).to.be.ok
|
|
295
165
|
} catch(error) {
|
|
296
166
|
expect(error.requestId).to.be.ok
|
|
@@ -308,16 +178,6 @@ it("tione.v20211111.CreateDataset", async function () {
|
|
|
308
178
|
}
|
|
309
179
|
})
|
|
310
180
|
|
|
311
|
-
it("tione.v20211111.DescribeBatchTaskInstances", async function () {
|
|
312
|
-
try {
|
|
313
|
-
const data = await client.DescribeBatchTaskInstances({})
|
|
314
|
-
expect(data).to.be.ok
|
|
315
|
-
} catch(error) {
|
|
316
|
-
expect(error.requestId).to.be.ok
|
|
317
|
-
expect(error.code).to.be.ok
|
|
318
|
-
}
|
|
319
|
-
})
|
|
320
|
-
|
|
321
181
|
it("tione.v20211111.CreateNotebook", async function () {
|
|
322
182
|
try {
|
|
323
183
|
const data = await client.CreateNotebook({})
|
|
@@ -328,49 +188,9 @@ it("tione.v20211111.CreateNotebook", async function () {
|
|
|
328
188
|
}
|
|
329
189
|
})
|
|
330
190
|
|
|
331
|
-
it("tione.v20211111.
|
|
332
|
-
try {
|
|
333
|
-
const data = await client.DescribeModelAccEngineVersions({})
|
|
334
|
-
expect(data).to.be.ok
|
|
335
|
-
} catch(error) {
|
|
336
|
-
expect(error.requestId).to.be.ok
|
|
337
|
-
expect(error.code).to.be.ok
|
|
338
|
-
}
|
|
339
|
-
})
|
|
340
|
-
|
|
341
|
-
it("tione.v20211111.StopTrainingTask", async function () {
|
|
342
|
-
try {
|
|
343
|
-
const data = await client.StopTrainingTask({})
|
|
344
|
-
expect(data).to.be.ok
|
|
345
|
-
} catch(error) {
|
|
346
|
-
expect(error.requestId).to.be.ok
|
|
347
|
-
expect(error.code).to.be.ok
|
|
348
|
-
}
|
|
349
|
-
})
|
|
350
|
-
|
|
351
|
-
it("tione.v20211111.StartTrainingTask", async function () {
|
|
352
|
-
try {
|
|
353
|
-
const data = await client.StartTrainingTask({})
|
|
354
|
-
expect(data).to.be.ok
|
|
355
|
-
} catch(error) {
|
|
356
|
-
expect(error.requestId).to.be.ok
|
|
357
|
-
expect(error.code).to.be.ok
|
|
358
|
-
}
|
|
359
|
-
})
|
|
360
|
-
|
|
361
|
-
it("tione.v20211111.DeleteModelAccelerateTask", async function () {
|
|
362
|
-
try {
|
|
363
|
-
const data = await client.DeleteModelAccelerateTask({})
|
|
364
|
-
expect(data).to.be.ok
|
|
365
|
-
} catch(error) {
|
|
366
|
-
expect(error.requestId).to.be.ok
|
|
367
|
-
expect(error.code).to.be.ok
|
|
368
|
-
}
|
|
369
|
-
})
|
|
370
|
-
|
|
371
|
-
it("tione.v20211111.DescribeAPIConfigs", async function () {
|
|
191
|
+
it("tione.v20211111.DescribeModelServiceGroup", async function () {
|
|
372
192
|
try {
|
|
373
|
-
const data = await client.
|
|
193
|
+
const data = await client.DescribeModelServiceGroup({})
|
|
374
194
|
expect(data).to.be.ok
|
|
375
195
|
} catch(error) {
|
|
376
196
|
expect(error.requestId).to.be.ok
|
|
@@ -398,16 +218,6 @@ it("tione.v20211111.PushTrainingMetrics", async function () {
|
|
|
398
218
|
}
|
|
399
219
|
})
|
|
400
220
|
|
|
401
|
-
it("tione.v20211111.DescribeBatchTasks", async function () {
|
|
402
|
-
try {
|
|
403
|
-
const data = await client.DescribeBatchTasks({})
|
|
404
|
-
expect(data).to.be.ok
|
|
405
|
-
} catch(error) {
|
|
406
|
-
expect(error.requestId).to.be.ok
|
|
407
|
-
expect(error.code).to.be.ok
|
|
408
|
-
}
|
|
409
|
-
})
|
|
410
|
-
|
|
411
221
|
it("tione.v20211111.DescribeTrainingModelVersions", async function () {
|
|
412
222
|
try {
|
|
413
223
|
const data = await client.DescribeTrainingModelVersions({})
|
|
@@ -418,36 +228,6 @@ it("tione.v20211111.DescribeTrainingModelVersions", async function () {
|
|
|
418
228
|
}
|
|
419
229
|
})
|
|
420
230
|
|
|
421
|
-
it("tione.v20211111.DescribeNotebookImageRecords", async function () {
|
|
422
|
-
try {
|
|
423
|
-
const data = await client.DescribeNotebookImageRecords({})
|
|
424
|
-
expect(data).to.be.ok
|
|
425
|
-
} catch(error) {
|
|
426
|
-
expect(error.requestId).to.be.ok
|
|
427
|
-
expect(error.code).to.be.ok
|
|
428
|
-
}
|
|
429
|
-
})
|
|
430
|
-
|
|
431
|
-
it("tione.v20211111.CreateNotebookImage", async function () {
|
|
432
|
-
try {
|
|
433
|
-
const data = await client.CreateNotebookImage({})
|
|
434
|
-
expect(data).to.be.ok
|
|
435
|
-
} catch(error) {
|
|
436
|
-
expect(error.requestId).to.be.ok
|
|
437
|
-
expect(error.code).to.be.ok
|
|
438
|
-
}
|
|
439
|
-
})
|
|
440
|
-
|
|
441
|
-
it("tione.v20211111.DescribeModelAccelerateTasks", async function () {
|
|
442
|
-
try {
|
|
443
|
-
const data = await client.DescribeModelAccelerateTasks({})
|
|
444
|
-
expect(data).to.be.ok
|
|
445
|
-
} catch(error) {
|
|
446
|
-
expect(error.requestId).to.be.ok
|
|
447
|
-
expect(error.code).to.be.ok
|
|
448
|
-
}
|
|
449
|
-
})
|
|
450
|
-
|
|
451
231
|
it("tione.v20211111.CreateModelService", async function () {
|
|
452
232
|
try {
|
|
453
233
|
const data = await client.CreateModelService({})
|
|
@@ -458,16 +238,6 @@ it("tione.v20211111.CreateModelService", async function () {
|
|
|
458
238
|
}
|
|
459
239
|
})
|
|
460
240
|
|
|
461
|
-
it("tione.v20211111.DescribeDatasets", async function () {
|
|
462
|
-
try {
|
|
463
|
-
const data = await client.DescribeDatasets({})
|
|
464
|
-
expect(data).to.be.ok
|
|
465
|
-
} catch(error) {
|
|
466
|
-
expect(error.requestId).to.be.ok
|
|
467
|
-
expect(error.code).to.be.ok
|
|
468
|
-
}
|
|
469
|
-
})
|
|
470
|
-
|
|
471
241
|
it("tione.v20211111.CreatePresignedNotebookUrl", async function () {
|
|
472
242
|
try {
|
|
473
243
|
const data = await client.CreatePresignedNotebookUrl({})
|
|
@@ -478,16 +248,6 @@ it("tione.v20211111.CreatePresignedNotebookUrl", async function () {
|
|
|
478
248
|
}
|
|
479
249
|
})
|
|
480
250
|
|
|
481
|
-
it("tione.v20211111.DescribeLogs", async function () {
|
|
482
|
-
try {
|
|
483
|
-
const data = await client.DescribeLogs({})
|
|
484
|
-
expect(data).to.be.ok
|
|
485
|
-
} catch(error) {
|
|
486
|
-
expect(error.requestId).to.be.ok
|
|
487
|
-
expect(error.code).to.be.ok
|
|
488
|
-
}
|
|
489
|
-
})
|
|
490
|
-
|
|
491
251
|
it("tione.v20211111.DeleteModelService", async function () {
|
|
492
252
|
try {
|
|
493
253
|
const data = await client.DeleteModelService({})
|
|
@@ -498,19 +258,9 @@ it("tione.v20211111.DeleteModelService", async function () {
|
|
|
498
258
|
}
|
|
499
259
|
})
|
|
500
260
|
|
|
501
|
-
it("tione.v20211111.
|
|
502
|
-
try {
|
|
503
|
-
const data = await client.DescribeDatasetDetailStructured({})
|
|
504
|
-
expect(data).to.be.ok
|
|
505
|
-
} catch(error) {
|
|
506
|
-
expect(error.requestId).to.be.ok
|
|
507
|
-
expect(error.code).to.be.ok
|
|
508
|
-
}
|
|
509
|
-
})
|
|
510
|
-
|
|
511
|
-
it("tione.v20211111.RestartModelAccelerateTask", async function () {
|
|
261
|
+
it("tione.v20211111.DescribeDatasets", async function () {
|
|
512
262
|
try {
|
|
513
|
-
const data = await client.
|
|
263
|
+
const data = await client.DescribeDatasets({})
|
|
514
264
|
expect(data).to.be.ok
|
|
515
265
|
} catch(error) {
|
|
516
266
|
expect(error.requestId).to.be.ok
|
|
@@ -538,36 +288,6 @@ it("tione.v20211111.SendChatMessage", async function () {
|
|
|
538
288
|
}
|
|
539
289
|
})
|
|
540
290
|
|
|
541
|
-
it("tione.v20211111.DescribeModelServices", async function () {
|
|
542
|
-
try {
|
|
543
|
-
const data = await client.DescribeModelServices({})
|
|
544
|
-
expect(data).to.be.ok
|
|
545
|
-
} catch(error) {
|
|
546
|
-
expect(error.requestId).to.be.ok
|
|
547
|
-
expect(error.code).to.be.ok
|
|
548
|
-
}
|
|
549
|
-
})
|
|
550
|
-
|
|
551
|
-
it("tione.v20211111.DescribeTrainingTasks", async function () {
|
|
552
|
-
try {
|
|
553
|
-
const data = await client.DescribeTrainingTasks({})
|
|
554
|
-
expect(data).to.be.ok
|
|
555
|
-
} catch(error) {
|
|
556
|
-
expect(error.requestId).to.be.ok
|
|
557
|
-
expect(error.code).to.be.ok
|
|
558
|
-
}
|
|
559
|
-
})
|
|
560
|
-
|
|
561
|
-
it("tione.v20211111.DeleteNotebookImageRecord", async function () {
|
|
562
|
-
try {
|
|
563
|
-
const data = await client.DeleteNotebookImageRecord({})
|
|
564
|
-
expect(data).to.be.ok
|
|
565
|
-
} catch(error) {
|
|
566
|
-
expect(error.requestId).to.be.ok
|
|
567
|
-
expect(error.code).to.be.ok
|
|
568
|
-
}
|
|
569
|
-
})
|
|
570
|
-
|
|
571
291
|
it("tione.v20211111.ModifyModelService", async function () {
|
|
572
292
|
try {
|
|
573
293
|
const data = await client.ModifyModelService({})
|
|
@@ -588,59 +308,9 @@ it("tione.v20211111.DescribeNotebooks", async function () {
|
|
|
588
308
|
}
|
|
589
309
|
})
|
|
590
310
|
|
|
591
|
-
it("tione.v20211111.
|
|
592
|
-
try {
|
|
593
|
-
const data = await client.CreateBatchTask({})
|
|
594
|
-
expect(data).to.be.ok
|
|
595
|
-
} catch(error) {
|
|
596
|
-
expect(error.requestId).to.be.ok
|
|
597
|
-
expect(error.code).to.be.ok
|
|
598
|
-
}
|
|
599
|
-
})
|
|
600
|
-
|
|
601
|
-
it("tione.v20211111.StopCreatingImage", async function () {
|
|
602
|
-
try {
|
|
603
|
-
const data = await client.StopCreatingImage({})
|
|
604
|
-
expect(data).to.be.ok
|
|
605
|
-
} catch(error) {
|
|
606
|
-
expect(error.requestId).to.be.ok
|
|
607
|
-
expect(error.code).to.be.ok
|
|
608
|
-
}
|
|
609
|
-
})
|
|
610
|
-
|
|
611
|
-
it("tione.v20211111.DeleteTrainingTask", async function () {
|
|
612
|
-
try {
|
|
613
|
-
const data = await client.DeleteTrainingTask({})
|
|
614
|
-
expect(data).to.be.ok
|
|
615
|
-
} catch(error) {
|
|
616
|
-
expect(error.requestId).to.be.ok
|
|
617
|
-
expect(error.code).to.be.ok
|
|
618
|
-
}
|
|
619
|
-
})
|
|
620
|
-
|
|
621
|
-
it("tione.v20211111.DescribeModelAccelerateVersions", async function () {
|
|
622
|
-
try {
|
|
623
|
-
const data = await client.DescribeModelAccelerateVersions({})
|
|
624
|
-
expect(data).to.be.ok
|
|
625
|
-
} catch(error) {
|
|
626
|
-
expect(error.requestId).to.be.ok
|
|
627
|
-
expect(error.code).to.be.ok
|
|
628
|
-
}
|
|
629
|
-
})
|
|
630
|
-
|
|
631
|
-
it("tione.v20211111.CreateBatchModelAccTasks", async function () {
|
|
632
|
-
try {
|
|
633
|
-
const data = await client.CreateBatchModelAccTasks({})
|
|
634
|
-
expect(data).to.be.ok
|
|
635
|
-
} catch(error) {
|
|
636
|
-
expect(error.requestId).to.be.ok
|
|
637
|
-
expect(error.code).to.be.ok
|
|
638
|
-
}
|
|
639
|
-
})
|
|
640
|
-
|
|
641
|
-
it("tione.v20211111.DescribeBatchTask", async function () {
|
|
311
|
+
it("tione.v20211111.DeleteTrainingModel", async function () {
|
|
642
312
|
try {
|
|
643
|
-
const data = await client.
|
|
313
|
+
const data = await client.DeleteTrainingModel({})
|
|
644
314
|
expect(data).to.be.ok
|
|
645
315
|
} catch(error) {
|
|
646
316
|
expect(error.requestId).to.be.ok
|
|
@@ -648,9 +318,9 @@ it("tione.v20211111.DescribeBatchTask", async function () {
|
|
|
648
318
|
}
|
|
649
319
|
})
|
|
650
320
|
|
|
651
|
-
it("tione.v20211111.
|
|
321
|
+
it("tione.v20211111.StopModelAccelerateTask", async function () {
|
|
652
322
|
try {
|
|
653
|
-
const data = await client.
|
|
323
|
+
const data = await client.StopModelAccelerateTask({})
|
|
654
324
|
expect(data).to.be.ok
|
|
655
325
|
} catch(error) {
|
|
656
326
|
expect(error.requestId).to.be.ok
|
|
@@ -668,26 +338,6 @@ it("tione.v20211111.DescribeBillingResourceGroup", async function () {
|
|
|
668
338
|
}
|
|
669
339
|
})
|
|
670
340
|
|
|
671
|
-
it("tione.v20211111.DescribeLatestTrainingMetrics", async function () {
|
|
672
|
-
try {
|
|
673
|
-
const data = await client.DescribeLatestTrainingMetrics({})
|
|
674
|
-
expect(data).to.be.ok
|
|
675
|
-
} catch(error) {
|
|
676
|
-
expect(error.requestId).to.be.ok
|
|
677
|
-
expect(error.code).to.be.ok
|
|
678
|
-
}
|
|
679
|
-
})
|
|
680
|
-
|
|
681
|
-
it("tione.v20211111.DescribeNotebookImageKernels", async function () {
|
|
682
|
-
try {
|
|
683
|
-
const data = await client.DescribeNotebookImageKernels({})
|
|
684
|
-
expect(data).to.be.ok
|
|
685
|
-
} catch(error) {
|
|
686
|
-
expect(error.requestId).to.be.ok
|
|
687
|
-
expect(error.code).to.be.ok
|
|
688
|
-
}
|
|
689
|
-
})
|
|
690
|
-
|
|
691
341
|
it("tione.v20211111.DescribeNotebook", async function () {
|
|
692
342
|
try {
|
|
693
343
|
const data = await client.DescribeNotebook({})
|
|
@@ -698,16 +348,6 @@ it("tione.v20211111.DescribeNotebook", async function () {
|
|
|
698
348
|
}
|
|
699
349
|
})
|
|
700
350
|
|
|
701
|
-
it("tione.v20211111.DescribeModelServiceHistory", async function () {
|
|
702
|
-
try {
|
|
703
|
-
const data = await client.DescribeModelServiceHistory({})
|
|
704
|
-
expect(data).to.be.ok
|
|
705
|
-
} catch(error) {
|
|
706
|
-
expect(error.requestId).to.be.ok
|
|
707
|
-
expect(error.code).to.be.ok
|
|
708
|
-
}
|
|
709
|
-
})
|
|
710
|
-
|
|
711
351
|
it("tione.v20211111.DeleteTrainingModelVersion", async function () {
|
|
712
352
|
try {
|
|
713
353
|
const data = await client.DeleteTrainingModelVersion({})
|
|
@@ -748,26 +388,6 @@ it("tione.v20211111.DescribeModelServiceGroups", async function () {
|
|
|
748
388
|
}
|
|
749
389
|
})
|
|
750
390
|
|
|
751
|
-
it("tione.v20211111.ModifyNotebook", async function () {
|
|
752
|
-
try {
|
|
753
|
-
const data = await client.ModifyNotebook({})
|
|
754
|
-
expect(data).to.be.ok
|
|
755
|
-
} catch(error) {
|
|
756
|
-
expect(error.requestId).to.be.ok
|
|
757
|
-
expect(error.code).to.be.ok
|
|
758
|
-
}
|
|
759
|
-
})
|
|
760
|
-
|
|
761
|
-
it("tione.v20211111.StopModelAccelerateTask", async function () {
|
|
762
|
-
try {
|
|
763
|
-
const data = await client.StopModelAccelerateTask({})
|
|
764
|
-
expect(data).to.be.ok
|
|
765
|
-
} catch(error) {
|
|
766
|
-
expect(error.requestId).to.be.ok
|
|
767
|
-
expect(error.code).to.be.ok
|
|
768
|
-
}
|
|
769
|
-
})
|
|
770
|
-
|
|
771
391
|
it("tione.v20211111.StopNotebook", async function () {
|
|
772
392
|
try {
|
|
773
393
|
const data = await client.StopNotebook({})
|