tencentcloud-sdk-nodejs-tokenhub 4.1.299 → 4.1.306
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-tokenhub",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.306",
|
|
4
4
|
"description": "腾讯云 API NODEJS SDK",
|
|
5
5
|
"main": "./tencentcloud/index.js",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -49,7 +49,6 @@
|
|
|
49
49
|
"@types/json-bigint": "^1.0.1",
|
|
50
50
|
"@types/node": "^18.0.0",
|
|
51
51
|
"@types/node-fetch": "^2.5.7",
|
|
52
|
-
"@types/uuid": "^9.0.8",
|
|
53
52
|
"@typescript-eslint/eslint-plugin": "^2.34.0",
|
|
54
53
|
"@typescript-eslint/parser": "^2.34.0",
|
|
55
54
|
"babel-eslint": "^10.0.2",
|
|
@@ -572,6 +572,10 @@ export interface EndpointDetail {
|
|
|
572
572
|
* <p>RPM(每分钟请求数限流)。当推理服务未单独设置时,回退为关联模型的默认 RPM 值。</p>
|
|
573
573
|
*/
|
|
574
574
|
RPM?: number;
|
|
575
|
+
/**
|
|
576
|
+
* <p>模型状态</p><p>枚举值:</p><ul><li>online: 在线</li><li>pre-offline: 预下线</li><li>discontinued: 停止新购</li><li>maintenance: 维护</li><li>offline: 下线</li></ul>
|
|
577
|
+
*/
|
|
578
|
+
ModelStatus?: string;
|
|
575
579
|
}
|
|
576
580
|
/**
|
|
577
581
|
* DescribeModelList请求参数结构体
|