tencentcloud-sdk-nodejs-tione 4.1.190 → 4.1.192

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-tione",
3
- "version": "4.1.190",
3
+ "version": "4.1.192",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -533,6 +533,11 @@ export interface NotebookSetItem {
533
533
  * 容器服务暴露端口配置
534
534
  */
535
535
  ExposePortConfig?: ExposePortConfig;
536
+ /**
537
+ * 描述
538
+ 注意:此字段可能返回 null,表示取不到有效值。
539
+ */
540
+ Description?: string;
536
541
  }
537
542
  /**
538
543
  * ModifyNotebookTags请求参数结构体
@@ -637,6 +642,10 @@ export interface AuthTokenBase {
637
642
  * token状态
638
643
  */
639
644
  Status?: string;
645
+ /**
646
+ * token的唯一id,与value一一对应,重置后id也会一并变化
647
+ */
648
+ Id?: string;
640
649
  }
641
650
  /**
642
651
  * DeleteNotebook请求参数结构体
@@ -1206,6 +1215,10 @@ export interface DescribeTrainingTaskRequest {
1206
1215
  * 训练任务ID
1207
1216
  */
1208
1217
  Id: string;
1218
+ /**
1219
+ * 训练任务实例ID
1220
+ */
1221
+ InstanceId?: string;
1209
1222
  }
1210
1223
  /**
1211
1224
  * StartNotebook返回参数结构体
@@ -2259,6 +2272,10 @@ export interface CreateNotebookRequest {
2259
2272
  * GooseFS存储配置
2260
2273
  */
2261
2274
  VolumeSourceGooseFS?: GooseFS;
2275
+ /**
2276
+ * 描述
2277
+ */
2278
+ Description?: string;
2262
2279
  }
2263
2280
  /**
2264
2281
  * CreatePresignedNotebookUrl返回参数结构体
@@ -2383,6 +2400,10 @@ export interface ModifyNotebookRequest {
2383
2400
  * 自定义环境变量
2384
2401
  */
2385
2402
  Envs?: Array<EnvVar>;
2403
+ /**
2404
+ * 描述
2405
+ */
2406
+ Description?: string;
2386
2407
  }
2387
2408
  /**
2388
2409
  * hpa的描述
@@ -4858,6 +4879,11 @@ export interface NotebookDetail {
4858
4879
  注意:此字段可能返回 null,表示取不到有效值。
4859
4880
  */
4860
4881
  AppId?: string;
4882
+ /**
4883
+ * 描述
4884
+ 注意:此字段可能返回 null,表示取不到有效值。
4885
+ */
4886
+ Description?: string;
4861
4887
  }
4862
4888
  /**
4863
4889
  * DescribeBillingResourceInstanceRunningJobs请求参数结构体