tencentcloud-sdk-nodejs-tione 4.1.279 → 4.1.285

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.279",
3
+ "version": "4.1.285",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1455,6 +1455,10 @@ export interface DescribeAnnotatedTaskListRequest {
1455
1455
  * 页面大小,默认为10
1456
1456
  */
1457
1457
  Limit: number;
1458
+ /**
1459
+ * <p>TI工作空间ID</p><p>仅用于“工作空间”白名单功能。如需使用,请联系TI管理员开通白名单。</p>
1460
+ */
1461
+ TiProjectId?: string;
1458
1462
  /**
1459
1463
  * 过滤条件数组,支持数据集ID,标注场景、任务状态、数据集名称、人物名称的过滤,后面两个支持模糊查询
1460
1464
  */
@@ -6790,7 +6794,7 @@ export interface Container {
6790
6794
  */
6791
6795
  export interface DeleteDatasetResponse {
6792
6796
  /**
6793
- * 删除的datasetId
6797
+ * <p>删除的datasetId</p>
6794
6798
  */
6795
6799
  DatasetId?: string;
6796
6800
  /**
@@ -7716,13 +7720,17 @@ export interface DescribeSubAccountLinuxUserInfosResponse {
7716
7720
  */
7717
7721
  export interface DeleteDatasetRequest {
7718
7722
  /**
7719
- * 数据集id
7723
+ * <p>数据集id</p>
7720
7724
  */
7721
7725
  DatasetId: string;
7722
7726
  /**
7723
- * 是否删除cos标签文件
7727
+ * <p>是否删除cos标签文件</p>
7724
7728
  */
7725
7729
  DeleteLabelEnable: boolean;
7730
+ /**
7731
+ * <p>TI工作空间ID</p><p>仅用于“工作空间”白名单功能。如需使用,请联系TI管理员开通白名单。</p>
7732
+ */
7733
+ TiProjectId?: string;
7726
7734
  }
7727
7735
  /**
7728
7736
  * 物料信息