tencentcloud-sdk-python 3.0.1370__py2.py3-none-any.whl → 3.0.1371__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 (27) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/ams/v20201229/ams_client.py +17 -6
  3. tencentcloud/ams/v20201229/models.py +8 -6
  4. tencentcloud/bi/v20220105/models.py +15 -0
  5. tencentcloud/cdb/v20170320/cdb_client.py +2 -2
  6. tencentcloud/cdb/v20170320/models.py +10 -10
  7. tencentcloud/cdwch/v20200915/errorcodes.py +15 -0
  8. tencentcloud/ckafka/v20190819/models.py +0 -8
  9. tencentcloud/cynosdb/v20190107/models.py +0 -6
  10. tencentcloud/gs/v20191118/models.py +51 -6
  11. tencentcloud/gwlb/v20240906/models.py +0 -24
  12. tencentcloud/ims/v20201229/models.py +6 -4
  13. tencentcloud/lighthouse/v20200324/models.py +2 -0
  14. tencentcloud/lke/v20231130/models.py +2 -0
  15. tencentcloud/postgres/v20170312/models.py +36 -106
  16. tencentcloud/soe/v20180724/models.py +4 -2
  17. tencentcloud/tse/v20201207/models.py +45 -0
  18. tencentcloud/tts/v20190823/tts_client.py +2 -2
  19. tencentcloud/vm/v20210922/models.py +2 -2
  20. tencentcloud/vm/v20210922/vm_client.py +16 -8
  21. tencentcloud/vod/v20180717/models.py +12 -0
  22. tencentcloud/wedata/v20210820/models.py +69 -26
  23. {tencentcloud_sdk_python-3.0.1370.dist-info → tencentcloud_sdk_python-3.0.1371.dist-info}/METADATA +1 -1
  24. {tencentcloud_sdk_python-3.0.1370.dist-info → tencentcloud_sdk_python-3.0.1371.dist-info}/RECORD +27 -27
  25. {tencentcloud_sdk_python-3.0.1370.dist-info → tencentcloud_sdk_python-3.0.1371.dist-info}/LICENSE +0 -0
  26. {tencentcloud_sdk_python-3.0.1370.dist-info → tencentcloud_sdk_python-3.0.1371.dist-info}/WHEEL +0 -0
  27. {tencentcloud_sdk_python-3.0.1370.dist-info → tencentcloud_sdk_python-3.0.1371.dist-info}/top_level.txt +0 -0
@@ -371,7 +371,8 @@ class ImageModerationRequest(AbstractModel):
371
371
 
372
372
  def __init__(self):
373
373
  r"""
374
- :param _BizType: 该字段表示策略的具体编号,用于接口调度,在内容安全控制台中可配置。若不传入Biztype参数(留空),则代表采用默认的识别策略;传入则会在审核时根据业务场景采取不同的审核策略。<br>备注:Biztype仅为数字、字母与下划线的组合,长度为3-32个字符;不同Biztype关联不同的业务场景与识别能力策略,调用前请确认正确的Biztype。
374
+ :param _BizType: 该字段表示使用的策略的具体编号,该字段需要先在[内容安全控制台](#https://console.cloud.tencent.com/cms/clouds/manage)中配置。
375
+ 备注:不同Biztype关联不同的业务场景与识别能力策略,调用前请确认正确的Biztype。
375
376
  :type BizType: str
376
377
  :param _DataId: 该字段表示您为待检测对象分配的数据ID,传入后可方便您对文件进行标识和管理。<br>取值:由英文字母(大小写均可)、数字及四个特殊符号(_,-,@,#)组成,**长度不超过64个字符**。
377
378
  :type DataId: str
@@ -387,7 +388,7 @@ class ImageModerationRequest(AbstractModel):
387
388
  :type User: :class:`tencentcloud.ims.v20201229.models.User`
388
389
  :param _Device: 该字段表示待检测对象对应的设备相关信息,若填入则可甄别相应违规风险设备。
389
390
  :type Device: :class:`tencentcloud.ims.v20201229.models.Device`
390
- :param _Type: 该字段表示送审的数据类型,默认为通用图片,可以选择。
391
+ :param _Type: 该字段表示输入的图片审核类型,取值含:IMAGE(内容安全)、IMAGE_AIGC(AI生成识别)两种,默认值为IMAGE。
391
392
  :type Type: str
392
393
  """
393
394
  self._BizType = None
@@ -402,7 +403,8 @@ class ImageModerationRequest(AbstractModel):
402
403
 
403
404
  @property
404
405
  def BizType(self):
405
- """该字段表示策略的具体编号,用于接口调度,在内容安全控制台中可配置。若不传入Biztype参数(留空),则代表采用默认的识别策略;传入则会在审核时根据业务场景采取不同的审核策略。<br>备注:Biztype仅为数字、字母与下划线的组合,长度为3-32个字符;不同Biztype关联不同的业务场景与识别能力策略,调用前请确认正确的Biztype。
406
+ """该字段表示使用的策略的具体编号,该字段需要先在[内容安全控制台](#https://console.cloud.tencent.com/cms/clouds/manage)中配置。
407
+ 备注:不同Biztype关联不同的业务场景与识别能力策略,调用前请确认正确的Biztype。
406
408
  :rtype: str
407
409
  """
408
410
  return self._BizType
@@ -490,7 +492,7 @@ class ImageModerationRequest(AbstractModel):
490
492
 
491
493
  @property
492
494
  def Type(self):
493
- """该字段表示送审的数据类型,默认为通用图片,可以选择。
495
+ """该字段表示输入的图片审核类型,取值含:IMAGE(内容安全)、IMAGE_AIGC(AI生成识别)两种,默认值为IMAGE。
494
496
  :rtype: str
495
497
  """
496
498
  return self._Type
@@ -6587,6 +6587,7 @@ class DescribeFirewallTemplatesRequest(AbstractModel):
6587
6587
  <li>template-type</li>按照【防火墙模板的类型】进行过滤。
6588
6588
  类型:String
6589
6589
  必选:否
6590
+ 取值: "PRIVATE"(个人模版)
6590
6591
  每次请求的 Filters 的上限为 10,Filter.Values 的上限为 100。参数不支持同时指定 TemplateIds 和 Filters。
6591
6592
  :type Filters: list of Filter
6592
6593
  :param _Offset: 偏移量,默认为 0。
@@ -6622,6 +6623,7 @@ class DescribeFirewallTemplatesRequest(AbstractModel):
6622
6623
  <li>template-type</li>按照【防火墙模板的类型】进行过滤。
6623
6624
  类型:String
6624
6625
  必选:否
6626
+ 取值: "PRIVATE"(个人模版)
6625
6627
  每次请求的 Filters 的上限为 10,Filter.Values 的上限为 100。参数不支持同时指定 TemplateIds 和 Filters。
6626
6628
  :rtype: list of Filter
6627
6629
  """
@@ -12404,6 +12404,7 @@ class GetWsTokenRequest(AbstractModel):
12404
12404
  :param _BotAppKey: 应用AppKey </br> 获取方式:</br> 1、应用发布后在应用页面[发布管理]-[调用信息]-[API管理]处获取</br> 2、参考 https://cloud.tencent.com/document/product/1759/109469 第二项
12405
12405
  :type BotAppKey: str
12406
12406
  :param _VisitorBizId: 访客ID(外部输入,建议唯一,标识当前接入会话的用户)
12407
+ 长度限制: string(64)
12407
12408
  :type VisitorBizId: str
12408
12409
  :param _VisitorLabels: 知识标签,用于知识库中知识的检索过滤。该字段即将下线,请使用对话端接口中的 custom_variables 字段替代该字段。
12409
12410
  :type VisitorLabels: list of GetWsTokenReq_Label
@@ -12438,6 +12439,7 @@ class GetWsTokenRequest(AbstractModel):
12438
12439
  @property
12439
12440
  def VisitorBizId(self):
12440
12441
  """访客ID(外部输入,建议唯一,标识当前接入会话的用户)
12442
+ 长度限制: string(64)
12441
12443
  :rtype: str
12442
12444
  """
12443
12445
  return self._VisitorBizId