tencentcloud-sdk-python 3.0.1258__py2.py3-none-any.whl → 3.0.1260__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/ca/v20230228/models.py +103 -0
- tencentcloud/cbs/v20170312/models.py +1 -1
- tencentcloud/cdb/v20170320/cdb_client.py +0 -25
- tencentcloud/cdb/v20170320/models.py +0 -111
- tencentcloud/cfs/v20190719/models.py +2 -1
- tencentcloud/cfw/v20190904/cfw_client.py +1 -3
- tencentcloud/cfw/v20190904/models.py +477 -877
- tencentcloud/clb/v20180317/models.py +1 -3
- tencentcloud/csip/v20221121/csip_client.py +1 -1
- tencentcloud/csip/v20221121/models.py +7 -709
- tencentcloud/cwp/v20180228/cwp_client.py +3 -1
- tencentcloud/cwp/v20180228/models.py +43 -70
- tencentcloud/dlc/v20210125/models.py +3 -3
- tencentcloud/dnspod/v20210323/dnspod_client.py +49 -0
- tencentcloud/dnspod/v20210323/models.py +356 -0
- tencentcloud/ecm/v20190719/models.py +1 -1
- tencentcloud/es/v20180416/models.py +13 -0
- tencentcloud/ess/v20201111/ess_client.py +25 -8
- tencentcloud/ess/v20201111/models.py +15 -4
- tencentcloud/essbasic/v20210526/essbasic_client.py +17 -14
- tencentcloud/essbasic/v20210526/models.py +9 -2
- tencentcloud/hunyuan/v20230901/models.py +13 -1
- tencentcloud/ioa/v20220601/models.py +8 -125
- tencentcloud/kms/v20190118/models.py +0 -25
- tencentcloud/lke/v20231130/lke_client.py +3 -1
- tencentcloud/mongodb/v20190725/models.py +4 -4
- tencentcloud/mps/v20190612/models.py +30 -1
- tencentcloud/mrs/v20200910/models.py +22 -0
- tencentcloud/ms/v20180408/models.py +99 -84
- tencentcloud/oceanus/v20190422/models.py +179 -0
- tencentcloud/ocr/v20181119/models.py +165 -1
- tencentcloud/ocr/v20181119/ocr_client.py +25 -0
- tencentcloud/redis/v20180412/models.py +18 -18
- tencentcloud/redis/v20180412/redis_client.py +2 -0
- tencentcloud/scf/v20180416/models.py +1 -1
- tencentcloud/sms/v20190711/errorcodes.py +1 -1
- tencentcloud/sms/v20210111/errorcodes.py +1 -1
- tencentcloud/tcss/v20201101/models.py +0 -13
- tencentcloud/tdmq/v20200217/models.py +1 -1
- tencentcloud/tem/v20210701/models.py +1 -1
- tencentcloud/teo/v20220901/errorcodes.py +3 -0
- tencentcloud/teo/v20220901/models.py +3 -5
- tencentcloud/trtc/v20190722/models.py +0 -31
- tencentcloud/trtc/v20190722/trtc_client.py +0 -25
- tencentcloud/waf/v20180125/models.py +453 -1049
- tencentcloud/waf/v20180125/waf_client.py +23 -75
- {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1260.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1260.dist-info}/RECORD +52 -52
- {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1260.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1260.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1260.dist-info}/top_level.txt +0 -0
@@ -1211,6 +1211,9 @@ class ClusterSession(AbstractModel):
|
|
1211
1211
|
:param _Properties: session集群高级参数
|
1212
1212
|
注意:此字段可能返回 null,表示取不到有效值。
|
1213
1213
|
:type Properties: list of Property
|
1214
|
+
:param _ResourceRefs: 引用资源
|
1215
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1216
|
+
:type ResourceRefs: list of SessionClusterRefItem
|
1214
1217
|
:param _JobManagerCuSpec: JobManager的规格
|
1215
1218
|
:type JobManagerCuSpec: float
|
1216
1219
|
:param _TaskManagerCuSpec: TaskManager的规格
|
@@ -1221,6 +1224,14 @@ class ClusterSession(AbstractModel):
|
|
1221
1224
|
:type CreateTime: str
|
1222
1225
|
:param _UpdateTime: 更新时间
|
1223
1226
|
:type UpdateTime: str
|
1227
|
+
:param _JobManagerCpu: JobManagerCpu
|
1228
|
+
:type JobManagerCpu: float
|
1229
|
+
:param _JobManagerMem: JobManagerMem
|
1230
|
+
:type JobManagerMem: float
|
1231
|
+
:param _TaskManagerCpu: TaskManagerCpu
|
1232
|
+
:type TaskManagerCpu: float
|
1233
|
+
:param _TaskManagerMem: TaskManagerMem
|
1234
|
+
:type TaskManagerMem: float
|
1224
1235
|
"""
|
1225
1236
|
self._ClusterGroupSerialId = None
|
1226
1237
|
self._AppId = None
|
@@ -1233,11 +1244,16 @@ class ClusterSession(AbstractModel):
|
|
1233
1244
|
self._FlinkVersion = None
|
1234
1245
|
self._WebUIUrl = None
|
1235
1246
|
self._Properties = None
|
1247
|
+
self._ResourceRefs = None
|
1236
1248
|
self._JobManagerCuSpec = None
|
1237
1249
|
self._TaskManagerCuSpec = None
|
1238
1250
|
self._TaskManagerNum = None
|
1239
1251
|
self._CreateTime = None
|
1240
1252
|
self._UpdateTime = None
|
1253
|
+
self._JobManagerCpu = None
|
1254
|
+
self._JobManagerMem = None
|
1255
|
+
self._TaskManagerCpu = None
|
1256
|
+
self._TaskManagerMem = None
|
1241
1257
|
|
1242
1258
|
@property
|
1243
1259
|
def ClusterGroupSerialId(self):
|
@@ -1327,6 +1343,14 @@ class ClusterSession(AbstractModel):
|
|
1327
1343
|
def Properties(self, Properties):
|
1328
1344
|
self._Properties = Properties
|
1329
1345
|
|
1346
|
+
@property
|
1347
|
+
def ResourceRefs(self):
|
1348
|
+
return self._ResourceRefs
|
1349
|
+
|
1350
|
+
@ResourceRefs.setter
|
1351
|
+
def ResourceRefs(self, ResourceRefs):
|
1352
|
+
self._ResourceRefs = ResourceRefs
|
1353
|
+
|
1330
1354
|
@property
|
1331
1355
|
def JobManagerCuSpec(self):
|
1332
1356
|
return self._JobManagerCuSpec
|
@@ -1367,6 +1391,38 @@ class ClusterSession(AbstractModel):
|
|
1367
1391
|
def UpdateTime(self, UpdateTime):
|
1368
1392
|
self._UpdateTime = UpdateTime
|
1369
1393
|
|
1394
|
+
@property
|
1395
|
+
def JobManagerCpu(self):
|
1396
|
+
return self._JobManagerCpu
|
1397
|
+
|
1398
|
+
@JobManagerCpu.setter
|
1399
|
+
def JobManagerCpu(self, JobManagerCpu):
|
1400
|
+
self._JobManagerCpu = JobManagerCpu
|
1401
|
+
|
1402
|
+
@property
|
1403
|
+
def JobManagerMem(self):
|
1404
|
+
return self._JobManagerMem
|
1405
|
+
|
1406
|
+
@JobManagerMem.setter
|
1407
|
+
def JobManagerMem(self, JobManagerMem):
|
1408
|
+
self._JobManagerMem = JobManagerMem
|
1409
|
+
|
1410
|
+
@property
|
1411
|
+
def TaskManagerCpu(self):
|
1412
|
+
return self._TaskManagerCpu
|
1413
|
+
|
1414
|
+
@TaskManagerCpu.setter
|
1415
|
+
def TaskManagerCpu(self, TaskManagerCpu):
|
1416
|
+
self._TaskManagerCpu = TaskManagerCpu
|
1417
|
+
|
1418
|
+
@property
|
1419
|
+
def TaskManagerMem(self):
|
1420
|
+
return self._TaskManagerMem
|
1421
|
+
|
1422
|
+
@TaskManagerMem.setter
|
1423
|
+
def TaskManagerMem(self, TaskManagerMem):
|
1424
|
+
self._TaskManagerMem = TaskManagerMem
|
1425
|
+
|
1370
1426
|
|
1371
1427
|
def _deserialize(self, params):
|
1372
1428
|
self._ClusterGroupSerialId = params.get("ClusterGroupSerialId")
|
@@ -1385,11 +1441,21 @@ class ClusterSession(AbstractModel):
|
|
1385
1441
|
obj = Property()
|
1386
1442
|
obj._deserialize(item)
|
1387
1443
|
self._Properties.append(obj)
|
1444
|
+
if params.get("ResourceRefs") is not None:
|
1445
|
+
self._ResourceRefs = []
|
1446
|
+
for item in params.get("ResourceRefs"):
|
1447
|
+
obj = SessionClusterRefItem()
|
1448
|
+
obj._deserialize(item)
|
1449
|
+
self._ResourceRefs.append(obj)
|
1388
1450
|
self._JobManagerCuSpec = params.get("JobManagerCuSpec")
|
1389
1451
|
self._TaskManagerCuSpec = params.get("TaskManagerCuSpec")
|
1390
1452
|
self._TaskManagerNum = params.get("TaskManagerNum")
|
1391
1453
|
self._CreateTime = params.get("CreateTime")
|
1392
1454
|
self._UpdateTime = params.get("UpdateTime")
|
1455
|
+
self._JobManagerCpu = params.get("JobManagerCpu")
|
1456
|
+
self._JobManagerMem = params.get("JobManagerMem")
|
1457
|
+
self._TaskManagerCpu = params.get("TaskManagerCpu")
|
1458
|
+
self._TaskManagerMem = params.get("TaskManagerMem")
|
1393
1459
|
memeber_set = set(params.keys())
|
1394
1460
|
for name, value in vars(self).items():
|
1395
1461
|
property_name = name[1:]
|
@@ -7545,6 +7611,16 @@ class JobV1(AbstractModel):
|
|
7545
7611
|
:param _Description: 描述信息
|
7546
7612
|
注意:此字段可能返回 null,表示取不到有效值。
|
7547
7613
|
:type Description: str
|
7614
|
+
:param _ScalingType: 0:代表没开启调优任务,1:开启智能调优,2:代表定时调优
|
7615
|
+
|
7616
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
7617
|
+
:type ScalingType: int
|
7618
|
+
:param _RunningCpu: 使用CPU数目
|
7619
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
7620
|
+
:type RunningCpu: float
|
7621
|
+
:param _RunningMem: 使用内存数量
|
7622
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
7623
|
+
:type RunningMem: float
|
7548
7624
|
"""
|
7549
7625
|
self._JobId = None
|
7550
7626
|
self._Region = None
|
@@ -7580,6 +7656,9 @@ class JobV1(AbstractModel):
|
|
7580
7656
|
self._Tags = None
|
7581
7657
|
self._EventInfo = None
|
7582
7658
|
self._Description = None
|
7659
|
+
self._ScalingType = None
|
7660
|
+
self._RunningCpu = None
|
7661
|
+
self._RunningMem = None
|
7583
7662
|
|
7584
7663
|
@property
|
7585
7664
|
def JobId(self):
|
@@ -7853,6 +7932,30 @@ class JobV1(AbstractModel):
|
|
7853
7932
|
def Description(self, Description):
|
7854
7933
|
self._Description = Description
|
7855
7934
|
|
7935
|
+
@property
|
7936
|
+
def ScalingType(self):
|
7937
|
+
return self._ScalingType
|
7938
|
+
|
7939
|
+
@ScalingType.setter
|
7940
|
+
def ScalingType(self, ScalingType):
|
7941
|
+
self._ScalingType = ScalingType
|
7942
|
+
|
7943
|
+
@property
|
7944
|
+
def RunningCpu(self):
|
7945
|
+
return self._RunningCpu
|
7946
|
+
|
7947
|
+
@RunningCpu.setter
|
7948
|
+
def RunningCpu(self, RunningCpu):
|
7949
|
+
self._RunningCpu = RunningCpu
|
7950
|
+
|
7951
|
+
@property
|
7952
|
+
def RunningMem(self):
|
7953
|
+
return self._RunningMem
|
7954
|
+
|
7955
|
+
@RunningMem.setter
|
7956
|
+
def RunningMem(self, RunningMem):
|
7957
|
+
self._RunningMem = RunningMem
|
7958
|
+
|
7856
7959
|
|
7857
7960
|
def _deserialize(self, params):
|
7858
7961
|
self._JobId = params.get("JobId")
|
@@ -7896,6 +7999,9 @@ class JobV1(AbstractModel):
|
|
7896
7999
|
self._EventInfo = JobEventInfo()
|
7897
8000
|
self._EventInfo._deserialize(params.get("EventInfo"))
|
7898
8001
|
self._Description = params.get("Description")
|
8002
|
+
self._ScalingType = params.get("ScalingType")
|
8003
|
+
self._RunningCpu = params.get("RunningCpu")
|
8004
|
+
self._RunningMem = params.get("RunningMem")
|
7899
8005
|
memeber_set = set(params.keys())
|
7900
8006
|
for name, value in vars(self).items():
|
7901
8007
|
property_name = name[1:]
|
@@ -10181,6 +10287,79 @@ class Savepoint(AbstractModel):
|
|
10181
10287
|
|
10182
10288
|
|
10183
10289
|
|
10290
|
+
class SessionClusterRefItem(AbstractModel):
|
10291
|
+
"""session集群引用资源信息
|
10292
|
+
|
10293
|
+
"""
|
10294
|
+
|
10295
|
+
def __init__(self):
|
10296
|
+
r"""
|
10297
|
+
:param _WorkspaceId: 空间唯一标识
|
10298
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
10299
|
+
:type WorkspaceId: str
|
10300
|
+
:param _ResourceId: 资源唯一标识
|
10301
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
10302
|
+
:type ResourceId: str
|
10303
|
+
:param _Version: 版本号
|
10304
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
10305
|
+
:type Version: int
|
10306
|
+
:param _Type: 引用类型,0:用户资源
|
10307
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
10308
|
+
:type Type: int
|
10309
|
+
"""
|
10310
|
+
self._WorkspaceId = None
|
10311
|
+
self._ResourceId = None
|
10312
|
+
self._Version = None
|
10313
|
+
self._Type = None
|
10314
|
+
|
10315
|
+
@property
|
10316
|
+
def WorkspaceId(self):
|
10317
|
+
return self._WorkspaceId
|
10318
|
+
|
10319
|
+
@WorkspaceId.setter
|
10320
|
+
def WorkspaceId(self, WorkspaceId):
|
10321
|
+
self._WorkspaceId = WorkspaceId
|
10322
|
+
|
10323
|
+
@property
|
10324
|
+
def ResourceId(self):
|
10325
|
+
return self._ResourceId
|
10326
|
+
|
10327
|
+
@ResourceId.setter
|
10328
|
+
def ResourceId(self, ResourceId):
|
10329
|
+
self._ResourceId = ResourceId
|
10330
|
+
|
10331
|
+
@property
|
10332
|
+
def Version(self):
|
10333
|
+
return self._Version
|
10334
|
+
|
10335
|
+
@Version.setter
|
10336
|
+
def Version(self, Version):
|
10337
|
+
self._Version = Version
|
10338
|
+
|
10339
|
+
@property
|
10340
|
+
def Type(self):
|
10341
|
+
return self._Type
|
10342
|
+
|
10343
|
+
@Type.setter
|
10344
|
+
def Type(self, Type):
|
10345
|
+
self._Type = Type
|
10346
|
+
|
10347
|
+
|
10348
|
+
def _deserialize(self, params):
|
10349
|
+
self._WorkspaceId = params.get("WorkspaceId")
|
10350
|
+
self._ResourceId = params.get("ResourceId")
|
10351
|
+
self._Version = params.get("Version")
|
10352
|
+
self._Type = params.get("Type")
|
10353
|
+
memeber_set = set(params.keys())
|
10354
|
+
for name, value in vars(self).items():
|
10355
|
+
property_name = name[1:]
|
10356
|
+
if property_name in memeber_set:
|
10357
|
+
memeber_set.remove(property_name)
|
10358
|
+
if len(memeber_set) > 0:
|
10359
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
10360
|
+
|
10361
|
+
|
10362
|
+
|
10184
10363
|
class SlotSharingGroup(AbstractModel):
|
10185
10364
|
"""SlotSharingGroup 描述
|
10186
10365
|
|
@@ -22654,6 +22654,170 @@ class SmartStructuralOCRV2Response(AbstractModel):
|
|
22654
22654
|
self._RequestId = params.get("RequestId")
|
22655
22655
|
|
22656
22656
|
|
22657
|
+
class SmartStructuralProRequest(AbstractModel):
|
22658
|
+
"""SmartStructuralPro请求参数结构体
|
22659
|
+
|
22660
|
+
"""
|
22661
|
+
|
22662
|
+
def __init__(self):
|
22663
|
+
r"""
|
22664
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
22665
|
+
:type ImageUrl: str
|
22666
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
22667
|
+
:type ImageBase64: str
|
22668
|
+
:param _PdfPageNumber: 需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF且IsPdf参数值为true时有效,默认值为1。
|
22669
|
+
:type PdfPageNumber: int
|
22670
|
+
:param _ItemNames: 自定义结构化功能需返回的字段名称,例:若客户只想返回姓名、性别两个字段的识别结果,则输入ItemNames=["姓名","性别"]
|
22671
|
+
:type ItemNames: list of str
|
22672
|
+
:param _ReturnFullText: 是否开启全文字段识别
|
22673
|
+
:type ReturnFullText: bool
|
22674
|
+
:param _ConfigId: 配置id支持:General -- 通用场景 InvoiceEng -- 海运提单、国际invoice模版 WayBillEng --海运订单模板
|
22675
|
+
:type ConfigId: str
|
22676
|
+
"""
|
22677
|
+
self._ImageUrl = None
|
22678
|
+
self._ImageBase64 = None
|
22679
|
+
self._PdfPageNumber = None
|
22680
|
+
self._ItemNames = None
|
22681
|
+
self._ReturnFullText = None
|
22682
|
+
self._ConfigId = None
|
22683
|
+
|
22684
|
+
@property
|
22685
|
+
def ImageUrl(self):
|
22686
|
+
return self._ImageUrl
|
22687
|
+
|
22688
|
+
@ImageUrl.setter
|
22689
|
+
def ImageUrl(self, ImageUrl):
|
22690
|
+
self._ImageUrl = ImageUrl
|
22691
|
+
|
22692
|
+
@property
|
22693
|
+
def ImageBase64(self):
|
22694
|
+
return self._ImageBase64
|
22695
|
+
|
22696
|
+
@ImageBase64.setter
|
22697
|
+
def ImageBase64(self, ImageBase64):
|
22698
|
+
self._ImageBase64 = ImageBase64
|
22699
|
+
|
22700
|
+
@property
|
22701
|
+
def PdfPageNumber(self):
|
22702
|
+
return self._PdfPageNumber
|
22703
|
+
|
22704
|
+
@PdfPageNumber.setter
|
22705
|
+
def PdfPageNumber(self, PdfPageNumber):
|
22706
|
+
self._PdfPageNumber = PdfPageNumber
|
22707
|
+
|
22708
|
+
@property
|
22709
|
+
def ItemNames(self):
|
22710
|
+
return self._ItemNames
|
22711
|
+
|
22712
|
+
@ItemNames.setter
|
22713
|
+
def ItemNames(self, ItemNames):
|
22714
|
+
self._ItemNames = ItemNames
|
22715
|
+
|
22716
|
+
@property
|
22717
|
+
def ReturnFullText(self):
|
22718
|
+
return self._ReturnFullText
|
22719
|
+
|
22720
|
+
@ReturnFullText.setter
|
22721
|
+
def ReturnFullText(self, ReturnFullText):
|
22722
|
+
self._ReturnFullText = ReturnFullText
|
22723
|
+
|
22724
|
+
@property
|
22725
|
+
def ConfigId(self):
|
22726
|
+
return self._ConfigId
|
22727
|
+
|
22728
|
+
@ConfigId.setter
|
22729
|
+
def ConfigId(self, ConfigId):
|
22730
|
+
self._ConfigId = ConfigId
|
22731
|
+
|
22732
|
+
|
22733
|
+
def _deserialize(self, params):
|
22734
|
+
self._ImageUrl = params.get("ImageUrl")
|
22735
|
+
self._ImageBase64 = params.get("ImageBase64")
|
22736
|
+
self._PdfPageNumber = params.get("PdfPageNumber")
|
22737
|
+
self._ItemNames = params.get("ItemNames")
|
22738
|
+
self._ReturnFullText = params.get("ReturnFullText")
|
22739
|
+
self._ConfigId = params.get("ConfigId")
|
22740
|
+
memeber_set = set(params.keys())
|
22741
|
+
for name, value in vars(self).items():
|
22742
|
+
property_name = name[1:]
|
22743
|
+
if property_name in memeber_set:
|
22744
|
+
memeber_set.remove(property_name)
|
22745
|
+
if len(memeber_set) > 0:
|
22746
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
22747
|
+
|
22748
|
+
|
22749
|
+
|
22750
|
+
class SmartStructuralProResponse(AbstractModel):
|
22751
|
+
"""SmartStructuralPro返回参数结构体
|
22752
|
+
|
22753
|
+
"""
|
22754
|
+
|
22755
|
+
def __init__(self):
|
22756
|
+
r"""
|
22757
|
+
:param _Angle: 图片旋转角度(角度制),文本的水平方向为 0;顺时针为正,逆时针为负
|
22758
|
+
:type Angle: float
|
22759
|
+
:param _StructuralList: 配置结构化文本信息
|
22760
|
+
:type StructuralList: list of GroupInfo
|
22761
|
+
:param _WordList: 还原文本信息
|
22762
|
+
:type WordList: list of WordItem
|
22763
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
22764
|
+
:type RequestId: str
|
22765
|
+
"""
|
22766
|
+
self._Angle = None
|
22767
|
+
self._StructuralList = None
|
22768
|
+
self._WordList = None
|
22769
|
+
self._RequestId = None
|
22770
|
+
|
22771
|
+
@property
|
22772
|
+
def Angle(self):
|
22773
|
+
return self._Angle
|
22774
|
+
|
22775
|
+
@Angle.setter
|
22776
|
+
def Angle(self, Angle):
|
22777
|
+
self._Angle = Angle
|
22778
|
+
|
22779
|
+
@property
|
22780
|
+
def StructuralList(self):
|
22781
|
+
return self._StructuralList
|
22782
|
+
|
22783
|
+
@StructuralList.setter
|
22784
|
+
def StructuralList(self, StructuralList):
|
22785
|
+
self._StructuralList = StructuralList
|
22786
|
+
|
22787
|
+
@property
|
22788
|
+
def WordList(self):
|
22789
|
+
return self._WordList
|
22790
|
+
|
22791
|
+
@WordList.setter
|
22792
|
+
def WordList(self, WordList):
|
22793
|
+
self._WordList = WordList
|
22794
|
+
|
22795
|
+
@property
|
22796
|
+
def RequestId(self):
|
22797
|
+
return self._RequestId
|
22798
|
+
|
22799
|
+
@RequestId.setter
|
22800
|
+
def RequestId(self, RequestId):
|
22801
|
+
self._RequestId = RequestId
|
22802
|
+
|
22803
|
+
|
22804
|
+
def _deserialize(self, params):
|
22805
|
+
self._Angle = params.get("Angle")
|
22806
|
+
if params.get("StructuralList") is not None:
|
22807
|
+
self._StructuralList = []
|
22808
|
+
for item in params.get("StructuralList"):
|
22809
|
+
obj = GroupInfo()
|
22810
|
+
obj._deserialize(item)
|
22811
|
+
self._StructuralList.append(obj)
|
22812
|
+
if params.get("WordList") is not None:
|
22813
|
+
self._WordList = []
|
22814
|
+
for item in params.get("WordList"):
|
22815
|
+
obj = WordItem()
|
22816
|
+
obj._deserialize(item)
|
22817
|
+
self._WordList.append(obj)
|
22818
|
+
self._RequestId = params.get("RequestId")
|
22819
|
+
|
22820
|
+
|
22657
22821
|
class StoreInfo(AbstractModel):
|
22658
22822
|
"""门头照识别结果
|
22659
22823
|
|
@@ -23891,7 +24055,7 @@ class TextArithmetic(AbstractModel):
|
|
23891
24055
|
‘10’: 脱式计算
|
23892
24056
|
‘11’: 解方程
|
23893
24057
|
:type ExpressionType: str
|
23894
|
-
:param _Answer: 错题推荐答案,算式运算结果正确返回为"",算式运算结果错误返回推荐答案 (
|
24058
|
+
:param _Answer: 错题推荐答案,算式运算结果正确返回为"",算式运算结果错误返回推荐答案 (注:暂不支持多个关系运算符(如`1<10<7`)、无关系运算符(如frac(1,2)+frac(2,3))、单位换算(如1元=100角)错题的推荐答案返回)
|
23895
24059
|
:type Answer: str
|
23896
24060
|
"""
|
23897
24061
|
self._DetectedText = None
|
@@ -2273,6 +2273,31 @@ class OcrClient(AbstractClient):
|
|
2273
2273
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
2274
2274
|
|
2275
2275
|
|
2276
|
+
def SmartStructuralPro(self, request):
|
2277
|
+
"""本接口支持智能提取各类证照、票据、表单、合同等结构化场景的key:value字段信息,并支持提取表格信息的key:value组的结构化,灵活高效,适用于各类非标准材料的信息录入场景,点击[立即体验](https://cloud.tencent.com/product/smart-ocr)。
|
2278
|
+
|
2279
|
+
默认接口请求频率限制:1次/秒。
|
2280
|
+
|
2281
|
+
:param request: Request instance for SmartStructuralPro.
|
2282
|
+
:type request: :class:`tencentcloud.ocr.v20181119.models.SmartStructuralProRequest`
|
2283
|
+
:rtype: :class:`tencentcloud.ocr.v20181119.models.SmartStructuralProResponse`
|
2284
|
+
|
2285
|
+
"""
|
2286
|
+
try:
|
2287
|
+
params = request._serialize()
|
2288
|
+
headers = request.headers
|
2289
|
+
body = self.call("SmartStructuralPro", params, headers=headers)
|
2290
|
+
response = json.loads(body)
|
2291
|
+
model = models.SmartStructuralProResponse()
|
2292
|
+
model._deserialize(response["Response"])
|
2293
|
+
return model
|
2294
|
+
except Exception as e:
|
2295
|
+
if isinstance(e, TencentCloudSDKException):
|
2296
|
+
raise
|
2297
|
+
else:
|
2298
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
2299
|
+
|
2300
|
+
|
2276
2301
|
def TableOCR(self, request):
|
2277
2302
|
"""<b>此接口为表格识别的旧版本服务,不再进行服务升级,建议您使用识别能力更强、服务性能更优的<a href="https://cloud.tencent.com/document/product/866/49525">新版表格识别</a>。</b>
|
2278
2303
|
|
@@ -4214,9 +4214,9 @@ class DescribeInstanceBackupsRequest(AbstractModel):
|
|
4214
4214
|
:type Offset: int
|
4215
4215
|
:param _InstanceId: 待操作的实例ID,可通过 DescribeInstance 接口返回值中的 InstanceId 获取。
|
4216
4216
|
:type InstanceId: str
|
4217
|
-
:param _BeginTime: 开始时间,格式如:2017-02-08 16:46:34。查询实例在 [beginTime, endTime]
|
4217
|
+
:param _BeginTime: 开始时间,格式如:2017-02-08 16:46:34。查询实例在 [beginTime, endTime] 时间段内开始备份的备份列表,查询时间最大跨度30天。
|
4218
4218
|
:type BeginTime: str
|
4219
|
-
:param _EndTime: 结束时间,格式如:2017-02-08 19:09:26。查询实例在 [beginTime, endTime]
|
4219
|
+
:param _EndTime: 结束时间,格式如:2017-02-08 19:09:26。查询实例在 [beginTime, endTime] 时间段内开始备份的备份列表,查询时间最大跨度30天。
|
4220
4220
|
:type EndTime: str
|
4221
4221
|
:param _Status: 备份任务的状态:
|
4222
4222
|
1:备份在流程中。
|
@@ -4739,13 +4739,13 @@ class DescribeInstanceEventsRequest(AbstractModel):
|
|
4739
4739
|
|
4740
4740
|
def __init__(self):
|
4741
4741
|
r"""
|
4742
|
-
:param _ExecutionStartDate:
|
4742
|
+
:param _ExecutionStartDate: 配置查询事件执行计划的起始日期,查询日期最大跨度30天。
|
4743
4743
|
:type ExecutionStartDate: str
|
4744
|
-
:param _ExecutionEndDate:
|
4744
|
+
:param _ExecutionEndDate: 配置查询事件执行计划的结束日期,查询日期最大跨度30天。
|
4745
4745
|
:type ExecutionEndDate: str
|
4746
4746
|
:param _InstanceId: 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
|
4747
4747
|
:type InstanceId: str
|
4748
|
-
:param _PageSize: 输出每页显示事件的数量,默认:10。
|
4748
|
+
:param _PageSize: 输出每页显示事件的数量,默认:10,最大100。
|
4749
4749
|
:type PageSize: int
|
4750
4750
|
:param _PageNo: 配置查询事件的输出页码,即支持根据PageNo(页码)与 PageSize (每页输出数量)查询某一页的事件。默认:1。
|
4751
4751
|
:type PageNo: int
|
@@ -7586,15 +7586,15 @@ class DescribeProxySlowLogRequest(AbstractModel):
|
|
7586
7586
|
:param _InstanceId: 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
|
7587
7587
|
|
7588
7588
|
:type InstanceId: str
|
7589
|
-
:param _BeginTime:
|
7589
|
+
:param _BeginTime: 慢查询的开始时间,查询时间最大跨度30天。
|
7590
7590
|
:type BeginTime: str
|
7591
|
-
:param _EndTime:
|
7591
|
+
:param _EndTime: 慢查询的结束时间,查询时间最大跨度30天。
|
7592
7592
|
:type EndTime: str
|
7593
7593
|
:param _MinQueryTime: 慢查询阈值,单位:毫秒。
|
7594
7594
|
:type MinQueryTime: int
|
7595
|
-
:param _Limit:
|
7595
|
+
:param _Limit: 每页输出的任务列表大小,默认为 20,最多输出100条。
|
7596
7596
|
:type Limit: int
|
7597
|
-
:param _Offset:
|
7597
|
+
:param _Offset: 分页偏移量,取Limit整数倍,计算公式:offset=limit*(页码-1)。
|
7598
7598
|
:type Offset: int
|
7599
7599
|
"""
|
7600
7600
|
self._InstanceId = None
|
@@ -8366,13 +8366,13 @@ class DescribeSlowLogRequest(AbstractModel):
|
|
8366
8366
|
:param _InstanceId: 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
|
8367
8367
|
|
8368
8368
|
:type InstanceId: str
|
8369
|
-
:param _BeginTime:
|
8369
|
+
:param _BeginTime: 预查询慢日志的起始时间,查询时间最大跨度30天。
|
8370
8370
|
:type BeginTime: str
|
8371
|
-
:param _EndTime:
|
8371
|
+
:param _EndTime: 预查询慢日志的结束时间,查询时间最大跨度30天
|
8372
8372
|
:type EndTime: str
|
8373
8373
|
:param _MinQueryTime: 慢查询平均执行时间阈值,单位:毫秒。
|
8374
8374
|
:type MinQueryTime: int
|
8375
|
-
:param _Limit: 每个页面展示的慢查询条数,默认值为20
|
8375
|
+
:param _Limit: 每个页面展示的慢查询条数,默认值为20,最大100。
|
8376
8376
|
:type Limit: int
|
8377
8377
|
:param _Offset: 慢查询条数的偏移量,取Limit整数倍。计算公式:offset=limit*(页码-1)。
|
8378
8378
|
:type Offset: int
|
@@ -8733,9 +8733,9 @@ class DescribeTaskListRequest(AbstractModel):
|
|
8733
8733
|
- FLOW_MODIFY_PROXY_NUM:"069",加(减)Proxy 节点。
|
8734
8734
|
- FLOW_MODIFYBACKUPMOD:"070",变更实例备份模式。
|
8735
8735
|
:type TaskTypes: list of str
|
8736
|
-
:param _BeginTime:
|
8736
|
+
:param _BeginTime: 任务执行的起始时间,格式如:2021-12-30 00:00:00,支持查询近30天内数据。
|
8737
8737
|
:type BeginTime: str
|
8738
|
-
:param _EndTime: 任务运行的终止时间。格式如:2021-12-30 20:59:35
|
8738
|
+
:param _EndTime: 任务运行的终止时间。格式如:2021-12-30 20:59:35,支持查询近30天内数据。
|
8739
8739
|
:type EndTime: str
|
8740
8740
|
:param _TaskStatus: 该参数为内部使用,请忽略。
|
8741
8741
|
:type TaskStatus: list of int
|
@@ -8946,15 +8946,15 @@ class DescribeTendisSlowLogRequest(AbstractModel):
|
|
8946
8946
|
r"""
|
8947
8947
|
:param _InstanceId: 实例Id:crs-ngvou0i1
|
8948
8948
|
:type InstanceId: str
|
8949
|
-
:param _BeginTime: 开始时间:2019-09-08 12:12:41
|
8949
|
+
:param _BeginTime: 开始时间:2019-09-08 12:12:41,查询时间最大跨度30天。
|
8950
8950
|
:type BeginTime: str
|
8951
|
-
:param _EndTime: 结束时间:2019-09-09 12:12:41
|
8951
|
+
:param _EndTime: 结束时间:2019-09-09 12:12:41,查询时间最大跨度30天。
|
8952
8952
|
:type EndTime: str
|
8953
8953
|
:param _MinQueryTime: 慢查询阈值(毫秒)
|
8954
8954
|
:type MinQueryTime: int
|
8955
|
-
:param _Limit: 页面大小:默认20
|
8955
|
+
:param _Limit: 页面大小:默认20,最大100。
|
8956
8956
|
:type Limit: int
|
8957
|
-
:param _Offset:
|
8957
|
+
:param _Offset: 分页偏移量,取Limit整数倍。计算公式:offset=limit*(页码-1)。
|
8958
8958
|
:type Offset: int
|
8959
8959
|
"""
|
8960
8960
|
self._InstanceId = None
|
@@ -1478,6 +1478,8 @@ class RedisClient(AbstractClient):
|
|
1478
1478
|
def DescribeTaskList(self, request):
|
1479
1479
|
"""本接口(DescribeTaskList)用于查询指定实例的任务列表信息。
|
1480
1480
|
|
1481
|
+
- 可查询近30天内任务列表数据。
|
1482
|
+
|
1481
1483
|
:param request: Request instance for DescribeTaskList.
|
1482
1484
|
:type request: :class:`tencentcloud.redis.v20180412.models.DescribeTaskListRequest`
|
1483
1485
|
:rtype: :class:`tencentcloud.redis.v20180412.models.DescribeTaskListResponse`
|
@@ -5045,7 +5045,7 @@ class GetLayerVersionResponse(AbstractModel):
|
|
5045
5045
|
:type Location: str
|
5046
5046
|
:param _AddTime: 版本的创建时间
|
5047
5047
|
:type AddTime: str
|
5048
|
-
:param _Description:
|
5048
|
+
:param _Description: 版本的描述信息
|
5049
5049
|
:type Description: str
|
5050
5050
|
:param _LicenseInfo: 许可证信息
|
5051
5051
|
:type LicenseInfo: str
|
@@ -161,7 +161,7 @@ INVALIDPARAMETERVALUE_MARKETINGTEMPLATEWITHOUTUNSUBSCRIBE = 'InvalidParameterVal
|
|
161
161
|
# 无法识别签名,请确认是否已有签名通过申请,一般是签名未通过申请,可以查看 [签名审核](https://cloud.tencent.com/document/product/382/37745#.E6.AD.A5.E9.AA.A43.EF.BC.9A.E7.AD.89.E5.BE.85.E5.AE.A1.E6.A0.B8) 。
|
162
162
|
INVALIDPARAMETERVALUE_MISSINGSIGNATURELIST = 'InvalidParameterValue.MissingSignatureList'
|
163
163
|
|
164
|
-
# 禁止在模板变量中使用 URL
|
164
|
+
# 禁止在模板变量中使用 URL。您可以参考正文模板审核标准下关于 [变量规范](https://cloud.tencent.com/document/product/382/39023#.E5.8F.98.E9.87.8F.E8.A7.84.E8.8C.83.5B.5D(id.3Avariable)) 的描述
|
165
165
|
INVALIDPARAMETERVALUE_PROHIBITEDUSEURLINTEMPLATEPARAMETER = 'InvalidParameterValue.ProhibitedUseUrlInTemplateParameter'
|
166
166
|
|
167
167
|
# SdkAppId 不存在。
|
@@ -179,7 +179,7 @@ INVALIDPARAMETERVALUE_MARKETINGTEMPLATEWITHOUTUNSUBSCRIBE = 'InvalidParameterVal
|
|
179
179
|
# 参数 Offset 校验失败。
|
180
180
|
INVALIDPARAMETERVALUE_OFFSETVERIFYFAIL = 'InvalidParameterValue.OffsetVerifyFail'
|
181
181
|
|
182
|
-
# 禁止在模板变量中使用 URL
|
182
|
+
# 禁止在模板变量中使用 URL。您可以参考正文模板审核标准下关于 [变量规范](https://cloud.tencent.com/document/product/382/39023#.E5.8F.98.E9.87.8F.E8.A7.84.E8.8C.83.5B.5D(id.3Avariable)) 的描述
|
183
183
|
INVALIDPARAMETERVALUE_PROHIBITEDUSEURLINTEMPLATEPARAMETER = 'InvalidParameterValue.ProhibitedUseUrlInTemplateParameter'
|
184
184
|
|
185
185
|
# SdkAppId 不存在。
|
@@ -48557,43 +48557,30 @@ class ImageVirus(AbstractModel):
|
|
48557
48557
|
def __init__(self):
|
48558
48558
|
r"""
|
48559
48559
|
:param _Path: 路径
|
48560
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
48561
48560
|
:type Path: str
|
48562
48561
|
:param _RiskLevel: 风险等级
|
48563
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
48564
48562
|
:type RiskLevel: str
|
48565
48563
|
:param _Category: 分类
|
48566
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
48567
48564
|
:type Category: str
|
48568
48565
|
:param _VirusName: 病毒名称
|
48569
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
48570
48566
|
:type VirusName: str
|
48571
48567
|
:param _Tags: 标签
|
48572
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
48573
48568
|
:type Tags: list of str
|
48574
48569
|
:param _Desc: 描述
|
48575
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
48576
48570
|
:type Desc: str
|
48577
48571
|
:param _Solution: 解决方案
|
48578
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
48579
48572
|
:type Solution: str
|
48580
48573
|
:param _FileType: 文件类型
|
48581
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
48582
48574
|
:type FileType: str
|
48583
48575
|
:param _FileName: 文件路径
|
48584
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
48585
48576
|
:type FileName: str
|
48586
48577
|
:param _FileMd5: 文件md5
|
48587
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
48588
48578
|
:type FileMd5: str
|
48589
48579
|
:param _FileSize: 大小
|
48590
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
48591
48580
|
:type FileSize: int
|
48592
48581
|
:param _FirstScanTime: 首次发现时间
|
48593
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
48594
48582
|
:type FirstScanTime: str
|
48595
48583
|
:param _LatestScanTime: 最近扫描时间
|
48596
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
48597
48584
|
:type LatestScanTime: str
|
48598
48585
|
"""
|
48599
48586
|
self._Path = None
|
@@ -2211,7 +2211,7 @@ class ConsumerLog(AbstractModel):
|
|
2211
2211
|
:type MsgId: str
|
2212
2212
|
:param _ConsumerGroup: 消费组。
|
2213
2213
|
:type ConsumerGroup: str
|
2214
|
-
:param _ConsumerName:
|
2214
|
+
:param _ConsumerName: 消费者名称。
|
2215
2215
|
:type ConsumerName: str
|
2216
2216
|
:param _ConsumeTime: 消费时间。
|
2217
2217
|
:type ConsumeTime: str
|
@@ -5350,7 +5350,7 @@ class DestroyEnvironmentRequest(AbstractModel):
|
|
5350
5350
|
r"""
|
5351
5351
|
:param _EnvironmentId: 命名空间ID
|
5352
5352
|
:type EnvironmentId: str
|
5353
|
-
:param _SourceChannel: 来源渠道
|
5353
|
+
:param _SourceChannel: 来源渠道
|
5354
5354
|
:type SourceChannel: int
|
5355
5355
|
"""
|
5356
5356
|
self._EnvironmentId = None
|