tencentcloud-sdk-nodejs-tione 4.1.188 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-tione",
3
- "version": "4.1.188",
3
+ "version": "4.1.190",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -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请求参数结构体
@@ -220,7 +224,7 @@ export interface DescribeLogsRequest {
220
224
  */
221
225
  EndTime?: string;
222
226
  /**
223
- * 日志查询条数,默认值100,最大值100
227
+ * 日志查询条数,默认值100,最大值1000
224
228
  */
225
229
  Limit?: number;
226
230
  /**
@@ -268,6 +272,10 @@ export interface DescribeLogsRequest {
268
272
  3. Filter. Negative和Filter. Fuzzy没有使用
269
273
  */
270
274
  Filters?: Array<Filter>;
275
+ /**
276
+ * 使用OFFSET分页查询时,指定返回的数据偏移量,默认为0
277
+ */
278
+ Offset?: number;
271
279
  }
272
280
  /**
273
281
  * DescribeModelAccelerateVersions请求参数结构体
@@ -3973,7 +3981,7 @@ export interface WeightEntry {
3973
3981
  */
3974
3982
  ServiceId: string;
3975
3983
  /**
3976
- * 流量权重值,同 ServiceGroup 下 总和应为 100
3984
+ * 流量权重值,ServiceGroup 下,不同服务版本根据权重比例分配流量
3977
3985
  */
3978
3986
  Weight: number;
3979
3987
  }
@@ -5245,6 +5253,10 @@ export interface ServiceGroup {
5245
5253
  * 子用户的 nickname
5246
5254
  */
5247
5255
  SubUinName?: string;
5256
+ /**
5257
+ * 网关日志投递相关配置
5258
+ */
5259
+ GatewayLogConfig?: LogConfig;
5248
5260
  }
5249
5261
  /**
5250
5262
  * 服务的限流限速等配置