tencentcloud-sdk-nodejs-tione 4.1.137 → 4.1.138

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.137",
3
+ "version": "4.1.138",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -190,7 +190,7 @@ export interface CreateModelServiceRequest {
190
190
  */
191
191
  Sidecar?: SidecarSpec;
192
192
  /**
193
- * 数据盘批量挂载配置,当前仅支持CFS,仅针对“模型来源-资源组缓存”。
193
+ * 数据盘批量挂载配置,当前仅支持CFS,仅针对“模型来源-腾讯云存储、模型来源-腾讯云容器镜像、模型来源-资源组、模型来源-数据源”。
194
194
  */
195
195
  VolumeMounts?: Array<VolumeMount>;
196
196
  }
@@ -1545,7 +1545,7 @@ export interface ModifyModelServiceRequest {
1545
1545
  */
1546
1546
  ResourceGroupId?: string;
1547
1547
  /**
1548
- * 数据盘批量挂载配置,当前仅支持CFS,仅针对“模型来源-资源组缓存”。
1548
+ * 数据盘批量挂载配置,当前仅支持CFS,仅针对“模型来源-腾讯云存储、模型来源-腾讯云容器镜像、模型来源-资源组、模型来源-数据源”。
1549
1549
  */
1550
1550
  VolumeMounts?: Array<VolumeMount>;
1551
1551
  }