tencentcloud-sdk-python 3.0.1319__py2.py3-none-any.whl → 3.0.1321__py2.py3-none-any.whl

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 (31) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/cbs/v20170312/models.py +15 -0
  3. tencentcloud/ccc/v20200210/errorcodes.py +6 -0
  4. tencentcloud/cdb/v20170320/cdb_client.py +1 -0
  5. tencentcloud/cdb/v20170320/models.py +60 -18
  6. tencentcloud/csip/v20221121/models.py +0 -30
  7. tencentcloud/essbasic/v20210526/models.py +4 -4
  8. tencentcloud/facefusion/v20220927/models.py +16 -4
  9. tencentcloud/gme/v20180711/models.py +0 -28
  10. tencentcloud/hunyuan/v20230901/models.py +15 -0
  11. tencentcloud/lcic/v20220817/models.py +0 -14
  12. tencentcloud/lighthouse/v20200324/models.py +4 -40
  13. tencentcloud/lke/v20231130/models.py +34 -0
  14. tencentcloud/lkeap/v20240522/lkeap_client.py +4 -3
  15. tencentcloud/lkeap/v20240522/models.py +116 -4
  16. tencentcloud/ocr/v20181119/models.py +352 -0
  17. tencentcloud/ocr/v20181119/ocr_client.py +23 -0
  18. tencentcloud/postgres/v20170312/models.py +1255 -91
  19. tencentcloud/postgres/v20170312/postgres_client.py +139 -0
  20. tencentcloud/ssl/v20191205/models.py +1467 -631
  21. tencentcloud/ssl/v20191205/ssl_client.py +6 -6
  22. tencentcloud/trabbit/__init__.py +0 -0
  23. tencentcloud/trabbit/v20230418/__init__.py +0 -0
  24. tencentcloud/trabbit/v20230418/errorcodes.py +75 -0
  25. tencentcloud/trabbit/v20230418/models.py +8390 -0
  26. tencentcloud/trabbit/v20230418/trabbit_client.py +693 -0
  27. {tencentcloud_sdk_python-3.0.1319.dist-info → tencentcloud_sdk_python-3.0.1321.dist-info}/METADATA +1 -1
  28. {tencentcloud_sdk_python-3.0.1319.dist-info → tencentcloud_sdk_python-3.0.1321.dist-info}/RECORD +31 -26
  29. {tencentcloud_sdk_python-3.0.1319.dist-info → tencentcloud_sdk_python-3.0.1321.dist-info}/LICENSE +0 -0
  30. {tencentcloud_sdk_python-3.0.1319.dist-info → tencentcloud_sdk_python-3.0.1321.dist-info}/WHEEL +0 -0
  31. {tencentcloud_sdk_python-3.0.1319.dist-info → tencentcloud_sdk_python-3.0.1321.dist-info}/top_level.txt +0 -0
@@ -187,6 +187,8 @@ class ChatCompletionsRequest(AbstractModel):
187
187
  1. 未传值时默认关闭。
188
188
  2. 开启后,在返回值的最后一个包中会增加 RecommendedQuestions 字段表示推荐问答, 最多返回3条。
189
189
  :type EnableRecommendedQuestions: bool
190
+ :param _EnableDeepRead: 是否开启深度阅读,默认是false,在值为true时,会返回深度阅读的结果信息。说明:1.深度阅读需要开启插件增强,即设置EnableEnhancement为true,当设置EnableDeepRead为true时EnableEnhancement默认为true;2.目前暂时只支持单文档单轮的深度阅读;3.深度阅读功能的文件上传可以使用FilesUploads接口,具体参数详见FilesUploads接口文档
191
+ :type EnableDeepRead: bool
190
192
  """
191
193
  self._Model = None
192
194
  self._Messages = None
@@ -207,6 +209,7 @@ class ChatCompletionsRequest(AbstractModel):
207
209
  self._ForceSearchEnhancement = None
208
210
  self._Stop = None
209
211
  self._EnableRecommendedQuestions = None
212
+ self._EnableDeepRead = None
210
213
 
211
214
  @property
212
215
  def Model(self):
@@ -477,6 +480,17 @@ class ChatCompletionsRequest(AbstractModel):
477
480
  def EnableRecommendedQuestions(self, EnableRecommendedQuestions):
478
481
  self._EnableRecommendedQuestions = EnableRecommendedQuestions
479
482
 
483
+ @property
484
+ def EnableDeepRead(self):
485
+ """是否开启深度阅读,默认是false,在值为true时,会返回深度阅读的结果信息。说明:1.深度阅读需要开启插件增强,即设置EnableEnhancement为true,当设置EnableDeepRead为true时EnableEnhancement默认为true;2.目前暂时只支持单文档单轮的深度阅读;3.深度阅读功能的文件上传可以使用FilesUploads接口,具体参数详见FilesUploads接口文档
486
+ :rtype: bool
487
+ """
488
+ return self._EnableDeepRead
489
+
490
+ @EnableDeepRead.setter
491
+ def EnableDeepRead(self, EnableDeepRead):
492
+ self._EnableDeepRead = EnableDeepRead
493
+
480
494
 
481
495
  def _deserialize(self, params):
482
496
  self._Model = params.get("Model")
@@ -510,6 +524,7 @@ class ChatCompletionsRequest(AbstractModel):
510
524
  self._ForceSearchEnhancement = params.get("ForceSearchEnhancement")
511
525
  self._Stop = params.get("Stop")
512
526
  self._EnableRecommendedQuestions = params.get("EnableRecommendedQuestions")
527
+ self._EnableDeepRead = params.get("EnableDeepRead")
513
528
  memeber_set = set(params.keys())
514
529
  for name, value in vars(self).items():
515
530
  property_name = name[1:]
@@ -269,22 +269,16 @@ class AppConfig(AbstractModel):
269
269
  :param _ApplicationId: 应用ID
270
270
  :type ApplicationId: str
271
271
  :param _AppName: 应用名称
272
- 注意:此字段可能返回 null,表示取不到有效值。
273
272
  :type AppName: str
274
273
  :param _State: 应用状态 1正常 2停用
275
- 注意:此字段可能返回 null,表示取不到有效值。
276
274
  :type State: int
277
275
  :param _AppVersion: 1试用 2轻量版 3标准版 4旗舰版
278
- 注意:此字段可能返回 null,表示取不到有效值。
279
276
  :type AppVersion: int
280
277
  :param _CreatedAt: 创建时间
281
- 注意:此字段可能返回 null,表示取不到有效值。
282
278
  :type CreatedAt: str
283
279
  :param _Callback: 回调
284
- 注意:此字段可能返回 null,表示取不到有效值。
285
280
  :type Callback: str
286
281
  :param _CallbackKey: 回调Key
287
- 注意:此字段可能返回 null,表示取不到有效值。
288
282
  :type CallbackKey: str
289
283
  """
290
284
  self._ApplicationId = None
@@ -309,7 +303,6 @@ class AppConfig(AbstractModel):
309
303
  @property
310
304
  def AppName(self):
311
305
  """应用名称
312
- 注意:此字段可能返回 null,表示取不到有效值。
313
306
  :rtype: str
314
307
  """
315
308
  return self._AppName
@@ -321,7 +314,6 @@ class AppConfig(AbstractModel):
321
314
  @property
322
315
  def State(self):
323
316
  """应用状态 1正常 2停用
324
- 注意:此字段可能返回 null,表示取不到有效值。
325
317
  :rtype: int
326
318
  """
327
319
  return self._State
@@ -333,7 +325,6 @@ class AppConfig(AbstractModel):
333
325
  @property
334
326
  def AppVersion(self):
335
327
  """1试用 2轻量版 3标准版 4旗舰版
336
- 注意:此字段可能返回 null,表示取不到有效值。
337
328
  :rtype: int
338
329
  """
339
330
  return self._AppVersion
@@ -345,7 +336,6 @@ class AppConfig(AbstractModel):
345
336
  @property
346
337
  def CreatedAt(self):
347
338
  """创建时间
348
- 注意:此字段可能返回 null,表示取不到有效值。
349
339
  :rtype: str
350
340
  """
351
341
  return self._CreatedAt
@@ -357,7 +347,6 @@ class AppConfig(AbstractModel):
357
347
  @property
358
348
  def Callback(self):
359
349
  """回调
360
- 注意:此字段可能返回 null,表示取不到有效值。
361
350
  :rtype: str
362
351
  """
363
352
  return self._Callback
@@ -369,7 +358,6 @@ class AppConfig(AbstractModel):
369
358
  @property
370
359
  def CallbackKey(self):
371
360
  """回调Key
372
- 注意:此字段可能返回 null,表示取不到有效值。
373
361
  :rtype: str
374
362
  """
375
363
  return self._CallbackKey
@@ -501,7 +489,6 @@ class BackgroundPictureConfig(AbstractModel):
501
489
  def __init__(self):
502
490
  r"""
503
491
  :param _Url: 背景图片的url
504
- 注意:此字段可能返回 null,表示取不到有效值。
505
492
  :type Url: str
506
493
  """
507
494
  self._Url = None
@@ -509,7 +496,6 @@ class BackgroundPictureConfig(AbstractModel):
509
496
  @property
510
497
  def Url(self):
511
498
  """背景图片的url
512
- 注意:此字段可能返回 null,表示取不到有效值。
513
499
  :rtype: str
514
500
  """
515
501
  return self._Url
@@ -693,14 +693,12 @@ class Blueprint(AbstractModel):
693
693
  :param _RequiredMemorySize: 镜像所需内存大小, 单位: GB
694
694
  :type RequiredMemorySize: int
695
695
  :param _ImageId: CVM镜像共享到轻量应用服务器轻量应用服务器后的CVM镜像ID。
696
- 注意:此字段可能返回 null,表示取不到有效值。
697
696
  :type ImageId: str
698
697
  :param _CommunityUrl: 官方网站Url。
699
698
  :type CommunityUrl: str
700
699
  :param _GuideUrl: 指导文章Url。
701
700
  :type GuideUrl: str
702
701
  :param _SceneIdSet: 镜像关联使用场景Id列表。
703
- 注意:此字段可能返回 null,表示取不到有效值。
704
702
  :type SceneIdSet: list of str
705
703
  :param _DockerVersion: Docker版本号。
706
704
  注意:此字段可能返回 null,表示取不到有效值。
@@ -901,7 +899,6 @@ class Blueprint(AbstractModel):
901
899
  @property
902
900
  def ImageId(self):
903
901
  """CVM镜像共享到轻量应用服务器轻量应用服务器后的CVM镜像ID。
904
- 注意:此字段可能返回 null,表示取不到有效值。
905
902
  :rtype: str
906
903
  """
907
904
  return self._ImageId
@@ -935,7 +932,6 @@ class Blueprint(AbstractModel):
935
932
  @property
936
933
  def SceneIdSet(self):
937
934
  """镜像关联使用场景Id列表。
938
- 注意:此字段可能返回 null,表示取不到有效值。
939
935
  :rtype: list of str
940
936
  """
941
937
  return self._SceneIdSet
@@ -1199,7 +1195,6 @@ class Bundle(AbstractModel):
1199
1195
  <li>BEFAST_BUNDLE:蜂驰型 </li>
1200
1196
  :type BundleType: str
1201
1197
  :param _BundleTypeDescription: 套餐类型描述信息。
1202
- 注意:此字段可能返回 null,表示取不到有效值。
1203
1198
  :type BundleTypeDescription: str
1204
1199
  :param _BundleDisplayLabel: 套餐展示标签.
1205
1200
  取值范围:
@@ -1381,7 +1376,6 @@ class Bundle(AbstractModel):
1381
1376
  @property
1382
1377
  def BundleTypeDescription(self):
1383
1378
  """套餐类型描述信息。
1384
- 注意:此字段可能返回 null,表示取不到有效值。
1385
1379
  :rtype: str
1386
1380
  """
1387
1381
  return self._BundleTypeDescription
@@ -1722,8 +1716,10 @@ class ContainerEnv(AbstractModel):
1722
1716
  def __init__(self):
1723
1717
  r"""
1724
1718
  :param _Key: 环境变量Key
1719
+ 注意:此字段可能返回 null,表示取不到有效值。
1725
1720
  :type Key: str
1726
1721
  :param _Value: 环境变量值
1722
+ 注意:此字段可能返回 null,表示取不到有效值。
1727
1723
  :type Value: str
1728
1724
  """
1729
1725
  self._Key = None
@@ -1732,6 +1728,7 @@ class ContainerEnv(AbstractModel):
1732
1728
  @property
1733
1729
  def Key(self):
1734
1730
  """环境变量Key
1731
+ 注意:此字段可能返回 null,表示取不到有效值。
1735
1732
  :rtype: str
1736
1733
  """
1737
1734
  return self._Key
@@ -1743,6 +1740,7 @@ class ContainerEnv(AbstractModel):
1743
1740
  @property
1744
1741
  def Value(self):
1745
1742
  """环境变量值
1743
+ 注意:此字段可能返回 null,表示取不到有效值。
1746
1744
  :rtype: str
1747
1745
  """
1748
1746
  return self._Value
@@ -3032,7 +3030,6 @@ class DataDiskPrice(AbstractModel):
3032
3030
  :param _DiscountPrice: 折后总价。
3033
3031
  :type DiscountPrice: float
3034
3032
  :param _InstanceId: 数据盘挂载的实例ID。
3035
- 注意:此字段可能返回 null,表示取不到有效值。
3036
3033
  :type InstanceId: str
3037
3034
  """
3038
3035
  self._DiskId = None
@@ -3100,7 +3097,6 @@ class DataDiskPrice(AbstractModel):
3100
3097
  @property
3101
3098
  def InstanceId(self):
3102
3099
  """数据盘挂载的实例ID。
3103
- 注意:此字段可能返回 null,表示取不到有效值。
3104
3100
  :rtype: str
3105
3101
  """
3106
3102
  return self._InstanceId
@@ -9612,13 +9608,10 @@ class DiskBackup(AbstractModel):
9612
9608
  :param _Percent: 创建或回滚云硬盘备份点进度百分比,成功后此字段取值为 100。
9613
9609
  :type Percent: int
9614
9610
  :param _LatestOperation: 上一次操作
9615
- 注意:此字段可能返回 null,表示取不到有效值。
9616
9611
  :type LatestOperation: str
9617
9612
  :param _LatestOperationState: 上一次操作状态
9618
- 注意:此字段可能返回 null,表示取不到有效值。
9619
9613
  :type LatestOperationState: str
9620
9614
  :param _LatestOperationRequestId: 上一次请求ID
9621
- 注意:此字段可能返回 null,表示取不到有效值。
9622
9615
  :type LatestOperationRequestId: str
9623
9616
  :param _CreatedTime: 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
9624
9617
  格式为: YYYY-MM-DDThh:mm:ssZ。
@@ -9720,7 +9713,6 @@ class DiskBackup(AbstractModel):
9720
9713
  @property
9721
9714
  def LatestOperation(self):
9722
9715
  """上一次操作
9723
- 注意:此字段可能返回 null,表示取不到有效值。
9724
9716
  :rtype: str
9725
9717
  """
9726
9718
  return self._LatestOperation
@@ -9732,7 +9724,6 @@ class DiskBackup(AbstractModel):
9732
9724
  @property
9733
9725
  def LatestOperationState(self):
9734
9726
  """上一次操作状态
9735
- 注意:此字段可能返回 null,表示取不到有效值。
9736
9727
  :rtype: str
9737
9728
  """
9738
9729
  return self._LatestOperationState
@@ -9744,7 +9735,6 @@ class DiskBackup(AbstractModel):
9744
9735
  @property
9745
9736
  def LatestOperationRequestId(self):
9746
9737
  """上一次请求ID
9747
- 注意:此字段可能返回 null,表示取不到有效值。
9748
9738
  :rtype: str
9749
9739
  """
9750
9740
  return self._LatestOperationRequestId
@@ -10283,7 +10273,6 @@ class DockerActivity(AbstractModel):
10283
10273
  :param _CreatedTime: 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
10284
10274
  :type CreatedTime: str
10285
10275
  :param _EndTime: 结束时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
10286
- 注意:此字段可能返回 null,表示取不到有效值。
10287
10276
  :type EndTime: str
10288
10277
  """
10289
10278
  self._ActivityId = None
@@ -10367,7 +10356,6 @@ class DockerActivity(AbstractModel):
10367
10356
  @property
10368
10357
  def EndTime(self):
10369
10358
  """结束时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
10370
- 注意:此字段可能返回 null,表示取不到有效值。
10371
10359
  :rtype: str
10372
10360
  """
10373
10361
  return self._EndTime
@@ -10714,10 +10702,8 @@ class DockerContainerPublishPort(AbstractModel):
10714
10702
  :param _ContainerPort: 容器端口
10715
10703
  :type ContainerPort: int
10716
10704
  :param _Ip: 对外绑定IP,默认0.0.0.0
10717
- 注意:此字段可能返回 null,表示取不到有效值。
10718
10705
  :type Ip: str
10719
10706
  :param _Protocol: 协议,默认tcp,支持tcp/udp/sctp
10720
- 注意:此字段可能返回 null,表示取不到有效值。
10721
10707
  :type Protocol: str
10722
10708
  """
10723
10709
  self._HostPort = None
@@ -10750,7 +10736,6 @@ class DockerContainerPublishPort(AbstractModel):
10750
10736
  @property
10751
10737
  def Ip(self):
10752
10738
  """对外绑定IP,默认0.0.0.0
10753
- 注意:此字段可能返回 null,表示取不到有效值。
10754
10739
  :rtype: str
10755
10740
  """
10756
10741
  return self._Ip
@@ -10762,7 +10747,6 @@ class DockerContainerPublishPort(AbstractModel):
10762
10747
  @property
10763
10748
  def Protocol(self):
10764
10749
  """协议,默认tcp,支持tcp/udp/sctp
10765
- 注意:此字段可能返回 null,表示取不到有效值。
10766
10750
  :rtype: str
10767
10751
  """
10768
10752
  return self._Protocol
@@ -12477,7 +12461,6 @@ FAILED:表示操作失败
12477
12461
  :param _InitInvocationId: 创建实例后自动执行TAT命令的调用ID。
12478
12462
  :type InitInvocationId: str
12479
12463
  :param _InstanceViolationDetail: 实例违规详情。
12480
- 注意:此字段可能返回 null,表示取不到有效值。
12481
12464
  :type InstanceViolationDetail: :class:`tencentcloud.lighthouse.v20200324.models.InstanceViolationDetail`
12482
12465
  """
12483
12466
  self._InstanceId = None
@@ -12876,7 +12859,6 @@ FAILED:表示操作失败
12876
12859
  @property
12877
12860
  def InstanceViolationDetail(self):
12878
12861
  """实例违规详情。
12879
- 注意:此字段可能返回 null,表示取不到有效值。
12880
12862
  :rtype: :class:`tencentcloud.lighthouse.v20200324.models.InstanceViolationDetail`
12881
12863
  """
12882
12864
  return self._InstanceViolationDetail
@@ -13003,7 +12985,6 @@ class InstanceDeniedActions(AbstractModel):
13003
12985
  def __init__(self):
13004
12986
  r"""
13005
12987
  :param _InstanceId: 实例 ID。
13006
- 注意:此字段可能返回 null,表示取不到有效值。
13007
12988
  :type InstanceId: str
13008
12989
  :param _DeniedActions: 操作限制列表。
13009
12990
  :type DeniedActions: list of DeniedAction
@@ -13014,7 +12995,6 @@ class InstanceDeniedActions(AbstractModel):
13014
12995
  @property
13015
12996
  def InstanceId(self):
13016
12997
  """实例 ID。
13017
- 注意:此字段可能返回 null,表示取不到有效值。
13018
12998
  :rtype: str
13019
12999
  """
13020
13000
  return self._InstanceId
@@ -13120,7 +13100,6 @@ class InstancePrice(AbstractModel):
13120
13100
  :param _DiscountPrice: 折后价。
13121
13101
  :type DiscountPrice: float
13122
13102
  :param _Currency: 价格货币单位。取值范围CNY:人民币。USD:美元。
13123
- 注意:此字段可能返回 null,表示取不到有效值。
13124
13103
  :type Currency: str
13125
13104
  """
13126
13105
  self._OriginalBundlePrice = None
@@ -13176,7 +13155,6 @@ class InstancePrice(AbstractModel):
13176
13155
  @property
13177
13156
  def Currency(self):
13178
13157
  """价格货币单位。取值范围CNY:人民币。USD:美元。
13179
- 注意:此字段可能返回 null,表示取不到有效值。
13180
13158
  :rtype: str
13181
13159
  """
13182
13160
  return self._Currency
@@ -13210,10 +13188,8 @@ class InstancePriceDetail(AbstractModel):
13210
13188
  def __init__(self):
13211
13189
  r"""
13212
13190
  :param _InstanceId: 实例ID。
13213
- 注意:此字段可能返回 null,表示取不到有效值。
13214
13191
  :type InstanceId: str
13215
13192
  :param _InstancePrice: 询价信息。
13216
- 注意:此字段可能返回 null,表示取不到有效值。
13217
13193
  :type InstancePrice: :class:`tencentcloud.lighthouse.v20200324.models.InstancePrice`
13218
13194
  :param _DiscountDetail: 折扣梯度详情,每个梯度包含的信息有:时长,折扣数,总价,折扣价,折扣详情(用户折扣、官网折扣、最终折扣)。
13219
13195
  :type DiscountDetail: list of DiscountDetail
@@ -13225,7 +13201,6 @@ class InstancePriceDetail(AbstractModel):
13225
13201
  @property
13226
13202
  def InstanceId(self):
13227
13203
  """实例ID。
13228
- 注意:此字段可能返回 null,表示取不到有效值。
13229
13204
  :rtype: str
13230
13205
  """
13231
13206
  return self._InstanceId
@@ -13237,7 +13212,6 @@ class InstancePriceDetail(AbstractModel):
13237
13212
  @property
13238
13213
  def InstancePrice(self):
13239
13214
  """询价信息。
13240
- 注意:此字段可能返回 null,表示取不到有效值。
13241
13215
  :rtype: :class:`tencentcloud.lighthouse.v20200324.models.InstancePrice`
13242
13216
  """
13243
13217
  return self._InstancePrice
@@ -18407,10 +18381,8 @@ class TotalPrice(AbstractModel):
18407
18381
  def __init__(self):
18408
18382
  r"""
18409
18383
  :param _OriginalPrice: 原始总计价格。
18410
- 注意:此字段可能返回 null,表示取不到有效值。
18411
18384
  :type OriginalPrice: float
18412
18385
  :param _DiscountPrice: 折扣总计价格。
18413
- 注意:此字段可能返回 null,表示取不到有效值。
18414
18386
  :type DiscountPrice: float
18415
18387
  """
18416
18388
  self._OriginalPrice = None
@@ -18419,7 +18391,6 @@ class TotalPrice(AbstractModel):
18419
18391
  @property
18420
18392
  def OriginalPrice(self):
18421
18393
  """原始总计价格。
18422
- 注意:此字段可能返回 null,表示取不到有效值。
18423
18394
  :rtype: float
18424
18395
  """
18425
18396
  return self._OriginalPrice
@@ -18431,7 +18402,6 @@ class TotalPrice(AbstractModel):
18431
18402
  @property
18432
18403
  def DiscountPrice(self):
18433
18404
  """折扣总计价格。
18434
- 注意:此字段可能返回 null,表示取不到有效值。
18435
18405
  :rtype: float
18436
18406
  """
18437
18407
  return self._DiscountPrice
@@ -18473,15 +18443,12 @@ class TrafficPackage(AbstractModel):
18473
18443
  :type TrafficOverflow: int
18474
18444
  :param _StartTime: 流量包生效周期开始时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
18475
18445
  格式为: YYYY-MM-DDThh:mm:ssZ。
18476
- 注意:此字段可能返回 null,表示取不到有效值。
18477
18446
  :type StartTime: str
18478
18447
  :param _EndTime: 流量包生效周期结束时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
18479
18448
  格式为: YYYY-MM-DDThh:mm:ssZ。
18480
- 注意:此字段可能返回 null,表示取不到有效值。
18481
18449
  :type EndTime: str
18482
18450
  :param _Deadline: 流量包到期时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
18483
18451
  格式为: YYYY-MM-DDThh:mm:ssZ。
18484
- 注意:此字段可能返回 null,表示取不到有效值。
18485
18452
  :type Deadline: str
18486
18453
  :param _Status: 流量包状态:
18487
18454
  <li>NETWORK_NORMAL:正常</li>
@@ -18557,7 +18524,6 @@ class TrafficPackage(AbstractModel):
18557
18524
  def StartTime(self):
18558
18525
  """流量包生效周期开始时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
18559
18526
  格式为: YYYY-MM-DDThh:mm:ssZ。
18560
- 注意:此字段可能返回 null,表示取不到有效值。
18561
18527
  :rtype: str
18562
18528
  """
18563
18529
  return self._StartTime
@@ -18570,7 +18536,6 @@ class TrafficPackage(AbstractModel):
18570
18536
  def EndTime(self):
18571
18537
  """流量包生效周期结束时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
18572
18538
  格式为: YYYY-MM-DDThh:mm:ssZ。
18573
- 注意:此字段可能返回 null,表示取不到有效值。
18574
18539
  :rtype: str
18575
18540
  """
18576
18541
  return self._EndTime
@@ -18583,7 +18548,6 @@ class TrafficPackage(AbstractModel):
18583
18548
  def Deadline(self):
18584
18549
  """流量包到期时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
18585
18550
  格式为: YYYY-MM-DDThh:mm:ssZ。
18586
- 注意:此字段可能返回 null,表示取不到有效值。
18587
18551
  :rtype: str
18588
18552
  """
18589
18553
  return self._Deadline
@@ -52,6 +52,12 @@ class AgentProcedure(AbstractModel):
52
52
  :param _Elapsed: 当前请求执行时间, 单位 ms
53
53
  注意:此字段可能返回 null,表示取不到有效值。
54
54
  :type Elapsed: int
55
+ :param _NodeName: 工作流节点名称
56
+ 注意:此字段可能返回 null,表示取不到有效值。
57
+ :type NodeName: str
58
+ :param _ReplyIndex: 用于展示思考放在哪个回复气泡中
59
+ 注意:此字段可能返回 null,表示取不到有效值。
60
+ :type ReplyIndex: int
55
61
  """
56
62
  self._Index = None
57
63
  self._Name = None
@@ -62,6 +68,8 @@ class AgentProcedure(AbstractModel):
62
68
  self._Switch = None
63
69
  self._WorkflowName = None
64
70
  self._Elapsed = None
71
+ self._NodeName = None
72
+ self._ReplyIndex = None
65
73
 
66
74
  @property
67
75
  def Index(self):
@@ -171,6 +179,30 @@ class AgentProcedure(AbstractModel):
171
179
  def Elapsed(self, Elapsed):
172
180
  self._Elapsed = Elapsed
173
181
 
182
+ @property
183
+ def NodeName(self):
184
+ """工作流节点名称
185
+ 注意:此字段可能返回 null,表示取不到有效值。
186
+ :rtype: str
187
+ """
188
+ return self._NodeName
189
+
190
+ @NodeName.setter
191
+ def NodeName(self, NodeName):
192
+ self._NodeName = NodeName
193
+
194
+ @property
195
+ def ReplyIndex(self):
196
+ """用于展示思考放在哪个回复气泡中
197
+ 注意:此字段可能返回 null,表示取不到有效值。
198
+ :rtype: int
199
+ """
200
+ return self._ReplyIndex
201
+
202
+ @ReplyIndex.setter
203
+ def ReplyIndex(self, ReplyIndex):
204
+ self._ReplyIndex = ReplyIndex
205
+
174
206
 
175
207
  def _deserialize(self, params):
176
208
  self._Index = params.get("Index")
@@ -184,6 +216,8 @@ class AgentProcedure(AbstractModel):
184
216
  self._Switch = params.get("Switch")
185
217
  self._WorkflowName = params.get("WorkflowName")
186
218
  self._Elapsed = params.get("Elapsed")
219
+ self._NodeName = params.get("NodeName")
220
+ self._ReplyIndex = params.get("ReplyIndex")
187
221
  memeber_set = set(params.keys())
188
222
  for name, value in vars(self).items():
189
223
  property_name = name[1:]
@@ -35,10 +35,10 @@ class LkeapClient(AbstractClient):
35
35
  #### 已支持的模型
36
36
  - DeepSeek-V3(model 参数值为**deepseek-v3**)
37
37
  - DeepSeek-V3为671B参数MoE模型,在百科知识、数学推理等多项任务上优势突出,评测成绩在主流榜单中位列开源模型榜首。
38
- - 支持64K上下文长度,最大支持8K输出长度。
38
+ - 支持64K上下文长度,最大支持16K输出长度(含思维链)。
39
39
  - DeepSeek-R1(model 参数值为**deepseek-r1**)
40
40
  - DeepSeek-R1为671B模型,使用强化学习训练,推理过程包含大量反思和验证,思维链长度可达数万字。 该系列模型在数学、代码以及各种复杂逻辑推理任务上推理效果优异,并为用户展现了完整的思考过程。
41
- - 支持64K上下文长度,最大支持8K输出长度。
41
+ - 支持64K上下文长度,最大支持16K输出长度(含思维链)。
42
42
 
43
43
  #### 计费说明
44
44
  - 限时免费
@@ -693,7 +693,8 @@ class LkeapClient(AbstractClient):
693
693
 
694
694
 
695
695
  def UploadDocRealtime(self, request):
696
- """用于上传实时文档内容。实时文档在上传后可以立即通过SearchRealtime进行实时检索,适用于在会话中对文档进行问答的场景。
696
+ """用于上传实时文档内容。
697
+ 实时文档在上传后可以立即通过SearchRealtime进行实时检索,适用于在会话中对文档进行问答的场景。
697
698
 
698
699
  :param request: Request instance for UploadDocRealtime.
699
700
  :type request: :class:`tencentcloud.lkeap.v20240522.models.UploadDocRealtimeRequest`
@@ -991,6 +991,7 @@ class CreateReconstructDocumentFlowRequest(AbstractModel):
991
991
  参考:[腾讯云COS文档](https://cloud.tencent.com/document/product/436/7749)
992
992
  :type FileUrl: str
993
993
  :param _FileBase64: 文件的 Base64 值。
994
+ 支持的文件类型: PNG、JPG、JPEG、PDF、GIF、BMP、TIFF
994
995
  支持的文件大小:所下载文件经Base64编码后不超过 8M。文件下载时间不超过 3 秒。
995
996
  支持的图片像素:单边介于20-10000px之间。
996
997
  文件的 FileUrl、FileBase64 必须提供一个,如果都提供,只使用 FileUrl。
@@ -1048,6 +1049,7 @@ class CreateReconstructDocumentFlowRequest(AbstractModel):
1048
1049
  @property
1049
1050
  def FileBase64(self):
1050
1051
  """文件的 Base64 值。
1052
+ 支持的文件类型: PNG、JPG、JPEG、PDF、GIF、BMP、TIFF
1051
1053
  支持的文件大小:所下载文件经Base64编码后不超过 8M。文件下载时间不超过 3 秒。
1052
1054
  支持的图片像素:单边介于20-10000px之间。
1053
1055
  文件的 FileUrl、FileBase64 必须提供一个,如果都提供,只使用 FileUrl。
@@ -4747,6 +4749,116 @@ class UploadDocRealtimeRequest(AbstractModel):
4747
4749
 
4748
4750
  """
4749
4751
 
4752
+ def __init__(self):
4753
+ r"""
4754
+ :param _KnowledgeBaseId: 知识库ID
4755
+ :type KnowledgeBaseId: str
4756
+ :param _FileName: 文件名,可选。
4757
+ **需带文件类型后缀**,当文件名无法从传入的`FileUrl`获取时需要通过该字段来明确。
4758
+ :type FileName: str
4759
+ :param _FileType: 文件类型。
4760
+ **支持的文件类型:**
4761
+ - `PDF`、`DOC`、`DOCX`、`XLS`、`XLSX`、`PPT`、`PPTX`、`MD`、`TXT`、`PNG`、`JPG`、`JPEG`、`CSV`、`HTML`、`EPUB`
4762
+
4763
+ **支持的文件大小:**
4764
+ - `PDF`、`DOCX`、`DOC`、`PPT`、`PPTX` 最大 200M
4765
+ - `TXT`、`MD` 最大10M
4766
+ - 其他 最大20M
4767
+ :type FileType: str
4768
+ :param _FileUrl: 文件的 URL 地址。
4769
+ 文件存储于腾讯云的 URL 可保障更高的下载速度和稳定性,建议文件存储于腾讯云。 非腾讯云存储的 URL 速度和稳定性可能受一定影响。
4770
+ 参考:[腾讯云COS文档](https://cloud.tencent.com/document/product/436/7749)
4771
+ :type FileUrl: str
4772
+ :param _ExpireTime: 过期时间的秒数,最长24小时,默认24小时
4773
+ :type ExpireTime: int
4774
+ """
4775
+ self._KnowledgeBaseId = None
4776
+ self._FileName = None
4777
+ self._FileType = None
4778
+ self._FileUrl = None
4779
+ self._ExpireTime = None
4780
+
4781
+ @property
4782
+ def KnowledgeBaseId(self):
4783
+ """知识库ID
4784
+ :rtype: str
4785
+ """
4786
+ return self._KnowledgeBaseId
4787
+
4788
+ @KnowledgeBaseId.setter
4789
+ def KnowledgeBaseId(self, KnowledgeBaseId):
4790
+ self._KnowledgeBaseId = KnowledgeBaseId
4791
+
4792
+ @property
4793
+ def FileName(self):
4794
+ """文件名,可选。
4795
+ **需带文件类型后缀**,当文件名无法从传入的`FileUrl`获取时需要通过该字段来明确。
4796
+ :rtype: str
4797
+ """
4798
+ return self._FileName
4799
+
4800
+ @FileName.setter
4801
+ def FileName(self, FileName):
4802
+ self._FileName = FileName
4803
+
4804
+ @property
4805
+ def FileType(self):
4806
+ """文件类型。
4807
+ **支持的文件类型:**
4808
+ - `PDF`、`DOC`、`DOCX`、`XLS`、`XLSX`、`PPT`、`PPTX`、`MD`、`TXT`、`PNG`、`JPG`、`JPEG`、`CSV`、`HTML`、`EPUB`
4809
+
4810
+ **支持的文件大小:**
4811
+ - `PDF`、`DOCX`、`DOC`、`PPT`、`PPTX` 最大 200M
4812
+ - `TXT`、`MD` 最大10M
4813
+ - 其他 最大20M
4814
+ :rtype: str
4815
+ """
4816
+ return self._FileType
4817
+
4818
+ @FileType.setter
4819
+ def FileType(self, FileType):
4820
+ self._FileType = FileType
4821
+
4822
+ @property
4823
+ def FileUrl(self):
4824
+ """文件的 URL 地址。
4825
+ 文件存储于腾讯云的 URL 可保障更高的下载速度和稳定性,建议文件存储于腾讯云。 非腾讯云存储的 URL 速度和稳定性可能受一定影响。
4826
+ 参考:[腾讯云COS文档](https://cloud.tencent.com/document/product/436/7749)
4827
+ :rtype: str
4828
+ """
4829
+ return self._FileUrl
4830
+
4831
+ @FileUrl.setter
4832
+ def FileUrl(self, FileUrl):
4833
+ self._FileUrl = FileUrl
4834
+
4835
+ @property
4836
+ def ExpireTime(self):
4837
+ """过期时间的秒数,最长24小时,默认24小时
4838
+ :rtype: int
4839
+ """
4840
+ return self._ExpireTime
4841
+
4842
+ @ExpireTime.setter
4843
+ def ExpireTime(self, ExpireTime):
4844
+ self._ExpireTime = ExpireTime
4845
+
4846
+
4847
+ def _deserialize(self, params):
4848
+ self._KnowledgeBaseId = params.get("KnowledgeBaseId")
4849
+ self._FileName = params.get("FileName")
4850
+ self._FileType = params.get("FileType")
4851
+ self._FileUrl = params.get("FileUrl")
4852
+ self._ExpireTime = params.get("ExpireTime")
4853
+ memeber_set = set(params.keys())
4854
+ for name, value in vars(self).items():
4855
+ property_name = name[1:]
4856
+ if property_name in memeber_set:
4857
+ memeber_set.remove(property_name)
4858
+ if len(memeber_set) > 0:
4859
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
4860
+
4861
+
4750
4862
 
4751
4863
  class UploadDocRealtimeResponse(AbstractModel):
4752
4864
  """UploadDocRealtime返回参数结构体
@@ -4785,8 +4897,8 @@ class UploadDocRequest(AbstractModel):
4785
4897
  r"""
4786
4898
  :param _KnowledgeBaseId: 知识库ID
4787
4899
  :type KnowledgeBaseId: str
4788
- :param _FileName: 文件名,可选。
4789
- **需带文件类型后缀**,当文件名无法从传入的`FileUrl`获取时需要通过该字段来明确。
4900
+ :param _FileName: 文件名。
4901
+ **需带文件类型后缀**
4790
4902
  :type FileName: str
4791
4903
  :param _FileType: 文件类型。
4792
4904
 
@@ -4831,8 +4943,8 @@ class UploadDocRequest(AbstractModel):
4831
4943
 
4832
4944
  @property
4833
4945
  def FileName(self):
4834
- """文件名,可选。
4835
- **需带文件类型后缀**,当文件名无法从传入的`FileUrl`获取时需要通过该字段来明确。
4946
+ """文件名。
4947
+ **需带文件类型后缀**
4836
4948
  :rtype: str
4837
4949
  """
4838
4950
  return self._FileName