tencentcloud-sdk-nodejs-tokenhub 4.1.306 → 4.1.308
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
|
@@ -1315,6 +1315,14 @@ export interface DescribeModelQuotaResponse {
|
|
|
1315
1315
|
* <p>TPM 预留 output 配额</p>
|
|
1316
1316
|
*/
|
|
1317
1317
|
TPMOutputReserveLimit?: number;
|
|
1318
|
+
/**
|
|
1319
|
+
* <p>TPM 预留后付费 input 配额</p>
|
|
1320
|
+
*/
|
|
1321
|
+
TPMInputReservePostPaidLimit?: number;
|
|
1322
|
+
/**
|
|
1323
|
+
* <p>TPM 预留后付费 output 配额</p>
|
|
1324
|
+
*/
|
|
1325
|
+
TPMOutputReservePostPaidLimit?: number;
|
|
1318
1326
|
/**
|
|
1319
1327
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1320
1328
|
*/
|