tencentcloud-sdk-nodejs-tione 4.1.235 → 4.1.237

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.235",
3
+ "version": "4.1.237",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -5458,25 +5458,29 @@ export interface CreateModelServiceAuthTokenResponse {
5458
5458
  */
5459
5459
  export interface GooseFS {
5460
5460
  /**
5461
- * goosefs实例id
5461
+ * <p>goosefs实例id</p>
5462
5462
  注意:此字段可能返回 null,表示取不到有效值。
5463
5463
  */
5464
5464
  Id?: string;
5465
5465
  /**
5466
- * GooseFS类型,包括GooseFS和GooseFSx
5466
+ * <p>GooseFS类型,包括GooseFS和GooseFSx</p>
5467
5467
  注意:此字段可能返回 null,表示取不到有效值。
5468
5468
  */
5469
5469
  Type?: string;
5470
5470
  /**
5471
- * GooseFSx实例需要挂载的路径
5471
+ * <p>GooseFSx实例需要挂载的路径</p>
5472
5472
  注意:此字段可能返回 null,表示取不到有效值。
5473
5473
  */
5474
5474
  Path?: string;
5475
5475
  /**
5476
- * GooseFS命名空间
5476
+ * <p>GooseFS命名空间</p>
5477
5477
  注意:此字段可能返回 null,表示取不到有效值。
5478
5478
  */
5479
5479
  NameSpace?: string;
5480
+ /**
5481
+ * <p>客户端的挂载参数,逗号分隔的参数名</p>
5482
+ */
5483
+ MountOptions?: string;
5480
5484
  }
5481
5485
  /**
5482
5486
  * 类型NotebookDetail
@@ -7374,11 +7378,11 @@ export interface ChatCompletionResponse {
7374
7378
  */
7375
7379
  export interface GooseFSx {
7376
7380
  /**
7377
- * goosefsx实例id
7381
+ * <p>goosefsx实例id</p>
7378
7382
  */
7379
7383
  Id?: string;
7380
7384
  /**
7381
- * GooseFSx实例需要挂载的路径
7385
+ * <p>GooseFSx实例需要挂载的路径</p>
7382
7386
  */
7383
7387
  Path?: string;
7384
7388
  }
@@ -7550,6 +7554,10 @@ export interface DataConfig {
7550
7554
  注意:此字段可能返回 null,表示取不到有效值。
7551
7555
  */
7552
7556
  PublicDataSource?: PublicDataSourceFS;
7557
+ /**
7558
+ * <p>是否是只读存储</p>
7559
+ */
7560
+ ReadOnly?: boolean;
7553
7561
  }
7554
7562
  /**
7555
7563
  * Notebook资源参数