tencentcloud-sdk-nodejs-tcb 4.1.256 → 4.1.257
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
|
@@ -6157,13 +6157,17 @@ export interface EnvPkgCreditsUsage {
|
|
|
6157
6157
|
*/
|
|
6158
6158
|
export interface ModifyEnvRequest {
|
|
6159
6159
|
/**
|
|
6160
|
-
*
|
|
6160
|
+
* <p>环境ID</p>
|
|
6161
6161
|
*/
|
|
6162
6162
|
EnvId: string;
|
|
6163
6163
|
/**
|
|
6164
|
-
*
|
|
6164
|
+
* <p>环境备注名,要以a-z开头,不能包含 a-zA-z0-9- 以外的字符</p>
|
|
6165
6165
|
*/
|
|
6166
6166
|
Alias?: string;
|
|
6167
|
+
/**
|
|
6168
|
+
* <p>按量计费QPS上限,大于套餐配额时生效。-1表示关闭QPS按量计费。</p>
|
|
6169
|
+
*/
|
|
6170
|
+
CustomQps?: number;
|
|
6167
6171
|
}
|
|
6168
6172
|
/**
|
|
6169
6173
|
* DescribeManagedAIModelList请求参数结构体
|