tencentcloud-sdk-nodejs-tione 4.1.184 → 4.1.187

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.184",
3
+ "version": "4.1.187",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -218,7 +218,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
218
218
  */
219
219
  DeleteTrainingModelVersion(req: DeleteTrainingModelVersionRequest, cb?: (error: string, rep: DeleteTrainingModelVersionResponse) => void): Promise<DeleteTrainingModelVersionResponse>;
220
220
  /**
221
- * 查询资源组详情
221
+ * 查询资源组列表
222
222
  */
223
223
  DescribeBillingResourceGroups(req: DescribeBillingResourceGroupsRequest, cb?: (error: string, rep: DescribeBillingResourceGroupsResponse) => void): Promise<DescribeBillingResourceGroupsResponse>;
224
224
  /**
@@ -344,7 +344,7 @@ class Client extends TencentCloudCommon.AbstractClient {
344
344
  return this.request("DeleteTrainingModelVersion", req, cb);
345
345
  }
346
346
  /**
347
- * 查询资源组详情
347
+ * 查询资源组列表
348
348
  */
349
349
  async DescribeBillingResourceGroups(req, cb) {
350
350
  return this.request("DescribeBillingResourceGroups", req, cb);
@@ -2525,13 +2525,7 @@ export interface ExposePortConfig {
2525
2525
  */
2526
2526
  export interface DescribeBillingResourceGroupsRequest {
2527
2527
  /**
2528
- * 资源组类型;
2529
- 枚举值:
2530
- 空: 通用, TRAIN: 训练, INFERENCE: 推理
2531
- */
2532
- Type?: string;
2533
- /**
2534
- * Filter.Name: 枚举值: ResourceGroupId (资源组id列表) ResourceGroupName (资源组名称列表) AvailableNodeCount(资源组中可用节点数量)Filter.Values: 长度为1且Filter.Fuzzy=true时,支持模糊查询; 不为1时,精确查询每次请求的Filters的上限为5,Filter.Values的上限为100
2528
+ * Filter.Name: 枚举值: ResourceGroupId (资源组id列表) ResourceGroupName (资源组名称列表) AvailableNodeCount(资源组中可用节点数量) Filter.Values: 长度为1且Filter.Fuzzy=true时,支持模糊查询; 不为1时,精确查询每次请求的Filters的上限为5,Filter.Values的上限为100
2535
2529
  */
2536
2530
  Filters?: Array<Filter>;
2537
2531
  /**
@@ -6052,7 +6046,9 @@ export interface DescribeBillingResourceGroupRequest {
6052
6046
  InstanceId (资源组节点id)
6053
6047
  InstanceStatus (资源组节点状态)
6054
6048
  2. Filter.Values: 长度为1且Filter.Fuzzy=true时,支持模糊查询; 不为1时,精确查询
6055
- 3. 每次请求的Filters的上限为10,Filter.Values的上限为100
6049
+ 3. Filter.Negative: 是否取反,默认为false
6050
+ 4. Filter.Fuzzy: 是否模糊查询,默认为false
6051
+ 5. 每次请求的Filters的上限为10,Filter.Values的上限为100
6056
6052
  */
6057
6053
  Filters?: Array<Filter>;
6058
6054
  /**