tencentcloud-sdk-python 3.0.1320__py2.py3-none-any.whl → 3.0.1322__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 (44) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/billing/v20180709/billing_client.py +0 -75
  3. tencentcloud/billing/v20180709/models.py +2 -833
  4. tencentcloud/ccc/v20200210/errorcodes.py +6 -0
  5. tencentcloud/essbasic/v20210526/models.py +4 -4
  6. tencentcloud/facefusion/v20220927/facefusion_client.py +0 -1
  7. tencentcloud/facefusion/v20220927/models.py +16 -4
  8. tencentcloud/gme/v20180711/models.py +0 -40
  9. tencentcloud/hunyuan/v20230901/models.py +15 -0
  10. tencentcloud/keewidb/v20220308/keewidb_client.py +1 -0
  11. tencentcloud/lcic/v20220817/models.py +0 -4
  12. tencentcloud/lighthouse/v20200324/models.py +8 -56
  13. tencentcloud/lkeap/v20240522/lkeap_client.py +4 -4
  14. tencentcloud/lkeap/v20240522/models.py +10 -10
  15. tencentcloud/mna/v20210119/mna_client.py +46 -0
  16. tencentcloud/mna/v20210119/models.py +424 -0
  17. tencentcloud/monitor/v20230616/__init__.py +0 -0
  18. tencentcloud/monitor/v20230616/errorcodes.py +30 -0
  19. tencentcloud/monitor/v20230616/models.py +494 -0
  20. tencentcloud/monitor/v20230616/monitor_client.py +55 -0
  21. tencentcloud/mqtt/v20240516/errorcodes.py +12 -0
  22. tencentcloud/mqtt/v20240516/models.py +1305 -116
  23. tencentcloud/mqtt/v20240516/mqtt_client.py +185 -0
  24. tencentcloud/ocr/v20181119/models.py +367 -0
  25. tencentcloud/ocr/v20181119/ocr_client.py +23 -0
  26. tencentcloud/postgres/v20170312/models.py +1255 -91
  27. tencentcloud/postgres/v20170312/postgres_client.py +139 -0
  28. tencentcloud/ssl/v20191205/models.py +8 -234
  29. tencentcloud/trabbit/__init__.py +0 -0
  30. tencentcloud/trabbit/v20230418/__init__.py +0 -0
  31. tencentcloud/trabbit/v20230418/errorcodes.py +75 -0
  32. tencentcloud/trabbit/v20230418/models.py +8390 -0
  33. tencentcloud/trabbit/v20230418/trabbit_client.py +693 -0
  34. tencentcloud/trtc/v20190722/models.py +0 -6
  35. tencentcloud/vclm/v20240523/errorcodes.py +0 -72
  36. tencentcloud/vclm/v20240523/models.py +1 -854
  37. tencentcloud/vclm/v20240523/vclm_client.py +0 -104
  38. tencentcloud/wedata/v20210820/models.py +34 -0
  39. tencentcloud/wedata/v20210820/wedata_client.py +23 -0
  40. {tencentcloud_sdk_python-3.0.1320.dist-info → tencentcloud_sdk_python-3.0.1322.dist-info}/METADATA +1 -1
  41. {tencentcloud_sdk_python-3.0.1320.dist-info → tencentcloud_sdk_python-3.0.1322.dist-info}/RECORD +44 -35
  42. {tencentcloud_sdk_python-3.0.1320.dist-info → tencentcloud_sdk_python-3.0.1322.dist-info}/LICENSE +0 -0
  43. {tencentcloud_sdk_python-3.0.1320.dist-info → tencentcloud_sdk_python-3.0.1322.dist-info}/WHEEL +0 -0
  44. {tencentcloud_sdk_python-3.0.1320.dist-info → tencentcloud_sdk_python-3.0.1322.dist-info}/top_level.txt +0 -0
@@ -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
@@ -5579,9 +5575,9 @@ class DescribeDockerContainerConfigurationRequest(AbstractModel):
5579
5575
 
5580
5576
  def __init__(self):
5581
5577
  r"""
5582
- :param _InstanceId: 实例ID
5578
+ :param _InstanceId: 实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/product/1207/47573)接口返回值中的InstanceId获取。
5583
5579
  :type InstanceId: str
5584
- :param _ContainerId: 容器ID
5580
+ :param _ContainerId: 容器ID。可通过[DescribeDockerContainers](https://cloud.tencent.com/document/product/1207/95473)接口返回值中的ContainerId获取。
5585
5581
  :type ContainerId: str
5586
5582
  """
5587
5583
  self._InstanceId = None
@@ -5589,7 +5585,7 @@ class DescribeDockerContainerConfigurationRequest(AbstractModel):
5589
5585
 
5590
5586
  @property
5591
5587
  def InstanceId(self):
5592
- """实例ID
5588
+ """实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/product/1207/47573)接口返回值中的InstanceId获取。
5593
5589
  :rtype: str
5594
5590
  """
5595
5591
  return self._InstanceId
@@ -5600,7 +5596,7 @@ class DescribeDockerContainerConfigurationRequest(AbstractModel):
5600
5596
 
5601
5597
  @property
5602
5598
  def ContainerId(self):
5603
- """容器ID
5599
+ """容器ID。可通过[DescribeDockerContainers](https://cloud.tencent.com/document/product/1207/95473)接口返回值中的ContainerId获取。
5604
5600
  :rtype: str
5605
5601
  """
5606
5602
  return self._ContainerId
@@ -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
@@ -13730,7 +13704,6 @@ class KeyPair(AbstractModel):
13730
13704
  :param _PublicKey: 密钥对的纯文本公钥。
13731
13705
  :type PublicKey: str
13732
13706
  :param _AssociatedInstanceIds: 密钥对关联的实例 ID 列表。
13733
- 注意:此字段可能返回 null,表示取不到有效值。
13734
13707
  :type AssociatedInstanceIds: list of str
13735
13708
  :param _CreatedTime: 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ
13736
13709
  注意:此字段可能返回 null,表示取不到有效值。
@@ -13782,7 +13755,6 @@ class KeyPair(AbstractModel):
13782
13755
  @property
13783
13756
  def AssociatedInstanceIds(self):
13784
13757
  """密钥对关联的实例 ID 列表。
13785
- 注意:此字段可能返回 null,表示取不到有效值。
13786
13758
  :rtype: list of str
13787
13759
  """
13788
13760
  return self._AssociatedInstanceIds
@@ -14072,7 +14044,6 @@ class ModifyBundle(AbstractModel):
14072
14044
  :param _Bundle: 套餐信息。
14073
14045
  :type Bundle: :class:`tencentcloud.lighthouse.v20200324.models.Bundle`
14074
14046
  :param _NotSupportModifyMessage: 不支持套餐变更原因信息。变更套餐状态为"AVAILABLE"时, 该信息为空
14075
- 注意:此字段可能返回 null,表示取不到有效值。
14076
14047
  :type NotSupportModifyMessage: str
14077
14048
  """
14078
14049
  self._ModifyPrice = None
@@ -14119,7 +14090,6 @@ class ModifyBundle(AbstractModel):
14119
14090
  @property
14120
14091
  def NotSupportModifyMessage(self):
14121
14092
  """不支持套餐变更原因信息。变更套餐状态为"AVAILABLE"时, 该信息为空
14122
- 注意:此字段可能返回 null,表示取不到有效值。
14123
14093
  :rtype: str
14124
14094
  """
14125
14095
  return self._NotSupportModifyMessage
@@ -17319,20 +17289,16 @@ class Snapshot(AbstractModel):
17319
17289
  :type Percent: int
17320
17290
  :param _LatestOperation: 快照的最新操作,只有创建、回滚快照时记录。
17321
17291
  取值如 CreateInstanceSnapshot,RollbackInstanceSnapshot。
17322
- 注意:此字段可能返回 null,表示取不到有效值。
17323
17292
  :type LatestOperation: str
17324
17293
  :param _LatestOperationState: 快照的最新操作状态,只有创建、回滚快照时记录。
17325
17294
  取值范围:
17326
17295
  <li>SUCCESS:表示操作成功</li>
17327
17296
  <li>OPERATING:表示操作执行中</li>
17328
17297
  <li>FAILED:表示操作失败</li>
17329
- 注意:此字段可能返回 null,表示取不到有效值。
17330
17298
  :type LatestOperationState: str
17331
17299
  :param _LatestOperationRequestId: 快照最新操作的唯一请求 ID,只有创建、回滚快照时记录。
17332
- 注意:此字段可能返回 null,表示取不到有效值。
17333
17300
  :type LatestOperationRequestId: str
17334
17301
  :param _CreatedTime: 快照的创建时间。
17335
- 注意:此字段可能返回 null,表示取不到有效值。
17336
17302
  :type CreatedTime: str
17337
17303
  """
17338
17304
  self._SnapshotId = None
@@ -17431,7 +17397,6 @@ class Snapshot(AbstractModel):
17431
17397
  def LatestOperation(self):
17432
17398
  """快照的最新操作,只有创建、回滚快照时记录。
17433
17399
  取值如 CreateInstanceSnapshot,RollbackInstanceSnapshot。
17434
- 注意:此字段可能返回 null,表示取不到有效值。
17435
17400
  :rtype: str
17436
17401
  """
17437
17402
  return self._LatestOperation
@@ -17447,7 +17412,6 @@ class Snapshot(AbstractModel):
17447
17412
  <li>SUCCESS:表示操作成功</li>
17448
17413
  <li>OPERATING:表示操作执行中</li>
17449
17414
  <li>FAILED:表示操作失败</li>
17450
- 注意:此字段可能返回 null,表示取不到有效值。
17451
17415
  :rtype: str
17452
17416
  """
17453
17417
  return self._LatestOperationState
@@ -17459,7 +17423,6 @@ class Snapshot(AbstractModel):
17459
17423
  @property
17460
17424
  def LatestOperationRequestId(self):
17461
17425
  """快照最新操作的唯一请求 ID,只有创建、回滚快照时记录。
17462
- 注意:此字段可能返回 null,表示取不到有效值。
17463
17426
  :rtype: str
17464
17427
  """
17465
17428
  return self._LatestOperationRequestId
@@ -17471,7 +17434,6 @@ class Snapshot(AbstractModel):
17471
17434
  @property
17472
17435
  def CreatedTime(self):
17473
17436
  """快照的创建时间。
17474
- 注意:此字段可能返回 null,表示取不到有效值。
17475
17437
  :rtype: str
17476
17438
  """
17477
17439
  return self._CreatedTime
@@ -18407,10 +18369,8 @@ class TotalPrice(AbstractModel):
18407
18369
  def __init__(self):
18408
18370
  r"""
18409
18371
  :param _OriginalPrice: 原始总计价格。
18410
- 注意:此字段可能返回 null,表示取不到有效值。
18411
18372
  :type OriginalPrice: float
18412
18373
  :param _DiscountPrice: 折扣总计价格。
18413
- 注意:此字段可能返回 null,表示取不到有效值。
18414
18374
  :type DiscountPrice: float
18415
18375
  """
18416
18376
  self._OriginalPrice = None
@@ -18419,7 +18379,6 @@ class TotalPrice(AbstractModel):
18419
18379
  @property
18420
18380
  def OriginalPrice(self):
18421
18381
  """原始总计价格。
18422
- 注意:此字段可能返回 null,表示取不到有效值。
18423
18382
  :rtype: float
18424
18383
  """
18425
18384
  return self._OriginalPrice
@@ -18431,7 +18390,6 @@ class TotalPrice(AbstractModel):
18431
18390
  @property
18432
18391
  def DiscountPrice(self):
18433
18392
  """折扣总计价格。
18434
- 注意:此字段可能返回 null,表示取不到有效值。
18435
18393
  :rtype: float
18436
18394
  """
18437
18395
  return self._DiscountPrice
@@ -18473,15 +18431,12 @@ class TrafficPackage(AbstractModel):
18473
18431
  :type TrafficOverflow: int
18474
18432
  :param _StartTime: 流量包生效周期开始时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
18475
18433
  格式为: YYYY-MM-DDThh:mm:ssZ。
18476
- 注意:此字段可能返回 null,表示取不到有效值。
18477
18434
  :type StartTime: str
18478
18435
  :param _EndTime: 流量包生效周期结束时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
18479
18436
  格式为: YYYY-MM-DDThh:mm:ssZ。
18480
- 注意:此字段可能返回 null,表示取不到有效值。
18481
18437
  :type EndTime: str
18482
18438
  :param _Deadline: 流量包到期时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
18483
18439
  格式为: YYYY-MM-DDThh:mm:ssZ。
18484
- 注意:此字段可能返回 null,表示取不到有效值。
18485
18440
  :type Deadline: str
18486
18441
  :param _Status: 流量包状态:
18487
18442
  <li>NETWORK_NORMAL:正常</li>
@@ -18557,7 +18512,6 @@ class TrafficPackage(AbstractModel):
18557
18512
  def StartTime(self):
18558
18513
  """流量包生效周期开始时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
18559
18514
  格式为: YYYY-MM-DDThh:mm:ssZ。
18560
- 注意:此字段可能返回 null,表示取不到有效值。
18561
18515
  :rtype: str
18562
18516
  """
18563
18517
  return self._StartTime
@@ -18570,7 +18524,6 @@ class TrafficPackage(AbstractModel):
18570
18524
  def EndTime(self):
18571
18525
  """流量包生效周期结束时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
18572
18526
  格式为: YYYY-MM-DDThh:mm:ssZ。
18573
- 注意:此字段可能返回 null,表示取不到有效值。
18574
18527
  :rtype: str
18575
18528
  """
18576
18529
  return self._EndTime
@@ -18583,7 +18536,6 @@ class TrafficPackage(AbstractModel):
18583
18536
  def Deadline(self):
18584
18537
  """流量包到期时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
18585
18538
  格式为: YYYY-MM-DDThh:mm:ssZ。
18586
- 注意:此字段可能返回 null,表示取不到有效值。
18587
18539
  :rtype: str
18588
18540
  """
18589
18541
  return self._Deadline
@@ -30,15 +30,15 @@ class LkeapClient(AbstractClient):
30
30
  """#### 接口功能
31
31
 
32
32
  调用接口,发起一次对话请求。
33
- 如需使用OpenAI兼容接口, 请参考文档:[OpenAI 兼容接口](https://cloud.tencent.com/document/product/1772/115968)
33
+ 如需使用OpenAI兼容接口, 请参考文档:[Deepseek OpenAI对话接口](https://cloud.tencent.com/document/product/1772/115969)
34
34
 
35
35
  #### 已支持的模型
36
36
  - DeepSeek-V3(model 参数值为**deepseek-v3**)
37
37
  - DeepSeek-V3为671B参数MoE模型,在百科知识、数学推理等多项任务上优势突出,评测成绩在主流榜单中位列开源模型榜首。
38
- - 支持64K上下文长度,最大支持8K输出长度。
38
+ - 支持64K上下文长度,最大输入56k,最大输出8k(不含思维链)。
39
39
  - DeepSeek-R1(model 参数值为**deepseek-r1**)
40
40
  - DeepSeek-R1为671B模型,使用强化学习训练,推理过程包含大量反思和验证,思维链长度可达数万字。 该系列模型在数学、代码以及各种复杂逻辑推理任务上推理效果优异,并为用户展现了完整的思考过程。
41
- - 支持64K上下文长度,最大支持8K输出长度。
41
+ - 支持64K上下文长度,最大输入56k,最大输出8k(不含思维链)。
42
42
 
43
43
  #### 计费说明
44
44
  - 限时免费
@@ -49,7 +49,7 @@ class LkeapClient(AbstractClient):
49
49
  ![image](https://cdn.xiaowei.qq.com/static/lke/deekseep-token0212.png)
50
50
 
51
51
  ### Openai兼容协议接口
52
- 知识引擎原子能力大模型对话 API 兼容了 OpenAI 的接口规范,这意味着您可以直接使用 OpenAI 官方提供的 SDK 来调用大模型对话接口。您仅需要将 base_url 和 [api_key](https://cloud.tencent.com/document/product/1772/115970) 替换成相关配置,不需要对应用做额外修改,即可无缝将您的应用切换到相应的大模型。请参考文档:[OpenAI 兼容接口](https://cloud.tencent.com/document/product/1772/115968)。
52
+ 知识引擎原子能力大模型对话 API 兼容了 OpenAI 的接口规范,这意味着您可以直接使用 OpenAI 官方提供的 SDK 来调用大模型对话接口。您仅需要将 base_url 和 [api_key](https://cloud.tencent.com/document/product/1772/115970) 替换成相关配置,不需要对应用做额外修改,即可无缝将您的应用切换到相应的大模型。请参考文档:[Deepseek OpenAI对话接口](https://cloud.tencent.com/document/product/1772/115969)。
53
53
  > base_url: https://api.lkeap.cloud.tencent.com/v1
54
54
 
55
55
  > api_key的获取请参考[API KEY管理](https://cloud.tencent.com/document/product/1772/115970)
@@ -518,10 +518,9 @@ class Choice(AbstractModel):
518
518
 
519
519
  def __init__(self):
520
520
  r"""
521
- :param _FinishReason: 结束标志位,可能为 stop、 sensitive或者tool_calls
521
+ :param _FinishReason: 结束标志位,可能为 stop、 content_filter
522
522
  stop 表示输出正常结束。
523
- sensitive 只在开启流式输出审核时会出现,表示安全审核未通过。
524
- tool_calls 标识函数调用。
523
+ content_filter 只在开启流式输出审核时会出现,表示安全审核未通过。
525
524
  :type FinishReason: str
526
525
  :param _Delta: 增量返回值,流式调用时使用该字段。
527
526
  :type Delta: :class:`tencentcloud.lkeap.v20240522.models.Delta`
@@ -537,10 +536,9 @@ tool_calls 标识函数调用。
537
536
 
538
537
  @property
539
538
  def FinishReason(self):
540
- """结束标志位,可能为 stop、 sensitive或者tool_calls
539
+ """结束标志位,可能为 stop、 content_filter
541
540
  stop 表示输出正常结束。
542
- sensitive 只在开启流式输出审核时会出现,表示安全审核未通过。
543
- tool_calls 标识函数调用。
541
+ content_filter 只在开启流式输出审核时会出现,表示安全审核未通过。
544
542
  :rtype: str
545
543
  """
546
544
  return self._FinishReason
@@ -991,6 +989,7 @@ class CreateReconstructDocumentFlowRequest(AbstractModel):
991
989
  参考:[腾讯云COS文档](https://cloud.tencent.com/document/product/436/7749)
992
990
  :type FileUrl: str
993
991
  :param _FileBase64: 文件的 Base64 值。
992
+ 支持的文件类型: PNG、JPG、JPEG、PDF、GIF、BMP、TIFF
994
993
  支持的文件大小:所下载文件经Base64编码后不超过 8M。文件下载时间不超过 3 秒。
995
994
  支持的图片像素:单边介于20-10000px之间。
996
995
  文件的 FileUrl、FileBase64 必须提供一个,如果都提供,只使用 FileUrl。
@@ -1048,6 +1047,7 @@ class CreateReconstructDocumentFlowRequest(AbstractModel):
1048
1047
  @property
1049
1048
  def FileBase64(self):
1050
1049
  """文件的 Base64 值。
1050
+ 支持的文件类型: PNG、JPG、JPEG、PDF、GIF、BMP、TIFF
1051
1051
  支持的文件大小:所下载文件经Base64编码后不超过 8M。文件下载时间不超过 3 秒。
1052
1052
  支持的图片像素:单边介于20-10000px之间。
1053
1053
  文件的 FileUrl、FileBase64 必须提供一个,如果都提供,只使用 FileUrl。
@@ -4895,8 +4895,8 @@ class UploadDocRequest(AbstractModel):
4895
4895
  r"""
4896
4896
  :param _KnowledgeBaseId: 知识库ID
4897
4897
  :type KnowledgeBaseId: str
4898
- :param _FileName: 文件名,可选。
4899
- **需带文件类型后缀**,当文件名无法从传入的`FileUrl`获取时需要通过该字段来明确。
4898
+ :param _FileName: 文件名。
4899
+ **需带文件类型后缀**
4900
4900
  :type FileName: str
4901
4901
  :param _FileType: 文件类型。
4902
4902
 
@@ -4941,8 +4941,8 @@ class UploadDocRequest(AbstractModel):
4941
4941
 
4942
4942
  @property
4943
4943
  def FileName(self):
4944
- """文件名,可选。
4945
- **需带文件类型后缀**,当文件名无法从传入的`FileUrl`获取时需要通过该字段来明确。
4944
+ """文件名。
4945
+ **需带文件类型后缀**
4946
4946
  :rtype: str
4947
4947
  """
4948
4948
  return self._FileName
@@ -308,6 +308,52 @@ class MnaClient(AbstractClient):
308
308
  raise TencentCloudSDKException(type(e).__name__, str(e))
309
309
 
310
310
 
311
+ def DownloadActiveDeviceCount(self, request):
312
+ """下载活跃设备数量统计
313
+
314
+ :param request: Request instance for DownloadActiveDeviceCount.
315
+ :type request: :class:`tencentcloud.mna.v20210119.models.DownloadActiveDeviceCountRequest`
316
+ :rtype: :class:`tencentcloud.mna.v20210119.models.DownloadActiveDeviceCountResponse`
317
+
318
+ """
319
+ try:
320
+ params = request._serialize()
321
+ headers = request.headers
322
+ body = self.call("DownloadActiveDeviceCount", params, headers=headers)
323
+ response = json.loads(body)
324
+ model = models.DownloadActiveDeviceCountResponse()
325
+ model._deserialize(response["Response"])
326
+ return model
327
+ except Exception as e:
328
+ if isinstance(e, TencentCloudSDKException):
329
+ raise
330
+ else:
331
+ raise TencentCloudSDKException(type(e).__name__, str(e))
332
+
333
+
334
+ def GetActiveDeviceCount(self, request):
335
+ """活跃设备数量统计
336
+
337
+ :param request: Request instance for GetActiveDeviceCount.
338
+ :type request: :class:`tencentcloud.mna.v20210119.models.GetActiveDeviceCountRequest`
339
+ :rtype: :class:`tencentcloud.mna.v20210119.models.GetActiveDeviceCountResponse`
340
+
341
+ """
342
+ try:
343
+ params = request._serialize()
344
+ headers = request.headers
345
+ body = self.call("GetActiveDeviceCount", params, headers=headers)
346
+ response = json.loads(body)
347
+ model = models.GetActiveDeviceCountResponse()
348
+ model._deserialize(response["Response"])
349
+ return model
350
+ except Exception as e:
351
+ if isinstance(e, TencentCloudSDKException):
352
+ raise
353
+ else:
354
+ raise TencentCloudSDKException(type(e).__name__, str(e))
355
+
356
+
311
357
  def GetDevice(self, request):
312
358
  """通过指定设备的ID查找设备详细信息
313
359