tencentcloud-sdk-nodejs-tione 4.0.1034 → 4.0.1042

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.0.1034",
3
+ "version": "4.0.1042",
4
4
  "description": "Tencent Cloud API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
@@ -548,8 +548,10 @@ export class Client extends TencentCloudCommon.AbstractClient {
548
548
  }
549
549
 
550
550
  /**
551
- * 查询推理镜像模板
552
- */
551
+ * 已废弃,收敛到统一接口
552
+
553
+ 查询推理镜像模板
554
+ */
553
555
  async DescribeInferTemplates(
554
556
  req?: DescribeInferTemplatesRequest,
555
557
  cb?: (error: string, rep: DescribeInferTemplatesResponse) => void
@@ -151,8 +151,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
151
151
  */
152
152
  DescribeBillingResourceGroups(req: DescribeBillingResourceGroupsRequest, cb?: (error: string, rep: DescribeBillingResourceGroupsResponse) => void): Promise<DescribeBillingResourceGroupsResponse>;
153
153
  /**
154
- * 查询推理镜像模板
155
- */
154
+ * 已废弃,收敛到统一接口
155
+
156
+ 查询推理镜像模板
157
+ */
156
158
  DescribeInferTemplates(req?: DescribeInferTemplatesRequest, cb?: (error: string, rep: DescribeInferTemplatesResponse) => void): Promise<DescribeInferTemplatesResponse>;
157
159
  /**
158
160
  * 列举在线推理服务组
@@ -244,8 +244,10 @@ class Client extends TencentCloudCommon.AbstractClient {
244
244
  return this.request("DescribeBillingResourceGroups", req, cb);
245
245
  }
246
246
  /**
247
- * 查询推理镜像模板
248
- */
247
+ * 已废弃,收敛到统一接口
248
+
249
+ 查询推理镜像模板
250
+ */
249
251
  async DescribeInferTemplates(req, cb) {
250
252
  return this.request("DescribeInferTemplates", req, cb);
251
253
  }