tencentcloud-sdk-nodejs-thpc 4.1.193 → 4.1.204

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-thpc",
3
- "version": "4.1.193",
3
+ "version": "4.1.204",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1606,11 +1606,11 @@ export interface DescribeJobSubmitInfoRequest {
1606
1606
  */
1607
1607
  export interface OutputRedirect {
1608
1608
  /**
1609
- * 输出driver类型
1609
+ * <p>输出driver类型</p><p>枚举值:</p><ul><li>local: 宿主机本地目录</li><li>cos: 远端cos存储</li></ul><p>默认值:local</p>
1610
1610
  */
1611
1611
  Driver?: string;
1612
1612
  /**
1613
- * 重定向配置参数
1613
+ * <p>重定向配置参数</p><p>日志重定向路径,用于指定任务日志的输出目标。取值格式与 Driver 类型关联:<br>当 Driver 为 local 时,格式为本地文件路径,如 stdout=/tmp/train_out.log;<br>当 Driver 为 cos 时,格式为 COS 存储桶路径,如 stdout=cos://test-123456.cos.ap-shanghai.myqcloud.com/test/.</p>
1614
1614
  */
1615
1615
  Options?: Array<string>;
1616
1616
  }