tencentcloud-sdk-python 3.0.1431__py2.py3-none-any.whl → 3.0.1433__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.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/cbs/v20170312/models.py +15 -0
- tencentcloud/cdwdoris/v20211228/models.py +15 -0
- tencentcloud/clb/v20180317/models.py +45 -0
- tencentcloud/ecdn/v20191012/ecdn_client.py +0 -54
- tencentcloud/ecdn/v20191012/errorcodes.py +0 -21
- tencentcloud/ecdn/v20191012/models.py +0 -394
- tencentcloud/ess/v20201111/models.py +42 -0
- tencentcloud/essbasic/v20210526/models.py +58 -22
- tencentcloud/ims/v20201229/ims_client.py +1 -1
- tencentcloud/ims/v20201229/models.py +8 -16
- tencentcloud/live/v20180801/models.py +2 -6
- tencentcloud/lke/v20231130/models.py +34 -4
- tencentcloud/mps/v20190612/models.py +836 -59
- tencentcloud/mps/v20190612/mps_client.py +5 -5
- tencentcloud/ocr/v20181119/models.py +50 -0
- tencentcloud/postgres/v20170312/models.py +80 -78
- tencentcloud/ssl/v20191205/models.py +15 -0
- tencentcloud/tsf/v20180326/errorcodes.py +1 -1
- tencentcloud/vod/v20180717/models.py +491 -2
- tencentcloud/vod/v20180717/vod_client.py +30 -0
- tencentcloud/wedata/v20210820/models.py +1524 -2
- tencentcloud/wedata/v20210820/wedata_client.py +184 -0
- tencentcloud/wsa/v20250508/wsa_client.py +1 -1
- {tencentcloud_sdk_python-3.0.1431.dist-info → tencentcloud_sdk_python-3.0.1433.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1431.dist-info → tencentcloud_sdk_python-3.0.1433.dist-info}/RECORD +29 -29
- {tencentcloud_sdk_python-3.0.1431.dist-info → tencentcloud_sdk_python-3.0.1433.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1431.dist-info → tencentcloud_sdk_python-3.0.1433.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1431.dist-info → tencentcloud_sdk_python-3.0.1433.dist-info}/top_level.txt +0 -0
|
@@ -371,7 +371,7 @@ class ImageModerationRequest(AbstractModel):
|
|
|
371
371
|
|
|
372
372
|
def __init__(self):
|
|
373
373
|
r"""
|
|
374
|
-
:param _BizType: 该字段表示使用的策略的具体编号,该字段需要先在[内容安全控制台](
|
|
374
|
+
:param _BizType: 该字段表示使用的策略的具体编号,该字段需要先在[内容安全控制台](https://console.cloud.tencent.com/cms/clouds/manage)中配置。
|
|
375
375
|
备注:不同Biztype关联不同的业务场景与识别能力策略,调用前请确认正确的Biztype。
|
|
376
376
|
:type BizType: str
|
|
377
377
|
:param _DataId: 该字段表示您为待检测对象分配的数据ID,传入后可方便您对文件进行标识和管理。<br>取值:由英文字母(大小写均可)、数字及四个特殊符号(_,-,@,#)组成,**长度不超过64个字符**。
|
|
@@ -403,7 +403,7 @@ class ImageModerationRequest(AbstractModel):
|
|
|
403
403
|
|
|
404
404
|
@property
|
|
405
405
|
def BizType(self):
|
|
406
|
-
"""该字段表示使用的策略的具体编号,该字段需要先在[内容安全控制台](
|
|
406
|
+
"""该字段表示使用的策略的具体编号,该字段需要先在[内容安全控制台](https://console.cloud.tencent.com/cms/clouds/manage)中配置。
|
|
407
407
|
备注:不同Biztype关联不同的业务场景与识别能力策略,调用前请确认正确的Biztype。
|
|
408
408
|
:rtype: str
|
|
409
409
|
"""
|
|
@@ -535,25 +535,22 @@ class ImageModerationResponse(AbstractModel):
|
|
|
535
535
|
r"""
|
|
536
536
|
:param _Suggestion: 该字段用于返回Label标签下的后续操作建议。当您获取到判定结果后,返回值表示系统推荐的后续操作;建议您按照业务所需,对不同违规类型与建议值进行处理。<br>返回值:**Block**:建议屏蔽,**Review** :建议人工复审,**Pass**:建议通过
|
|
537
537
|
:type Suggestion: str
|
|
538
|
-
:param _Label: 该字段用于返回检测结果(LabelResults)中所对应的**优先级最高的恶意标签**,表示模型推荐的审核结果,建议您按照业务所需,对不同违规类型与建议值进行处理。<br
|
|
538
|
+
:param _Label: 该字段用于返回检测结果(LabelResults)中所对应的**优先级最高的恶意标签**,表示模型推荐的审核结果,建议您按照业务所需,对不同违规类型与建议值进行处理。<br>返回值标签示例:**Normal**:正常,**Porn**:色情,**Abuse**:谩骂,**Ad**:广告;(说明:文档仅示例了部分风险类型,更多返回类型请以实际值为准或[提交工单](https://console.cloud.tencent.com/workorder/category)进行咨询)。
|
|
539
539
|
:type Label: str
|
|
540
540
|
:param _SubLabel: 该字段用于返回检测结果所命中优先级最高的恶意标签下的子标签名称,如:*色情--性行为*;若未命中任何子标签则返回空字符串。
|
|
541
541
|
:type SubLabel: str
|
|
542
542
|
:param _Score: 该字段用于返回当前标签(Label)下的置信度,取值范围:0(**置信度最低**)-100(**置信度最高** ),越高代表图片越有可能属于当前返回的标签;如:*色情 99*,则表明该图片非常有可能属于色情内容;*色情 0*,则表明该图片不属于色情内容。
|
|
543
543
|
:type Score: int
|
|
544
|
-
:param _LabelResults:
|
|
544
|
+
:param _LabelResults: 该字段用于返回分类检测模型的详细检测结果;表示模型推荐的审核结果,建议您按照业务所需,对不同违规类型与建议值进行处理。详细返回值信息可参阅对应的数据结构(LabelResults)描述。
|
|
545
545
|
|
|
546
|
-
返回值标签示例:Normal:正常,Porn:色情,Abuse:谩骂,Ad
|
|
546
|
+
返回值标签示例:Normal:正常,Porn:色情,Abuse:谩骂,Ad:广告(说明:文档仅示例了部分风险类型,更多返回类型请以实际值为准或[提交工单](https://console.cloud.tencent.com/workorder/category)进行咨询)
|
|
547
547
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
548
548
|
:type LabelResults: list of LabelResult
|
|
549
549
|
:param _ObjectResults: 该字段用于返回物体检测模型的详细检测结果;包括:实体、广告台标、二维码等内容命中的标签名称、标签分数、坐标信息、场景识别结果、建议操作等内容审核信息;详细返回值信息可参阅对应的数据结构(ObjectResults)描述。
|
|
550
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
551
550
|
:type ObjectResults: list of ObjectResult
|
|
552
551
|
:param _OcrResults: 该字段用于返回OCR文本识别的详细检测结果;包括:文本坐标信息、文本识别结果、建议操作等内容审核信息;详细返回值信息可参阅对应的数据结构(OcrResults)描述。
|
|
553
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
554
552
|
:type OcrResults: list of OcrResult
|
|
555
553
|
:param _LibResults: 该字段用于返回基于图片风险库(风险黑库与正常白库)识别的结果,详细返回值信息可参阅对应的数据结构(LibResults)描述。<br>备注:图片风险库目前**暂不支持自定义库**。
|
|
556
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
557
554
|
:type LibResults: list of LibResult
|
|
558
555
|
:param _DataId: 该字段用于返回检测对象对应请求参数中的DataId。
|
|
559
556
|
:type DataId: str
|
|
@@ -565,7 +562,6 @@ class ImageModerationResponse(AbstractModel):
|
|
|
565
562
|
:param _FileMD5: 该字段用于返回检测对象对应的MD5校验值,以方便校验文件完整性。
|
|
566
563
|
:type FileMD5: str
|
|
567
564
|
:param _RecognitionResults: 该字段用于返回仅识别图片元素的模型结果;包括:场景模型命中的标签、置信度和位置信息
|
|
568
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
569
565
|
:type RecognitionResults: list of RecognitionResult
|
|
570
566
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
571
567
|
:type RequestId: str
|
|
@@ -598,7 +594,7 @@ class ImageModerationResponse(AbstractModel):
|
|
|
598
594
|
|
|
599
595
|
@property
|
|
600
596
|
def Label(self):
|
|
601
|
-
"""该字段用于返回检测结果(LabelResults)中所对应的**优先级最高的恶意标签**,表示模型推荐的审核结果,建议您按照业务所需,对不同违规类型与建议值进行处理。<br
|
|
597
|
+
"""该字段用于返回检测结果(LabelResults)中所对应的**优先级最高的恶意标签**,表示模型推荐的审核结果,建议您按照业务所需,对不同违规类型与建议值进行处理。<br>返回值标签示例:**Normal**:正常,**Porn**:色情,**Abuse**:谩骂,**Ad**:广告;(说明:文档仅示例了部分风险类型,更多返回类型请以实际值为准或[提交工单](https://console.cloud.tencent.com/workorder/category)进行咨询)。
|
|
602
598
|
:rtype: str
|
|
603
599
|
"""
|
|
604
600
|
return self._Label
|
|
@@ -631,9 +627,9 @@ class ImageModerationResponse(AbstractModel):
|
|
|
631
627
|
|
|
632
628
|
@property
|
|
633
629
|
def LabelResults(self):
|
|
634
|
-
"""
|
|
630
|
+
"""该字段用于返回分类检测模型的详细检测结果;表示模型推荐的审核结果,建议您按照业务所需,对不同违规类型与建议值进行处理。详细返回值信息可参阅对应的数据结构(LabelResults)描述。
|
|
635
631
|
|
|
636
|
-
返回值标签示例:Normal:正常,Porn:色情,Abuse:谩骂,Ad
|
|
632
|
+
返回值标签示例:Normal:正常,Porn:色情,Abuse:谩骂,Ad:广告(说明:文档仅示例了部分风险类型,更多返回类型请以实际值为准或[提交工单](https://console.cloud.tencent.com/workorder/category)进行咨询)
|
|
637
633
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
638
634
|
:rtype: list of LabelResult
|
|
639
635
|
"""
|
|
@@ -646,7 +642,6 @@ class ImageModerationResponse(AbstractModel):
|
|
|
646
642
|
@property
|
|
647
643
|
def ObjectResults(self):
|
|
648
644
|
"""该字段用于返回物体检测模型的详细检测结果;包括:实体、广告台标、二维码等内容命中的标签名称、标签分数、坐标信息、场景识别结果、建议操作等内容审核信息;详细返回值信息可参阅对应的数据结构(ObjectResults)描述。
|
|
649
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
650
645
|
:rtype: list of ObjectResult
|
|
651
646
|
"""
|
|
652
647
|
return self._ObjectResults
|
|
@@ -658,7 +653,6 @@ class ImageModerationResponse(AbstractModel):
|
|
|
658
653
|
@property
|
|
659
654
|
def OcrResults(self):
|
|
660
655
|
"""该字段用于返回OCR文本识别的详细检测结果;包括:文本坐标信息、文本识别结果、建议操作等内容审核信息;详细返回值信息可参阅对应的数据结构(OcrResults)描述。
|
|
661
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
662
656
|
:rtype: list of OcrResult
|
|
663
657
|
"""
|
|
664
658
|
return self._OcrResults
|
|
@@ -670,7 +664,6 @@ class ImageModerationResponse(AbstractModel):
|
|
|
670
664
|
@property
|
|
671
665
|
def LibResults(self):
|
|
672
666
|
"""该字段用于返回基于图片风险库(风险黑库与正常白库)识别的结果,详细返回值信息可参阅对应的数据结构(LibResults)描述。<br>备注:图片风险库目前**暂不支持自定义库**。
|
|
673
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
674
667
|
:rtype: list of LibResult
|
|
675
668
|
"""
|
|
676
669
|
return self._LibResults
|
|
@@ -727,7 +720,6 @@ class ImageModerationResponse(AbstractModel):
|
|
|
727
720
|
@property
|
|
728
721
|
def RecognitionResults(self):
|
|
729
722
|
"""该字段用于返回仅识别图片元素的模型结果;包括:场景模型命中的标签、置信度和位置信息
|
|
730
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
731
723
|
:rtype: list of RecognitionResult
|
|
732
724
|
"""
|
|
733
725
|
return self._RecognitionResults
|
|
@@ -9495,8 +9495,7 @@ class CreateLiveTimeShiftTemplateRequest(AbstractModel):
|
|
|
9495
9495
|
长度上限:255字节。
|
|
9496
9496
|
仅支持中文、英文、数字、_、-。
|
|
9497
9497
|
:type TemplateName: str
|
|
9498
|
-
:param _Duration:
|
|
9499
|
-
单位:s。
|
|
9498
|
+
:param _Duration: 时移时长。单位:s。取值范围:86400 259200 604800 1296000 2592000。
|
|
9500
9499
|
:type Duration: int
|
|
9501
9500
|
:param _Description: 描述信息。
|
|
9502
9501
|
仅支持中文、英文、数字、_、-。
|
|
@@ -9542,8 +9541,7 @@ Overseas:海外及港澳台地区。
|
|
|
9542
9541
|
|
|
9543
9542
|
@property
|
|
9544
9543
|
def Duration(self):
|
|
9545
|
-
"""
|
|
9546
|
-
单位:s。
|
|
9544
|
+
"""时移时长。单位:s。取值范围:86400 259200 604800 1296000 2592000。
|
|
9547
9545
|
:rtype: int
|
|
9548
9546
|
"""
|
|
9549
9547
|
return self._Duration
|
|
@@ -23216,7 +23214,6 @@ class DescribeProvinceIspPlayInfoListRequest(AbstractModel):
|
|
|
23216
23214
|
“FluxPerSecond”:平均流量
|
|
23217
23215
|
“Flux”:流量
|
|
23218
23216
|
“Request”:请求数
|
|
23219
|
-
“Online”:并发连接数
|
|
23220
23217
|
:type StatType: str
|
|
23221
23218
|
:param _PlayDomains: 播放域名列表。
|
|
23222
23219
|
:type PlayDomains: list of str
|
|
@@ -23289,7 +23286,6 @@ class DescribeProvinceIspPlayInfoListRequest(AbstractModel):
|
|
|
23289
23286
|
“FluxPerSecond”:平均流量
|
|
23290
23287
|
“Flux”:流量
|
|
23291
23288
|
“Request”:请求数
|
|
23292
|
-
“Online”:并发连接数
|
|
23293
23289
|
:rtype: str
|
|
23294
23290
|
"""
|
|
23295
23291
|
return self._StatType
|
|
@@ -11824,6 +11824,10 @@ class DescribeTokenUsageResponse(AbstractModel):
|
|
|
11824
11824
|
:type RagSearchUsage: float
|
|
11825
11825
|
:param _InternetSearchUsage: 联网搜索次数
|
|
11826
11826
|
:type InternetSearchUsage: float
|
|
11827
|
+
:param _DosageTypeLimit: dosage配额限制
|
|
11828
|
+
:type DosageTypeLimit: float
|
|
11829
|
+
:param _DosageTypeCurr: dosage当前用量
|
|
11830
|
+
:type DosageTypeCurr: float
|
|
11827
11831
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
11828
11832
|
:type RequestId: str
|
|
11829
11833
|
"""
|
|
@@ -11836,6 +11840,8 @@ class DescribeTokenUsageResponse(AbstractModel):
|
|
|
11836
11840
|
self._SplitTokenUsage = None
|
|
11837
11841
|
self._RagSearchUsage = None
|
|
11838
11842
|
self._InternetSearchUsage = None
|
|
11843
|
+
self._DosageTypeLimit = None
|
|
11844
|
+
self._DosageTypeCurr = None
|
|
11839
11845
|
self._RequestId = None
|
|
11840
11846
|
|
|
11841
11847
|
@property
|
|
@@ -11937,6 +11943,28 @@ class DescribeTokenUsageResponse(AbstractModel):
|
|
|
11937
11943
|
def InternetSearchUsage(self, InternetSearchUsage):
|
|
11938
11944
|
self._InternetSearchUsage = InternetSearchUsage
|
|
11939
11945
|
|
|
11946
|
+
@property
|
|
11947
|
+
def DosageTypeLimit(self):
|
|
11948
|
+
"""dosage配额限制
|
|
11949
|
+
:rtype: float
|
|
11950
|
+
"""
|
|
11951
|
+
return self._DosageTypeLimit
|
|
11952
|
+
|
|
11953
|
+
@DosageTypeLimit.setter
|
|
11954
|
+
def DosageTypeLimit(self, DosageTypeLimit):
|
|
11955
|
+
self._DosageTypeLimit = DosageTypeLimit
|
|
11956
|
+
|
|
11957
|
+
@property
|
|
11958
|
+
def DosageTypeCurr(self):
|
|
11959
|
+
"""dosage当前用量
|
|
11960
|
+
:rtype: float
|
|
11961
|
+
"""
|
|
11962
|
+
return self._DosageTypeCurr
|
|
11963
|
+
|
|
11964
|
+
@DosageTypeCurr.setter
|
|
11965
|
+
def DosageTypeCurr(self, DosageTypeCurr):
|
|
11966
|
+
self._DosageTypeCurr = DosageTypeCurr
|
|
11967
|
+
|
|
11940
11968
|
@property
|
|
11941
11969
|
def RequestId(self):
|
|
11942
11970
|
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -11959,6 +11987,8 @@ class DescribeTokenUsageResponse(AbstractModel):
|
|
|
11959
11987
|
self._SplitTokenUsage = params.get("SplitTokenUsage")
|
|
11960
11988
|
self._RagSearchUsage = params.get("RagSearchUsage")
|
|
11961
11989
|
self._InternetSearchUsage = params.get("InternetSearchUsage")
|
|
11990
|
+
self._DosageTypeLimit = params.get("DosageTypeLimit")
|
|
11991
|
+
self._DosageTypeCurr = params.get("DosageTypeCurr")
|
|
11962
11992
|
self._RequestId = params.get("RequestId")
|
|
11963
11993
|
|
|
11964
11994
|
|
|
@@ -28187,9 +28217,9 @@ cos_hash为文档唯一性标识,与文件名无关 相同的cos_hash会被判
|
|
|
28187
28217
|
:param _ReferUrlType: 外部引用链接类型 0:系统链接 1:自定义链接
|
|
28188
28218
|
值为1时,WebUrl 字段不能为空,否则不生效。
|
|
28189
28219
|
:type ReferUrlType: int
|
|
28190
|
-
:param _ExpireStart: 有效开始时间,unix
|
|
28220
|
+
:param _ExpireStart: 有效开始时间,unix秒级时间戳
|
|
28191
28221
|
:type ExpireStart: str
|
|
28192
|
-
:param _ExpireEnd: 有效结束时间,unix
|
|
28222
|
+
:param _ExpireEnd: 有效结束时间,unix秒级时间戳,0代表永久有效
|
|
28193
28223
|
:type ExpireEnd: str
|
|
28194
28224
|
:param _IsRefer: 是否引用链接
|
|
28195
28225
|
:type IsRefer: bool
|
|
@@ -28363,7 +28393,7 @@ cos_hash为文档唯一性标识,与文件名无关 相同的cos_hash会被判
|
|
|
28363
28393
|
|
|
28364
28394
|
@property
|
|
28365
28395
|
def ExpireStart(self):
|
|
28366
|
-
"""有效开始时间,unix
|
|
28396
|
+
"""有效开始时间,unix秒级时间戳
|
|
28367
28397
|
:rtype: str
|
|
28368
28398
|
"""
|
|
28369
28399
|
return self._ExpireStart
|
|
@@ -28374,7 +28404,7 @@ cos_hash为文档唯一性标识,与文件名无关 相同的cos_hash会被判
|
|
|
28374
28404
|
|
|
28375
28405
|
@property
|
|
28376
28406
|
def ExpireEnd(self):
|
|
28377
|
-
"""有效结束时间,unix
|
|
28407
|
+
"""有效结束时间,unix秒级时间戳,0代表永久有效
|
|
28378
28408
|
:rtype: str
|
|
28379
28409
|
"""
|
|
28380
28410
|
return self._ExpireEnd
|