tencentcloud-sdk-python 3.0.1307__py2.py3-none-any.whl → 3.0.1309__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/asr/v20190614/models.py +4 -0
- tencentcloud/bi/v20220105/models.py +124 -2
- tencentcloud/cdwdoris/v20211228/models.py +84 -82
- tencentcloud/cfg/v20210820/models.py +45 -0
- tencentcloud/cwp/v20180228/cwp_client.py +0 -50
- tencentcloud/cwp/v20180228/models.py +0 -717
- tencentcloud/dbbrain/v20210527/models.py +15 -0
- tencentcloud/dlc/v20210125/errorcodes.py +3 -0
- tencentcloud/dlc/v20210125/models.py +6 -6
- tencentcloud/essbasic/v20210526/essbasic_client.py +28 -0
- tencentcloud/essbasic/v20210526/models.py +209 -0
- tencentcloud/hunyuan/v20230901/models.py +19 -0
- tencentcloud/lke/v20231130/models.py +1413 -48
- tencentcloud/ocr/v20181119/models.py +352 -0
- tencentcloud/ocr/v20181119/ocr_client.py +23 -0
- tencentcloud/rum/v20210622/models.py +168 -32
- tencentcloud/scf/v20180416/models.py +4 -4
- tencentcloud/ssl/v20191205/models.py +81 -0
- tencentcloud/ssl/v20191205/ssl_client.py +23 -0
- tencentcloud/tccatalog/__init__.py +0 -0
- tencentcloud/tccatalog/v20241024/__init__.py +0 -0
- tencentcloud/tccatalog/v20241024/errorcodes.py +36 -0
- tencentcloud/tccatalog/v20241024/models.py +917 -0
- tencentcloud/tccatalog/v20241024/tccatalog_client.py +118 -0
- tencentcloud/tdmq/v20200217/models.py +2 -2
- tencentcloud/teo/v20220901/errorcodes.py +3 -0
- tencentcloud/teo/v20220901/models.py +5864 -351
- tencentcloud/teo/v20220901/teo_client.py +144 -6
- {tencentcloud_sdk_python-3.0.1307.dist-info → tencentcloud_sdk_python-3.0.1309.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1307.dist-info → tencentcloud_sdk_python-3.0.1309.dist-info}/RECORD +34 -29
- {tencentcloud_sdk_python-3.0.1307.dist-info → tencentcloud_sdk_python-3.0.1309.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1307.dist-info → tencentcloud_sdk_python-3.0.1309.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1307.dist-info → tencentcloud_sdk_python-3.0.1309.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
@@ -828,9 +828,11 @@ class CreateRecTaskRequest(AbstractModel):
|
|
828
828
|
• **16k_zh_large:**普方英大模型引擎【大模型版】。当前模型同时支持中文、英文、[多种中文方言](https://cloud.tencent.com/document/product/1093/35682)等语言的识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升,[点击这里](https://console.cloud.tencent.com/asr/demonstrate) 对比中文普通话常规版本与普方英大模型版本的识别效果;
|
829
829
|
• **16k_multi_lang:**多语种大模型引擎【大模型版】。当前模型同时支持英语、日语、韩语、阿拉伯语、菲律宾语、法语、印地语、印尼语、马来语、葡萄牙语、西班牙语、泰语、土耳其语、越南语、德语的识别,可实现15个语种的自动识别(句子/段落级别);
|
830
830
|
• **16k_zh_dialect:**中文普通话+多方言混合引擎,除普通话外支持23种方言(上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话);
|
831
|
+
• **16k_zh_en**:中英大模型引擎【大模型版】。当前模型同时支持中文、英语识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升;
|
831
832
|
• **16k_en:**英语;
|
832
833
|
• **16k_yue:**粤语;
|
833
834
|
• **16k_zh-PY:**中英粤混合引擎,使用一个引擎同时识别中文普通话、英语、粤语三个语言;
|
835
|
+
• **16k_zh-TW**:中文繁体;
|
834
836
|
• **16k_ja:**日语;
|
835
837
|
• **16k_ko:**韩语;
|
836
838
|
• **16k_vi:**越南语;
|
@@ -1040,9 +1042,11 @@ class CreateRecTaskRequest(AbstractModel):
|
|
1040
1042
|
• **16k_zh_large:**普方英大模型引擎【大模型版】。当前模型同时支持中文、英文、[多种中文方言](https://cloud.tencent.com/document/product/1093/35682)等语言的识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升,[点击这里](https://console.cloud.tencent.com/asr/demonstrate) 对比中文普通话常规版本与普方英大模型版本的识别效果;
|
1041
1043
|
• **16k_multi_lang:**多语种大模型引擎【大模型版】。当前模型同时支持英语、日语、韩语、阿拉伯语、菲律宾语、法语、印地语、印尼语、马来语、葡萄牙语、西班牙语、泰语、土耳其语、越南语、德语的识别,可实现15个语种的自动识别(句子/段落级别);
|
1042
1044
|
• **16k_zh_dialect:**中文普通话+多方言混合引擎,除普通话外支持23种方言(上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话);
|
1045
|
+
• **16k_zh_en**:中英大模型引擎【大模型版】。当前模型同时支持中文、英语识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升;
|
1043
1046
|
• **16k_en:**英语;
|
1044
1047
|
• **16k_yue:**粤语;
|
1045
1048
|
• **16k_zh-PY:**中英粤混合引擎,使用一个引擎同时识别中文普通话、英语、粤语三个语言;
|
1049
|
+
• **16k_zh-TW**:中文繁体;
|
1046
1050
|
• **16k_ja:**日语;
|
1047
1051
|
• **16k_ko:**韩语;
|
1048
1052
|
• **16k_vi:**越南语;
|
@@ -1022,6 +1022,10 @@ class CreateDatasourceRequest(AbstractModel):
|
|
1022
1022
|
:type VpcId: str
|
1023
1023
|
:param _OperationAuthLimit: 操作权限限制
|
1024
1024
|
:type OperationAuthLimit: list of str
|
1025
|
+
:param _UseVPC: 开启vpc
|
1026
|
+
:type UseVPC: bool
|
1027
|
+
:param _RegionId: 地域
|
1028
|
+
:type RegionId: str
|
1025
1029
|
"""
|
1026
1030
|
self._DbHost = None
|
1027
1031
|
self._DbPort = None
|
@@ -1043,6 +1047,8 @@ class CreateDatasourceRequest(AbstractModel):
|
|
1043
1047
|
self._Vport = None
|
1044
1048
|
self._VpcId = None
|
1045
1049
|
self._OperationAuthLimit = None
|
1050
|
+
self._UseVPC = None
|
1051
|
+
self._RegionId = None
|
1046
1052
|
|
1047
1053
|
@property
|
1048
1054
|
def DbHost(self):
|
@@ -1264,6 +1270,28 @@ class CreateDatasourceRequest(AbstractModel):
|
|
1264
1270
|
def OperationAuthLimit(self, OperationAuthLimit):
|
1265
1271
|
self._OperationAuthLimit = OperationAuthLimit
|
1266
1272
|
|
1273
|
+
@property
|
1274
|
+
def UseVPC(self):
|
1275
|
+
"""开启vpc
|
1276
|
+
:rtype: bool
|
1277
|
+
"""
|
1278
|
+
return self._UseVPC
|
1279
|
+
|
1280
|
+
@UseVPC.setter
|
1281
|
+
def UseVPC(self, UseVPC):
|
1282
|
+
self._UseVPC = UseVPC
|
1283
|
+
|
1284
|
+
@property
|
1285
|
+
def RegionId(self):
|
1286
|
+
"""地域
|
1287
|
+
:rtype: str
|
1288
|
+
"""
|
1289
|
+
return self._RegionId
|
1290
|
+
|
1291
|
+
@RegionId.setter
|
1292
|
+
def RegionId(self, RegionId):
|
1293
|
+
self._RegionId = RegionId
|
1294
|
+
|
1267
1295
|
|
1268
1296
|
def _deserialize(self, params):
|
1269
1297
|
self._DbHost = params.get("DbHost")
|
@@ -1286,6 +1314,8 @@ class CreateDatasourceRequest(AbstractModel):
|
|
1286
1314
|
self._Vport = params.get("Vport")
|
1287
1315
|
self._VpcId = params.get("VpcId")
|
1288
1316
|
self._OperationAuthLimit = params.get("OperationAuthLimit")
|
1317
|
+
self._UseVPC = params.get("UseVPC")
|
1318
|
+
self._RegionId = params.get("RegionId")
|
1289
1319
|
memeber_set = set(params.keys())
|
1290
1320
|
for name, value in vars(self).items():
|
1291
1321
|
property_name = name[1:]
|
@@ -2541,6 +2571,9 @@ class DatasourceInfo(AbstractModel):
|
|
2541
2571
|
:param _DbTypeName: 数据源名称
|
2542
2572
|
注意:此字段可能返回 null,表示取不到有效值。
|
2543
2573
|
:type DbTypeName: str
|
2574
|
+
:param _UseVPC: 开启vpc
|
2575
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2576
|
+
:type UseVPC: bool
|
2544
2577
|
"""
|
2545
2578
|
self._Id = None
|
2546
2579
|
self._DbName = None
|
@@ -2578,6 +2611,7 @@ class DatasourceInfo(AbstractModel):
|
|
2578
2611
|
self._DataOriginDatasourceId = None
|
2579
2612
|
self._ClusterId = None
|
2580
2613
|
self._DbTypeName = None
|
2614
|
+
self._UseVPC = None
|
2581
2615
|
|
2582
2616
|
@property
|
2583
2617
|
def Id(self):
|
@@ -3001,6 +3035,18 @@ class DatasourceInfo(AbstractModel):
|
|
3001
3035
|
def DbTypeName(self, DbTypeName):
|
3002
3036
|
self._DbTypeName = DbTypeName
|
3003
3037
|
|
3038
|
+
@property
|
3039
|
+
def UseVPC(self):
|
3040
|
+
"""开启vpc
|
3041
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3042
|
+
:rtype: bool
|
3043
|
+
"""
|
3044
|
+
return self._UseVPC
|
3045
|
+
|
3046
|
+
@UseVPC.setter
|
3047
|
+
def UseVPC(self, UseVPC):
|
3048
|
+
self._UseVPC = UseVPC
|
3049
|
+
|
3004
3050
|
|
3005
3051
|
def _deserialize(self, params):
|
3006
3052
|
self._Id = params.get("Id")
|
@@ -3046,6 +3092,7 @@ class DatasourceInfo(AbstractModel):
|
|
3046
3092
|
self._DataOriginDatasourceId = params.get("DataOriginDatasourceId")
|
3047
3093
|
self._ClusterId = params.get("ClusterId")
|
3048
3094
|
self._DbTypeName = params.get("DbTypeName")
|
3095
|
+
self._UseVPC = params.get("UseVPC")
|
3049
3096
|
memeber_set = set(params.keys())
|
3050
3097
|
for name, value in vars(self).items():
|
3051
3098
|
property_name = name[1:]
|
@@ -4775,7 +4822,7 @@ class DescribeUserRoleListResponse(AbstractModel):
|
|
4775
4822
|
:param _ErrorInfo: 自定义错误信息对象
|
4776
4823
|
注意:此字段可能返回 null,表示取不到有效值。
|
4777
4824
|
:type ErrorInfo: :class:`tencentcloud.bi.v20220105.models.ErrorInfo`
|
4778
|
-
:param _Extra:
|
4825
|
+
:param _Extra: 扩展描述信息(提供更多异常信息,用于辅助判断)
|
4779
4826
|
注意:此字段可能返回 null,表示取不到有效值。
|
4780
4827
|
:type Extra: str
|
4781
4828
|
:param _Data: 数据
|
@@ -4807,7 +4854,7 @@ class DescribeUserRoleListResponse(AbstractModel):
|
|
4807
4854
|
|
4808
4855
|
@property
|
4809
4856
|
def Extra(self):
|
4810
|
-
"""
|
4857
|
+
"""扩展描述信息(提供更多异常信息,用于辅助判断)
|
4811
4858
|
注意:此字段可能返回 null,表示取不到有效值。
|
4812
4859
|
:rtype: str
|
4813
4860
|
"""
|
@@ -6336,6 +6383,10 @@ class ModifyDatasourceRequest(AbstractModel):
|
|
6336
6383
|
:type Vport: str
|
6337
6384
|
:param _VpcId: 腾讯云私有网络标识
|
6338
6385
|
:type VpcId: str
|
6386
|
+
:param _UseVPC: 开启vpc
|
6387
|
+
:type UseVPC: bool
|
6388
|
+
:param _RegionId: 地域
|
6389
|
+
:type RegionId: str
|
6339
6390
|
"""
|
6340
6391
|
self._DbHost = None
|
6341
6392
|
self._DbPort = None
|
@@ -6357,6 +6408,8 @@ class ModifyDatasourceRequest(AbstractModel):
|
|
6357
6408
|
self._Vip = None
|
6358
6409
|
self._Vport = None
|
6359
6410
|
self._VpcId = None
|
6411
|
+
self._UseVPC = None
|
6412
|
+
self._RegionId = None
|
6360
6413
|
|
6361
6414
|
@property
|
6362
6415
|
def DbHost(self):
|
@@ -6578,6 +6631,28 @@ class ModifyDatasourceRequest(AbstractModel):
|
|
6578
6631
|
def VpcId(self, VpcId):
|
6579
6632
|
self._VpcId = VpcId
|
6580
6633
|
|
6634
|
+
@property
|
6635
|
+
def UseVPC(self):
|
6636
|
+
"""开启vpc
|
6637
|
+
:rtype: bool
|
6638
|
+
"""
|
6639
|
+
return self._UseVPC
|
6640
|
+
|
6641
|
+
@UseVPC.setter
|
6642
|
+
def UseVPC(self, UseVPC):
|
6643
|
+
self._UseVPC = UseVPC
|
6644
|
+
|
6645
|
+
@property
|
6646
|
+
def RegionId(self):
|
6647
|
+
"""地域
|
6648
|
+
:rtype: str
|
6649
|
+
"""
|
6650
|
+
return self._RegionId
|
6651
|
+
|
6652
|
+
@RegionId.setter
|
6653
|
+
def RegionId(self, RegionId):
|
6654
|
+
self._RegionId = RegionId
|
6655
|
+
|
6581
6656
|
|
6582
6657
|
def _deserialize(self, params):
|
6583
6658
|
self._DbHost = params.get("DbHost")
|
@@ -6600,6 +6675,8 @@ class ModifyDatasourceRequest(AbstractModel):
|
|
6600
6675
|
self._Vip = params.get("Vip")
|
6601
6676
|
self._Vport = params.get("Vport")
|
6602
6677
|
self._VpcId = params.get("VpcId")
|
6678
|
+
self._UseVPC = params.get("UseVPC")
|
6679
|
+
self._RegionId = params.get("RegionId")
|
6603
6680
|
memeber_set = set(params.keys())
|
6604
6681
|
for name, value in vars(self).items():
|
6605
6682
|
property_name = name[1:]
|
@@ -7209,6 +7286,12 @@ class ModifyUserRoleRequest(AbstractModel):
|
|
7209
7286
|
:type AppUserId: str
|
7210
7287
|
:param _LoginSecurityStatus: 是否开启手机验证码登录(0 关闭,1 开启)
|
7211
7288
|
:type LoginSecurityStatus: int
|
7289
|
+
:param _ResetPassWordTip: 是否开启密码过期提醒(0 关闭,1 开启
|
7290
|
+
:type ResetPassWordTip: int
|
7291
|
+
:param _ForceResetPassWord: 强制修改密码(0 关闭,1 开启)
|
7292
|
+
:type ForceResetPassWord: int
|
7293
|
+
:param _PasswordExpired: 密码过期提醒时间,30、60、90(默认)、180天
|
7294
|
+
:type PasswordExpired: int
|
7212
7295
|
"""
|
7213
7296
|
self._UserId = None
|
7214
7297
|
self._RoleIdList = None
|
@@ -7218,6 +7301,9 @@ class ModifyUserRoleRequest(AbstractModel):
|
|
7218
7301
|
self._AreaCode = None
|
7219
7302
|
self._AppUserId = None
|
7220
7303
|
self._LoginSecurityStatus = None
|
7304
|
+
self._ResetPassWordTip = None
|
7305
|
+
self._ForceResetPassWord = None
|
7306
|
+
self._PasswordExpired = None
|
7221
7307
|
|
7222
7308
|
@property
|
7223
7309
|
def UserId(self):
|
@@ -7307,6 +7393,39 @@ class ModifyUserRoleRequest(AbstractModel):
|
|
7307
7393
|
def LoginSecurityStatus(self, LoginSecurityStatus):
|
7308
7394
|
self._LoginSecurityStatus = LoginSecurityStatus
|
7309
7395
|
|
7396
|
+
@property
|
7397
|
+
def ResetPassWordTip(self):
|
7398
|
+
"""是否开启密码过期提醒(0 关闭,1 开启
|
7399
|
+
:rtype: int
|
7400
|
+
"""
|
7401
|
+
return self._ResetPassWordTip
|
7402
|
+
|
7403
|
+
@ResetPassWordTip.setter
|
7404
|
+
def ResetPassWordTip(self, ResetPassWordTip):
|
7405
|
+
self._ResetPassWordTip = ResetPassWordTip
|
7406
|
+
|
7407
|
+
@property
|
7408
|
+
def ForceResetPassWord(self):
|
7409
|
+
"""强制修改密码(0 关闭,1 开启)
|
7410
|
+
:rtype: int
|
7411
|
+
"""
|
7412
|
+
return self._ForceResetPassWord
|
7413
|
+
|
7414
|
+
@ForceResetPassWord.setter
|
7415
|
+
def ForceResetPassWord(self, ForceResetPassWord):
|
7416
|
+
self._ForceResetPassWord = ForceResetPassWord
|
7417
|
+
|
7418
|
+
@property
|
7419
|
+
def PasswordExpired(self):
|
7420
|
+
"""密码过期提醒时间,30、60、90(默认)、180天
|
7421
|
+
:rtype: int
|
7422
|
+
"""
|
7423
|
+
return self._PasswordExpired
|
7424
|
+
|
7425
|
+
@PasswordExpired.setter
|
7426
|
+
def PasswordExpired(self, PasswordExpired):
|
7427
|
+
self._PasswordExpired = PasswordExpired
|
7428
|
+
|
7310
7429
|
|
7311
7430
|
def _deserialize(self, params):
|
7312
7431
|
self._UserId = params.get("UserId")
|
@@ -7317,6 +7436,9 @@ class ModifyUserRoleRequest(AbstractModel):
|
|
7317
7436
|
self._AreaCode = params.get("AreaCode")
|
7318
7437
|
self._AppUserId = params.get("AppUserId")
|
7319
7438
|
self._LoginSecurityStatus = params.get("LoginSecurityStatus")
|
7439
|
+
self._ResetPassWordTip = params.get("ResetPassWordTip")
|
7440
|
+
self._ForceResetPassWord = params.get("ForceResetPassWord")
|
7441
|
+
self._PasswordExpired = params.get("PasswordExpired")
|
7320
7442
|
memeber_set = set(params.keys())
|
7321
7443
|
for name, value in vars(self).items():
|
7322
7444
|
property_name = name[1:]
|