tencentcloud-sdk-nodejs-tione 4.1.16 → 4.1.18
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
|
@@ -4582,6 +4582,15 @@ export interface DeleteDatasetResponse {
|
|
|
4582
4582
|
*/
|
|
4583
4583
|
RequestId?: string;
|
|
4584
4584
|
}
|
|
4585
|
+
/**
|
|
4586
|
+
* 主机路径挂载配置
|
|
4587
|
+
*/
|
|
4588
|
+
export interface HostPath {
|
|
4589
|
+
/**
|
|
4590
|
+
* 需要挂载的主机路径
|
|
4591
|
+
*/
|
|
4592
|
+
Path?: string;
|
|
4593
|
+
}
|
|
4585
4594
|
/**
|
|
4586
4595
|
* 训练任务详情
|
|
4587
4596
|
*/
|
|
@@ -5228,6 +5237,10 @@ export interface DataConfig {
|
|
|
5228
5237
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5229
5238
|
*/
|
|
5230
5239
|
CBSSource?: CBSConfig;
|
|
5240
|
+
/**
|
|
5241
|
+
* 主机路径信息
|
|
5242
|
+
*/
|
|
5243
|
+
HostPathSource?: HostPath;
|
|
5231
5244
|
}
|
|
5232
5245
|
/**
|
|
5233
5246
|
* Notebook资源参数
|