tencentcloud-sdk-python 3.1.13__py2.py3-none-any.whl → 3.1.33__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/ags/v20250920/ags_client.py +46 -0
- tencentcloud/ags/v20250920/ags_client_async.py +36 -0
- tencentcloud/ags/v20250920/errorcodes.py +45 -0
- tencentcloud/ags/v20250920/models.py +1704 -110
- tencentcloud/ai3d/v20250513/ai3d_client.py +4 -4
- tencentcloud/ai3d/v20250513/ai3d_client_async.py +4 -4
- tencentcloud/ai3d/v20250513/models.py +78 -36
- tencentcloud/aiart/v20221229/aiart_client.py +46 -0
- tencentcloud/aiart/v20221229/aiart_client_async.py +36 -0
- tencentcloud/aiart/v20221229/models.py +289 -0
- tencentcloud/ams/v20201229/models.py +101 -0
- tencentcloud/antiddos/v20200309/antiddos_client.py +69 -0
- tencentcloud/antiddos/v20200309/antiddos_client_async.py +54 -0
- tencentcloud/antiddos/v20200309/errorcodes.py +27 -0
- tencentcloud/antiddos/v20200309/models.py +1671 -97
- tencentcloud/apm/v20210622/apm_client.py +23 -0
- tencentcloud/apm/v20210622/apm_client_async.py +18 -0
- tencentcloud/apm/v20210622/errorcodes.py +3 -0
- tencentcloud/apm/v20210622/models.py +1678 -78
- tencentcloud/asr/v20190614/models.py +100 -2
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -1
- tencentcloud/autoscaling/v20180419/autoscaling_client_async.py +1 -1
- tencentcloud/autoscaling/v20180419/models.py +475 -338
- tencentcloud/bh/v20230418/models.py +179 -6
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/billing_client_async.py +18 -0
- tencentcloud/billing/v20180709/models.py +328 -6
- tencentcloud/cam/v20190116/models.py +111 -2
- tencentcloud/car/v20220110/car_client.py +23 -0
- tencentcloud/car/v20220110/car_client_async.py +18 -0
- tencentcloud/car/v20220110/models.py +109 -0
- tencentcloud/cbs/v20170312/models.py +14 -14
- tencentcloud/ccc/v20200210/ccc_client.py +42 -13
- tencentcloud/ccc/v20200210/ccc_client_async.py +37 -13
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +256 -4
- tencentcloud/cdb/v20170320/models.py +37 -16
- tencentcloud/cdc/v20201214/models.py +92 -124
- tencentcloud/cdn/v20180606/cdn_client.py +0 -78
- tencentcloud/cdn/v20180606/cdn_client_async.py +0 -63
- tencentcloud/cdn/v20180606/errorcodes.py +3 -0
- tencentcloud/cdn/v20180606/models.py +464 -1028
- tencentcloud/cdwch/v20200915/cdwch_client.py +23 -0
- tencentcloud/cdwch/v20200915/cdwch_client_async.py +18 -0
- tencentcloud/cdwch/v20200915/models.py +555 -0
- tencentcloud/cdwdoris/v20211228/models.py +505 -0
- tencentcloud/cfs/v20190719/errorcodes.py +1 -1
- tencentcloud/cfs/v20190719/models.py +2 -2
- tencentcloud/cfw/v20190904/cfw_client.py +278 -23
- tencentcloud/cfw/v20190904/cfw_client_async.py +218 -18
- tencentcloud/cfw/v20190904/models.py +3319 -1154
- tencentcloud/chdfs/v20201112/models.py +150 -0
- tencentcloud/ckafka/v20190819/models.py +458 -282
- tencentcloud/clb/v20180317/clb_client.py +23 -0
- tencentcloud/clb/v20180317/clb_client_async.py +18 -0
- tencentcloud/clb/v20180317/models.py +230 -130
- tencentcloud/cloudapp/v20220530/models.py +190 -36
- tencentcloud/cloudaudit/v20190319/models.py +32 -4
- tencentcloud/cloudmate/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client.py +45 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client_async.py +45 -0
- tencentcloud/cloudmate/v20251030/errorcodes.py +30 -0
- tencentcloud/cloudmate/v20251030/models.py +387 -0
- tencentcloud/cls/v20201016/cls_client.py +1064 -0
- tencentcloud/cls/v20201016/cls_client_async.py +860 -26
- tencentcloud/cls/v20201016/models.py +10246 -384
- tencentcloud/cme/v20191029/models.py +23 -0
- tencentcloud/csip/v20221121/models.py +317 -0
- tencentcloud/cvm/v20170312/cvm_client.py +1 -1
- tencentcloud/cvm/v20170312/cvm_client_async.py +1 -1
- tencentcloud/cvm/v20170312/errorcodes.py +9 -0
- tencentcloud/cvm/v20170312/models.py +28 -8
- tencentcloud/cwp/v20180228/cwp_client.py +0 -188
- tencentcloud/cwp/v20180228/cwp_client_async.py +0 -148
- tencentcloud/cwp/v20180228/models.py +1097 -1814
- tencentcloud/cynosdb/v20190107/models.py +181 -48
- tencentcloud/dataagent/v20250513/dataagent_client.py +161 -0
- tencentcloud/dataagent/v20250513/dataagent_client_async.py +126 -0
- tencentcloud/dataagent/v20250513/models.py +1477 -52
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
- tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +18 -0
- tencentcloud/dbbrain/v20210527/models.py +261 -15
- tencentcloud/dbs/v20211108/dbs_client.py +69 -0
- tencentcloud/dbs/v20211108/dbs_client_async.py +54 -0
- tencentcloud/dbs/v20211108/errorcodes.py +15 -0
- tencentcloud/dbs/v20211108/models.py +1173 -27
- tencentcloud/dlc/v20210125/dlc_client.py +69 -0
- tencentcloud/dlc/v20210125/dlc_client_async.py +54 -0
- tencentcloud/dlc/v20210125/errorcodes.py +15 -0
- tencentcloud/dlc/v20210125/models.py +1016 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +6 -0
- tencentcloud/dnspod/v20210323/models.py +4 -4
- tencentcloud/emr/v20190103/emr_client.py +46 -0
- tencentcloud/emr/v20190103/emr_client_async.py +36 -0
- tencentcloud/emr/v20190103/models.py +625 -2
- tencentcloud/es/v20180416/errorcodes.py +15 -0
- tencentcloud/es/v20180416/es_client.py +115 -0
- tencentcloud/es/v20180416/es_client_async.py +90 -0
- tencentcloud/es/v20180416/models.py +498 -4
- tencentcloud/ess/v20201111/ess_client.py +153 -6
- tencentcloud/ess/v20201111/ess_client_async.py +128 -6
- tencentcloud/ess/v20201111/models.py +1496 -58
- tencentcloud/essbasic/v20210526/models.py +129 -23
- tencentcloud/evt/v20250217/evt_client.py +46 -0
- tencentcloud/evt/v20250217/evt_client_async.py +36 -0
- tencentcloud/evt/v20250217/models.py +188 -0
- tencentcloud/faceid/v20180301/models.py +10 -4
- tencentcloud/gaap/v20180529/models.py +260 -352
- tencentcloud/gs/v20191118/models.py +150 -4
- tencentcloud/gwlb/v20240906/models.py +48 -70
- tencentcloud/iai/v20180301/models.py +4 -4
- tencentcloud/iai/v20200303/models.py +4 -4
- tencentcloud/igtm/v20231024/errorcodes.py +1 -1
- tencentcloud/ims/v20201229/ims_client.py +1 -1
- tencentcloud/ims/v20201229/ims_client_async.py +1 -1
- tencentcloud/ioa/v20220601/models.py +60 -0
- tencentcloud/keewidb/v20220308/models.py +52 -68
- tencentcloud/lcic/v20220817/models.py +15 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +2 -2
- tencentcloud/lighthouse/v20200324/models.py +8 -0
- tencentcloud/live/v20180801/errorcodes.py +6 -0
- tencentcloud/live/v20180801/live_client.py +143 -0
- tencentcloud/live/v20180801/live_client_async.py +113 -0
- tencentcloud/live/v20180801/models.py +914 -311
- tencentcloud/lke/v20231130/lke_client.py +48 -1
- tencentcloud/lke/v20231130/lke_client_async.py +43 -1
- tencentcloud/lke/v20231130/models.py +2940 -459
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/lkeap/v20240522/lkeap_client_async.py +1 -1
- tencentcloud/lkeap/v20240522/models.py +2 -6
- tencentcloud/lowcode/v20210108/models.py +30 -0
- tencentcloud/mna/v20210119/models.py +18 -2
- tencentcloud/mongodb/v20190725/models.py +2 -2
- tencentcloud/monitor/v20180724/models.py +258 -0
- tencentcloud/mps/v20190612/errorcodes.py +9 -0
- tencentcloud/mps/v20190612/models.py +3007 -140
- tencentcloud/mps/v20190612/mps_client.py +115 -0
- tencentcloud/mps/v20190612/mps_client_async.py +90 -0
- tencentcloud/oceanus/v20190422/errorcodes.py +9 -0
- tencentcloud/oceanus/v20190422/models.py +210 -4
- tencentcloud/ocr/v20181119/models.py +72 -4
- tencentcloud/ocr/v20181119/ocr_client.py +12 -8
- tencentcloud/ocr/v20181119/ocr_client_async.py +11 -7
- tencentcloud/partners/v20180321/models.py +88 -92
- tencentcloud/pts/v20210728/models.py +206 -0
- tencentcloud/rce/v20250425/__init__.py +0 -0
- tencentcloud/rce/v20250425/errorcodes.py +15 -0
- tencentcloud/rce/v20250425/models.py +301 -0
- tencentcloud/rce/v20250425/rce_client.py +49 -0
- tencentcloud/rce/v20250425/rce_client_async.py +44 -0
- tencentcloud/redis/v20180412/models.py +65 -70
- tencentcloud/rum/v20210622/models.py +548 -0
- tencentcloud/rum/v20210622/rum_client.py +23 -0
- tencentcloud/rum/v20210622/rum_client_async.py +18 -0
- tencentcloud/scf/v20180416/models.py +28 -2
- tencentcloud/ses/v20201002/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +991 -70
- tencentcloud/ssl/v20191205/ssl_client.py +2 -2
- tencentcloud/ssl/v20191205/ssl_client_async.py +2 -2
- tencentcloud/ssm/v20190923/models.py +134 -0
- tencentcloud/svp/v20240125/models.py +35 -20
- tencentcloud/tag/v20180813/models.py +34 -54
- tencentcloud/tat/v20201028/models.py +2 -0
- tencentcloud/tcaplusdb/v20190823/models.py +0 -337
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client.py +0 -25
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client_async.py +0 -20
- tencentcloud/tcb/v20180608/errorcodes.py +15 -12
- tencentcloud/tcb/v20180608/models.py +5761 -8383
- tencentcloud/tcb/v20180608/tcb_client.py +0 -276
- tencentcloud/tcb/v20180608/tcb_client_async.py +0 -216
- tencentcloud/tcbr/v20220217/errorcodes.py +27 -0
- tencentcloud/tcbr/v20220217/models.py +4193 -1389
- tencentcloud/tcbr/v20220217/tcbr_client.py +207 -0
- tencentcloud/tcbr/v20220217/tcbr_client_async.py +162 -0
- tencentcloud/tcr/v20190924/models.py +727 -61
- tencentcloud/tcr/v20190924/tcr_client.py +92 -0
- tencentcloud/tcr/v20190924/tcr_client_async.py +72 -0
- tencentcloud/tcss/v20201101/models.py +30 -0
- tencentcloud/tdai/v20250717/models.py +440 -2
- tencentcloud/tdai/v20250717/tdai_client.py +23 -0
- tencentcloud/tdai/v20250717/tdai_client_async.py +18 -0
- tencentcloud/tdmq/v20200217/errorcodes.py +1 -1
- tencentcloud/tdmq/v20200217/models.py +432 -4
- tencentcloud/tdmq/v20200217/tdmq_client.py +24 -0
- tencentcloud/tdmq/v20200217/tdmq_client_async.py +19 -0
- tencentcloud/teo/v20220901/errorcodes.py +39 -0
- tencentcloud/teo/v20220901/models.py +596 -79
- tencentcloud/teo/v20220901/teo_client.py +107 -1
- tencentcloud/teo/v20220901/teo_client_async.py +97 -1
- tencentcloud/thpc/v20211109/models.py +14 -14
- tencentcloud/thpc/v20220401/models.py +14 -14
- tencentcloud/thpc/v20230321/models.py +20 -54
- tencentcloud/tione/v20211111/errorcodes.py +9 -0
- tencentcloud/tione/v20211111/models.py +910 -73
- tencentcloud/tione/v20211111/tione_client.py +69 -0
- tencentcloud/tione/v20211111/tione_client_async.py +54 -0
- tencentcloud/tke/v20180525/models.py +468 -18
- tencentcloud/tke/v20180525/tke_client.py +69 -0
- tencentcloud/tke/v20180525/tke_client_async.py +54 -0
- tencentcloud/tke/v20220501/models.py +539 -0
- tencentcloud/tke/v20220501/tke_client.py +23 -0
- tencentcloud/tke/v20220501/tke_client_async.py +18 -0
- tencentcloud/trocket/v20230308/models.py +42 -21
- tencentcloud/trocket/v20230308/trocket_client.py +2 -1
- tencentcloud/trocket/v20230308/trocket_client_async.py +2 -1
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/models.py +173 -30
- tencentcloud/tse/v20201207/models.py +42 -0
- tencentcloud/tsf/v20180326/errorcodes.py +4 -4
- tencentcloud/tsf/v20180326/models.py +15 -510
- tencentcloud/tsf/v20180326/tsf_client.py +66 -47
- tencentcloud/tsf/v20180326/tsf_client_async.py +44 -20
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/tts/v20190823/tts_client_async.py +1 -1
- tencentcloud/vclm/v20240523/models.py +383 -0
- tencentcloud/vclm/v20240523/vclm_client.py +46 -0
- tencentcloud/vclm/v20240523/vclm_client_async.py +36 -0
- tencentcloud/vcube/v20220410/models.py +30 -0
- tencentcloud/vdb/v20230616/models.py +567 -0
- tencentcloud/vdb/v20230616/vdb_client.py +69 -0
- tencentcloud/vdb/v20230616/vdb_client_async.py +54 -0
- tencentcloud/vm/v20210922/models.py +116 -0
- tencentcloud/vod/v20180717/errorcodes.py +3 -0
- tencentcloud/vod/v20180717/models.py +4107 -622
- tencentcloud/vod/v20180717/vod_client.py +72 -3
- tencentcloud/vod/v20180717/vod_client_async.py +57 -3
- tencentcloud/vpc/v20170312/errorcodes.py +15 -0
- tencentcloud/vpc/v20170312/models.py +387 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/vpc/v20170312/vpc_client_async.py +18 -0
- tencentcloud/waf/v20180125/errorcodes.py +3 -0
- tencentcloud/waf/v20180125/models.py +970 -0
- tencentcloud/waf/v20180125/waf_client.py +46 -0
- tencentcloud/waf/v20180125/waf_client_async.py +36 -0
- tencentcloud/wedata/v20210820/models.py +2851 -29
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- tencentcloud/wedata/v20210820/wedata_client_async.py +18 -0
- tencentcloud/wedata/v20250806/errorcodes.py +21 -0
- tencentcloud/wedata/v20250806/models.py +40999 -15704
- tencentcloud/wedata/v20250806/wedata_client.py +1402 -65
- tencentcloud/wedata/v20250806/wedata_client_async.py +1047 -0
- tencentcloud/weilingwith/v20230427/errorcodes.py +0 -3
- tencentcloud/weilingwith/v20230427/models.py +17 -336
- tencentcloud/weilingwith/v20230427/weilingwith_client.py +0 -25
- tencentcloud/weilingwith/v20230427/weilingwith_client_async.py +0 -20
- tencentcloud/wimgs/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/errorcodes.py +33 -0
- tencentcloud/wimgs/v20251106/models.py +132 -0
- tencentcloud/wimgs/v20251106/wimgs_client.py +49 -0
- tencentcloud/wimgs/v20251106/wimgs_client_async.py +44 -0
- tencentcloud/wsa/v20250508/errorcodes.py +6 -0
- tencentcloud/wsa/v20250508/models.py +17 -2
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/RECORD +260 -243
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/WHEEL +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/top_level.txt +0 -0
|
@@ -1835,6 +1835,8 @@ class ClusterSession(AbstractModel):
|
|
|
1835
1835
|
:type TaskManagerCpu: float
|
|
1836
1836
|
:param _TaskManagerMem: TaskManagerMem
|
|
1837
1837
|
:type TaskManagerMem: float
|
|
1838
|
+
:param _JdkVersion: jdk版本
|
|
1839
|
+
:type JdkVersion: str
|
|
1838
1840
|
"""
|
|
1839
1841
|
self._ClusterGroupSerialId = None
|
|
1840
1842
|
self._AppId = None
|
|
@@ -1857,6 +1859,7 @@ class ClusterSession(AbstractModel):
|
|
|
1857
1859
|
self._JobManagerMem = None
|
|
1858
1860
|
self._TaskManagerCpu = None
|
|
1859
1861
|
self._TaskManagerMem = None
|
|
1862
|
+
self._JdkVersion = None
|
|
1860
1863
|
|
|
1861
1864
|
@property
|
|
1862
1865
|
def ClusterGroupSerialId(self):
|
|
@@ -2091,6 +2094,17 @@ class ClusterSession(AbstractModel):
|
|
|
2091
2094
|
def TaskManagerMem(self, TaskManagerMem):
|
|
2092
2095
|
self._TaskManagerMem = TaskManagerMem
|
|
2093
2096
|
|
|
2097
|
+
@property
|
|
2098
|
+
def JdkVersion(self):
|
|
2099
|
+
r"""jdk版本
|
|
2100
|
+
:rtype: str
|
|
2101
|
+
"""
|
|
2102
|
+
return self._JdkVersion
|
|
2103
|
+
|
|
2104
|
+
@JdkVersion.setter
|
|
2105
|
+
def JdkVersion(self, JdkVersion):
|
|
2106
|
+
self._JdkVersion = JdkVersion
|
|
2107
|
+
|
|
2094
2108
|
|
|
2095
2109
|
def _deserialize(self, params):
|
|
2096
2110
|
self._ClusterGroupSerialId = params.get("ClusterGroupSerialId")
|
|
@@ -2124,6 +2138,7 @@ class ClusterSession(AbstractModel):
|
|
|
2124
2138
|
self._JobManagerMem = params.get("JobManagerMem")
|
|
2125
2139
|
self._TaskManagerCpu = params.get("TaskManagerCpu")
|
|
2126
2140
|
self._TaskManagerMem = params.get("TaskManagerMem")
|
|
2141
|
+
self._JdkVersion = params.get("JdkVersion")
|
|
2127
2142
|
memeber_set = set(params.keys())
|
|
2128
2143
|
for name, value in vars(self).items():
|
|
2129
2144
|
property_name = name[1:]
|
|
@@ -2147,9 +2162,12 @@ class ClusterVersion(AbstractModel):
|
|
|
2147
2162
|
:param _SupportedFlink: 集群支持的Flink版本
|
|
2148
2163
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2149
2164
|
:type SupportedFlink: list of str
|
|
2165
|
+
:param _JdkSupportVersion: jdk支持版本
|
|
2166
|
+
:type JdkSupportVersion: list of FlinkJdkVersion
|
|
2150
2167
|
"""
|
|
2151
2168
|
self._Flink = None
|
|
2152
2169
|
self._SupportedFlink = None
|
|
2170
|
+
self._JdkSupportVersion = None
|
|
2153
2171
|
|
|
2154
2172
|
@property
|
|
2155
2173
|
def Flink(self):
|
|
@@ -2175,10 +2193,27 @@ class ClusterVersion(AbstractModel):
|
|
|
2175
2193
|
def SupportedFlink(self, SupportedFlink):
|
|
2176
2194
|
self._SupportedFlink = SupportedFlink
|
|
2177
2195
|
|
|
2196
|
+
@property
|
|
2197
|
+
def JdkSupportVersion(self):
|
|
2198
|
+
r"""jdk支持版本
|
|
2199
|
+
:rtype: list of FlinkJdkVersion
|
|
2200
|
+
"""
|
|
2201
|
+
return self._JdkSupportVersion
|
|
2202
|
+
|
|
2203
|
+
@JdkSupportVersion.setter
|
|
2204
|
+
def JdkSupportVersion(self, JdkSupportVersion):
|
|
2205
|
+
self._JdkSupportVersion = JdkSupportVersion
|
|
2206
|
+
|
|
2178
2207
|
|
|
2179
2208
|
def _deserialize(self, params):
|
|
2180
2209
|
self._Flink = params.get("Flink")
|
|
2181
2210
|
self._SupportedFlink = params.get("SupportedFlink")
|
|
2211
|
+
if params.get("JdkSupportVersion") is not None:
|
|
2212
|
+
self._JdkSupportVersion = []
|
|
2213
|
+
for item in params.get("JdkSupportVersion"):
|
|
2214
|
+
obj = FlinkJdkVersion()
|
|
2215
|
+
obj._deserialize(item)
|
|
2216
|
+
self._JdkSupportVersion.append(obj)
|
|
2182
2217
|
memeber_set = set(params.keys())
|
|
2183
2218
|
for name, value in vars(self).items():
|
|
2184
2219
|
property_name = name[1:]
|
|
@@ -3012,6 +3047,8 @@ class CreateJobConfigRequest(AbstractModel):
|
|
|
3012
3047
|
:type JobManagerCpu: float
|
|
3013
3048
|
:param _JobManagerMem: JobManager 内存
|
|
3014
3049
|
:type JobManagerMem: float
|
|
3050
|
+
:param _JdkVersion: jdk版本
|
|
3051
|
+
:type JdkVersion: str
|
|
3015
3052
|
:param _TaskManagerCpu: TaskManager cpu
|
|
3016
3053
|
:type TaskManagerCpu: float
|
|
3017
3054
|
:param _TaskManagerMem: TaskManager 内存
|
|
@@ -3056,6 +3093,7 @@ class CreateJobConfigRequest(AbstractModel):
|
|
|
3056
3093
|
self._FlinkVersion = None
|
|
3057
3094
|
self._JobManagerCpu = None
|
|
3058
3095
|
self._JobManagerMem = None
|
|
3096
|
+
self._JdkVersion = None
|
|
3059
3097
|
self._TaskManagerCpu = None
|
|
3060
3098
|
self._TaskManagerMem = None
|
|
3061
3099
|
self._UseOldSystemConnector = None
|
|
@@ -3404,6 +3442,17 @@ class CreateJobConfigRequest(AbstractModel):
|
|
|
3404
3442
|
def JobManagerMem(self, JobManagerMem):
|
|
3405
3443
|
self._JobManagerMem = JobManagerMem
|
|
3406
3444
|
|
|
3445
|
+
@property
|
|
3446
|
+
def JdkVersion(self):
|
|
3447
|
+
r"""jdk版本
|
|
3448
|
+
:rtype: str
|
|
3449
|
+
"""
|
|
3450
|
+
return self._JdkVersion
|
|
3451
|
+
|
|
3452
|
+
@JdkVersion.setter
|
|
3453
|
+
def JdkVersion(self, JdkVersion):
|
|
3454
|
+
self._JdkVersion = JdkVersion
|
|
3455
|
+
|
|
3407
3456
|
@property
|
|
3408
3457
|
def TaskManagerCpu(self):
|
|
3409
3458
|
r"""TaskManager cpu
|
|
@@ -3524,6 +3573,7 @@ class CreateJobConfigRequest(AbstractModel):
|
|
|
3524
3573
|
self._FlinkVersion = params.get("FlinkVersion")
|
|
3525
3574
|
self._JobManagerCpu = params.get("JobManagerCpu")
|
|
3526
3575
|
self._JobManagerMem = params.get("JobManagerMem")
|
|
3576
|
+
self._JdkVersion = params.get("JdkVersion")
|
|
3527
3577
|
self._TaskManagerCpu = params.get("TaskManagerCpu")
|
|
3528
3578
|
self._TaskManagerMem = params.get("TaskManagerMem")
|
|
3529
3579
|
self._UseOldSystemConnector = params.get("UseOldSystemConnector")
|
|
@@ -3614,6 +3664,10 @@ class CreateJobRequest(AbstractModel):
|
|
|
3614
3664
|
:type Description: str
|
|
3615
3665
|
:param _OpenJobDefaultAlarm: 开启默认告警
|
|
3616
3666
|
:type OpenJobDefaultAlarm: int
|
|
3667
|
+
:param _Uid: 用户Uid
|
|
3668
|
+
:type Uid: int
|
|
3669
|
+
:param _JdkVersion: jdk版本
|
|
3670
|
+
:type JdkVersion: str
|
|
3617
3671
|
"""
|
|
3618
3672
|
self._Name = None
|
|
3619
3673
|
self._JobType = None
|
|
@@ -3627,6 +3681,8 @@ class CreateJobRequest(AbstractModel):
|
|
|
3627
3681
|
self._Tags = None
|
|
3628
3682
|
self._Description = None
|
|
3629
3683
|
self._OpenJobDefaultAlarm = None
|
|
3684
|
+
self._Uid = None
|
|
3685
|
+
self._JdkVersion = None
|
|
3630
3686
|
|
|
3631
3687
|
@property
|
|
3632
3688
|
def Name(self):
|
|
@@ -3760,6 +3816,28 @@ class CreateJobRequest(AbstractModel):
|
|
|
3760
3816
|
def OpenJobDefaultAlarm(self, OpenJobDefaultAlarm):
|
|
3761
3817
|
self._OpenJobDefaultAlarm = OpenJobDefaultAlarm
|
|
3762
3818
|
|
|
3819
|
+
@property
|
|
3820
|
+
def Uid(self):
|
|
3821
|
+
r"""用户Uid
|
|
3822
|
+
:rtype: int
|
|
3823
|
+
"""
|
|
3824
|
+
return self._Uid
|
|
3825
|
+
|
|
3826
|
+
@Uid.setter
|
|
3827
|
+
def Uid(self, Uid):
|
|
3828
|
+
self._Uid = Uid
|
|
3829
|
+
|
|
3830
|
+
@property
|
|
3831
|
+
def JdkVersion(self):
|
|
3832
|
+
r"""jdk版本
|
|
3833
|
+
:rtype: str
|
|
3834
|
+
"""
|
|
3835
|
+
return self._JdkVersion
|
|
3836
|
+
|
|
3837
|
+
@JdkVersion.setter
|
|
3838
|
+
def JdkVersion(self, JdkVersion):
|
|
3839
|
+
self._JdkVersion = JdkVersion
|
|
3840
|
+
|
|
3763
3841
|
|
|
3764
3842
|
def _deserialize(self, params):
|
|
3765
3843
|
self._Name = params.get("Name")
|
|
@@ -3779,6 +3857,8 @@ class CreateJobRequest(AbstractModel):
|
|
|
3779
3857
|
self._Tags.append(obj)
|
|
3780
3858
|
self._Description = params.get("Description")
|
|
3781
3859
|
self._OpenJobDefaultAlarm = params.get("OpenJobDefaultAlarm")
|
|
3860
|
+
self._Uid = params.get("Uid")
|
|
3861
|
+
self._JdkVersion = params.get("JdkVersion")
|
|
3782
3862
|
memeber_set = set(params.keys())
|
|
3783
3863
|
for name, value in vars(self).items():
|
|
3784
3864
|
property_name = name[1:]
|
|
@@ -8616,6 +8696,57 @@ class Filter(AbstractModel):
|
|
|
8616
8696
|
|
|
8617
8697
|
|
|
8618
8698
|
|
|
8699
|
+
class FlinkJdkVersion(AbstractModel):
|
|
8700
|
+
r"""flink jdk版本
|
|
8701
|
+
|
|
8702
|
+
"""
|
|
8703
|
+
|
|
8704
|
+
def __init__(self):
|
|
8705
|
+
r"""
|
|
8706
|
+
:param _FlinkVersion: flink版本
|
|
8707
|
+
:type FlinkVersion: str
|
|
8708
|
+
:param _JdkVersions: jdk版本
|
|
8709
|
+
:type JdkVersions: list of str
|
|
8710
|
+
"""
|
|
8711
|
+
self._FlinkVersion = None
|
|
8712
|
+
self._JdkVersions = None
|
|
8713
|
+
|
|
8714
|
+
@property
|
|
8715
|
+
def FlinkVersion(self):
|
|
8716
|
+
r"""flink版本
|
|
8717
|
+
:rtype: str
|
|
8718
|
+
"""
|
|
8719
|
+
return self._FlinkVersion
|
|
8720
|
+
|
|
8721
|
+
@FlinkVersion.setter
|
|
8722
|
+
def FlinkVersion(self, FlinkVersion):
|
|
8723
|
+
self._FlinkVersion = FlinkVersion
|
|
8724
|
+
|
|
8725
|
+
@property
|
|
8726
|
+
def JdkVersions(self):
|
|
8727
|
+
r"""jdk版本
|
|
8728
|
+
:rtype: list of str
|
|
8729
|
+
"""
|
|
8730
|
+
return self._JdkVersions
|
|
8731
|
+
|
|
8732
|
+
@JdkVersions.setter
|
|
8733
|
+
def JdkVersions(self, JdkVersions):
|
|
8734
|
+
self._JdkVersions = JdkVersions
|
|
8735
|
+
|
|
8736
|
+
|
|
8737
|
+
def _deserialize(self, params):
|
|
8738
|
+
self._FlinkVersion = params.get("FlinkVersion")
|
|
8739
|
+
self._JdkVersions = params.get("JdkVersions")
|
|
8740
|
+
memeber_set = set(params.keys())
|
|
8741
|
+
for name, value in vars(self).items():
|
|
8742
|
+
property_name = name[1:]
|
|
8743
|
+
if property_name in memeber_set:
|
|
8744
|
+
memeber_set.remove(property_name)
|
|
8745
|
+
if len(memeber_set) > 0:
|
|
8746
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
8747
|
+
|
|
8748
|
+
|
|
8749
|
+
|
|
8619
8750
|
class GatewayRefItem(AbstractModel):
|
|
8620
8751
|
r"""Gateway引用资源信息
|
|
8621
8752
|
|
|
@@ -9093,7 +9224,7 @@ class JobConfig(AbstractModel):
|
|
|
9093
9224
|
:param _COSBucket: 作业绑定的存储桶
|
|
9094
9225
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9095
9226
|
:type COSBucket: str
|
|
9096
|
-
:param _LogCollect: 是否启用日志收集,0-未启用,1
|
|
9227
|
+
:param _LogCollect: 是否启用日志收集,0-未启用,1-采集到cls,4-采集到cos,5-采集到es
|
|
9097
9228
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9098
9229
|
:type LogCollect: int
|
|
9099
9230
|
:param _MaxParallelism: 作业的最大并行度
|
|
@@ -9156,6 +9287,8 @@ class JobConfig(AbstractModel):
|
|
|
9156
9287
|
:param _FlinkVersion: flink 版本
|
|
9157
9288
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9158
9289
|
:type FlinkVersion: str
|
|
9290
|
+
:param _JdkVersion: jdk版本
|
|
9291
|
+
:type JdkVersion: str
|
|
9159
9292
|
:param _JobManagerCpu: jm使用cpu数目
|
|
9160
9293
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9161
9294
|
:type JobManagerCpu: float
|
|
@@ -9209,6 +9342,7 @@ class JobConfig(AbstractModel):
|
|
|
9209
9342
|
self._IndexName = None
|
|
9210
9343
|
self._WorkspaceName = None
|
|
9211
9344
|
self._FlinkVersion = None
|
|
9345
|
+
self._JdkVersion = None
|
|
9212
9346
|
self._JobManagerCpu = None
|
|
9213
9347
|
self._JobManagerMem = None
|
|
9214
9348
|
self._TaskManagerCpu = None
|
|
@@ -9360,7 +9494,7 @@ class JobConfig(AbstractModel):
|
|
|
9360
9494
|
|
|
9361
9495
|
@property
|
|
9362
9496
|
def LogCollect(self):
|
|
9363
|
-
r"""是否启用日志收集,0-未启用,1
|
|
9497
|
+
r"""是否启用日志收集,0-未启用,1-采集到cls,4-采集到cos,5-采集到es
|
|
9364
9498
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9365
9499
|
:rtype: int
|
|
9366
9500
|
"""
|
|
@@ -9610,6 +9744,17 @@ class JobConfig(AbstractModel):
|
|
|
9610
9744
|
def FlinkVersion(self, FlinkVersion):
|
|
9611
9745
|
self._FlinkVersion = FlinkVersion
|
|
9612
9746
|
|
|
9747
|
+
@property
|
|
9748
|
+
def JdkVersion(self):
|
|
9749
|
+
r"""jdk版本
|
|
9750
|
+
:rtype: str
|
|
9751
|
+
"""
|
|
9752
|
+
return self._JdkVersion
|
|
9753
|
+
|
|
9754
|
+
@JdkVersion.setter
|
|
9755
|
+
def JdkVersion(self, JdkVersion):
|
|
9756
|
+
self._JdkVersion = JdkVersion
|
|
9757
|
+
|
|
9613
9758
|
@property
|
|
9614
9759
|
def JobManagerCpu(self):
|
|
9615
9760
|
r"""jm使用cpu数目
|
|
@@ -9748,6 +9893,7 @@ class JobConfig(AbstractModel):
|
|
|
9748
9893
|
self._IndexName = params.get("IndexName")
|
|
9749
9894
|
self._WorkspaceName = params.get("WorkspaceName")
|
|
9750
9895
|
self._FlinkVersion = params.get("FlinkVersion")
|
|
9896
|
+
self._JdkVersion = params.get("JdkVersion")
|
|
9751
9897
|
self._JobManagerCpu = params.get("JobManagerCpu")
|
|
9752
9898
|
self._JobManagerMem = params.get("JobManagerMem")
|
|
9753
9899
|
self._TaskManagerCpu = params.get("TaskManagerCpu")
|
|
@@ -10383,6 +10529,10 @@ class JobV1(AbstractModel):
|
|
|
10383
10529
|
:type ContinueAlarm: int
|
|
10384
10530
|
:param _RestartCount: 作业重启次数
|
|
10385
10531
|
:type RestartCount: int
|
|
10532
|
+
:param _ExpectJobDefaultAlarmStatus: 期望是开启默认告警
|
|
10533
|
+
:type ExpectJobDefaultAlarmStatus: int
|
|
10534
|
+
:param _JdkVersion: jdk版本
|
|
10535
|
+
:type JdkVersion: str
|
|
10386
10536
|
"""
|
|
10387
10537
|
self._JobId = None
|
|
10388
10538
|
self._Region = None
|
|
@@ -10426,6 +10576,8 @@ class JobV1(AbstractModel):
|
|
|
10426
10576
|
self._ProgressDesc = None
|
|
10427
10577
|
self._ContinueAlarm = None
|
|
10428
10578
|
self._RestartCount = None
|
|
10579
|
+
self._ExpectJobDefaultAlarmStatus = None
|
|
10580
|
+
self._JdkVersion = None
|
|
10429
10581
|
|
|
10430
10582
|
@property
|
|
10431
10583
|
def JobId(self):
|
|
@@ -10929,6 +11081,28 @@ class JobV1(AbstractModel):
|
|
|
10929
11081
|
def RestartCount(self, RestartCount):
|
|
10930
11082
|
self._RestartCount = RestartCount
|
|
10931
11083
|
|
|
11084
|
+
@property
|
|
11085
|
+
def ExpectJobDefaultAlarmStatus(self):
|
|
11086
|
+
r"""期望是开启默认告警
|
|
11087
|
+
:rtype: int
|
|
11088
|
+
"""
|
|
11089
|
+
return self._ExpectJobDefaultAlarmStatus
|
|
11090
|
+
|
|
11091
|
+
@ExpectJobDefaultAlarmStatus.setter
|
|
11092
|
+
def ExpectJobDefaultAlarmStatus(self, ExpectJobDefaultAlarmStatus):
|
|
11093
|
+
self._ExpectJobDefaultAlarmStatus = ExpectJobDefaultAlarmStatus
|
|
11094
|
+
|
|
11095
|
+
@property
|
|
11096
|
+
def JdkVersion(self):
|
|
11097
|
+
r"""jdk版本
|
|
11098
|
+
:rtype: str
|
|
11099
|
+
"""
|
|
11100
|
+
return self._JdkVersion
|
|
11101
|
+
|
|
11102
|
+
@JdkVersion.setter
|
|
11103
|
+
def JdkVersion(self, JdkVersion):
|
|
11104
|
+
self._JdkVersion = JdkVersion
|
|
11105
|
+
|
|
10932
11106
|
|
|
10933
11107
|
def _deserialize(self, params):
|
|
10934
11108
|
self._JobId = params.get("JobId")
|
|
@@ -10980,6 +11154,8 @@ class JobV1(AbstractModel):
|
|
|
10980
11154
|
self._ProgressDesc = params.get("ProgressDesc")
|
|
10981
11155
|
self._ContinueAlarm = params.get("ContinueAlarm")
|
|
10982
11156
|
self._RestartCount = params.get("RestartCount")
|
|
11157
|
+
self._ExpectJobDefaultAlarmStatus = params.get("ExpectJobDefaultAlarmStatus")
|
|
11158
|
+
self._JdkVersion = params.get("JdkVersion")
|
|
10983
11159
|
memeber_set = set(params.keys())
|
|
10984
11160
|
for name, value in vars(self).items():
|
|
10985
11161
|
property_name = name[1:]
|
|
@@ -11312,7 +11488,7 @@ class ModifyFolderRequest(AbstractModel):
|
|
|
11312
11488
|
|
|
11313
11489
|
def __init__(self):
|
|
11314
11490
|
r"""
|
|
11315
|
-
:param _SourceFolderId:
|
|
11491
|
+
:param _SourceFolderId: 只有移动文件夹的场景必填,如果是批量移动作业的场景,非必填。
|
|
11316
11492
|
:type SourceFolderId: str
|
|
11317
11493
|
:param _TargetFolderId: 如需拖拽文件夹,需传入目标文件夹ID
|
|
11318
11494
|
:type TargetFolderId: str
|
|
@@ -11334,7 +11510,7 @@ class ModifyFolderRequest(AbstractModel):
|
|
|
11334
11510
|
|
|
11335
11511
|
@property
|
|
11336
11512
|
def SourceFolderId(self):
|
|
11337
|
-
r"""
|
|
11513
|
+
r"""只有移动文件夹的场景必填,如果是批量移动作业的场景,非必填。
|
|
11338
11514
|
:rtype: str
|
|
11339
11515
|
"""
|
|
11340
11516
|
return self._SourceFolderId
|
|
@@ -12979,6 +13155,8 @@ class ResourceRefDetail(AbstractModel):
|
|
|
12979
13155
|
:type SystemProvide: int
|
|
12980
13156
|
:param _Connector: Connector
|
|
12981
13157
|
:type Connector: str
|
|
13158
|
+
:param _ConnectorVersion: Connector版本
|
|
13159
|
+
:type ConnectorVersion: str
|
|
12982
13160
|
"""
|
|
12983
13161
|
self._ResourceId = None
|
|
12984
13162
|
self._Version = None
|
|
@@ -12986,6 +13164,7 @@ class ResourceRefDetail(AbstractModel):
|
|
|
12986
13164
|
self._Type = None
|
|
12987
13165
|
self._SystemProvide = None
|
|
12988
13166
|
self._Connector = None
|
|
13167
|
+
self._ConnectorVersion = None
|
|
12989
13168
|
|
|
12990
13169
|
@property
|
|
12991
13170
|
def ResourceId(self):
|
|
@@ -13053,6 +13232,17 @@ class ResourceRefDetail(AbstractModel):
|
|
|
13053
13232
|
def Connector(self, Connector):
|
|
13054
13233
|
self._Connector = Connector
|
|
13055
13234
|
|
|
13235
|
+
@property
|
|
13236
|
+
def ConnectorVersion(self):
|
|
13237
|
+
r"""Connector版本
|
|
13238
|
+
:rtype: str
|
|
13239
|
+
"""
|
|
13240
|
+
return self._ConnectorVersion
|
|
13241
|
+
|
|
13242
|
+
@ConnectorVersion.setter
|
|
13243
|
+
def ConnectorVersion(self, ConnectorVersion):
|
|
13244
|
+
self._ConnectorVersion = ConnectorVersion
|
|
13245
|
+
|
|
13056
13246
|
|
|
13057
13247
|
def _deserialize(self, params):
|
|
13058
13248
|
self._ResourceId = params.get("ResourceId")
|
|
@@ -13061,6 +13251,7 @@ class ResourceRefDetail(AbstractModel):
|
|
|
13061
13251
|
self._Type = params.get("Type")
|
|
13062
13252
|
self._SystemProvide = params.get("SystemProvide")
|
|
13063
13253
|
self._Connector = params.get("Connector")
|
|
13254
|
+
self._ConnectorVersion = params.get("ConnectorVersion")
|
|
13064
13255
|
memeber_set = set(params.keys())
|
|
13065
13256
|
for name, value in vars(self).items():
|
|
13066
13257
|
property_name = name[1:]
|
|
@@ -15028,6 +15219,8 @@ class SqlGatewayItem(AbstractModel):
|
|
|
15028
15219
|
:type Cpu: float
|
|
15029
15220
|
:param _Mem: Mem
|
|
15030
15221
|
:type Mem: float
|
|
15222
|
+
:param _JdkVersion: jdk版本
|
|
15223
|
+
:type JdkVersion: str
|
|
15031
15224
|
"""
|
|
15032
15225
|
self._SerialId = None
|
|
15033
15226
|
self._FlinkVersion = None
|
|
@@ -15040,6 +15233,7 @@ class SqlGatewayItem(AbstractModel):
|
|
|
15040
15233
|
self._Properties = None
|
|
15041
15234
|
self._Cpu = None
|
|
15042
15235
|
self._Mem = None
|
|
15236
|
+
self._JdkVersion = None
|
|
15043
15237
|
|
|
15044
15238
|
@property
|
|
15045
15239
|
def SerialId(self):
|
|
@@ -15171,6 +15365,17 @@ class SqlGatewayItem(AbstractModel):
|
|
|
15171
15365
|
def Mem(self, Mem):
|
|
15172
15366
|
self._Mem = Mem
|
|
15173
15367
|
|
|
15368
|
+
@property
|
|
15369
|
+
def JdkVersion(self):
|
|
15370
|
+
r"""jdk版本
|
|
15371
|
+
:rtype: str
|
|
15372
|
+
"""
|
|
15373
|
+
return self._JdkVersion
|
|
15374
|
+
|
|
15375
|
+
@JdkVersion.setter
|
|
15376
|
+
def JdkVersion(self, JdkVersion):
|
|
15377
|
+
self._JdkVersion = JdkVersion
|
|
15378
|
+
|
|
15174
15379
|
|
|
15175
15380
|
def _deserialize(self, params):
|
|
15176
15381
|
self._SerialId = params.get("SerialId")
|
|
@@ -15194,6 +15399,7 @@ class SqlGatewayItem(AbstractModel):
|
|
|
15194
15399
|
self._Properties.append(obj)
|
|
15195
15400
|
self._Cpu = params.get("Cpu")
|
|
15196
15401
|
self._Mem = params.get("Mem")
|
|
15402
|
+
self._JdkVersion = params.get("JdkVersion")
|
|
15197
15403
|
memeber_set = set(params.keys())
|
|
15198
15404
|
for name, value in vars(self).items():
|
|
15199
15405
|
property_name = name[1:]
|
|
@@ -13123,7 +13123,8 @@ class HandwritingEssayOCRRequest(AbstractModel):
|
|
|
13123
13123
|
:param _PdfPageNumber: 需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF且IsPdf参数值为true时有效,默认值为前3页。
|
|
13124
13124
|
:type PdfPageNumber: int
|
|
13125
13125
|
:param _ConfigId: 配置id支持:
|
|
13126
|
-
ArticleRecognize --
|
|
13126
|
+
ArticleRecognize -- 手写中文作文模板
|
|
13127
|
+
ArticleRecognizeEng -- 手写英文作文模板
|
|
13127
13128
|
默认:ArticleRecognize
|
|
13128
13129
|
:type ConfigId: str
|
|
13129
13130
|
:param _Scene: 模板的单个属性配置
|
|
@@ -13171,7 +13172,8 @@ ArticleRecognize -- 手写作文模板
|
|
|
13171
13172
|
@property
|
|
13172
13173
|
def ConfigId(self):
|
|
13173
13174
|
r"""配置id支持:
|
|
13174
|
-
ArticleRecognize --
|
|
13175
|
+
ArticleRecognize -- 手写中文作文模板
|
|
13176
|
+
ArticleRecognizeEng -- 手写英文作文模板
|
|
13175
13177
|
默认:ArticleRecognize
|
|
13176
13178
|
:rtype: str
|
|
13177
13179
|
"""
|
|
@@ -15497,6 +15499,7 @@ FailedOperation.UnKnowError:表示识别失败;
|
|
|
15497
15499
|
:param _SubTypeDescription: 发票详细类型描述,详见上方 SubType 返回值说明
|
|
15498
15500
|
:type SubTypeDescription: str
|
|
15499
15501
|
:param _ItemPolygon: 该发票中所有字段坐标信息。包括字段英文名称、字段值所在位置四点坐标、字段所属行号,具体内容请点击左侧链接。
|
|
15502
|
+
字段在原始图的坐标可以根据Polygon转换得出。
|
|
15500
15503
|
:type ItemPolygon: list of ItemPolygonInfo
|
|
15501
15504
|
:param _QRCode: 二维码数据。
|
|
15502
15505
|
:type QRCode: str
|
|
@@ -15651,6 +15654,7 @@ FailedOperation.UnKnowError:表示识别失败;
|
|
|
15651
15654
|
@property
|
|
15652
15655
|
def ItemPolygon(self):
|
|
15653
15656
|
r"""该发票中所有字段坐标信息。包括字段英文名称、字段值所在位置四点坐标、字段所属行号,具体内容请点击左侧链接。
|
|
15657
|
+
字段在原始图的坐标可以根据Polygon转换得出。
|
|
15654
15658
|
:rtype: list of ItemPolygonInfo
|
|
15655
15659
|
"""
|
|
15656
15660
|
return self._ItemPolygon
|
|
@@ -16144,11 +16148,14 @@ class LicensePlateInfo(AbstractModel):
|
|
|
16144
16148
|
:type Rect: :class:`tencentcloud.ocr.v20181119.models.Rect`
|
|
16145
16149
|
:param _Color: 识别出的车牌颜色,目前支持颜色包括 “白”、“黑”、“蓝”、“绿“、“黄”、“黄绿”、“临牌”、“喷漆”、“其它”。
|
|
16146
16150
|
:type Color: str
|
|
16151
|
+
:param _LicensePlateCategory: 车牌类别, 如: 实体车牌、非实体车牌
|
|
16152
|
+
:type LicensePlateCategory: str
|
|
16147
16153
|
"""
|
|
16148
16154
|
self._Number = None
|
|
16149
16155
|
self._Confidence = None
|
|
16150
16156
|
self._Rect = None
|
|
16151
16157
|
self._Color = None
|
|
16158
|
+
self._LicensePlateCategory = None
|
|
16152
16159
|
|
|
16153
16160
|
@property
|
|
16154
16161
|
def Number(self):
|
|
@@ -16194,6 +16201,17 @@ class LicensePlateInfo(AbstractModel):
|
|
|
16194
16201
|
def Color(self, Color):
|
|
16195
16202
|
self._Color = Color
|
|
16196
16203
|
|
|
16204
|
+
@property
|
|
16205
|
+
def LicensePlateCategory(self):
|
|
16206
|
+
r"""车牌类别, 如: 实体车牌、非实体车牌
|
|
16207
|
+
:rtype: str
|
|
16208
|
+
"""
|
|
16209
|
+
return self._LicensePlateCategory
|
|
16210
|
+
|
|
16211
|
+
@LicensePlateCategory.setter
|
|
16212
|
+
def LicensePlateCategory(self, LicensePlateCategory):
|
|
16213
|
+
self._LicensePlateCategory = LicensePlateCategory
|
|
16214
|
+
|
|
16197
16215
|
|
|
16198
16216
|
def _deserialize(self, params):
|
|
16199
16217
|
self._Number = params.get("Number")
|
|
@@ -16202,6 +16220,7 @@ class LicensePlateInfo(AbstractModel):
|
|
|
16202
16220
|
self._Rect = Rect()
|
|
16203
16221
|
self._Rect._deserialize(params.get("Rect"))
|
|
16204
16222
|
self._Color = params.get("Color")
|
|
16223
|
+
self._LicensePlateCategory = params.get("LicensePlateCategory")
|
|
16205
16224
|
memeber_set = set(params.keys())
|
|
16206
16225
|
for name, value in vars(self).items():
|
|
16207
16226
|
property_name = name[1:]
|
|
@@ -16276,10 +16295,12 @@ class LicensePlateOCRResponse(AbstractModel):
|
|
|
16276
16295
|
:type Confidence: int
|
|
16277
16296
|
:param _Rect: 文本行在原图片中的像素坐标框。
|
|
16278
16297
|
:type Rect: :class:`tencentcloud.ocr.v20181119.models.Rect`
|
|
16279
|
-
:param _Color: 识别出的车牌颜色,目前支持颜色包括
|
|
16298
|
+
:param _Color: 识别出的车牌颜色,目前支持颜色包括 “白”、“黑”、“蓝”、“绿”、“黄”、“黄绿”、“临牌”、“喷漆”、“其它”。
|
|
16280
16299
|
:type Color: str
|
|
16281
16300
|
:param _LicensePlateInfos: 全部车牌信息。
|
|
16282
16301
|
:type LicensePlateInfos: list of LicensePlateInfo
|
|
16302
|
+
:param _LicensePlateCategory: 车牌类别, 如: 实体车牌、非实体车牌 示例值:实体车牌
|
|
16303
|
+
:type LicensePlateCategory: str
|
|
16283
16304
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
16284
16305
|
:type RequestId: str
|
|
16285
16306
|
"""
|
|
@@ -16288,6 +16309,7 @@ class LicensePlateOCRResponse(AbstractModel):
|
|
|
16288
16309
|
self._Rect = None
|
|
16289
16310
|
self._Color = None
|
|
16290
16311
|
self._LicensePlateInfos = None
|
|
16312
|
+
self._LicensePlateCategory = None
|
|
16291
16313
|
self._RequestId = None
|
|
16292
16314
|
|
|
16293
16315
|
@property
|
|
@@ -16325,7 +16347,7 @@ class LicensePlateOCRResponse(AbstractModel):
|
|
|
16325
16347
|
|
|
16326
16348
|
@property
|
|
16327
16349
|
def Color(self):
|
|
16328
|
-
r"""识别出的车牌颜色,目前支持颜色包括
|
|
16350
|
+
r"""识别出的车牌颜色,目前支持颜色包括 “白”、“黑”、“蓝”、“绿”、“黄”、“黄绿”、“临牌”、“喷漆”、“其它”。
|
|
16329
16351
|
:rtype: str
|
|
16330
16352
|
"""
|
|
16331
16353
|
return self._Color
|
|
@@ -16345,6 +16367,17 @@ class LicensePlateOCRResponse(AbstractModel):
|
|
|
16345
16367
|
def LicensePlateInfos(self, LicensePlateInfos):
|
|
16346
16368
|
self._LicensePlateInfos = LicensePlateInfos
|
|
16347
16369
|
|
|
16370
|
+
@property
|
|
16371
|
+
def LicensePlateCategory(self):
|
|
16372
|
+
r"""车牌类别, 如: 实体车牌、非实体车牌 示例值:实体车牌
|
|
16373
|
+
:rtype: str
|
|
16374
|
+
"""
|
|
16375
|
+
return self._LicensePlateCategory
|
|
16376
|
+
|
|
16377
|
+
@LicensePlateCategory.setter
|
|
16378
|
+
def LicensePlateCategory(self, LicensePlateCategory):
|
|
16379
|
+
self._LicensePlateCategory = LicensePlateCategory
|
|
16380
|
+
|
|
16348
16381
|
@property
|
|
16349
16382
|
def RequestId(self):
|
|
16350
16383
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -16370,6 +16403,7 @@ class LicensePlateOCRResponse(AbstractModel):
|
|
|
16370
16403
|
obj = LicensePlateInfo()
|
|
16371
16404
|
obj._deserialize(item)
|
|
16372
16405
|
self._LicensePlateInfos.append(obj)
|
|
16406
|
+
self._LicensePlateCategory = params.get("LicensePlateCategory")
|
|
16373
16407
|
self._RequestId = params.get("RequestId")
|
|
16374
16408
|
|
|
16375
16409
|
|
|
@@ -16852,6 +16886,8 @@ class MLIDPassportOCRResponse(AbstractModel):
|
|
|
16852
16886
|
:type WarnCardInfos: list of int
|
|
16853
16887
|
:param _CardCount: 输入图片中的卡证数量(仅请求曼谷地域[ap-bangkok]返回)
|
|
16854
16888
|
:type CardCount: int
|
|
16889
|
+
:param _IsComplete: 是否完整
|
|
16890
|
+
:type IsComplete: bool
|
|
16855
16891
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
16856
16892
|
:type RequestId: str
|
|
16857
16893
|
"""
|
|
@@ -16873,6 +16909,7 @@ class MLIDPassportOCRResponse(AbstractModel):
|
|
|
16873
16909
|
self._PassportRecognizeInfos = None
|
|
16874
16910
|
self._WarnCardInfos = None
|
|
16875
16911
|
self._CardCount = None
|
|
16912
|
+
self._IsComplete = None
|
|
16876
16913
|
self._RequestId = None
|
|
16877
16914
|
|
|
16878
16915
|
@property
|
|
@@ -17085,6 +17122,17 @@ class MLIDPassportOCRResponse(AbstractModel):
|
|
|
17085
17122
|
def CardCount(self, CardCount):
|
|
17086
17123
|
self._CardCount = CardCount
|
|
17087
17124
|
|
|
17125
|
+
@property
|
|
17126
|
+
def IsComplete(self):
|
|
17127
|
+
r"""是否完整
|
|
17128
|
+
:rtype: bool
|
|
17129
|
+
"""
|
|
17130
|
+
return self._IsComplete
|
|
17131
|
+
|
|
17132
|
+
@IsComplete.setter
|
|
17133
|
+
def IsComplete(self, IsComplete):
|
|
17134
|
+
self._IsComplete = IsComplete
|
|
17135
|
+
|
|
17088
17136
|
@property
|
|
17089
17137
|
def RequestId(self):
|
|
17090
17138
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -17118,6 +17166,7 @@ class MLIDPassportOCRResponse(AbstractModel):
|
|
|
17118
17166
|
self._PassportRecognizeInfos._deserialize(params.get("PassportRecognizeInfos"))
|
|
17119
17167
|
self._WarnCardInfos = params.get("WarnCardInfos")
|
|
17120
17168
|
self._CardCount = params.get("CardCount")
|
|
17169
|
+
self._IsComplete = params.get("IsComplete")
|
|
17121
17170
|
self._RequestId = params.get("RequestId")
|
|
17122
17171
|
|
|
17123
17172
|
|
|
@@ -21216,6 +21265,9 @@ class PermanentResidencePermitInfo(AbstractModel):
|
|
|
21216
21265
|
:type HolderNum: :class:`tencentcloud.ocr.v20181119.models.ContentInfo`
|
|
21217
21266
|
:param _Nationality: 国籍,外国人永久居留证 返回该字段
|
|
21218
21267
|
:type Nationality: :class:`tencentcloud.ocr.v20181119.models.ContentInfo`
|
|
21268
|
+
:param _EnName: 英文名
|
|
21269
|
+
示例值:Ming Li
|
|
21270
|
+
:type EnName: :class:`tencentcloud.ocr.v20181119.models.ContentInfo`
|
|
21219
21271
|
"""
|
|
21220
21272
|
self._Name = None
|
|
21221
21273
|
self._Sex = None
|
|
@@ -21230,6 +21282,7 @@ class PermanentResidencePermitInfo(AbstractModel):
|
|
|
21230
21282
|
self._PortraitImage = None
|
|
21231
21283
|
self._HolderNum = None
|
|
21232
21284
|
self._Nationality = None
|
|
21285
|
+
self._EnName = None
|
|
21233
21286
|
|
|
21234
21287
|
@property
|
|
21235
21288
|
def Name(self):
|
|
@@ -21374,6 +21427,18 @@ class PermanentResidencePermitInfo(AbstractModel):
|
|
|
21374
21427
|
def Nationality(self, Nationality):
|
|
21375
21428
|
self._Nationality = Nationality
|
|
21376
21429
|
|
|
21430
|
+
@property
|
|
21431
|
+
def EnName(self):
|
|
21432
|
+
r"""英文名
|
|
21433
|
+
示例值:Ming Li
|
|
21434
|
+
:rtype: :class:`tencentcloud.ocr.v20181119.models.ContentInfo`
|
|
21435
|
+
"""
|
|
21436
|
+
return self._EnName
|
|
21437
|
+
|
|
21438
|
+
@EnName.setter
|
|
21439
|
+
def EnName(self, EnName):
|
|
21440
|
+
self._EnName = EnName
|
|
21441
|
+
|
|
21377
21442
|
|
|
21378
21443
|
def _deserialize(self, params):
|
|
21379
21444
|
if params.get("Name") is not None:
|
|
@@ -21415,6 +21480,9 @@ class PermanentResidencePermitInfo(AbstractModel):
|
|
|
21415
21480
|
if params.get("Nationality") is not None:
|
|
21416
21481
|
self._Nationality = ContentInfo()
|
|
21417
21482
|
self._Nationality._deserialize(params.get("Nationality"))
|
|
21483
|
+
if params.get("EnName") is not None:
|
|
21484
|
+
self._EnName = ContentInfo()
|
|
21485
|
+
self._EnName._deserialize(params.get("EnName"))
|
|
21418
21486
|
memeber_set = set(params.keys())
|
|
21419
21487
|
for name, value in vars(self).items():
|
|
21420
21488
|
property_name = name[1:]
|