tencentcloud-sdk-nodejs-tione 4.1.189 → 4.1.190
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
|
@@ -197,6 +197,10 @@ export interface CreateModelServiceRequest {
|
|
|
197
197
|
* 调度策略 [binpack] 优先占满整机,尽量避免碎卡(默认值)[spread] 优先分散在各个节点,确保服务高可用
|
|
198
198
|
*/
|
|
199
199
|
SchedulingStrategy?: string;
|
|
200
|
+
/**
|
|
201
|
+
* 网关日志投递相关配置
|
|
202
|
+
*/
|
|
203
|
+
GatewayLogConfig?: LogConfig;
|
|
200
204
|
}
|
|
201
205
|
/**
|
|
202
206
|
* DescribeLogs请求参数结构体
|
|
@@ -5249,6 +5253,10 @@ export interface ServiceGroup {
|
|
|
5249
5253
|
* 子用户的 nickname
|
|
5250
5254
|
*/
|
|
5251
5255
|
SubUinName?: string;
|
|
5256
|
+
/**
|
|
5257
|
+
* 网关日志投递相关配置
|
|
5258
|
+
*/
|
|
5259
|
+
GatewayLogConfig?: LogConfig;
|
|
5252
5260
|
}
|
|
5253
5261
|
/**
|
|
5254
5262
|
* 服务的限流限速等配置
|