tencentcloud-sdk-nodejs 4.1.282 → 4.1.284

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.
Files changed (63) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/adp/v20260520/adp_client.js +0 -33
  3. package/es/services/cngw/v20230418/cngw_client.js +6 -0
  4. package/es/services/cynosdb/v20190107/cynosdb_client.js +6 -0
  5. package/es/services/dbdc/v20201029/dbdc_client.js +3 -0
  6. package/es/services/dlc/v20210125/dlc_client.js +224 -32
  7. package/es/services/es/v20180416/es_client.js +8 -2
  8. package/es/services/mps/v20190612/mps_client.js +15 -6
  9. package/es/services/vod/v20180717/vod_client.js +12 -0
  10. package/package.json +1 -1
  11. package/tencentcloud/common/sdk_version.d.ts +1 -1
  12. package/tencentcloud/common/sdk_version.js +1 -1
  13. package/tencentcloud/services/adp/v20260520/adp_client.d.ts +2 -45
  14. package/tencentcloud/services/adp/v20260520/adp_client.js +1 -66
  15. package/tencentcloud/services/adp/v20260520/adp_models.d.ts +430 -825
  16. package/tencentcloud/services/ags/v20250920/ags_models.d.ts +50 -24
  17. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +7 -12
  18. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +20 -14
  19. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +160 -14
  20. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -0
  21. package/tencentcloud/services/cngw/v20230418/cngw_client.d.ts +10 -2
  22. package/tencentcloud/services/cngw/v20230418/cngw_client.js +13 -1
  23. package/tencentcloud/services/cngw/v20230418/cngw_models.d.ts +366 -189
  24. package/tencentcloud/services/ctem/v20231128/ctem_models.d.ts +8 -0
  25. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +55 -71
  26. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +9 -1
  27. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +12 -0
  28. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +30 -0
  29. package/tencentcloud/services/dbdc/v20201029/dbdc_client.d.ts +5 -1
  30. package/tencentcloud/services/dbdc/v20201029/dbdc_client.js +6 -0
  31. package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +36 -1
  32. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +289 -33
  33. package/tencentcloud/services/dlc/v20210125/dlc_client.js +432 -48
  34. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +7468 -944
  35. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +21 -17
  36. package/tencentcloud/services/es/v20180416/es_client.d.ts +11 -3
  37. package/tencentcloud/services/es/v20180416/es_client.js +15 -3
  38. package/tencentcloud/services/es/v20180416/es_models.d.ts +178 -60
  39. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -3
  40. package/tencentcloud/services/ess/v20201111/ess_client.js +2 -3
  41. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +17 -67
  42. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -3
  43. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -3
  44. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -7
  45. package/tencentcloud/services/ga2/v20250115/ga2_models.d.ts +15 -15
  46. package/tencentcloud/services/gwlb/v20240906/gwlb_models.d.ts +7 -11
  47. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +1 -1
  48. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +103 -39
  49. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +9 -9
  50. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +19 -7
  51. package/tencentcloud/services/mps/v20190612/mps_client.js +27 -9
  52. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +349 -124
  53. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +8 -33
  54. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +34 -40
  55. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +11 -3
  56. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
  57. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +4 -0
  58. package/tencentcloud/services/tokenhub/v20260322/tokenhub_models.d.ts +1 -1
  59. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +4 -4
  60. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +18 -1
  61. package/tencentcloud/services/vod/v20180717/vod_client.js +25 -0
  62. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +937 -562
  63. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
@@ -19,6 +19,10 @@ export interface PauseSandboxInstanceRequest {
19
19
  * <p>沙箱实例ID</p>
20
20
  */
21
21
  InstanceId: string;
22
+ /**
23
+ * <p>可选。带内存暂停,恢复后保留进程和内存状态。true=带内存;false=仅磁盘;不传=系统默认(当前默认 true,带内存)。</p>
24
+ */
25
+ Memory?: boolean;
22
26
  }
23
27
  /**
24
28
  * 沙箱实例对象存储挂载配置
@@ -66,7 +70,7 @@ export interface StartSandboxInstanceRequest {
66
70
  */
67
71
  CustomConfiguration?: CustomConfiguration;
68
72
  /**
69
- * <p>沙箱访问认证模式</p><p>枚举值:</p><ul><li>DEFAULT: 默认,即 TOKEN 认证</li><li>TOKEN: Token认证,即所有端口访问都需携带TOKEN</li><li>NONE: 免认证,即所有端口访问无需携带TOKEN</li><li>PUBLIC: 公开模式,即ENVD管理端口(49983)访问需携带TOKEN,其他端口无需携带TOKEN</li></ul><p>默认值:DEFAULT</p>
73
+ * <p>沙箱访问认证模式</p><p>枚举值:</p><ul><li>DEFAULT: 默认,即TOKEN认证</li><li>TOKEN: Token认证,即所有端口访问都需携带Token</li><li>NONE: 免认证,即所有端口访问无需携带Token</li><li>PUBLIC: 公开模式,即ENVD管理端口(49983)访问需携带Token,其他端口无需携带Token</li></ul><p>默认值:DEFAULT</p>
70
74
  */
71
75
  AuthMode?: string;
72
76
  /**
@@ -295,23 +299,23 @@ export interface HttpGetAction {
295
299
  */
296
300
  export interface DescribePreCacheImageTaskResponse {
297
301
  /**
298
- * 镜像地址
302
+ * <p>镜像地址</p>
299
303
  */
300
304
  Image?: string;
301
305
  /**
302
- * 镜像 Digest
306
+ * <p>镜像 Digest</p>
303
307
  */
304
308
  ImageDigest?: string;
305
309
  /**
306
- * 镜像仓库类型:`enterprise`、`personal`。
310
+ * <p>镜像仓库类型:<code>enterprise</code>、<code>personal</code>。</p>
307
311
  */
308
312
  ImageRegistryType?: string;
309
313
  /**
310
- * 镜像预热状态
314
+ * <p>镜像预热状态</p>
311
315
  */
312
316
  Status?: string;
313
317
  /**
314
- * 镜像预热状态描述
318
+ * <p>镜像预热状态描述</p>
315
319
  */
316
320
  Message?: string;
317
321
  /**
@@ -324,9 +328,13 @@ export interface DescribePreCacheImageTaskResponse {
324
328
  */
325
329
  export interface ResumeSandboxInstanceRequest {
326
330
  /**
327
- * 沙箱实例ID
331
+ * <p>沙箱实例ID</p>
328
332
  */
329
333
  InstanceId: string;
334
+ /**
335
+ * <p>超时时间,超过这个时间就自动回收实例。支持格式:5m、300s、1h 等,默认 5m。最小 30s,最大 24h</p>
336
+ */
337
+ Timeout?: string;
330
338
  }
331
339
  /**
332
340
  * DeleteAPIKey返回参数结构体
@@ -376,15 +384,15 @@ export interface UpdateSandboxInstanceResponse {
376
384
  */
377
385
  export interface DescribePreCacheImageTaskRequest {
378
386
  /**
379
- * 镜像地址
387
+ * <p>镜像地址</p>
380
388
  */
381
389
  Image: string;
382
390
  /**
383
- * 镜像 Digest
391
+ * <p>镜像 Digest</p>
384
392
  */
385
393
  ImageDigest: string;
386
394
  /**
387
- * 镜像仓库类型:`enterprise`、`personal`。
395
+ * <p>镜像仓库类型:<code>enterprise</code>、<code>personal</code>、<code>custom</code> 。</p><p>枚举值:</p><ul><li>enterprise: tcr 企业容器镜像服务</li><li>personal: ccr 个人容器镜像服务</li></ul>
388
396
  */
389
397
  ImageRegistryType: string;
390
398
  }
@@ -404,6 +412,10 @@ export interface StorageSource {
404
412
  * <p>文件存储配置</p>
405
413
  */
406
414
  Cfs?: CfsStorageSource;
415
+ /**
416
+ * <p>AgentBucket 存储配置</p>
417
+ */
418
+ AgentBucket?: AgentBucketStorageSource;
407
419
  }
408
420
  /**
409
421
  * 资源配置
@@ -626,7 +638,7 @@ export interface CustomConfiguration {
626
638
  */
627
639
  Image?: string;
628
640
  /**
629
- * <p>镜像仓库类型:<code>enterprise</code>、<code>personal</code>。</p>
641
+ * <p>镜像仓库类型:<code>enterprise</code>、<code>personal</code>、<code>custom</code></p><p>枚举值:</p><ul><li>enterprise: tcr 企业容器镜像服务</li><li>personal: ccr 个人容器镜像服务</li></ul>
630
642
  */
631
643
  ImageRegistryType?: string;
632
644
  /**
@@ -663,19 +675,19 @@ export interface CustomConfiguration {
663
675
  */
664
676
  export interface ImageStorageSource {
665
677
  /**
666
- * 镜像地址
678
+ * <p>镜像地址</p>
667
679
  */
668
680
  Reference?: string;
669
681
  /**
670
- * 镜像仓库类型:`enterprise`、`personal`。
682
+ * <p>镜像仓库类型:<code>enterprise</code>、<code>personal</code>。</p>
671
683
  */
672
684
  ImageRegistryType?: string;
673
685
  /**
674
- * 镜像内部的路径
686
+ * <p>镜像内部的路径</p>
675
687
  */
676
688
  SubPath?: string;
677
689
  /**
678
- * 镜像 Digest,请求时无需传入
690
+ * <p>镜像 Digest,请求时无需传入</p>
679
691
  */
680
692
  Digest?: string;
681
693
  }
@@ -770,7 +782,7 @@ export interface CustomConfigurationDetail {
770
782
  */
771
783
  Image?: string;
772
784
  /**
773
- * <p>镜像仓库类型:<code>TCR</code>、<code>CCR</code>。</p>
785
+ * <p>镜像仓库类型:<code>enterprise</code>、<code>personal</code>、<code>custom</code>。</p><p>枚举值:</p><ul><li>enterprise: TCR 企业容器镜像服务</li><li>personal: CCR 个人容器镜像服务</li></ul>
774
786
  */
775
787
  ImageRegistryType?: string;
776
788
  /**
@@ -858,6 +870,23 @@ export interface VPCConfig {
858
870
  */
859
871
  SecurityGroupIds?: Array<string>;
860
872
  }
873
+ /**
874
+ * 用于记录 Agent Bucket 的 Storage Source
875
+ */
876
+ export interface AgentBucketStorageSource {
877
+ /**
878
+ * <p>用于传入 AgentBucket 的 LibraryID</p>
879
+ */
880
+ LibraryId?: string;
881
+ /**
882
+ * <p>用于传入 AgentBucket 的 spaceId</p>
883
+ */
884
+ SpaceId?: string;
885
+ /**
886
+ * <p>用于传入 AgentBucket 的 AccessDomain</p>
887
+ */
888
+ AccessDomain?: string;
889
+ }
861
890
  /**
862
891
  * DeleteAPIKey请求参数结构体
863
892
  */
@@ -929,10 +958,6 @@ export interface CreatePreCacheImageTaskRequest {
929
958
  * <p>镜像仓库类型:<code>enterprise</code>、<code>personal</code>、<code>custom</code></p><p>枚举值:</p><ul><li>enterprise: tcr 企业容器镜像服务</li><li>personal: ccr 个人容器镜像服务</li></ul>
930
959
  */
931
960
  ImageRegistryType: string;
932
- /**
933
- * <p>预热超时时长</p>
934
- */
935
- TimeoutMinutes?: number;
936
961
  }
937
962
  /**
938
963
  * 沙箱工具日志推送CLS相关配置
@@ -1021,19 +1046,20 @@ export interface ResumeSandboxInstanceResponse {
1021
1046
  */
1022
1047
  export interface StorageMount {
1023
1048
  /**
1024
- * 存储挂载配置名称
1049
+ * <p>存储挂载配置名称</p>
1025
1050
  */
1026
1051
  Name?: string;
1027
1052
  /**
1028
- * 存储配置
1053
+ * <p>存储配置</p>
1054
+ 注意:此字段可能返回 null,表示取不到有效值。
1029
1055
  */
1030
1056
  StorageSource?: StorageSource;
1031
1057
  /**
1032
- * 沙箱实例本地挂载路径
1058
+ * <p>沙箱实例本地挂载路径</p>
1033
1059
  */
1034
1060
  MountPath?: string;
1035
1061
  /**
1036
- * 存储挂载读写权限配置,默认为false
1062
+ * <p>存储挂载读写权限配置,默认为false</p>
1037
1063
  */
1038
1064
  ReadOnly?: boolean;
1039
1065
  }
@@ -2934,36 +2934,31 @@ export interface DeleteParamTemplateRequest {
2934
2934
  */
2935
2935
  export interface DrInfo {
2936
2936
  /**
2937
- * 灾备实例状态
2937
+ * <p>灾备实例状态</p><p>枚举值:</p><ul><li>0: 创建中</li><li>1: 运行中</li><li>4: 正在进行隔离操作</li><li>5: 已隔离</li></ul>
2938
2938
  */
2939
2939
  Status?: number;
2940
2940
  /**
2941
- * 可用区信息
2941
+ * <p>可用区信息</p>
2942
2942
  */
2943
2943
  Zone?: string;
2944
2944
  /**
2945
- * 实例ID
2945
+ * <p>实例ID</p>
2946
2946
  */
2947
2947
  InstanceId?: string;
2948
2948
  /**
2949
- * 地域信息
2949
+ * <p>地域信息</p>
2950
2950
  */
2951
2951
  Region?: string;
2952
2952
  /**
2953
- * 实例同步状态。可能的返回值为:
2954
- 0 - 灾备未同步;
2955
- 1 - 灾备同步中;
2956
- 2 - 灾备同步成功;
2957
- 3 - 灾备同步失败;
2958
- 4 - 灾备同步修复中。
2953
+ * <p>实例同步状态。可能的返回值为:<br>0 - 灾备未同步;<br>1 - 灾备同步中;<br>2 - 灾备同步成功;<br>3 - 灾备同步失败;<br>4 - 灾备同步修复中。</p>
2959
2954
  */
2960
2955
  SyncStatus?: number;
2961
2956
  /**
2962
- * 实例名称
2957
+ * <p>实例名称</p>
2963
2958
  */
2964
2959
  InstanceName?: string;
2965
2960
  /**
2966
- * 实例类型
2961
+ * <p>实例类型</p>
2967
2962
  */
2968
2963
  InstanceType?: number;
2969
2964
  }
@@ -2151,55 +2151,61 @@ export interface DescribeBucketListResponse {
2151
2151
  */
2152
2152
  export interface MountInfo {
2153
2153
  /**
2154
- * 文件系统 ID
2154
+ * <p>文件系统 ID</p>
2155
2155
  */
2156
2156
  FileSystemId?: string;
2157
2157
  /**
2158
- * 挂载点 ID
2158
+ * <p>挂载点 ID</p>
2159
2159
  */
2160
2160
  MountTargetId?: string;
2161
2161
  /**
2162
- * 挂载点 IP
2162
+ * <p>挂载点 IP</p>
2163
2163
  */
2164
2164
  IpAddress?: string;
2165
2165
  /**
2166
- * 挂载根目录
2166
+ * <p>挂载根目录</p>
2167
2167
  */
2168
2168
  FSID?: string;
2169
2169
  /**
2170
- * 挂载点状态,包括creating:创建中;available:运行中;
2171
- deleting:删除中;
2172
- create_failed: 创建失败
2170
+ * <p>挂载点状态,包括creating:创建中;available:运行中;<br>deleting:删除中;<br>create_failed: 创建失败</p>
2173
2171
  */
2174
2172
  LifeCycleState?: string;
2175
2173
  /**
2176
- * 网络类型,包括VPC,CCN
2174
+ * <p>网络类型,包括VPC,CCN</p>
2177
2175
  */
2178
2176
  NetworkInterface?: string;
2179
2177
  /**
2180
- * 私有网络 ID
2178
+ * <p>私有网络 ID</p>
2181
2179
  */
2182
2180
  VpcId?: string;
2183
2181
  /**
2184
- * 私有网络名称
2182
+ * <p>私有网络名称</p>
2185
2183
  */
2186
2184
  VpcName?: string;
2187
2185
  /**
2188
- * 子网 Id
2186
+ * <p>子网 Id</p>
2189
2187
  */
2190
2188
  SubnetId?: string;
2191
2189
  /**
2192
- * 子网名称
2190
+ * <p>子网名称</p>
2193
2191
  */
2194
2192
  SubnetName?: string;
2195
2193
  /**
2196
- * CFS Turbo使用的云联网ID
2194
+ * <p>CFS Turbo使用的云联网ID</p>
2197
2195
  */
2198
2196
  CcnID?: string;
2199
2197
  /**
2200
- * 云联网中CFS Turbo使用的网段
2198
+ * <p>云联网中CFS Turbo使用的网段</p>
2201
2199
  */
2202
2200
  CidrBlock?: string;
2201
+ /**
2202
+ * <p>占用用户ip列表</p>
2203
+ */
2204
+ ServerList?: Array<string>;
2205
+ /**
2206
+ * <p>是否占用超过200个ip</p>
2207
+ */
2208
+ ServerListTruncated?: boolean;
2203
2209
  }
2204
2210
  /**
2205
2211
  * UpdateCfsFileSystemName返回参数结构体
@@ -79,9 +79,17 @@ export interface ModelRouterModel {
79
79
  */
80
80
  Type: string;
81
81
  /**
82
- * <p>服务商/模型 ID(byok_model.model_id,形如 model-xxxxxxxx;Platform 类型不传)</p>
82
+ * <p>BYOK实例ID</p>
83
83
  */
84
84
  ServiceProviderId?: string;
85
+ /**
86
+ * <p>当前 CMR、当前绑定模型下该 BYOK实例的调度优先级。</p><p>取值范围:[0, 2]</p><p>默认值:0</p>
87
+ */
88
+ Order?: number;
89
+ /**
90
+ * <p>当前CMR、当前绑定模型的同一有效Order层内,BYOK实例之间的相对选择权重。</p><p>取值范围:[0, 100]</p><p>默认值:10</p>
91
+ */
92
+ Weight?: number;
85
93
  }
86
94
  /**
87
95
  * DescribeLoadBalancerTraffic返回参数结构体
@@ -1245,6 +1253,27 @@ export interface BatchDeregisterTargetsRequest {
1245
1253
  */
1246
1254
  Targets: Array<BatchTarget>;
1247
1255
  }
1256
+ /**
1257
+ * CMR实例待解绑的模型信息
1258
+ */
1259
+ export interface ModelRouterModelToDisassociate {
1260
+ /**
1261
+ * <p>模型名称</p>
1262
+ */
1263
+ ModelName: string;
1264
+ /**
1265
+ * <p>所属厂商</p>
1266
+ */
1267
+ Provider: string;
1268
+ /**
1269
+ * <p>模型类型。</p><p>枚举值:</p><ul><li>BYOK: BYOK类型</li><li>Platform: 平台类型</li></ul>
1270
+ */
1271
+ Type: string;
1272
+ /**
1273
+ * <p>BYOK实例ID</p>
1274
+ */
1275
+ ServiceProviderId: string;
1276
+ }
1248
1277
  /**
1249
1278
  * ModifyListener返回参数结构体
1250
1279
  */
@@ -1334,6 +1363,10 @@ export interface ModifyModelRouterAttributesRequest {
1334
1363
  * <p>路由配置</p>
1335
1364
  */
1336
1365
  RouterSetting?: RouterSettingWithFallBack;
1366
+ /**
1367
+ * <p>带宽</p><p>取值范围:[1, 2048]</p><p>单位:Mbps</p>
1368
+ */
1369
+ Bandwidth?: number;
1337
1370
  }
1338
1371
  /**
1339
1372
  * 模型路由日志
@@ -1735,6 +1768,14 @@ export interface ModelRouterDetail {
1735
1768
  * <p>模型路由实例所属VPC的ID</p>
1736
1769
  */
1737
1770
  VpcId?: string;
1771
+ /**
1772
+ * <p>带宽</p><p>单位:Mbps</p>
1773
+ */
1774
+ Bandwidth?: number;
1775
+ /**
1776
+ * <p>弹性公网IP的ID</p>
1777
+ */
1778
+ EipAddressId?: string;
1738
1779
  }
1739
1780
  /**
1740
1781
  * DescribeLoadBalancerListByCertId请求参数结构体
@@ -1826,6 +1867,10 @@ export interface Coefficient {
1826
1867
  * <p>缓存命中输入积分系数。</p><p>用于 provider prompt cache 命中的输入 token。</p><p>取值范围:[0, 5000]</p><p>默认值:3</p>
1827
1868
  */
1828
1869
  InputCachedCoefficient?: number;
1870
+ /**
1871
+ * <p>缓存创建积分系数</p>
1872
+ */
1873
+ InputCacheCreationCoefficient?: number;
1829
1874
  /**
1830
1875
  * <p>输入积分系数。</p><p>取值范围:[1, 5000]</p><p>默认值:25</p>
1831
1876
  */
@@ -2603,7 +2648,7 @@ export interface DescribeLBOperateProtectRequest {
2603
2648
  */
2604
2649
  export interface RouterSettingWithFallBack {
2605
2650
  /**
2606
- * <p>模型间路由策略。</p><p>枚举值:</p><ul><li>SimpleShuffle: 简单随机路由</li><li>LowestCost: 最低积分路由</li></ul>
2651
+ * <p>模型间路由策略。</p><p>枚举值:</p><ul><li>SimpleShuffle: 简单随机路由</li><li>CostBasedRouting: 最低积分路由</li></ul>
2607
2652
  注意:此字段可能返回 null,表示取不到有效值。
2608
2653
  */
2609
2654
  CrossModelGroupRoutingStrategy?: string;
@@ -2617,6 +2662,16 @@ export interface RouterSettingWithFallBack {
2617
2662
  注意:此字段可能返回 null,表示取不到有效值。
2618
2663
  */
2619
2664
  RoutingStrategy?: string;
2665
+ /**
2666
+ * <p>CMR实例级别请求组内重试次数</p><p>取值范围:[0, 5]</p><p>默认值:2</p>
2667
+ 注意:此字段可能返回 null,表示取不到有效值。
2668
+ */
2669
+ NumRetries?: number;
2670
+ /**
2671
+ * <p>L2模型组内路由调度算法参数</p>
2672
+ 注意:此字段可能返回 null,表示取不到有效值。
2673
+ */
2674
+ RoutingStrategyArgs?: RoutingStrategyArgs;
2620
2675
  }
2621
2676
  /**
2622
2677
  * 跨域2.0云联网下子机和网卡信息
@@ -4854,6 +4909,27 @@ export interface ListenerHealth {
4854
4909
  */
4855
4910
  Rules?: Array<RuleHealth>;
4856
4911
  }
4912
+ /**
4913
+ * L2模型内路由算法策略参数
4914
+ */
4915
+ export interface RoutingStrategyArgs {
4916
+ /**
4917
+ * <p>最低繁忙路由算法相对近优容差。</p><p>取值范围:[0, 100]</p><p>默认值:0</p><p>仅最低繁忙路由算法生效。0 表示请求仅会路由到在途数最小的上游大模型部署,0.10 表示请求路由到的上游大模型部署在途请求数最多比最小在途数高10%,依次类推。</p>
4918
+ */
4919
+ LeastBusyBuffer?: number;
4920
+ /**
4921
+ * <p>用量均衡路由算法相对近优容差</p><p>取值范围:[0, 100]</p><p>默认值:0</p><p>仅用量均衡路由算法生效。0 表示请求仅会路由到TPM最低的上游大模型部署;0.10 表示请求最多会路由到比TPM最小值高10%的上游大模型部署,依次类推。</p>
4922
+ */
4923
+ UsageBasedBuffer?: number;
4924
+ /**
4925
+ * <p>最低延迟路由算法相对近优容差</p><p>取值范围:[0, 100]</p><p>默认值:0</p><p>仅最低延迟路由算法生效。0 表示请求仅会路由到延迟最低的上游大模型部署;0.10 表示请求最多会路由到比延迟最小值高10%的上游大模型部署,依次类推。</p>
4926
+ */
4927
+ LowestLatencyBuffer?: number;
4928
+ /**
4929
+ * <p>最低积分系数路由算法相对近优容差</p><p>取值范围:[0, 100]</p><p>默认值:0</p><p>仅最低积分系数路由算法生效。0 表示请求仅会路由到积分系数最低的上游大模型部署;0.10 表示请求最多会路由到比积分系数最小值高10%的上游大模型部署,依次类推。</p>
4930
+ */
4931
+ LowestCostBuffer?: number;
4932
+ }
4857
4933
  /**
4858
4934
  * DeleteRewrite请求参数结构体
4859
4935
  */
@@ -5202,6 +5278,18 @@ export interface RouterSettingWithoutFallBack {
5202
5278
  * <p>路由策略</p><p>枚举值:</p><ul><li>SimpleShuffle: 简单随机路由</li><li>LeastBusy: 最低繁忙路由</li><li>LatencyBasedRouting: 最低延迟路由</li><li>UsageBasedRouting: 用量均衡路由</li><li>CostBasedRouting: 最低积分路由</li></ul>
5203
5279
  */
5204
5280
  RoutingStrategy?: string;
5281
+ /**
5282
+ * <p>模型间路由策略。</p><p>枚举值:</p><ul><li>SimpleShuffle: 简单随机路由</li><li>CostBasedRouting: 最低积分路由</li></ul>
5283
+ */
5284
+ CrossModelGroupRoutingStrategy?: string;
5285
+ /**
5286
+ * <p>L2模型组内路由调度算法参数</p>
5287
+ */
5288
+ RoutingStrategyArgs?: RoutingStrategyArgs;
5289
+ /**
5290
+ * <p>CMR实例级别请求组内重试次数</p><p>取值范围:[0, 5]</p><p>默认值:2</p>
5291
+ */
5292
+ NumRetries?: number;
5205
5293
  }
5206
5294
  /**
5207
5295
  * 目标组实例
@@ -5433,6 +5521,14 @@ export interface ModelRouterSet {
5433
5521
  * <p>模型路由实例所属VPC的ID</p>
5434
5522
  */
5435
5523
  VpcId?: string;
5524
+ /**
5525
+ * <p>带宽</p><p>单位:Mbps</p>
5526
+ */
5527
+ Bandwidth?: number;
5528
+ /**
5529
+ * <p>弹性公网IP的ID</p>
5530
+ */
5531
+ EipAddressId?: string;
5436
5532
  }
5437
5533
  /**
5438
5534
  * InquiryPriceRenewLoadBalancer返回参数结构体
@@ -5949,6 +6045,18 @@ export interface ServiceProvider {
5949
6045
  * <p>BYOK名称</p>
5950
6046
  */
5951
6047
  ServiceProviderName?: string;
6048
+ /**
6049
+ * <p>绑定的指定模型组内BYOK实例的调度优先级</p><p>取值范围[0,2],优先级随数值增大而降低。</p>
6050
+ */
6051
+ Order?: number;
6052
+ /**
6053
+ * <p>绑定的指定模型组Order相同层级内BYOK实例的调度权重</p>
6054
+ */
6055
+ Weight?: number;
6056
+ /**
6057
+ * <p>CMR实例-BYOK实例的模型调度绑定关系状态</p><p>枚举值:</p><ul><li>Configuring: 变配中</li><li>ConfigureFailed: 变配失败</li><li>Deleting: 删除中</li><li>Provisioning: 创建中</li><li>Active: 正常可用</li><li>ProvisionFailed: 创建失败</li><li>DeletionFailed: 删除失败</li></ul>
6058
+ */
6059
+ AssociationStatus?: string;
5952
6060
  }
5953
6061
  /**
5954
6062
  * 模型路由资源包抵扣信息
@@ -6066,7 +6174,7 @@ export interface DisassociateModelsFromModelRouterRequest {
6066
6174
  /**
6067
6175
  * <p>需要解除关联的模型信息</p>
6068
6176
  */
6069
- Models?: Array<ModelRouterModel>;
6177
+ Models?: Array<ModelRouterModelToDisassociate>;
6070
6178
  }
6071
6179
  /**
6072
6180
  * 批量创建的Key信息
@@ -6941,6 +7049,32 @@ export interface Sort {
6941
7049
  */
6942
7050
  Order?: string;
6943
7051
  }
7052
+ /**
7053
+ * 模型路由计费信息
7054
+ */
7055
+ export interface ModelRouterBillingConfigInput {
7056
+ /**
7057
+ * <p>模型路由计费模式</p><p>枚举值:</p><ul><li>POSTPAID_BY_HOUR: 按量计费</li><li>RESOURCE_PACKAGE: 按资源包抵扣</li></ul>
7058
+ */
7059
+ ChargeType?: string;
7060
+ /**
7061
+ * <p>实例规格</p><p>枚举值:</p><ul><li>t1.nano-01: 入门版</li><li>t1.nano-02: 轻量版</li><li>t1.nano-03: 轻量增强版</li><li>t1.micro-01: 微型版</li><li>t1.micro-02: 基础版</li><li>t1.small-01: 标准版</li><li>t1.small-02: 标准增强版</li><li>t1.medium-01: 进阶版</li><li>t1.medium-02: 进阶增强版</li><li>t1.large-01: 专业版</li><li>t1.large-02: 专业增强版</li><li>t1.xlarge-01: 旗舰版</li><li>t1.xlarge-02: 至尊版</li></ul>
7062
+ */
7063
+ SlaType?: string;
7064
+ /**
7065
+ * <p>是否关联资源包抵扣</p><p>枚举值:</p><ul><li>true: 关联</li><li>false: 不关联</li></ul>
7066
+ */
7067
+ AssociateResourcePackage?: boolean;
7068
+ }
7069
+ /**
7070
+ * DisassociateModelsFromModelRouter返回参数结构体
7071
+ */
7072
+ export interface DisassociateModelsFromModelRouterResponse {
7073
+ /**
7074
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7075
+ */
7076
+ RequestId?: string;
7077
+ }
6944
7078
  /**
6945
7079
  * 目标组健康检查详情
6946
7080
  */
@@ -7025,15 +7159,6 @@ export interface TargetGroupHealthCheck {
7025
7159
  */
7026
7160
  ExtendedCode?: string;
7027
7161
  }
7028
- /**
7029
- * DisassociateModelsFromModelRouter返回参数结构体
7030
- */
7031
- export interface DisassociateModelsFromModelRouterResponse {
7032
- /**
7033
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7034
- */
7035
- RequestId?: string;
7036
- }
7037
7162
  /**
7038
7163
  * BatchRegisterTargets请求参数结构体
7039
7164
  */
@@ -8748,6 +8873,19 @@ export interface DescribeModelRouterResourcePackageDeductionRequest {
8748
8873
  */
8749
8874
  SortBy?: string;
8750
8875
  }
8876
+ /**
8877
+ * 创建模型路由时的集群信息
8878
+ */
8879
+ export interface ClusterInfoInput {
8880
+ /**
8881
+ * <p>集群ID</p>
8882
+ */
8883
+ ClusterId?: string;
8884
+ /**
8885
+ * <p>集群类型</p><p>枚举值:</p><ul><li>Exclusive: 独占集群</li><li>Public: 公有云共享集群</li></ul>
8886
+ */
8887
+ Type?: string;
8888
+ }
8751
8889
  /**
8752
8890
  * AssociateTargetGroups返回参数结构体
8753
8891
  */
@@ -10000,13 +10138,13 @@ export interface CreateModelRouterRequest {
10000
10138
  */
10001
10139
  BudgetId?: string;
10002
10140
  /**
10003
- * <p>证书ID</p><p>入参限制:当Schema为HTTPS时,该参数必传</p>
10141
+ * <p>证书ID</p><p>入参限制:当Scheme为HTTPS时,该参数必传</p>
10004
10142
  */
10005
10143
  CertId?: string;
10006
10144
  /**
10007
10145
  * <p>集群信息</p>
10008
10146
  */
10009
- ClusterInfo?: ClusterInfo;
10147
+ ClusterInfo?: ClusterInfoInput;
10010
10148
  /**
10011
10149
  * <p>模型路由实例名称</p><p>默认值:-</p>
10012
10150
  */
@@ -10043,6 +10181,14 @@ export interface CreateModelRouterRequest {
10043
10181
  * <p>模型路由实例所属VPC的ID</p>
10044
10182
  */
10045
10183
  VpcId?: string;
10184
+ /**
10185
+ * <p>模型路由实例计费信息</p>
10186
+ */
10187
+ ModelRouterBillingConfig?: ModelRouterBillingConfigInput;
10188
+ /**
10189
+ * <p>客户端Token,用于保证请求的幂等性。 从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken只支持ASCII字符。</p>
10190
+ */
10191
+ ClientToken?: string;
10046
10192
  }
10047
10193
  /**
10048
10194
  * DescribeClassicalLBListeners请求参数结构体
@@ -10440,6 +10440,10 @@ export interface ToolCall {
10440
10440
  * <p>索引值</p>
10441
10441
  */
10442
10442
  Index?: number;
10443
+ /**
10444
+ * <p>模型返回的思考签名,执行工具后需在后续请求中原样回传</p>
10445
+ */
10446
+ ThoughtSignature?: string;
10443
10447
  }
10444
10448
  /**
10445
10449
  * DeleteCloudProductLogCollection返回参数结构体