tencentcloud-sdk-nodejs 4.0.478 → 4.0.479

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.
@@ -8000,7 +8000,7 @@ export interface DeleteClusterEndpointVipResponse {
8000
8000
  */
8001
8001
  export interface ClusterBasicSettings {
8002
8002
  /**
8003
- * 集群操作系统,支持设置公共镜像(字段传相应镜像ID)和自定义镜像(字段传相应镜像Name),详情参考:https://cloud.tencent.com/document/product/457/68289
8003
+ * 集群操作系统,支持设置公共镜像(字段传相应镜像Name)和自定义镜像(字段传相应镜像ID),详情参考:https://cloud.tencent.com/document/product/457/68289
8004
8004
  */
8005
8005
  ClusterOs?: string;
8006
8006
  /**
@@ -9026,7 +9026,7 @@ export interface PullUploadRequest {
9026
9026
  */
9027
9027
  MediaName?: string;
9028
9028
  /**
9029
- * 要拉取的视频封面 URL。仅支持 gif、jpegpng 三种图片格式。
9029
+ * 要拉取的视频封面 URL。支持的文件格式:gif、jpeg(jpg)、png
9030
9030
  */
9031
9031
  CoverUrl?: string;
9032
9032
  /**
@@ -78,6 +78,16 @@ it("tione.v20211111.DescribeModelServiceCallInfo", async function () {
78
78
  }
79
79
  })
80
80
 
81
+ it("tione.v20211111.CreateOptimizedModel", async function () {
82
+ try {
83
+ const data = await client.CreateOptimizedModel({})
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
+
81
91
  it("tione.v20211111.DescribeTrainingTasks", async function () {
82
92
  try {
83
93
  const data = await client.DescribeTrainingTasks({})
@@ -88,6 +98,16 @@ it("tione.v20211111.DescribeTrainingTasks", async function () {
88
98
  }
89
99
  })
90
100
 
101
+ it("tione.v20211111.DescribeModelServiceGroup", async function () {
102
+ try {
103
+ const data = await client.DescribeModelServiceGroup({})
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
+
91
111
  it("tione.v20211111.DescribeModelService", async function () {
92
112
  try {
93
113
  const data = await client.DescribeModelService({})
@@ -178,6 +198,16 @@ it("tione.v20211111.DescribeModelServiceHotUpdated", async function () {
178
198
  }
179
199
  })
180
200
 
201
+ it("tione.v20211111.DescribeModelAccelerateTask", async function () {
202
+ try {
203
+ const data = await client.DescribeModelAccelerateTask({})
204
+ expect(data).to.be.ok
205
+ } catch(error) {
206
+ expect(error.requestId).to.be.ok
207
+ expect(error.code).to.be.ok
208
+ }
209
+ })
210
+
181
211
  it("tione.v20211111.DescribeTrainingMetrics", async function () {
182
212
  try {
183
213
  const data = await client.DescribeTrainingMetrics({})
@@ -228,6 +258,16 @@ it("tione.v20211111.DescribeBatchTaskInstances", async function () {
228
258
  }
229
259
  })
230
260
 
261
+ it("tione.v20211111.DescribeModelAccEngineVersions", async function () {
262
+ try {
263
+ const data = await client.DescribeModelAccEngineVersions({})
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
+
231
271
  it("tione.v20211111.StopTrainingTask", async function () {
232
272
  try {
233
273
  const data = await client.StopTrainingTask({})
@@ -248,9 +288,9 @@ it("tione.v20211111.StartTrainingTask", async function () {
248
288
  }
249
289
  })
250
290
 
251
- it("tione.v20211111.DescribeModelServiceGroup", async function () {
291
+ it("tione.v20211111.DeleteModelAccelerateTask", async function () {
252
292
  try {
253
- const data = await client.DescribeModelServiceGroup({})
293
+ const data = await client.DeleteModelAccelerateTask({})
254
294
  expect(data).to.be.ok
255
295
  } catch(error) {
256
296
  expect(error.requestId).to.be.ok
@@ -308,6 +348,16 @@ it("tione.v20211111.DescribeTrainingModelVersions", async function () {
308
348
  }
309
349
  })
310
350
 
351
+ it("tione.v20211111.DescribeModelAccelerateTasks", async function () {
352
+ try {
353
+ const data = await client.DescribeModelAccelerateTasks({})
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
+
311
361
  it("tione.v20211111.CreateModelService", async function () {
312
362
  try {
313
363
  const data = await client.CreateModelService({})
@@ -318,9 +368,9 @@ it("tione.v20211111.CreateModelService", async function () {
318
368
  }
319
369
  })
320
370
 
321
- it("tione.v20211111.DescribeDatasetDetailStructured", async function () {
371
+ it("tione.v20211111.DescribeDatasets", async function () {
322
372
  try {
323
- const data = await client.DescribeDatasetDetailStructured({})
373
+ const data = await client.DescribeDatasets({})
324
374
  expect(data).to.be.ok
325
375
  } catch(error) {
326
376
  expect(error.requestId).to.be.ok
@@ -348,9 +398,19 @@ it("tione.v20211111.DeleteModelService", async function () {
348
398
  }
349
399
  })
350
400
 
351
- it("tione.v20211111.DescribeDatasets", async function () {
401
+ it("tione.v20211111.DescribeDatasetDetailStructured", async function () {
352
402
  try {
353
- const data = await client.DescribeDatasets({})
403
+ const data = await client.DescribeDatasetDetailStructured({})
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
+ it("tione.v20211111.RestartModelAccelerateTask", async function () {
412
+ try {
413
+ const data = await client.RestartModelAccelerateTask({})
354
414
  expect(data).to.be.ok
355
415
  } catch(error) {
356
416
  expect(error.requestId).to.be.ok
@@ -398,6 +458,16 @@ it("tione.v20211111.DeleteTrainingTask", async function () {
398
458
  }
399
459
  })
400
460
 
461
+ it("tione.v20211111.CreateBatchModelAccTasks", async function () {
462
+ try {
463
+ const data = await client.CreateBatchModelAccTasks({})
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
+
401
471
  it("tione.v20211111.DescribeBatchTask", async function () {
402
472
  try {
403
473
  const data = await client.DescribeBatchTask({})
@@ -468,4 +538,14 @@ it("tione.v20211111.DescribeModelServiceGroups", async function () {
468
538
  }
469
539
  })
470
540
 
541
+ it("tione.v20211111.StopModelAccelerateTask", async function () {
542
+ try {
543
+ const data = await client.StopModelAccelerateTask({})
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
+
471
551
  })