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
|
@@ -1885,6 +1885,164 @@ class AlarmExtDsVO(AbstractModel):
|
|
|
1885
1885
|
|
|
1886
1886
|
|
|
1887
1887
|
|
|
1888
|
+
class AlarmGroup(AbstractModel):
|
|
1889
|
+
r"""告警分组信息
|
|
1890
|
+
|
|
1891
|
+
"""
|
|
1892
|
+
|
|
1893
|
+
def __init__(self):
|
|
1894
|
+
r"""
|
|
1895
|
+
:param _AlarmWays: 告警方式,1.邮件,2.短信,3.微信,4.语音,5.企业微信,6.Http,7.企业微信群;告警方式code列表(默认1.邮件)
|
|
1896
|
+
:type AlarmWays: list of str
|
|
1897
|
+
:param _AlarmRecipientType: 告警接收人类型:1.指定人员,2.任务责任人,3.值班表(默认1.指定人员)
|
|
1898
|
+
:type AlarmRecipientType: int
|
|
1899
|
+
:param _AlarmRecipients: 告警接收人
|
|
1900
|
+
:type AlarmRecipients: list of str
|
|
1901
|
+
:param _AlarmRecipientIds: 告警接收人ID
|
|
1902
|
+
:type AlarmRecipientIds: list of str
|
|
1903
|
+
:param _AlarmEscalationRecipients: 告警升级人
|
|
1904
|
+
:type AlarmEscalationRecipients: list of str
|
|
1905
|
+
:param _AlarmEscalationRecipientIds: 告警升级人ID
|
|
1906
|
+
:type AlarmEscalationRecipientIds: list of str
|
|
1907
|
+
:param _AlarmEscalationInterval: 告警升级间隔
|
|
1908
|
+
:type AlarmEscalationInterval: int
|
|
1909
|
+
:param _NotificationFatigue: 告警通知疲劳度配置。
|
|
1910
|
+
:type NotificationFatigue: :class:`tencentcloud.wedata.v20210820.models.NotificationFatigue`
|
|
1911
|
+
:param _AlarmMessageRule: 告警渠道规则 json 格式
|
|
1912
|
+
:type AlarmMessageRule: str
|
|
1913
|
+
"""
|
|
1914
|
+
self._AlarmWays = None
|
|
1915
|
+
self._AlarmRecipientType = None
|
|
1916
|
+
self._AlarmRecipients = None
|
|
1917
|
+
self._AlarmRecipientIds = None
|
|
1918
|
+
self._AlarmEscalationRecipients = None
|
|
1919
|
+
self._AlarmEscalationRecipientIds = None
|
|
1920
|
+
self._AlarmEscalationInterval = None
|
|
1921
|
+
self._NotificationFatigue = None
|
|
1922
|
+
self._AlarmMessageRule = None
|
|
1923
|
+
|
|
1924
|
+
@property
|
|
1925
|
+
def AlarmWays(self):
|
|
1926
|
+
r"""告警方式,1.邮件,2.短信,3.微信,4.语音,5.企业微信,6.Http,7.企业微信群;告警方式code列表(默认1.邮件)
|
|
1927
|
+
:rtype: list of str
|
|
1928
|
+
"""
|
|
1929
|
+
return self._AlarmWays
|
|
1930
|
+
|
|
1931
|
+
@AlarmWays.setter
|
|
1932
|
+
def AlarmWays(self, AlarmWays):
|
|
1933
|
+
self._AlarmWays = AlarmWays
|
|
1934
|
+
|
|
1935
|
+
@property
|
|
1936
|
+
def AlarmRecipientType(self):
|
|
1937
|
+
r"""告警接收人类型:1.指定人员,2.任务责任人,3.值班表(默认1.指定人员)
|
|
1938
|
+
:rtype: int
|
|
1939
|
+
"""
|
|
1940
|
+
return self._AlarmRecipientType
|
|
1941
|
+
|
|
1942
|
+
@AlarmRecipientType.setter
|
|
1943
|
+
def AlarmRecipientType(self, AlarmRecipientType):
|
|
1944
|
+
self._AlarmRecipientType = AlarmRecipientType
|
|
1945
|
+
|
|
1946
|
+
@property
|
|
1947
|
+
def AlarmRecipients(self):
|
|
1948
|
+
r"""告警接收人
|
|
1949
|
+
:rtype: list of str
|
|
1950
|
+
"""
|
|
1951
|
+
return self._AlarmRecipients
|
|
1952
|
+
|
|
1953
|
+
@AlarmRecipients.setter
|
|
1954
|
+
def AlarmRecipients(self, AlarmRecipients):
|
|
1955
|
+
self._AlarmRecipients = AlarmRecipients
|
|
1956
|
+
|
|
1957
|
+
@property
|
|
1958
|
+
def AlarmRecipientIds(self):
|
|
1959
|
+
r"""告警接收人ID
|
|
1960
|
+
:rtype: list of str
|
|
1961
|
+
"""
|
|
1962
|
+
return self._AlarmRecipientIds
|
|
1963
|
+
|
|
1964
|
+
@AlarmRecipientIds.setter
|
|
1965
|
+
def AlarmRecipientIds(self, AlarmRecipientIds):
|
|
1966
|
+
self._AlarmRecipientIds = AlarmRecipientIds
|
|
1967
|
+
|
|
1968
|
+
@property
|
|
1969
|
+
def AlarmEscalationRecipients(self):
|
|
1970
|
+
r"""告警升级人
|
|
1971
|
+
:rtype: list of str
|
|
1972
|
+
"""
|
|
1973
|
+
return self._AlarmEscalationRecipients
|
|
1974
|
+
|
|
1975
|
+
@AlarmEscalationRecipients.setter
|
|
1976
|
+
def AlarmEscalationRecipients(self, AlarmEscalationRecipients):
|
|
1977
|
+
self._AlarmEscalationRecipients = AlarmEscalationRecipients
|
|
1978
|
+
|
|
1979
|
+
@property
|
|
1980
|
+
def AlarmEscalationRecipientIds(self):
|
|
1981
|
+
r"""告警升级人ID
|
|
1982
|
+
:rtype: list of str
|
|
1983
|
+
"""
|
|
1984
|
+
return self._AlarmEscalationRecipientIds
|
|
1985
|
+
|
|
1986
|
+
@AlarmEscalationRecipientIds.setter
|
|
1987
|
+
def AlarmEscalationRecipientIds(self, AlarmEscalationRecipientIds):
|
|
1988
|
+
self._AlarmEscalationRecipientIds = AlarmEscalationRecipientIds
|
|
1989
|
+
|
|
1990
|
+
@property
|
|
1991
|
+
def AlarmEscalationInterval(self):
|
|
1992
|
+
r"""告警升级间隔
|
|
1993
|
+
:rtype: int
|
|
1994
|
+
"""
|
|
1995
|
+
return self._AlarmEscalationInterval
|
|
1996
|
+
|
|
1997
|
+
@AlarmEscalationInterval.setter
|
|
1998
|
+
def AlarmEscalationInterval(self, AlarmEscalationInterval):
|
|
1999
|
+
self._AlarmEscalationInterval = AlarmEscalationInterval
|
|
2000
|
+
|
|
2001
|
+
@property
|
|
2002
|
+
def NotificationFatigue(self):
|
|
2003
|
+
r"""告警通知疲劳度配置。
|
|
2004
|
+
:rtype: :class:`tencentcloud.wedata.v20210820.models.NotificationFatigue`
|
|
2005
|
+
"""
|
|
2006
|
+
return self._NotificationFatigue
|
|
2007
|
+
|
|
2008
|
+
@NotificationFatigue.setter
|
|
2009
|
+
def NotificationFatigue(self, NotificationFatigue):
|
|
2010
|
+
self._NotificationFatigue = NotificationFatigue
|
|
2011
|
+
|
|
2012
|
+
@property
|
|
2013
|
+
def AlarmMessageRule(self):
|
|
2014
|
+
r"""告警渠道规则 json 格式
|
|
2015
|
+
:rtype: str
|
|
2016
|
+
"""
|
|
2017
|
+
return self._AlarmMessageRule
|
|
2018
|
+
|
|
2019
|
+
@AlarmMessageRule.setter
|
|
2020
|
+
def AlarmMessageRule(self, AlarmMessageRule):
|
|
2021
|
+
self._AlarmMessageRule = AlarmMessageRule
|
|
2022
|
+
|
|
2023
|
+
|
|
2024
|
+
def _deserialize(self, params):
|
|
2025
|
+
self._AlarmWays = params.get("AlarmWays")
|
|
2026
|
+
self._AlarmRecipientType = params.get("AlarmRecipientType")
|
|
2027
|
+
self._AlarmRecipients = params.get("AlarmRecipients")
|
|
2028
|
+
self._AlarmRecipientIds = params.get("AlarmRecipientIds")
|
|
2029
|
+
self._AlarmEscalationRecipients = params.get("AlarmEscalationRecipients")
|
|
2030
|
+
self._AlarmEscalationRecipientIds = params.get("AlarmEscalationRecipientIds")
|
|
2031
|
+
self._AlarmEscalationInterval = params.get("AlarmEscalationInterval")
|
|
2032
|
+
if params.get("NotificationFatigue") is not None:
|
|
2033
|
+
self._NotificationFatigue = NotificationFatigue()
|
|
2034
|
+
self._NotificationFatigue._deserialize(params.get("NotificationFatigue"))
|
|
2035
|
+
self._AlarmMessageRule = params.get("AlarmMessageRule")
|
|
2036
|
+
memeber_set = set(params.keys())
|
|
2037
|
+
for name, value in vars(self).items():
|
|
2038
|
+
property_name = name[1:]
|
|
2039
|
+
if property_name in memeber_set:
|
|
2040
|
+
memeber_set.remove(property_name)
|
|
2041
|
+
if len(memeber_set) > 0:
|
|
2042
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
2043
|
+
|
|
2044
|
+
|
|
2045
|
+
|
|
1888
2046
|
class AlarmIndicatorInfo(AbstractModel):
|
|
1889
2047
|
r"""告警指标
|
|
1890
2048
|
|
|
@@ -2292,6 +2450,78 @@ class AlarmInfo(AbstractModel):
|
|
|
2292
2450
|
|
|
2293
2451
|
|
|
2294
2452
|
|
|
2453
|
+
class AlarmQuietInterval(AbstractModel):
|
|
2454
|
+
r"""告警免打扰时间区间
|
|
2455
|
+
|
|
2456
|
+
"""
|
|
2457
|
+
|
|
2458
|
+
def __init__(self):
|
|
2459
|
+
r"""
|
|
2460
|
+
:param _DaysOfWeek: ISO标准,1表示周一,7表示周日。
|
|
2461
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2462
|
+
:type DaysOfWeek: list of int
|
|
2463
|
+
:param _StartTime: 开始时间,精度时分秒,格式 HH:mm:ss
|
|
2464
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2465
|
+
:type StartTime: str
|
|
2466
|
+
:param _EndTime: 结束时间,精度时分秒,格式 HH:mm:ss
|
|
2467
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2468
|
+
:type EndTime: str
|
|
2469
|
+
"""
|
|
2470
|
+
self._DaysOfWeek = None
|
|
2471
|
+
self._StartTime = None
|
|
2472
|
+
self._EndTime = None
|
|
2473
|
+
|
|
2474
|
+
@property
|
|
2475
|
+
def DaysOfWeek(self):
|
|
2476
|
+
r"""ISO标准,1表示周一,7表示周日。
|
|
2477
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2478
|
+
:rtype: list of int
|
|
2479
|
+
"""
|
|
2480
|
+
return self._DaysOfWeek
|
|
2481
|
+
|
|
2482
|
+
@DaysOfWeek.setter
|
|
2483
|
+
def DaysOfWeek(self, DaysOfWeek):
|
|
2484
|
+
self._DaysOfWeek = DaysOfWeek
|
|
2485
|
+
|
|
2486
|
+
@property
|
|
2487
|
+
def StartTime(self):
|
|
2488
|
+
r"""开始时间,精度时分秒,格式 HH:mm:ss
|
|
2489
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2490
|
+
:rtype: str
|
|
2491
|
+
"""
|
|
2492
|
+
return self._StartTime
|
|
2493
|
+
|
|
2494
|
+
@StartTime.setter
|
|
2495
|
+
def StartTime(self, StartTime):
|
|
2496
|
+
self._StartTime = StartTime
|
|
2497
|
+
|
|
2498
|
+
@property
|
|
2499
|
+
def EndTime(self):
|
|
2500
|
+
r"""结束时间,精度时分秒,格式 HH:mm:ss
|
|
2501
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2502
|
+
:rtype: str
|
|
2503
|
+
"""
|
|
2504
|
+
return self._EndTime
|
|
2505
|
+
|
|
2506
|
+
@EndTime.setter
|
|
2507
|
+
def EndTime(self, EndTime):
|
|
2508
|
+
self._EndTime = EndTime
|
|
2509
|
+
|
|
2510
|
+
|
|
2511
|
+
def _deserialize(self, params):
|
|
2512
|
+
self._DaysOfWeek = params.get("DaysOfWeek")
|
|
2513
|
+
self._StartTime = params.get("StartTime")
|
|
2514
|
+
self._EndTime = params.get("EndTime")
|
|
2515
|
+
memeber_set = set(params.keys())
|
|
2516
|
+
for name, value in vars(self).items():
|
|
2517
|
+
property_name = name[1:]
|
|
2518
|
+
if property_name in memeber_set:
|
|
2519
|
+
memeber_set.remove(property_name)
|
|
2520
|
+
if len(memeber_set) > 0:
|
|
2521
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
2522
|
+
|
|
2523
|
+
|
|
2524
|
+
|
|
2295
2525
|
class AlarmReceiverGroup(AbstractModel):
|
|
2296
2526
|
r"""告警接收组
|
|
2297
2527
|
|
|
@@ -2664,7 +2894,14 @@ class Apply(AbstractModel):
|
|
|
2664
2894
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2665
2895
|
:type ApplyId: str
|
|
2666
2896
|
:param _Metadata: 扩展字段
|
|
2897
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2667
2898
|
:type Metadata: str
|
|
2899
|
+
:param _CreateTimestamp: 创建时间
|
|
2900
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2901
|
+
:type CreateTimestamp: int
|
|
2902
|
+
:param _ApproveTimestamp: 审批时间
|
|
2903
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2904
|
+
:type ApproveTimestamp: int
|
|
2668
2905
|
"""
|
|
2669
2906
|
self._ApplicantId = None
|
|
2670
2907
|
self._ApplicantName = None
|
|
@@ -2685,6 +2922,8 @@ class Apply(AbstractModel):
|
|
|
2685
2922
|
self._ApproveProjectName = None
|
|
2686
2923
|
self._ApplyId = None
|
|
2687
2924
|
self._Metadata = None
|
|
2925
|
+
self._CreateTimestamp = None
|
|
2926
|
+
self._ApproveTimestamp = None
|
|
2688
2927
|
|
|
2689
2928
|
@property
|
|
2690
2929
|
def ApplicantId(self):
|
|
@@ -2895,6 +3134,7 @@ class Apply(AbstractModel):
|
|
|
2895
3134
|
@property
|
|
2896
3135
|
def Metadata(self):
|
|
2897
3136
|
r"""扩展字段
|
|
3137
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2898
3138
|
:rtype: str
|
|
2899
3139
|
"""
|
|
2900
3140
|
return self._Metadata
|
|
@@ -2903,6 +3143,30 @@ class Apply(AbstractModel):
|
|
|
2903
3143
|
def Metadata(self, Metadata):
|
|
2904
3144
|
self._Metadata = Metadata
|
|
2905
3145
|
|
|
3146
|
+
@property
|
|
3147
|
+
def CreateTimestamp(self):
|
|
3148
|
+
r"""创建时间
|
|
3149
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3150
|
+
:rtype: int
|
|
3151
|
+
"""
|
|
3152
|
+
return self._CreateTimestamp
|
|
3153
|
+
|
|
3154
|
+
@CreateTimestamp.setter
|
|
3155
|
+
def CreateTimestamp(self, CreateTimestamp):
|
|
3156
|
+
self._CreateTimestamp = CreateTimestamp
|
|
3157
|
+
|
|
3158
|
+
@property
|
|
3159
|
+
def ApproveTimestamp(self):
|
|
3160
|
+
r"""审批时间
|
|
3161
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3162
|
+
:rtype: int
|
|
3163
|
+
"""
|
|
3164
|
+
return self._ApproveTimestamp
|
|
3165
|
+
|
|
3166
|
+
@ApproveTimestamp.setter
|
|
3167
|
+
def ApproveTimestamp(self, ApproveTimestamp):
|
|
3168
|
+
self._ApproveTimestamp = ApproveTimestamp
|
|
3169
|
+
|
|
2906
3170
|
|
|
2907
3171
|
def _deserialize(self, params):
|
|
2908
3172
|
self._ApplicantId = params.get("ApplicantId")
|
|
@@ -2924,6 +3188,8 @@ class Apply(AbstractModel):
|
|
|
2924
3188
|
self._ApproveProjectName = params.get("ApproveProjectName")
|
|
2925
3189
|
self._ApplyId = params.get("ApplyId")
|
|
2926
3190
|
self._Metadata = params.get("Metadata")
|
|
3191
|
+
self._CreateTimestamp = params.get("CreateTimestamp")
|
|
3192
|
+
self._ApproveTimestamp = params.get("ApproveTimestamp")
|
|
2927
3193
|
memeber_set = set(params.keys())
|
|
2928
3194
|
for name, value in vars(self).items():
|
|
2929
3195
|
property_name = name[1:]
|
|
@@ -3856,6 +4122,78 @@ class AttributeItemDsVO(AbstractModel):
|
|
|
3856
4122
|
|
|
3857
4123
|
|
|
3858
4124
|
|
|
4125
|
+
class AttributeItemOpsDto(AbstractModel):
|
|
4126
|
+
r"""任务扩展信息
|
|
4127
|
+
|
|
4128
|
+
"""
|
|
4129
|
+
|
|
4130
|
+
def __init__(self):
|
|
4131
|
+
r"""
|
|
4132
|
+
:param _Key: 属性键
|
|
4133
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4134
|
+
:type Key: str
|
|
4135
|
+
:param _Value: 属性值
|
|
4136
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4137
|
+
:type Value: str
|
|
4138
|
+
:param _Description: 属性描述
|
|
4139
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4140
|
+
:type Description: str
|
|
4141
|
+
"""
|
|
4142
|
+
self._Key = None
|
|
4143
|
+
self._Value = None
|
|
4144
|
+
self._Description = None
|
|
4145
|
+
|
|
4146
|
+
@property
|
|
4147
|
+
def Key(self):
|
|
4148
|
+
r"""属性键
|
|
4149
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4150
|
+
:rtype: str
|
|
4151
|
+
"""
|
|
4152
|
+
return self._Key
|
|
4153
|
+
|
|
4154
|
+
@Key.setter
|
|
4155
|
+
def Key(self, Key):
|
|
4156
|
+
self._Key = Key
|
|
4157
|
+
|
|
4158
|
+
@property
|
|
4159
|
+
def Value(self):
|
|
4160
|
+
r"""属性值
|
|
4161
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4162
|
+
:rtype: str
|
|
4163
|
+
"""
|
|
4164
|
+
return self._Value
|
|
4165
|
+
|
|
4166
|
+
@Value.setter
|
|
4167
|
+
def Value(self, Value):
|
|
4168
|
+
self._Value = Value
|
|
4169
|
+
|
|
4170
|
+
@property
|
|
4171
|
+
def Description(self):
|
|
4172
|
+
r"""属性描述
|
|
4173
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4174
|
+
:rtype: str
|
|
4175
|
+
"""
|
|
4176
|
+
return self._Description
|
|
4177
|
+
|
|
4178
|
+
@Description.setter
|
|
4179
|
+
def Description(self, Description):
|
|
4180
|
+
self._Description = Description
|
|
4181
|
+
|
|
4182
|
+
|
|
4183
|
+
def _deserialize(self, params):
|
|
4184
|
+
self._Key = params.get("Key")
|
|
4185
|
+
self._Value = params.get("Value")
|
|
4186
|
+
self._Description = params.get("Description")
|
|
4187
|
+
memeber_set = set(params.keys())
|
|
4188
|
+
for name, value in vars(self).items():
|
|
4189
|
+
property_name = name[1:]
|
|
4190
|
+
if property_name in memeber_set:
|
|
4191
|
+
memeber_set.remove(property_name)
|
|
4192
|
+
if len(memeber_set) > 0:
|
|
4193
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
4194
|
+
|
|
4195
|
+
|
|
4196
|
+
|
|
3859
4197
|
class BaseClusterInfo(AbstractModel):
|
|
3860
4198
|
r"""集群基础信息
|
|
3861
4199
|
|
|
@@ -3914,6 +4252,12 @@ class BaseClusterInfo(AbstractModel):
|
|
|
3914
4252
|
:param _CdwUserName: cdw账号(用于展示)
|
|
3915
4253
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3916
4254
|
:type CdwUserName: str
|
|
4255
|
+
:param _CreateTimestamp: 创建时间
|
|
4256
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4257
|
+
:type CreateTimestamp: int
|
|
4258
|
+
:param _UpdateTimestamp: 修改时间
|
|
4259
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4260
|
+
:type UpdateTimestamp: int
|
|
3917
4261
|
"""
|
|
3918
4262
|
self._ClusterId = None
|
|
3919
4263
|
self._ClusterType = None
|
|
@@ -3932,6 +4276,8 @@ class BaseClusterInfo(AbstractModel):
|
|
|
3932
4276
|
self._ExtraConf = None
|
|
3933
4277
|
self._RangerUserName = None
|
|
3934
4278
|
self._CdwUserName = None
|
|
4279
|
+
self._CreateTimestamp = None
|
|
4280
|
+
self._UpdateTimestamp = None
|
|
3935
4281
|
|
|
3936
4282
|
@property
|
|
3937
4283
|
def ClusterId(self):
|
|
@@ -4137,6 +4483,30 @@ class BaseClusterInfo(AbstractModel):
|
|
|
4137
4483
|
def CdwUserName(self, CdwUserName):
|
|
4138
4484
|
self._CdwUserName = CdwUserName
|
|
4139
4485
|
|
|
4486
|
+
@property
|
|
4487
|
+
def CreateTimestamp(self):
|
|
4488
|
+
r"""创建时间
|
|
4489
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4490
|
+
:rtype: int
|
|
4491
|
+
"""
|
|
4492
|
+
return self._CreateTimestamp
|
|
4493
|
+
|
|
4494
|
+
@CreateTimestamp.setter
|
|
4495
|
+
def CreateTimestamp(self, CreateTimestamp):
|
|
4496
|
+
self._CreateTimestamp = CreateTimestamp
|
|
4497
|
+
|
|
4498
|
+
@property
|
|
4499
|
+
def UpdateTimestamp(self):
|
|
4500
|
+
r"""修改时间
|
|
4501
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4502
|
+
:rtype: int
|
|
4503
|
+
"""
|
|
4504
|
+
return self._UpdateTimestamp
|
|
4505
|
+
|
|
4506
|
+
@UpdateTimestamp.setter
|
|
4507
|
+
def UpdateTimestamp(self, UpdateTimestamp):
|
|
4508
|
+
self._UpdateTimestamp = UpdateTimestamp
|
|
4509
|
+
|
|
4140
4510
|
|
|
4141
4511
|
def _deserialize(self, params):
|
|
4142
4512
|
self._ClusterId = params.get("ClusterId")
|
|
@@ -4156,6 +4526,8 @@ class BaseClusterInfo(AbstractModel):
|
|
|
4156
4526
|
self._ExtraConf = params.get("ExtraConf")
|
|
4157
4527
|
self._RangerUserName = params.get("RangerUserName")
|
|
4158
4528
|
self._CdwUserName = params.get("CdwUserName")
|
|
4529
|
+
self._CreateTimestamp = params.get("CreateTimestamp")
|
|
4530
|
+
self._UpdateTimestamp = params.get("UpdateTimestamp")
|
|
4159
4531
|
memeber_set = set(params.keys())
|
|
4160
4532
|
for name, value in vars(self).items():
|
|
4161
4533
|
property_name = name[1:]
|
|
@@ -4200,6 +4572,8 @@ class BaseProject(AbstractModel):
|
|
|
4200
4572
|
:param _Model: 项目类型,SIMPLE:简单模式 STANDARD:标准模式
|
|
4201
4573
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4202
4574
|
:type Model: str
|
|
4575
|
+
:param _ScheduleMode: 项目调度模式,task:任务模式 workflow:工作流模式
|
|
4576
|
+
:type ScheduleMode: str
|
|
4203
4577
|
"""
|
|
4204
4578
|
self._ProjectName = None
|
|
4205
4579
|
self._DisplayName = None
|
|
@@ -4210,6 +4584,7 @@ class BaseProject(AbstractModel):
|
|
|
4210
4584
|
self._CreateTime = None
|
|
4211
4585
|
self._Status = None
|
|
4212
4586
|
self._Model = None
|
|
4587
|
+
self._ScheduleMode = None
|
|
4213
4588
|
|
|
4214
4589
|
@property
|
|
4215
4590
|
def ProjectName(self):
|
|
@@ -4319,6 +4694,17 @@ class BaseProject(AbstractModel):
|
|
|
4319
4694
|
def Model(self, Model):
|
|
4320
4695
|
self._Model = Model
|
|
4321
4696
|
|
|
4697
|
+
@property
|
|
4698
|
+
def ScheduleMode(self):
|
|
4699
|
+
r"""项目调度模式,task:任务模式 workflow:工作流模式
|
|
4700
|
+
:rtype: str
|
|
4701
|
+
"""
|
|
4702
|
+
return self._ScheduleMode
|
|
4703
|
+
|
|
4704
|
+
@ScheduleMode.setter
|
|
4705
|
+
def ScheduleMode(self, ScheduleMode):
|
|
4706
|
+
self._ScheduleMode = ScheduleMode
|
|
4707
|
+
|
|
4322
4708
|
|
|
4323
4709
|
def _deserialize(self, params):
|
|
4324
4710
|
self._ProjectName = params.get("ProjectName")
|
|
@@ -4330,6 +4716,7 @@ class BaseProject(AbstractModel):
|
|
|
4330
4716
|
self._CreateTime = params.get("CreateTime")
|
|
4331
4717
|
self._Status = params.get("Status")
|
|
4332
4718
|
self._Model = params.get("Model")
|
|
4719
|
+
self._ScheduleMode = params.get("ScheduleMode")
|
|
4333
4720
|
memeber_set = set(params.keys())
|
|
4334
4721
|
for name, value in vars(self).items():
|
|
4335
4722
|
property_name = name[1:]
|
|
@@ -19450,6 +19837,9 @@ class DatabaseInfo(AbstractModel):
|
|
|
19450
19837
|
:param _SchemaName: 模式名称
|
|
19451
19838
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
19452
19839
|
:type SchemaName: str
|
|
19840
|
+
:param _ShowEnableCatalog: 是否展示目录
|
|
19841
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
19842
|
+
:type ShowEnableCatalog: bool
|
|
19453
19843
|
"""
|
|
19454
19844
|
self._DatasourceName = None
|
|
19455
19845
|
self._DatasourceId = None
|
|
@@ -19462,6 +19852,7 @@ class DatabaseInfo(AbstractModel):
|
|
|
19462
19852
|
self._DsEnvType = None
|
|
19463
19853
|
self._ClusterDeployType = None
|
|
19464
19854
|
self._SchemaName = None
|
|
19855
|
+
self._ShowEnableCatalog = None
|
|
19465
19856
|
|
|
19466
19857
|
@property
|
|
19467
19858
|
def DatasourceName(self):
|
|
@@ -19595,6 +19986,18 @@ class DatabaseInfo(AbstractModel):
|
|
|
19595
19986
|
def SchemaName(self, SchemaName):
|
|
19596
19987
|
self._SchemaName = SchemaName
|
|
19597
19988
|
|
|
19989
|
+
@property
|
|
19990
|
+
def ShowEnableCatalog(self):
|
|
19991
|
+
r"""是否展示目录
|
|
19992
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
19993
|
+
:rtype: bool
|
|
19994
|
+
"""
|
|
19995
|
+
return self._ShowEnableCatalog
|
|
19996
|
+
|
|
19997
|
+
@ShowEnableCatalog.setter
|
|
19998
|
+
def ShowEnableCatalog(self, ShowEnableCatalog):
|
|
19999
|
+
self._ShowEnableCatalog = ShowEnableCatalog
|
|
20000
|
+
|
|
19598
20001
|
|
|
19599
20002
|
def _deserialize(self, params):
|
|
19600
20003
|
self._DatasourceName = params.get("DatasourceName")
|
|
@@ -19608,6 +20011,7 @@ class DatabaseInfo(AbstractModel):
|
|
|
19608
20011
|
self._DsEnvType = params.get("DsEnvType")
|
|
19609
20012
|
self._ClusterDeployType = params.get("ClusterDeployType")
|
|
19610
20013
|
self._SchemaName = params.get("SchemaName")
|
|
20014
|
+
self._ShowEnableCatalog = params.get("ShowEnableCatalog")
|
|
19611
20015
|
memeber_set = set(params.keys())
|
|
19612
20016
|
for name, value in vars(self).items():
|
|
19613
20017
|
property_name = name[1:]
|
|
@@ -23251,6 +23655,88 @@ class DependencyConfigDsDTO(AbstractModel):
|
|
|
23251
23655
|
|
|
23252
23656
|
|
|
23253
23657
|
|
|
23658
|
+
class DependencyConfigTimeoutDTO(AbstractModel):
|
|
23659
|
+
r"""超时弱依赖配置
|
|
23660
|
+
|
|
23661
|
+
"""
|
|
23662
|
+
|
|
23663
|
+
def __init__(self):
|
|
23664
|
+
r"""
|
|
23665
|
+
:param _TimeoutType: 超时类型
|
|
23666
|
+
WAIT_TOTAL_TIMEOUT 等待总时长
|
|
23667
|
+
|
|
23668
|
+
RUNNING_TIMEOUT 运行时长
|
|
23669
|
+
|
|
23670
|
+
WAIT_TIME_POINT_TIMEOUT 等待超过配置时间
|
|
23671
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
23672
|
+
:type TimeoutType: str
|
|
23673
|
+
:param _TimeoutValue: 超时时间
|
|
23674
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
23675
|
+
:type TimeoutValue: int
|
|
23676
|
+
:param _TimeoutPoint: 固定时间点
|
|
23677
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
23678
|
+
:type TimeoutPoint: str
|
|
23679
|
+
"""
|
|
23680
|
+
self._TimeoutType = None
|
|
23681
|
+
self._TimeoutValue = None
|
|
23682
|
+
self._TimeoutPoint = None
|
|
23683
|
+
|
|
23684
|
+
@property
|
|
23685
|
+
def TimeoutType(self):
|
|
23686
|
+
r"""超时类型
|
|
23687
|
+
WAIT_TOTAL_TIMEOUT 等待总时长
|
|
23688
|
+
|
|
23689
|
+
RUNNING_TIMEOUT 运行时长
|
|
23690
|
+
|
|
23691
|
+
WAIT_TIME_POINT_TIMEOUT 等待超过配置时间
|
|
23692
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
23693
|
+
:rtype: str
|
|
23694
|
+
"""
|
|
23695
|
+
return self._TimeoutType
|
|
23696
|
+
|
|
23697
|
+
@TimeoutType.setter
|
|
23698
|
+
def TimeoutType(self, TimeoutType):
|
|
23699
|
+
self._TimeoutType = TimeoutType
|
|
23700
|
+
|
|
23701
|
+
@property
|
|
23702
|
+
def TimeoutValue(self):
|
|
23703
|
+
r"""超时时间
|
|
23704
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
23705
|
+
:rtype: int
|
|
23706
|
+
"""
|
|
23707
|
+
return self._TimeoutValue
|
|
23708
|
+
|
|
23709
|
+
@TimeoutValue.setter
|
|
23710
|
+
def TimeoutValue(self, TimeoutValue):
|
|
23711
|
+
self._TimeoutValue = TimeoutValue
|
|
23712
|
+
|
|
23713
|
+
@property
|
|
23714
|
+
def TimeoutPoint(self):
|
|
23715
|
+
r"""固定时间点
|
|
23716
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
23717
|
+
:rtype: str
|
|
23718
|
+
"""
|
|
23719
|
+
return self._TimeoutPoint
|
|
23720
|
+
|
|
23721
|
+
@TimeoutPoint.setter
|
|
23722
|
+
def TimeoutPoint(self, TimeoutPoint):
|
|
23723
|
+
self._TimeoutPoint = TimeoutPoint
|
|
23724
|
+
|
|
23725
|
+
|
|
23726
|
+
def _deserialize(self, params):
|
|
23727
|
+
self._TimeoutType = params.get("TimeoutType")
|
|
23728
|
+
self._TimeoutValue = params.get("TimeoutValue")
|
|
23729
|
+
self._TimeoutPoint = params.get("TimeoutPoint")
|
|
23730
|
+
memeber_set = set(params.keys())
|
|
23731
|
+
for name, value in vars(self).items():
|
|
23732
|
+
property_name = name[1:]
|
|
23733
|
+
if property_name in memeber_set:
|
|
23734
|
+
memeber_set.remove(property_name)
|
|
23735
|
+
if len(memeber_set) > 0:
|
|
23736
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
23737
|
+
|
|
23738
|
+
|
|
23739
|
+
|
|
23254
23740
|
class DependencyStrategyDs(AbstractModel):
|
|
23255
23741
|
r"""依赖配置策略
|
|
23256
23742
|
|
|
@@ -23270,10 +23756,14 @@ class DependencyStrategyDs(AbstractModel):
|
|
|
23270
23756
|
|
|
23271
23757
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
23272
23758
|
:type TaskDependencyExecutingTimeoutValue: int
|
|
23759
|
+
:param _DependencyConfigTimeoutTypeList: 超时依赖策略
|
|
23760
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
23761
|
+
:type DependencyConfigTimeoutTypeList: list of DependencyConfigTimeoutDTO
|
|
23273
23762
|
"""
|
|
23274
23763
|
self._PollingNullStrategy = None
|
|
23275
23764
|
self._TaskDependencyExecutingStrategies = None
|
|
23276
23765
|
self._TaskDependencyExecutingTimeoutValue = None
|
|
23766
|
+
self._DependencyConfigTimeoutTypeList = None
|
|
23277
23767
|
|
|
23278
23768
|
@property
|
|
23279
23769
|
def PollingNullStrategy(self):
|
|
@@ -23314,11 +23804,29 @@ class DependencyStrategyDs(AbstractModel):
|
|
|
23314
23804
|
def TaskDependencyExecutingTimeoutValue(self, TaskDependencyExecutingTimeoutValue):
|
|
23315
23805
|
self._TaskDependencyExecutingTimeoutValue = TaskDependencyExecutingTimeoutValue
|
|
23316
23806
|
|
|
23807
|
+
@property
|
|
23808
|
+
def DependencyConfigTimeoutTypeList(self):
|
|
23809
|
+
r"""超时依赖策略
|
|
23810
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
23811
|
+
:rtype: list of DependencyConfigTimeoutDTO
|
|
23812
|
+
"""
|
|
23813
|
+
return self._DependencyConfigTimeoutTypeList
|
|
23814
|
+
|
|
23815
|
+
@DependencyConfigTimeoutTypeList.setter
|
|
23816
|
+
def DependencyConfigTimeoutTypeList(self, DependencyConfigTimeoutTypeList):
|
|
23817
|
+
self._DependencyConfigTimeoutTypeList = DependencyConfigTimeoutTypeList
|
|
23818
|
+
|
|
23317
23819
|
|
|
23318
23820
|
def _deserialize(self, params):
|
|
23319
23821
|
self._PollingNullStrategy = params.get("PollingNullStrategy")
|
|
23320
23822
|
self._TaskDependencyExecutingStrategies = params.get("TaskDependencyExecutingStrategies")
|
|
23321
23823
|
self._TaskDependencyExecutingTimeoutValue = params.get("TaskDependencyExecutingTimeoutValue")
|
|
23824
|
+
if params.get("DependencyConfigTimeoutTypeList") is not None:
|
|
23825
|
+
self._DependencyConfigTimeoutTypeList = []
|
|
23826
|
+
for item in params.get("DependencyConfigTimeoutTypeList"):
|
|
23827
|
+
obj = DependencyConfigTimeoutDTO()
|
|
23828
|
+
obj._deserialize(item)
|
|
23829
|
+
self._DependencyConfigTimeoutTypeList.append(obj)
|
|
23322
23830
|
memeber_set = set(params.keys())
|
|
23323
23831
|
for name, value in vars(self).items():
|
|
23324
23832
|
property_name = name[1:]
|
|
@@ -30229,12 +30737,15 @@ class DescribeFormVersionParamRequest(AbstractModel):
|
|
|
30229
30737
|
:type Page: int
|
|
30230
30738
|
:param _Size: 页号
|
|
30231
30739
|
:type Size: int
|
|
30740
|
+
:param _Source: 来源 studio(Studio脚本)/codeTemplate(代码模版)
|
|
30741
|
+
:type Source: str
|
|
30232
30742
|
"""
|
|
30233
30743
|
self._ProjectId = None
|
|
30234
30744
|
self._CodeTemplateId = None
|
|
30235
30745
|
self._OriginalParams = None
|
|
30236
30746
|
self._Page = None
|
|
30237
30747
|
self._Size = None
|
|
30748
|
+
self._Source = None
|
|
30238
30749
|
|
|
30239
30750
|
@property
|
|
30240
30751
|
def ProjectId(self):
|
|
@@ -30291,6 +30802,17 @@ class DescribeFormVersionParamRequest(AbstractModel):
|
|
|
30291
30802
|
def Size(self, Size):
|
|
30292
30803
|
self._Size = Size
|
|
30293
30804
|
|
|
30805
|
+
@property
|
|
30806
|
+
def Source(self):
|
|
30807
|
+
r"""来源 studio(Studio脚本)/codeTemplate(代码模版)
|
|
30808
|
+
:rtype: str
|
|
30809
|
+
"""
|
|
30810
|
+
return self._Source
|
|
30811
|
+
|
|
30812
|
+
@Source.setter
|
|
30813
|
+
def Source(self, Source):
|
|
30814
|
+
self._Source = Source
|
|
30815
|
+
|
|
30294
30816
|
|
|
30295
30817
|
def _deserialize(self, params):
|
|
30296
30818
|
self._ProjectId = params.get("ProjectId")
|
|
@@ -30298,6 +30820,7 @@ class DescribeFormVersionParamRequest(AbstractModel):
|
|
|
30298
30820
|
self._OriginalParams = params.get("OriginalParams")
|
|
30299
30821
|
self._Page = params.get("Page")
|
|
30300
30822
|
self._Size = params.get("Size")
|
|
30823
|
+
self._Source = params.get("Source")
|
|
30301
30824
|
memeber_set = set(params.keys())
|
|
30302
30825
|
for name, value in vars(self).items():
|
|
30303
30826
|
property_name = name[1:]
|
|
@@ -33537,6 +34060,224 @@ class DescribeIntegrationVersionNodesInfoResponse(AbstractModel):
|
|
|
33537
34060
|
self._RequestId = params.get("RequestId")
|
|
33538
34061
|
|
|
33539
34062
|
|
|
34063
|
+
class DescribeLineageInfoRequest(AbstractModel):
|
|
34064
|
+
r"""DescribeLineageInfo请求参数结构体
|
|
34065
|
+
|
|
34066
|
+
"""
|
|
34067
|
+
|
|
34068
|
+
def __init__(self):
|
|
34069
|
+
r"""
|
|
34070
|
+
:param _ResourceOriId: 实体原始唯一ID
|
|
34071
|
+
:type ResourceOriId: str
|
|
34072
|
+
:param _ResourceType: 实体类型
|
|
34073
|
+
:type ResourceType: str
|
|
34074
|
+
:param _QualifiedId: 血缘唯一ID
|
|
34075
|
+
:type QualifiedId: str
|
|
34076
|
+
:param _Direction: 查询方向
|
|
34077
|
+
:type Direction: str
|
|
34078
|
+
:param _InputDepth: 查询入度
|
|
34079
|
+
:type InputDepth: int
|
|
34080
|
+
:param _OutputDepth: 查询出度
|
|
34081
|
+
:type OutputDepth: int
|
|
34082
|
+
:param _Platform: 数据来源
|
|
34083
|
+
:type Platform: str
|
|
34084
|
+
:param _LineageType: 血缘类型(分页使用)
|
|
34085
|
+
:type LineageType: str
|
|
34086
|
+
:param _PageNumber: 页码
|
|
34087
|
+
:type PageNumber: int
|
|
34088
|
+
:param _PageSize: 分页大小
|
|
34089
|
+
:type PageSize: int
|
|
34090
|
+
"""
|
|
34091
|
+
self._ResourceOriId = None
|
|
34092
|
+
self._ResourceType = None
|
|
34093
|
+
self._QualifiedId = None
|
|
34094
|
+
self._Direction = None
|
|
34095
|
+
self._InputDepth = None
|
|
34096
|
+
self._OutputDepth = None
|
|
34097
|
+
self._Platform = None
|
|
34098
|
+
self._LineageType = None
|
|
34099
|
+
self._PageNumber = None
|
|
34100
|
+
self._PageSize = None
|
|
34101
|
+
|
|
34102
|
+
@property
|
|
34103
|
+
def ResourceOriId(self):
|
|
34104
|
+
r"""实体原始唯一ID
|
|
34105
|
+
:rtype: str
|
|
34106
|
+
"""
|
|
34107
|
+
return self._ResourceOriId
|
|
34108
|
+
|
|
34109
|
+
@ResourceOriId.setter
|
|
34110
|
+
def ResourceOriId(self, ResourceOriId):
|
|
34111
|
+
self._ResourceOriId = ResourceOriId
|
|
34112
|
+
|
|
34113
|
+
@property
|
|
34114
|
+
def ResourceType(self):
|
|
34115
|
+
r"""实体类型
|
|
34116
|
+
:rtype: str
|
|
34117
|
+
"""
|
|
34118
|
+
return self._ResourceType
|
|
34119
|
+
|
|
34120
|
+
@ResourceType.setter
|
|
34121
|
+
def ResourceType(self, ResourceType):
|
|
34122
|
+
self._ResourceType = ResourceType
|
|
34123
|
+
|
|
34124
|
+
@property
|
|
34125
|
+
def QualifiedId(self):
|
|
34126
|
+
r"""血缘唯一ID
|
|
34127
|
+
:rtype: str
|
|
34128
|
+
"""
|
|
34129
|
+
return self._QualifiedId
|
|
34130
|
+
|
|
34131
|
+
@QualifiedId.setter
|
|
34132
|
+
def QualifiedId(self, QualifiedId):
|
|
34133
|
+
self._QualifiedId = QualifiedId
|
|
34134
|
+
|
|
34135
|
+
@property
|
|
34136
|
+
def Direction(self):
|
|
34137
|
+
r"""查询方向
|
|
34138
|
+
:rtype: str
|
|
34139
|
+
"""
|
|
34140
|
+
return self._Direction
|
|
34141
|
+
|
|
34142
|
+
@Direction.setter
|
|
34143
|
+
def Direction(self, Direction):
|
|
34144
|
+
self._Direction = Direction
|
|
34145
|
+
|
|
34146
|
+
@property
|
|
34147
|
+
def InputDepth(self):
|
|
34148
|
+
r"""查询入度
|
|
34149
|
+
:rtype: int
|
|
34150
|
+
"""
|
|
34151
|
+
return self._InputDepth
|
|
34152
|
+
|
|
34153
|
+
@InputDepth.setter
|
|
34154
|
+
def InputDepth(self, InputDepth):
|
|
34155
|
+
self._InputDepth = InputDepth
|
|
34156
|
+
|
|
34157
|
+
@property
|
|
34158
|
+
def OutputDepth(self):
|
|
34159
|
+
r"""查询出度
|
|
34160
|
+
:rtype: int
|
|
34161
|
+
"""
|
|
34162
|
+
return self._OutputDepth
|
|
34163
|
+
|
|
34164
|
+
@OutputDepth.setter
|
|
34165
|
+
def OutputDepth(self, OutputDepth):
|
|
34166
|
+
self._OutputDepth = OutputDepth
|
|
34167
|
+
|
|
34168
|
+
@property
|
|
34169
|
+
def Platform(self):
|
|
34170
|
+
r"""数据来源
|
|
34171
|
+
:rtype: str
|
|
34172
|
+
"""
|
|
34173
|
+
return self._Platform
|
|
34174
|
+
|
|
34175
|
+
@Platform.setter
|
|
34176
|
+
def Platform(self, Platform):
|
|
34177
|
+
self._Platform = Platform
|
|
34178
|
+
|
|
34179
|
+
@property
|
|
34180
|
+
def LineageType(self):
|
|
34181
|
+
r"""血缘类型(分页使用)
|
|
34182
|
+
:rtype: str
|
|
34183
|
+
"""
|
|
34184
|
+
return self._LineageType
|
|
34185
|
+
|
|
34186
|
+
@LineageType.setter
|
|
34187
|
+
def LineageType(self, LineageType):
|
|
34188
|
+
self._LineageType = LineageType
|
|
34189
|
+
|
|
34190
|
+
@property
|
|
34191
|
+
def PageNumber(self):
|
|
34192
|
+
r"""页码
|
|
34193
|
+
:rtype: int
|
|
34194
|
+
"""
|
|
34195
|
+
return self._PageNumber
|
|
34196
|
+
|
|
34197
|
+
@PageNumber.setter
|
|
34198
|
+
def PageNumber(self, PageNumber):
|
|
34199
|
+
self._PageNumber = PageNumber
|
|
34200
|
+
|
|
34201
|
+
@property
|
|
34202
|
+
def PageSize(self):
|
|
34203
|
+
r"""分页大小
|
|
34204
|
+
:rtype: int
|
|
34205
|
+
"""
|
|
34206
|
+
return self._PageSize
|
|
34207
|
+
|
|
34208
|
+
@PageSize.setter
|
|
34209
|
+
def PageSize(self, PageSize):
|
|
34210
|
+
self._PageSize = PageSize
|
|
34211
|
+
|
|
34212
|
+
|
|
34213
|
+
def _deserialize(self, params):
|
|
34214
|
+
self._ResourceOriId = params.get("ResourceOriId")
|
|
34215
|
+
self._ResourceType = params.get("ResourceType")
|
|
34216
|
+
self._QualifiedId = params.get("QualifiedId")
|
|
34217
|
+
self._Direction = params.get("Direction")
|
|
34218
|
+
self._InputDepth = params.get("InputDepth")
|
|
34219
|
+
self._OutputDepth = params.get("OutputDepth")
|
|
34220
|
+
self._Platform = params.get("Platform")
|
|
34221
|
+
self._LineageType = params.get("LineageType")
|
|
34222
|
+
self._PageNumber = params.get("PageNumber")
|
|
34223
|
+
self._PageSize = params.get("PageSize")
|
|
34224
|
+
memeber_set = set(params.keys())
|
|
34225
|
+
for name, value in vars(self).items():
|
|
34226
|
+
property_name = name[1:]
|
|
34227
|
+
if property_name in memeber_set:
|
|
34228
|
+
memeber_set.remove(property_name)
|
|
34229
|
+
if len(memeber_set) > 0:
|
|
34230
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
34231
|
+
|
|
34232
|
+
|
|
34233
|
+
|
|
34234
|
+
class DescribeLineageInfoResponse(AbstractModel):
|
|
34235
|
+
r"""DescribeLineageInfo返回参数结构体
|
|
34236
|
+
|
|
34237
|
+
"""
|
|
34238
|
+
|
|
34239
|
+
def __init__(self):
|
|
34240
|
+
r"""
|
|
34241
|
+
:param _Data: 血缘信息
|
|
34242
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
34243
|
+
:type Data: :class:`tencentcloud.wedata.v20210820.models.LineageCommonInfoVO`
|
|
34244
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
34245
|
+
:type RequestId: str
|
|
34246
|
+
"""
|
|
34247
|
+
self._Data = None
|
|
34248
|
+
self._RequestId = None
|
|
34249
|
+
|
|
34250
|
+
@property
|
|
34251
|
+
def Data(self):
|
|
34252
|
+
r"""血缘信息
|
|
34253
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
34254
|
+
:rtype: :class:`tencentcloud.wedata.v20210820.models.LineageCommonInfoVO`
|
|
34255
|
+
"""
|
|
34256
|
+
return self._Data
|
|
34257
|
+
|
|
34258
|
+
@Data.setter
|
|
34259
|
+
def Data(self, Data):
|
|
34260
|
+
self._Data = Data
|
|
34261
|
+
|
|
34262
|
+
@property
|
|
34263
|
+
def RequestId(self):
|
|
34264
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
34265
|
+
:rtype: str
|
|
34266
|
+
"""
|
|
34267
|
+
return self._RequestId
|
|
34268
|
+
|
|
34269
|
+
@RequestId.setter
|
|
34270
|
+
def RequestId(self, RequestId):
|
|
34271
|
+
self._RequestId = RequestId
|
|
34272
|
+
|
|
34273
|
+
|
|
34274
|
+
def _deserialize(self, params):
|
|
34275
|
+
if params.get("Data") is not None:
|
|
34276
|
+
self._Data = LineageCommonInfoVO()
|
|
34277
|
+
self._Data._deserialize(params.get("Data"))
|
|
34278
|
+
self._RequestId = params.get("RequestId")
|
|
34279
|
+
|
|
34280
|
+
|
|
33540
34281
|
class DescribeManualTriggerRecordPageRequest(AbstractModel):
|
|
33541
34282
|
r"""DescribeManualTriggerRecordPage请求参数结构体
|
|
33542
34283
|
|
|
@@ -38829,9 +39570,15 @@ class DescribeRuleExecResultsRequest(AbstractModel):
|
|
|
38829
39570
|
:type RuleGroupExecId: int
|
|
38830
39571
|
:param _ProjectId: 项目Id
|
|
38831
39572
|
:type ProjectId: str
|
|
39573
|
+
:param _Filters: 过滤条件
|
|
39574
|
+
:type Filters: list of Filter
|
|
39575
|
+
:param _OrderFields: 排序字段
|
|
39576
|
+
:type OrderFields: list of OrderField
|
|
38832
39577
|
"""
|
|
38833
39578
|
self._RuleGroupExecId = None
|
|
38834
39579
|
self._ProjectId = None
|
|
39580
|
+
self._Filters = None
|
|
39581
|
+
self._OrderFields = None
|
|
38835
39582
|
|
|
38836
39583
|
@property
|
|
38837
39584
|
def RuleGroupExecId(self):
|
|
@@ -38855,10 +39602,44 @@ class DescribeRuleExecResultsRequest(AbstractModel):
|
|
|
38855
39602
|
def ProjectId(self, ProjectId):
|
|
38856
39603
|
self._ProjectId = ProjectId
|
|
38857
39604
|
|
|
39605
|
+
@property
|
|
39606
|
+
def Filters(self):
|
|
39607
|
+
r"""过滤条件
|
|
39608
|
+
:rtype: list of Filter
|
|
39609
|
+
"""
|
|
39610
|
+
return self._Filters
|
|
39611
|
+
|
|
39612
|
+
@Filters.setter
|
|
39613
|
+
def Filters(self, Filters):
|
|
39614
|
+
self._Filters = Filters
|
|
39615
|
+
|
|
39616
|
+
@property
|
|
39617
|
+
def OrderFields(self):
|
|
39618
|
+
r"""排序字段
|
|
39619
|
+
:rtype: list of OrderField
|
|
39620
|
+
"""
|
|
39621
|
+
return self._OrderFields
|
|
39622
|
+
|
|
39623
|
+
@OrderFields.setter
|
|
39624
|
+
def OrderFields(self, OrderFields):
|
|
39625
|
+
self._OrderFields = OrderFields
|
|
39626
|
+
|
|
38858
39627
|
|
|
38859
39628
|
def _deserialize(self, params):
|
|
38860
39629
|
self._RuleGroupExecId = params.get("RuleGroupExecId")
|
|
38861
39630
|
self._ProjectId = params.get("ProjectId")
|
|
39631
|
+
if params.get("Filters") is not None:
|
|
39632
|
+
self._Filters = []
|
|
39633
|
+
for item in params.get("Filters"):
|
|
39634
|
+
obj = Filter()
|
|
39635
|
+
obj._deserialize(item)
|
|
39636
|
+
self._Filters.append(obj)
|
|
39637
|
+
if params.get("OrderFields") is not None:
|
|
39638
|
+
self._OrderFields = []
|
|
39639
|
+
for item in params.get("OrderFields"):
|
|
39640
|
+
obj = OrderField()
|
|
39641
|
+
obj._deserialize(item)
|
|
39642
|
+
self._OrderFields.append(obj)
|
|
38862
39643
|
memeber_set = set(params.keys())
|
|
38863
39644
|
for name, value in vars(self).items():
|
|
38864
39645
|
property_name = name[1:]
|
|
@@ -44828,9 +45609,9 @@ class DescribeTaskDetailDsRequest(AbstractModel):
|
|
|
44828
45609
|
|
|
44829
45610
|
def __init__(self):
|
|
44830
45611
|
r"""
|
|
44831
|
-
:param _TaskId: 任务
|
|
45612
|
+
:param _TaskId: 任务ID
|
|
44832
45613
|
:type TaskId: str
|
|
44833
|
-
:param _ProjectId: 项目
|
|
45614
|
+
:param _ProjectId: 项目ID (必填属性)
|
|
44834
45615
|
:type ProjectId: str
|
|
44835
45616
|
:param _TaskAlarmStatus: 已废弃,无需填写
|
|
44836
45617
|
:type TaskAlarmStatus: int
|
|
@@ -44841,7 +45622,7 @@ class DescribeTaskDetailDsRequest(AbstractModel):
|
|
|
44841
45622
|
|
|
44842
45623
|
@property
|
|
44843
45624
|
def TaskId(self):
|
|
44844
|
-
r"""任务
|
|
45625
|
+
r"""任务ID
|
|
44845
45626
|
:rtype: str
|
|
44846
45627
|
"""
|
|
44847
45628
|
return self._TaskId
|
|
@@ -44852,7 +45633,7 @@ class DescribeTaskDetailDsRequest(AbstractModel):
|
|
|
44852
45633
|
|
|
44853
45634
|
@property
|
|
44854
45635
|
def ProjectId(self):
|
|
44855
|
-
r"""项目
|
|
45636
|
+
r"""项目ID (必填属性)
|
|
44856
45637
|
:rtype: str
|
|
44857
45638
|
"""
|
|
44858
45639
|
return self._ProjectId
|
|
@@ -62036,6 +62817,18 @@ class InstanceOpsDto(AbstractModel):
|
|
|
62036
62817
|
:type InstanceSchedulerDesc: str
|
|
62037
62818
|
:param _Privileges: 当前用户对该实例的权限列表
|
|
62038
62819
|
:type Privileges: list of str
|
|
62820
|
+
:param _TaskExecutionId: 任务执行id
|
|
62821
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
62822
|
+
:type TaskExecutionId: str
|
|
62823
|
+
:param _DlcTaskId: dlc taskid
|
|
62824
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
62825
|
+
:type DlcTaskId: str
|
|
62826
|
+
:param _DlcSparkJobId: dlc jobid
|
|
62827
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
62828
|
+
:type DlcSparkJobId: str
|
|
62829
|
+
:param _Ext: 扩展属性
|
|
62830
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
62831
|
+
:type Ext: :class:`tencentcloud.wedata.v20210820.models.StrToStrMap`
|
|
62039
62832
|
"""
|
|
62040
62833
|
self._TaskId = None
|
|
62041
62834
|
self._TaskName = None
|
|
@@ -62105,6 +62898,10 @@ class InstanceOpsDto(AbstractModel):
|
|
|
62105
62898
|
self._InstanceCycleType = None
|
|
62106
62899
|
self._InstanceSchedulerDesc = None
|
|
62107
62900
|
self._Privileges = None
|
|
62901
|
+
self._TaskExecutionId = None
|
|
62902
|
+
self._DlcTaskId = None
|
|
62903
|
+
self._DlcSparkJobId = None
|
|
62904
|
+
self._Ext = None
|
|
62108
62905
|
|
|
62109
62906
|
@property
|
|
62110
62907
|
def TaskId(self):
|
|
@@ -62918,6 +63715,54 @@ class InstanceOpsDto(AbstractModel):
|
|
|
62918
63715
|
def Privileges(self, Privileges):
|
|
62919
63716
|
self._Privileges = Privileges
|
|
62920
63717
|
|
|
63718
|
+
@property
|
|
63719
|
+
def TaskExecutionId(self):
|
|
63720
|
+
r"""任务执行id
|
|
63721
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
63722
|
+
:rtype: str
|
|
63723
|
+
"""
|
|
63724
|
+
return self._TaskExecutionId
|
|
63725
|
+
|
|
63726
|
+
@TaskExecutionId.setter
|
|
63727
|
+
def TaskExecutionId(self, TaskExecutionId):
|
|
63728
|
+
self._TaskExecutionId = TaskExecutionId
|
|
63729
|
+
|
|
63730
|
+
@property
|
|
63731
|
+
def DlcTaskId(self):
|
|
63732
|
+
r"""dlc taskid
|
|
63733
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
63734
|
+
:rtype: str
|
|
63735
|
+
"""
|
|
63736
|
+
return self._DlcTaskId
|
|
63737
|
+
|
|
63738
|
+
@DlcTaskId.setter
|
|
63739
|
+
def DlcTaskId(self, DlcTaskId):
|
|
63740
|
+
self._DlcTaskId = DlcTaskId
|
|
63741
|
+
|
|
63742
|
+
@property
|
|
63743
|
+
def DlcSparkJobId(self):
|
|
63744
|
+
r"""dlc jobid
|
|
63745
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
63746
|
+
:rtype: str
|
|
63747
|
+
"""
|
|
63748
|
+
return self._DlcSparkJobId
|
|
63749
|
+
|
|
63750
|
+
@DlcSparkJobId.setter
|
|
63751
|
+
def DlcSparkJobId(self, DlcSparkJobId):
|
|
63752
|
+
self._DlcSparkJobId = DlcSparkJobId
|
|
63753
|
+
|
|
63754
|
+
@property
|
|
63755
|
+
def Ext(self):
|
|
63756
|
+
r"""扩展属性
|
|
63757
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
63758
|
+
:rtype: :class:`tencentcloud.wedata.v20210820.models.StrToStrMap`
|
|
63759
|
+
"""
|
|
63760
|
+
return self._Ext
|
|
63761
|
+
|
|
63762
|
+
@Ext.setter
|
|
63763
|
+
def Ext(self, Ext):
|
|
63764
|
+
self._Ext = Ext
|
|
63765
|
+
|
|
62921
63766
|
|
|
62922
63767
|
def _deserialize(self, params):
|
|
62923
63768
|
self._TaskId = params.get("TaskId")
|
|
@@ -63002,6 +63847,12 @@ class InstanceOpsDto(AbstractModel):
|
|
|
63002
63847
|
self._InstanceCycleType = params.get("InstanceCycleType")
|
|
63003
63848
|
self._InstanceSchedulerDesc = params.get("InstanceSchedulerDesc")
|
|
63004
63849
|
self._Privileges = params.get("Privileges")
|
|
63850
|
+
self._TaskExecutionId = params.get("TaskExecutionId")
|
|
63851
|
+
self._DlcTaskId = params.get("DlcTaskId")
|
|
63852
|
+
self._DlcSparkJobId = params.get("DlcSparkJobId")
|
|
63853
|
+
if params.get("Ext") is not None:
|
|
63854
|
+
self._Ext = StrToStrMap()
|
|
63855
|
+
self._Ext._deserialize(params.get("Ext"))
|
|
63005
63856
|
memeber_set = set(params.keys())
|
|
63006
63857
|
for name, value in vars(self).items():
|
|
63007
63858
|
property_name = name[1:]
|
|
@@ -66666,6 +67517,201 @@ class KillScheduleInstancesResponse(AbstractModel):
|
|
|
66666
67517
|
self._RequestId = params.get("RequestId")
|
|
66667
67518
|
|
|
66668
67519
|
|
|
67520
|
+
class LabelTag(AbstractModel):
|
|
67521
|
+
r"""资产标签
|
|
67522
|
+
|
|
67523
|
+
"""
|
|
67524
|
+
|
|
67525
|
+
def __init__(self):
|
|
67526
|
+
r"""
|
|
67527
|
+
:param _TagId: 标签id
|
|
67528
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67529
|
+
:type TagId: int
|
|
67530
|
+
:param _TagName: 标签名
|
|
67531
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67532
|
+
:type TagName: str
|
|
67533
|
+
:param _TagDesc: 标签描述
|
|
67534
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67535
|
+
:type TagDesc: str
|
|
67536
|
+
:param _TagValueId: 标签值Id
|
|
67537
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67538
|
+
:type TagValueId: int
|
|
67539
|
+
:param _TagValue: 标签值
|
|
67540
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67541
|
+
:type TagValue: str
|
|
67542
|
+
:param _TagIsDeleted: 标签是否已删除
|
|
67543
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67544
|
+
:type TagIsDeleted: bool
|
|
67545
|
+
:param _TagValueIsDeleted: 标签值是否已删除
|
|
67546
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67547
|
+
:type TagValueIsDeleted: bool
|
|
67548
|
+
"""
|
|
67549
|
+
self._TagId = None
|
|
67550
|
+
self._TagName = None
|
|
67551
|
+
self._TagDesc = None
|
|
67552
|
+
self._TagValueId = None
|
|
67553
|
+
self._TagValue = None
|
|
67554
|
+
self._TagIsDeleted = None
|
|
67555
|
+
self._TagValueIsDeleted = None
|
|
67556
|
+
|
|
67557
|
+
@property
|
|
67558
|
+
def TagId(self):
|
|
67559
|
+
r"""标签id
|
|
67560
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67561
|
+
:rtype: int
|
|
67562
|
+
"""
|
|
67563
|
+
return self._TagId
|
|
67564
|
+
|
|
67565
|
+
@TagId.setter
|
|
67566
|
+
def TagId(self, TagId):
|
|
67567
|
+
self._TagId = TagId
|
|
67568
|
+
|
|
67569
|
+
@property
|
|
67570
|
+
def TagName(self):
|
|
67571
|
+
r"""标签名
|
|
67572
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67573
|
+
:rtype: str
|
|
67574
|
+
"""
|
|
67575
|
+
return self._TagName
|
|
67576
|
+
|
|
67577
|
+
@TagName.setter
|
|
67578
|
+
def TagName(self, TagName):
|
|
67579
|
+
self._TagName = TagName
|
|
67580
|
+
|
|
67581
|
+
@property
|
|
67582
|
+
def TagDesc(self):
|
|
67583
|
+
r"""标签描述
|
|
67584
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67585
|
+
:rtype: str
|
|
67586
|
+
"""
|
|
67587
|
+
return self._TagDesc
|
|
67588
|
+
|
|
67589
|
+
@TagDesc.setter
|
|
67590
|
+
def TagDesc(self, TagDesc):
|
|
67591
|
+
self._TagDesc = TagDesc
|
|
67592
|
+
|
|
67593
|
+
@property
|
|
67594
|
+
def TagValueId(self):
|
|
67595
|
+
r"""标签值Id
|
|
67596
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67597
|
+
:rtype: int
|
|
67598
|
+
"""
|
|
67599
|
+
return self._TagValueId
|
|
67600
|
+
|
|
67601
|
+
@TagValueId.setter
|
|
67602
|
+
def TagValueId(self, TagValueId):
|
|
67603
|
+
self._TagValueId = TagValueId
|
|
67604
|
+
|
|
67605
|
+
@property
|
|
67606
|
+
def TagValue(self):
|
|
67607
|
+
r"""标签值
|
|
67608
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67609
|
+
:rtype: str
|
|
67610
|
+
"""
|
|
67611
|
+
return self._TagValue
|
|
67612
|
+
|
|
67613
|
+
@TagValue.setter
|
|
67614
|
+
def TagValue(self, TagValue):
|
|
67615
|
+
self._TagValue = TagValue
|
|
67616
|
+
|
|
67617
|
+
@property
|
|
67618
|
+
def TagIsDeleted(self):
|
|
67619
|
+
r"""标签是否已删除
|
|
67620
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67621
|
+
:rtype: bool
|
|
67622
|
+
"""
|
|
67623
|
+
return self._TagIsDeleted
|
|
67624
|
+
|
|
67625
|
+
@TagIsDeleted.setter
|
|
67626
|
+
def TagIsDeleted(self, TagIsDeleted):
|
|
67627
|
+
self._TagIsDeleted = TagIsDeleted
|
|
67628
|
+
|
|
67629
|
+
@property
|
|
67630
|
+
def TagValueIsDeleted(self):
|
|
67631
|
+
r"""标签值是否已删除
|
|
67632
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67633
|
+
:rtype: bool
|
|
67634
|
+
"""
|
|
67635
|
+
return self._TagValueIsDeleted
|
|
67636
|
+
|
|
67637
|
+
@TagValueIsDeleted.setter
|
|
67638
|
+
def TagValueIsDeleted(self, TagValueIsDeleted):
|
|
67639
|
+
self._TagValueIsDeleted = TagValueIsDeleted
|
|
67640
|
+
|
|
67641
|
+
|
|
67642
|
+
def _deserialize(self, params):
|
|
67643
|
+
self._TagId = params.get("TagId")
|
|
67644
|
+
self._TagName = params.get("TagName")
|
|
67645
|
+
self._TagDesc = params.get("TagDesc")
|
|
67646
|
+
self._TagValueId = params.get("TagValueId")
|
|
67647
|
+
self._TagValue = params.get("TagValue")
|
|
67648
|
+
self._TagIsDeleted = params.get("TagIsDeleted")
|
|
67649
|
+
self._TagValueIsDeleted = params.get("TagValueIsDeleted")
|
|
67650
|
+
memeber_set = set(params.keys())
|
|
67651
|
+
for name, value in vars(self).items():
|
|
67652
|
+
property_name = name[1:]
|
|
67653
|
+
if property_name in memeber_set:
|
|
67654
|
+
memeber_set.remove(property_name)
|
|
67655
|
+
if len(memeber_set) > 0:
|
|
67656
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
67657
|
+
|
|
67658
|
+
|
|
67659
|
+
|
|
67660
|
+
class LabelValueSelection(AbstractModel):
|
|
67661
|
+
r"""标签值选择列表
|
|
67662
|
+
|
|
67663
|
+
"""
|
|
67664
|
+
|
|
67665
|
+
def __init__(self):
|
|
67666
|
+
r"""
|
|
67667
|
+
:param _LabelId: 标签ID
|
|
67668
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67669
|
+
:type LabelId: int
|
|
67670
|
+
:param _LabelValue: 标签值ID
|
|
67671
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67672
|
+
:type LabelValue: str
|
|
67673
|
+
"""
|
|
67674
|
+
self._LabelId = None
|
|
67675
|
+
self._LabelValue = None
|
|
67676
|
+
|
|
67677
|
+
@property
|
|
67678
|
+
def LabelId(self):
|
|
67679
|
+
r"""标签ID
|
|
67680
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67681
|
+
:rtype: int
|
|
67682
|
+
"""
|
|
67683
|
+
return self._LabelId
|
|
67684
|
+
|
|
67685
|
+
@LabelId.setter
|
|
67686
|
+
def LabelId(self, LabelId):
|
|
67687
|
+
self._LabelId = LabelId
|
|
67688
|
+
|
|
67689
|
+
@property
|
|
67690
|
+
def LabelValue(self):
|
|
67691
|
+
r"""标签值ID
|
|
67692
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67693
|
+
:rtype: str
|
|
67694
|
+
"""
|
|
67695
|
+
return self._LabelValue
|
|
67696
|
+
|
|
67697
|
+
@LabelValue.setter
|
|
67698
|
+
def LabelValue(self, LabelValue):
|
|
67699
|
+
self._LabelValue = LabelValue
|
|
67700
|
+
|
|
67701
|
+
|
|
67702
|
+
def _deserialize(self, params):
|
|
67703
|
+
self._LabelId = params.get("LabelId")
|
|
67704
|
+
self._LabelValue = params.get("LabelValue")
|
|
67705
|
+
memeber_set = set(params.keys())
|
|
67706
|
+
for name, value in vars(self).items():
|
|
67707
|
+
property_name = name[1:]
|
|
67708
|
+
if property_name in memeber_set:
|
|
67709
|
+
memeber_set.remove(property_name)
|
|
67710
|
+
if len(memeber_set) > 0:
|
|
67711
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
67712
|
+
|
|
67713
|
+
|
|
67714
|
+
|
|
66669
67715
|
class LifecycleInfo(AbstractModel):
|
|
66670
67716
|
r"""表生命周期相关信息
|
|
66671
67717
|
|
|
@@ -66673,7 +67719,7 @@ class LifecycleInfo(AbstractModel):
|
|
|
66673
67719
|
|
|
66674
67720
|
def __init__(self):
|
|
66675
67721
|
r"""
|
|
66676
|
-
:param _Lifecycle:
|
|
67722
|
+
:param _Lifecycle: 生命周期值,如果PartitionLifeCycle=custom时,表示自定义生命周期
|
|
66677
67723
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
66678
67724
|
:type Lifecycle: int
|
|
66679
67725
|
:param _Columns: 列名
|
|
@@ -66689,7 +67735,7 @@ class LifecycleInfo(AbstractModel):
|
|
|
66689
67735
|
|
|
66690
67736
|
@property
|
|
66691
67737
|
def Lifecycle(self):
|
|
66692
|
-
r"""
|
|
67738
|
+
r"""生命周期值,如果PartitionLifeCycle=custom时,表示自定义生命周期
|
|
66693
67739
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
66694
67740
|
:rtype: int
|
|
66695
67741
|
"""
|
|
@@ -66738,6 +67784,295 @@ class LifecycleInfo(AbstractModel):
|
|
|
66738
67784
|
|
|
66739
67785
|
|
|
66740
67786
|
|
|
67787
|
+
class LineageCommonInfoVO(AbstractModel):
|
|
67788
|
+
r"""LineageCommonInfoVO
|
|
67789
|
+
|
|
67790
|
+
"""
|
|
67791
|
+
|
|
67792
|
+
def __init__(self):
|
|
67793
|
+
r"""
|
|
67794
|
+
:param _CurrentResource: 当前节点
|
|
67795
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67796
|
+
:type CurrentResource: :class:`tencentcloud.wedata.v20210820.models.LineageResouce`
|
|
67797
|
+
:param _ParentSet: 上游节点
|
|
67798
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67799
|
+
:type ParentSet: list of LineageNodeInfoVO
|
|
67800
|
+
:param _ChildSet: 下游节点
|
|
67801
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67802
|
+
:type ChildSet: list of LineageNodeInfoVO
|
|
67803
|
+
:param _DownStreamCount: 下游数量
|
|
67804
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67805
|
+
:type DownStreamCount: int
|
|
67806
|
+
:param _UpStreamCount: 上游数量
|
|
67807
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67808
|
+
:type UpStreamCount: int
|
|
67809
|
+
:param _StreamCountFlag: 父/子节点是否展示上下游数量
|
|
67810
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67811
|
+
:type StreamCountFlag: bool
|
|
67812
|
+
"""
|
|
67813
|
+
self._CurrentResource = None
|
|
67814
|
+
self._ParentSet = None
|
|
67815
|
+
self._ChildSet = None
|
|
67816
|
+
self._DownStreamCount = None
|
|
67817
|
+
self._UpStreamCount = None
|
|
67818
|
+
self._StreamCountFlag = None
|
|
67819
|
+
|
|
67820
|
+
@property
|
|
67821
|
+
def CurrentResource(self):
|
|
67822
|
+
r"""当前节点
|
|
67823
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67824
|
+
:rtype: :class:`tencentcloud.wedata.v20210820.models.LineageResouce`
|
|
67825
|
+
"""
|
|
67826
|
+
return self._CurrentResource
|
|
67827
|
+
|
|
67828
|
+
@CurrentResource.setter
|
|
67829
|
+
def CurrentResource(self, CurrentResource):
|
|
67830
|
+
self._CurrentResource = CurrentResource
|
|
67831
|
+
|
|
67832
|
+
@property
|
|
67833
|
+
def ParentSet(self):
|
|
67834
|
+
r"""上游节点
|
|
67835
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67836
|
+
:rtype: list of LineageNodeInfoVO
|
|
67837
|
+
"""
|
|
67838
|
+
return self._ParentSet
|
|
67839
|
+
|
|
67840
|
+
@ParentSet.setter
|
|
67841
|
+
def ParentSet(self, ParentSet):
|
|
67842
|
+
self._ParentSet = ParentSet
|
|
67843
|
+
|
|
67844
|
+
@property
|
|
67845
|
+
def ChildSet(self):
|
|
67846
|
+
r"""下游节点
|
|
67847
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67848
|
+
:rtype: list of LineageNodeInfoVO
|
|
67849
|
+
"""
|
|
67850
|
+
return self._ChildSet
|
|
67851
|
+
|
|
67852
|
+
@ChildSet.setter
|
|
67853
|
+
def ChildSet(self, ChildSet):
|
|
67854
|
+
self._ChildSet = ChildSet
|
|
67855
|
+
|
|
67856
|
+
@property
|
|
67857
|
+
def DownStreamCount(self):
|
|
67858
|
+
r"""下游数量
|
|
67859
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67860
|
+
:rtype: int
|
|
67861
|
+
"""
|
|
67862
|
+
return self._DownStreamCount
|
|
67863
|
+
|
|
67864
|
+
@DownStreamCount.setter
|
|
67865
|
+
def DownStreamCount(self, DownStreamCount):
|
|
67866
|
+
self._DownStreamCount = DownStreamCount
|
|
67867
|
+
|
|
67868
|
+
@property
|
|
67869
|
+
def UpStreamCount(self):
|
|
67870
|
+
r"""上游数量
|
|
67871
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67872
|
+
:rtype: int
|
|
67873
|
+
"""
|
|
67874
|
+
return self._UpStreamCount
|
|
67875
|
+
|
|
67876
|
+
@UpStreamCount.setter
|
|
67877
|
+
def UpStreamCount(self, UpStreamCount):
|
|
67878
|
+
self._UpStreamCount = UpStreamCount
|
|
67879
|
+
|
|
67880
|
+
@property
|
|
67881
|
+
def StreamCountFlag(self):
|
|
67882
|
+
r"""父/子节点是否展示上下游数量
|
|
67883
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67884
|
+
:rtype: bool
|
|
67885
|
+
"""
|
|
67886
|
+
return self._StreamCountFlag
|
|
67887
|
+
|
|
67888
|
+
@StreamCountFlag.setter
|
|
67889
|
+
def StreamCountFlag(self, StreamCountFlag):
|
|
67890
|
+
self._StreamCountFlag = StreamCountFlag
|
|
67891
|
+
|
|
67892
|
+
|
|
67893
|
+
def _deserialize(self, params):
|
|
67894
|
+
if params.get("CurrentResource") is not None:
|
|
67895
|
+
self._CurrentResource = LineageResouce()
|
|
67896
|
+
self._CurrentResource._deserialize(params.get("CurrentResource"))
|
|
67897
|
+
if params.get("ParentSet") is not None:
|
|
67898
|
+
self._ParentSet = []
|
|
67899
|
+
for item in params.get("ParentSet"):
|
|
67900
|
+
obj = LineageNodeInfoVO()
|
|
67901
|
+
obj._deserialize(item)
|
|
67902
|
+
self._ParentSet.append(obj)
|
|
67903
|
+
if params.get("ChildSet") is not None:
|
|
67904
|
+
self._ChildSet = []
|
|
67905
|
+
for item in params.get("ChildSet"):
|
|
67906
|
+
obj = LineageNodeInfoVO()
|
|
67907
|
+
obj._deserialize(item)
|
|
67908
|
+
self._ChildSet.append(obj)
|
|
67909
|
+
self._DownStreamCount = params.get("DownStreamCount")
|
|
67910
|
+
self._UpStreamCount = params.get("UpStreamCount")
|
|
67911
|
+
self._StreamCountFlag = params.get("StreamCountFlag")
|
|
67912
|
+
memeber_set = set(params.keys())
|
|
67913
|
+
for name, value in vars(self).items():
|
|
67914
|
+
property_name = name[1:]
|
|
67915
|
+
if property_name in memeber_set:
|
|
67916
|
+
memeber_set.remove(property_name)
|
|
67917
|
+
if len(memeber_set) > 0:
|
|
67918
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
67919
|
+
|
|
67920
|
+
|
|
67921
|
+
|
|
67922
|
+
class LineageNodeInfoVO(AbstractModel):
|
|
67923
|
+
r"""LineageNodeInfoVo
|
|
67924
|
+
|
|
67925
|
+
"""
|
|
67926
|
+
|
|
67927
|
+
def __init__(self):
|
|
67928
|
+
r"""
|
|
67929
|
+
:param _CurrentResource: 当前资源
|
|
67930
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67931
|
+
:type CurrentResource: :class:`tencentcloud.wedata.v20210820.models.LineageResouce`
|
|
67932
|
+
:param _Relation: 关系
|
|
67933
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67934
|
+
:type Relation: :class:`tencentcloud.wedata.v20210820.models.LineageRelationVO`
|
|
67935
|
+
:param _DownStreamCount: 上游数量
|
|
67936
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67937
|
+
:type DownStreamCount: int
|
|
67938
|
+
:param _UpStreamCount: 下游数量
|
|
67939
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67940
|
+
:type UpStreamCount: int
|
|
67941
|
+
:param _ParentSet: 上游节点
|
|
67942
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67943
|
+
:type ParentSet: list of LineageNodeInfoVO
|
|
67944
|
+
:param _ChildSet: 下游节点
|
|
67945
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67946
|
+
:type ChildSet: list of LineageNodeInfoVO
|
|
67947
|
+
:param _StreamCountFlag: 父/子节点是否展示上下游数量
|
|
67948
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67949
|
+
:type StreamCountFlag: bool
|
|
67950
|
+
"""
|
|
67951
|
+
self._CurrentResource = None
|
|
67952
|
+
self._Relation = None
|
|
67953
|
+
self._DownStreamCount = None
|
|
67954
|
+
self._UpStreamCount = None
|
|
67955
|
+
self._ParentSet = None
|
|
67956
|
+
self._ChildSet = None
|
|
67957
|
+
self._StreamCountFlag = None
|
|
67958
|
+
|
|
67959
|
+
@property
|
|
67960
|
+
def CurrentResource(self):
|
|
67961
|
+
r"""当前资源
|
|
67962
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67963
|
+
:rtype: :class:`tencentcloud.wedata.v20210820.models.LineageResouce`
|
|
67964
|
+
"""
|
|
67965
|
+
return self._CurrentResource
|
|
67966
|
+
|
|
67967
|
+
@CurrentResource.setter
|
|
67968
|
+
def CurrentResource(self, CurrentResource):
|
|
67969
|
+
self._CurrentResource = CurrentResource
|
|
67970
|
+
|
|
67971
|
+
@property
|
|
67972
|
+
def Relation(self):
|
|
67973
|
+
r"""关系
|
|
67974
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67975
|
+
:rtype: :class:`tencentcloud.wedata.v20210820.models.LineageRelationVO`
|
|
67976
|
+
"""
|
|
67977
|
+
return self._Relation
|
|
67978
|
+
|
|
67979
|
+
@Relation.setter
|
|
67980
|
+
def Relation(self, Relation):
|
|
67981
|
+
self._Relation = Relation
|
|
67982
|
+
|
|
67983
|
+
@property
|
|
67984
|
+
def DownStreamCount(self):
|
|
67985
|
+
r"""上游数量
|
|
67986
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67987
|
+
:rtype: int
|
|
67988
|
+
"""
|
|
67989
|
+
return self._DownStreamCount
|
|
67990
|
+
|
|
67991
|
+
@DownStreamCount.setter
|
|
67992
|
+
def DownStreamCount(self, DownStreamCount):
|
|
67993
|
+
self._DownStreamCount = DownStreamCount
|
|
67994
|
+
|
|
67995
|
+
@property
|
|
67996
|
+
def UpStreamCount(self):
|
|
67997
|
+
r"""下游数量
|
|
67998
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
67999
|
+
:rtype: int
|
|
68000
|
+
"""
|
|
68001
|
+
return self._UpStreamCount
|
|
68002
|
+
|
|
68003
|
+
@UpStreamCount.setter
|
|
68004
|
+
def UpStreamCount(self, UpStreamCount):
|
|
68005
|
+
self._UpStreamCount = UpStreamCount
|
|
68006
|
+
|
|
68007
|
+
@property
|
|
68008
|
+
def ParentSet(self):
|
|
68009
|
+
r"""上游节点
|
|
68010
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68011
|
+
:rtype: list of LineageNodeInfoVO
|
|
68012
|
+
"""
|
|
68013
|
+
return self._ParentSet
|
|
68014
|
+
|
|
68015
|
+
@ParentSet.setter
|
|
68016
|
+
def ParentSet(self, ParentSet):
|
|
68017
|
+
self._ParentSet = ParentSet
|
|
68018
|
+
|
|
68019
|
+
@property
|
|
68020
|
+
def ChildSet(self):
|
|
68021
|
+
r"""下游节点
|
|
68022
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68023
|
+
:rtype: list of LineageNodeInfoVO
|
|
68024
|
+
"""
|
|
68025
|
+
return self._ChildSet
|
|
68026
|
+
|
|
68027
|
+
@ChildSet.setter
|
|
68028
|
+
def ChildSet(self, ChildSet):
|
|
68029
|
+
self._ChildSet = ChildSet
|
|
68030
|
+
|
|
68031
|
+
@property
|
|
68032
|
+
def StreamCountFlag(self):
|
|
68033
|
+
r"""父/子节点是否展示上下游数量
|
|
68034
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68035
|
+
:rtype: bool
|
|
68036
|
+
"""
|
|
68037
|
+
return self._StreamCountFlag
|
|
68038
|
+
|
|
68039
|
+
@StreamCountFlag.setter
|
|
68040
|
+
def StreamCountFlag(self, StreamCountFlag):
|
|
68041
|
+
self._StreamCountFlag = StreamCountFlag
|
|
68042
|
+
|
|
68043
|
+
|
|
68044
|
+
def _deserialize(self, params):
|
|
68045
|
+
if params.get("CurrentResource") is not None:
|
|
68046
|
+
self._CurrentResource = LineageResouce()
|
|
68047
|
+
self._CurrentResource._deserialize(params.get("CurrentResource"))
|
|
68048
|
+
if params.get("Relation") is not None:
|
|
68049
|
+
self._Relation = LineageRelationVO()
|
|
68050
|
+
self._Relation._deserialize(params.get("Relation"))
|
|
68051
|
+
self._DownStreamCount = params.get("DownStreamCount")
|
|
68052
|
+
self._UpStreamCount = params.get("UpStreamCount")
|
|
68053
|
+
if params.get("ParentSet") is not None:
|
|
68054
|
+
self._ParentSet = []
|
|
68055
|
+
for item in params.get("ParentSet"):
|
|
68056
|
+
obj = LineageNodeInfoVO()
|
|
68057
|
+
obj._deserialize(item)
|
|
68058
|
+
self._ParentSet.append(obj)
|
|
68059
|
+
if params.get("ChildSet") is not None:
|
|
68060
|
+
self._ChildSet = []
|
|
68061
|
+
for item in params.get("ChildSet"):
|
|
68062
|
+
obj = LineageNodeInfoVO()
|
|
68063
|
+
obj._deserialize(item)
|
|
68064
|
+
self._ChildSet.append(obj)
|
|
68065
|
+
self._StreamCountFlag = params.get("StreamCountFlag")
|
|
68066
|
+
memeber_set = set(params.keys())
|
|
68067
|
+
for name, value in vars(self).items():
|
|
68068
|
+
property_name = name[1:]
|
|
68069
|
+
if property_name in memeber_set:
|
|
68070
|
+
memeber_set.remove(property_name)
|
|
68071
|
+
if len(memeber_set) > 0:
|
|
68072
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
68073
|
+
|
|
68074
|
+
|
|
68075
|
+
|
|
66741
68076
|
class LineageParamRecord(AbstractModel):
|
|
66742
68077
|
r"""血缘参数记录
|
|
66743
68078
|
|
|
@@ -66791,6 +68126,500 @@ class LineageParamRecord(AbstractModel):
|
|
|
66791
68126
|
|
|
66792
68127
|
|
|
66793
68128
|
|
|
68129
|
+
class LineageProcessVO(AbstractModel):
|
|
68130
|
+
r"""LineageProcessVO
|
|
68131
|
+
|
|
68132
|
+
"""
|
|
68133
|
+
|
|
68134
|
+
def __init__(self):
|
|
68135
|
+
r"""
|
|
68136
|
+
:param _ProcessId: 原始唯一ID
|
|
68137
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68138
|
+
:type ProcessId: str
|
|
68139
|
+
:param _ProcessType: 任务类型
|
|
68140
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68141
|
+
:type ProcessType: str
|
|
68142
|
+
:param _ProcessSubType: 任务子类型
|
|
68143
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68144
|
+
:type ProcessSubType: str
|
|
68145
|
+
:param _ProcessName: 名称
|
|
68146
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68147
|
+
:type ProcessName: str
|
|
68148
|
+
:param _Description: 描述
|
|
68149
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68150
|
+
:type Description: str
|
|
68151
|
+
:param _QualifiedId: 唯一ID
|
|
68152
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68153
|
+
:type QualifiedId: str
|
|
68154
|
+
:param _Platform: 来源
|
|
68155
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68156
|
+
:type Platform: str
|
|
68157
|
+
:param _ProcessProperties: 额外扩展参数
|
|
68158
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68159
|
+
:type ProcessProperties: list of LineageProperty
|
|
68160
|
+
"""
|
|
68161
|
+
self._ProcessId = None
|
|
68162
|
+
self._ProcessType = None
|
|
68163
|
+
self._ProcessSubType = None
|
|
68164
|
+
self._ProcessName = None
|
|
68165
|
+
self._Description = None
|
|
68166
|
+
self._QualifiedId = None
|
|
68167
|
+
self._Platform = None
|
|
68168
|
+
self._ProcessProperties = None
|
|
68169
|
+
|
|
68170
|
+
@property
|
|
68171
|
+
def ProcessId(self):
|
|
68172
|
+
r"""原始唯一ID
|
|
68173
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68174
|
+
:rtype: str
|
|
68175
|
+
"""
|
|
68176
|
+
return self._ProcessId
|
|
68177
|
+
|
|
68178
|
+
@ProcessId.setter
|
|
68179
|
+
def ProcessId(self, ProcessId):
|
|
68180
|
+
self._ProcessId = ProcessId
|
|
68181
|
+
|
|
68182
|
+
@property
|
|
68183
|
+
def ProcessType(self):
|
|
68184
|
+
r"""任务类型
|
|
68185
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68186
|
+
:rtype: str
|
|
68187
|
+
"""
|
|
68188
|
+
return self._ProcessType
|
|
68189
|
+
|
|
68190
|
+
@ProcessType.setter
|
|
68191
|
+
def ProcessType(self, ProcessType):
|
|
68192
|
+
self._ProcessType = ProcessType
|
|
68193
|
+
|
|
68194
|
+
@property
|
|
68195
|
+
def ProcessSubType(self):
|
|
68196
|
+
r"""任务子类型
|
|
68197
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68198
|
+
:rtype: str
|
|
68199
|
+
"""
|
|
68200
|
+
return self._ProcessSubType
|
|
68201
|
+
|
|
68202
|
+
@ProcessSubType.setter
|
|
68203
|
+
def ProcessSubType(self, ProcessSubType):
|
|
68204
|
+
self._ProcessSubType = ProcessSubType
|
|
68205
|
+
|
|
68206
|
+
@property
|
|
68207
|
+
def ProcessName(self):
|
|
68208
|
+
r"""名称
|
|
68209
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68210
|
+
:rtype: str
|
|
68211
|
+
"""
|
|
68212
|
+
return self._ProcessName
|
|
68213
|
+
|
|
68214
|
+
@ProcessName.setter
|
|
68215
|
+
def ProcessName(self, ProcessName):
|
|
68216
|
+
self._ProcessName = ProcessName
|
|
68217
|
+
|
|
68218
|
+
@property
|
|
68219
|
+
def Description(self):
|
|
68220
|
+
r"""描述
|
|
68221
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68222
|
+
:rtype: str
|
|
68223
|
+
"""
|
|
68224
|
+
return self._Description
|
|
68225
|
+
|
|
68226
|
+
@Description.setter
|
|
68227
|
+
def Description(self, Description):
|
|
68228
|
+
self._Description = Description
|
|
68229
|
+
|
|
68230
|
+
@property
|
|
68231
|
+
def QualifiedId(self):
|
|
68232
|
+
r"""唯一ID
|
|
68233
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68234
|
+
:rtype: str
|
|
68235
|
+
"""
|
|
68236
|
+
return self._QualifiedId
|
|
68237
|
+
|
|
68238
|
+
@QualifiedId.setter
|
|
68239
|
+
def QualifiedId(self, QualifiedId):
|
|
68240
|
+
self._QualifiedId = QualifiedId
|
|
68241
|
+
|
|
68242
|
+
@property
|
|
68243
|
+
def Platform(self):
|
|
68244
|
+
r"""来源
|
|
68245
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68246
|
+
:rtype: str
|
|
68247
|
+
"""
|
|
68248
|
+
return self._Platform
|
|
68249
|
+
|
|
68250
|
+
@Platform.setter
|
|
68251
|
+
def Platform(self, Platform):
|
|
68252
|
+
self._Platform = Platform
|
|
68253
|
+
|
|
68254
|
+
@property
|
|
68255
|
+
def ProcessProperties(self):
|
|
68256
|
+
r"""额外扩展参数
|
|
68257
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68258
|
+
:rtype: list of LineageProperty
|
|
68259
|
+
"""
|
|
68260
|
+
return self._ProcessProperties
|
|
68261
|
+
|
|
68262
|
+
@ProcessProperties.setter
|
|
68263
|
+
def ProcessProperties(self, ProcessProperties):
|
|
68264
|
+
self._ProcessProperties = ProcessProperties
|
|
68265
|
+
|
|
68266
|
+
|
|
68267
|
+
def _deserialize(self, params):
|
|
68268
|
+
self._ProcessId = params.get("ProcessId")
|
|
68269
|
+
self._ProcessType = params.get("ProcessType")
|
|
68270
|
+
self._ProcessSubType = params.get("ProcessSubType")
|
|
68271
|
+
self._ProcessName = params.get("ProcessName")
|
|
68272
|
+
self._Description = params.get("Description")
|
|
68273
|
+
self._QualifiedId = params.get("QualifiedId")
|
|
68274
|
+
self._Platform = params.get("Platform")
|
|
68275
|
+
if params.get("ProcessProperties") is not None:
|
|
68276
|
+
self._ProcessProperties = []
|
|
68277
|
+
for item in params.get("ProcessProperties"):
|
|
68278
|
+
obj = LineageProperty()
|
|
68279
|
+
obj._deserialize(item)
|
|
68280
|
+
self._ProcessProperties.append(obj)
|
|
68281
|
+
memeber_set = set(params.keys())
|
|
68282
|
+
for name, value in vars(self).items():
|
|
68283
|
+
property_name = name[1:]
|
|
68284
|
+
if property_name in memeber_set:
|
|
68285
|
+
memeber_set.remove(property_name)
|
|
68286
|
+
if len(memeber_set) > 0:
|
|
68287
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
68288
|
+
|
|
68289
|
+
|
|
68290
|
+
|
|
68291
|
+
class LineageProperty(AbstractModel):
|
|
68292
|
+
r"""LineageProperty额外扩展参数
|
|
68293
|
+
|
|
68294
|
+
"""
|
|
68295
|
+
|
|
68296
|
+
def __init__(self):
|
|
68297
|
+
r"""
|
|
68298
|
+
:param _Name: 属性名称
|
|
68299
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68300
|
+
:type Name: str
|
|
68301
|
+
:param _Value: 属性值
|
|
68302
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68303
|
+
:type Value: str
|
|
68304
|
+
"""
|
|
68305
|
+
self._Name = None
|
|
68306
|
+
self._Value = None
|
|
68307
|
+
|
|
68308
|
+
@property
|
|
68309
|
+
def Name(self):
|
|
68310
|
+
r"""属性名称
|
|
68311
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68312
|
+
:rtype: str
|
|
68313
|
+
"""
|
|
68314
|
+
return self._Name
|
|
68315
|
+
|
|
68316
|
+
@Name.setter
|
|
68317
|
+
def Name(self, Name):
|
|
68318
|
+
self._Name = Name
|
|
68319
|
+
|
|
68320
|
+
@property
|
|
68321
|
+
def Value(self):
|
|
68322
|
+
r"""属性值
|
|
68323
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68324
|
+
:rtype: str
|
|
68325
|
+
"""
|
|
68326
|
+
return self._Value
|
|
68327
|
+
|
|
68328
|
+
@Value.setter
|
|
68329
|
+
def Value(self, Value):
|
|
68330
|
+
self._Value = Value
|
|
68331
|
+
|
|
68332
|
+
|
|
68333
|
+
def _deserialize(self, params):
|
|
68334
|
+
self._Name = params.get("Name")
|
|
68335
|
+
self._Value = params.get("Value")
|
|
68336
|
+
memeber_set = set(params.keys())
|
|
68337
|
+
for name, value in vars(self).items():
|
|
68338
|
+
property_name = name[1:]
|
|
68339
|
+
if property_name in memeber_set:
|
|
68340
|
+
memeber_set.remove(property_name)
|
|
68341
|
+
if len(memeber_set) > 0:
|
|
68342
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
68343
|
+
|
|
68344
|
+
|
|
68345
|
+
|
|
68346
|
+
class LineageRelationVO(AbstractModel):
|
|
68347
|
+
r"""LineageRelationVO
|
|
68348
|
+
|
|
68349
|
+
"""
|
|
68350
|
+
|
|
68351
|
+
def __init__(self):
|
|
68352
|
+
r"""
|
|
68353
|
+
:param _RelationId: 关联ID
|
|
68354
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68355
|
+
:type RelationId: str
|
|
68356
|
+
:param _SourceQualifiedId: 源端唯一血缘ID
|
|
68357
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68358
|
+
:type SourceQualifiedId: str
|
|
68359
|
+
:param _TargetQualifiedId: 目标端唯一血缘ID
|
|
68360
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68361
|
+
:type TargetQualifiedId: str
|
|
68362
|
+
:param _Processes: 血缘加工过程
|
|
68363
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68364
|
+
:type Processes: list of LineageProcessVO
|
|
68365
|
+
"""
|
|
68366
|
+
self._RelationId = None
|
|
68367
|
+
self._SourceQualifiedId = None
|
|
68368
|
+
self._TargetQualifiedId = None
|
|
68369
|
+
self._Processes = None
|
|
68370
|
+
|
|
68371
|
+
@property
|
|
68372
|
+
def RelationId(self):
|
|
68373
|
+
r"""关联ID
|
|
68374
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68375
|
+
:rtype: str
|
|
68376
|
+
"""
|
|
68377
|
+
return self._RelationId
|
|
68378
|
+
|
|
68379
|
+
@RelationId.setter
|
|
68380
|
+
def RelationId(self, RelationId):
|
|
68381
|
+
self._RelationId = RelationId
|
|
68382
|
+
|
|
68383
|
+
@property
|
|
68384
|
+
def SourceQualifiedId(self):
|
|
68385
|
+
r"""源端唯一血缘ID
|
|
68386
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68387
|
+
:rtype: str
|
|
68388
|
+
"""
|
|
68389
|
+
return self._SourceQualifiedId
|
|
68390
|
+
|
|
68391
|
+
@SourceQualifiedId.setter
|
|
68392
|
+
def SourceQualifiedId(self, SourceQualifiedId):
|
|
68393
|
+
self._SourceQualifiedId = SourceQualifiedId
|
|
68394
|
+
|
|
68395
|
+
@property
|
|
68396
|
+
def TargetQualifiedId(self):
|
|
68397
|
+
r"""目标端唯一血缘ID
|
|
68398
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68399
|
+
:rtype: str
|
|
68400
|
+
"""
|
|
68401
|
+
return self._TargetQualifiedId
|
|
68402
|
+
|
|
68403
|
+
@TargetQualifiedId.setter
|
|
68404
|
+
def TargetQualifiedId(self, TargetQualifiedId):
|
|
68405
|
+
self._TargetQualifiedId = TargetQualifiedId
|
|
68406
|
+
|
|
68407
|
+
@property
|
|
68408
|
+
def Processes(self):
|
|
68409
|
+
r"""血缘加工过程
|
|
68410
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68411
|
+
:rtype: list of LineageProcessVO
|
|
68412
|
+
"""
|
|
68413
|
+
return self._Processes
|
|
68414
|
+
|
|
68415
|
+
@Processes.setter
|
|
68416
|
+
def Processes(self, Processes):
|
|
68417
|
+
self._Processes = Processes
|
|
68418
|
+
|
|
68419
|
+
|
|
68420
|
+
def _deserialize(self, params):
|
|
68421
|
+
self._RelationId = params.get("RelationId")
|
|
68422
|
+
self._SourceQualifiedId = params.get("SourceQualifiedId")
|
|
68423
|
+
self._TargetQualifiedId = params.get("TargetQualifiedId")
|
|
68424
|
+
if params.get("Processes") is not None:
|
|
68425
|
+
self._Processes = []
|
|
68426
|
+
for item in params.get("Processes"):
|
|
68427
|
+
obj = LineageProcessVO()
|
|
68428
|
+
obj._deserialize(item)
|
|
68429
|
+
self._Processes.append(obj)
|
|
68430
|
+
memeber_set = set(params.keys())
|
|
68431
|
+
for name, value in vars(self).items():
|
|
68432
|
+
property_name = name[1:]
|
|
68433
|
+
if property_name in memeber_set:
|
|
68434
|
+
memeber_set.remove(property_name)
|
|
68435
|
+
if len(memeber_set) > 0:
|
|
68436
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
68437
|
+
|
|
68438
|
+
|
|
68439
|
+
|
|
68440
|
+
class LineageResouce(AbstractModel):
|
|
68441
|
+
r"""血缘实体
|
|
68442
|
+
|
|
68443
|
+
"""
|
|
68444
|
+
|
|
68445
|
+
def __init__(self):
|
|
68446
|
+
r"""
|
|
68447
|
+
:param _ResourceOriId: 实体原始唯一ID
|
|
68448
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68449
|
+
:type ResourceOriId: str
|
|
68450
|
+
:param _ResourceName: 业务名称:库名.表名|指标名称|模型名称|字段名称
|
|
68451
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68452
|
+
:type ResourceName: str
|
|
68453
|
+
:param _ResourceType: 实体类型
|
|
68454
|
+
TABLE|METRIC|MODEL|SERVICE|COLUMN
|
|
68455
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68456
|
+
:type ResourceType: str
|
|
68457
|
+
:param _QualifiedId: 血缘全局唯一ID
|
|
68458
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68459
|
+
:type QualifiedId: str
|
|
68460
|
+
:param _Description: 描述:表类型|指标描述|模型描述|字段描述
|
|
68461
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68462
|
+
:type Description: str
|
|
68463
|
+
:param _Platform: 来源:WEDATA|THIRD
|
|
68464
|
+
默认wedata
|
|
68465
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68466
|
+
:type Platform: str
|
|
68467
|
+
:param _CreateTime: 创建时间
|
|
68468
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68469
|
+
:type CreateTime: str
|
|
68470
|
+
:param _UpdateTime: 更新时间
|
|
68471
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68472
|
+
:type UpdateTime: str
|
|
68473
|
+
:param _ResourceProperties: resource 额外扩展参数
|
|
68474
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68475
|
+
:type ResourceProperties: list of LineageProperty
|
|
68476
|
+
"""
|
|
68477
|
+
self._ResourceOriId = None
|
|
68478
|
+
self._ResourceName = None
|
|
68479
|
+
self._ResourceType = None
|
|
68480
|
+
self._QualifiedId = None
|
|
68481
|
+
self._Description = None
|
|
68482
|
+
self._Platform = None
|
|
68483
|
+
self._CreateTime = None
|
|
68484
|
+
self._UpdateTime = None
|
|
68485
|
+
self._ResourceProperties = None
|
|
68486
|
+
|
|
68487
|
+
@property
|
|
68488
|
+
def ResourceOriId(self):
|
|
68489
|
+
r"""实体原始唯一ID
|
|
68490
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68491
|
+
:rtype: str
|
|
68492
|
+
"""
|
|
68493
|
+
return self._ResourceOriId
|
|
68494
|
+
|
|
68495
|
+
@ResourceOriId.setter
|
|
68496
|
+
def ResourceOriId(self, ResourceOriId):
|
|
68497
|
+
self._ResourceOriId = ResourceOriId
|
|
68498
|
+
|
|
68499
|
+
@property
|
|
68500
|
+
def ResourceName(self):
|
|
68501
|
+
r"""业务名称:库名.表名|指标名称|模型名称|字段名称
|
|
68502
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68503
|
+
:rtype: str
|
|
68504
|
+
"""
|
|
68505
|
+
return self._ResourceName
|
|
68506
|
+
|
|
68507
|
+
@ResourceName.setter
|
|
68508
|
+
def ResourceName(self, ResourceName):
|
|
68509
|
+
self._ResourceName = ResourceName
|
|
68510
|
+
|
|
68511
|
+
@property
|
|
68512
|
+
def ResourceType(self):
|
|
68513
|
+
r"""实体类型
|
|
68514
|
+
TABLE|METRIC|MODEL|SERVICE|COLUMN
|
|
68515
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68516
|
+
:rtype: str
|
|
68517
|
+
"""
|
|
68518
|
+
return self._ResourceType
|
|
68519
|
+
|
|
68520
|
+
@ResourceType.setter
|
|
68521
|
+
def ResourceType(self, ResourceType):
|
|
68522
|
+
self._ResourceType = ResourceType
|
|
68523
|
+
|
|
68524
|
+
@property
|
|
68525
|
+
def QualifiedId(self):
|
|
68526
|
+
r"""血缘全局唯一ID
|
|
68527
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68528
|
+
:rtype: str
|
|
68529
|
+
"""
|
|
68530
|
+
return self._QualifiedId
|
|
68531
|
+
|
|
68532
|
+
@QualifiedId.setter
|
|
68533
|
+
def QualifiedId(self, QualifiedId):
|
|
68534
|
+
self._QualifiedId = QualifiedId
|
|
68535
|
+
|
|
68536
|
+
@property
|
|
68537
|
+
def Description(self):
|
|
68538
|
+
r"""描述:表类型|指标描述|模型描述|字段描述
|
|
68539
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68540
|
+
:rtype: str
|
|
68541
|
+
"""
|
|
68542
|
+
return self._Description
|
|
68543
|
+
|
|
68544
|
+
@Description.setter
|
|
68545
|
+
def Description(self, Description):
|
|
68546
|
+
self._Description = Description
|
|
68547
|
+
|
|
68548
|
+
@property
|
|
68549
|
+
def Platform(self):
|
|
68550
|
+
r"""来源:WEDATA|THIRD
|
|
68551
|
+
默认wedata
|
|
68552
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68553
|
+
:rtype: str
|
|
68554
|
+
"""
|
|
68555
|
+
return self._Platform
|
|
68556
|
+
|
|
68557
|
+
@Platform.setter
|
|
68558
|
+
def Platform(self, Platform):
|
|
68559
|
+
self._Platform = Platform
|
|
68560
|
+
|
|
68561
|
+
@property
|
|
68562
|
+
def CreateTime(self):
|
|
68563
|
+
r"""创建时间
|
|
68564
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68565
|
+
:rtype: str
|
|
68566
|
+
"""
|
|
68567
|
+
return self._CreateTime
|
|
68568
|
+
|
|
68569
|
+
@CreateTime.setter
|
|
68570
|
+
def CreateTime(self, CreateTime):
|
|
68571
|
+
self._CreateTime = CreateTime
|
|
68572
|
+
|
|
68573
|
+
@property
|
|
68574
|
+
def UpdateTime(self):
|
|
68575
|
+
r"""更新时间
|
|
68576
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68577
|
+
:rtype: str
|
|
68578
|
+
"""
|
|
68579
|
+
return self._UpdateTime
|
|
68580
|
+
|
|
68581
|
+
@UpdateTime.setter
|
|
68582
|
+
def UpdateTime(self, UpdateTime):
|
|
68583
|
+
self._UpdateTime = UpdateTime
|
|
68584
|
+
|
|
68585
|
+
@property
|
|
68586
|
+
def ResourceProperties(self):
|
|
68587
|
+
r"""resource 额外扩展参数
|
|
68588
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68589
|
+
:rtype: list of LineageProperty
|
|
68590
|
+
"""
|
|
68591
|
+
return self._ResourceProperties
|
|
68592
|
+
|
|
68593
|
+
@ResourceProperties.setter
|
|
68594
|
+
def ResourceProperties(self, ResourceProperties):
|
|
68595
|
+
self._ResourceProperties = ResourceProperties
|
|
68596
|
+
|
|
68597
|
+
|
|
68598
|
+
def _deserialize(self, params):
|
|
68599
|
+
self._ResourceOriId = params.get("ResourceOriId")
|
|
68600
|
+
self._ResourceName = params.get("ResourceName")
|
|
68601
|
+
self._ResourceType = params.get("ResourceType")
|
|
68602
|
+
self._QualifiedId = params.get("QualifiedId")
|
|
68603
|
+
self._Description = params.get("Description")
|
|
68604
|
+
self._Platform = params.get("Platform")
|
|
68605
|
+
self._CreateTime = params.get("CreateTime")
|
|
68606
|
+
self._UpdateTime = params.get("UpdateTime")
|
|
68607
|
+
if params.get("ResourceProperties") is not None:
|
|
68608
|
+
self._ResourceProperties = []
|
|
68609
|
+
for item in params.get("ResourceProperties"):
|
|
68610
|
+
obj = LineageProperty()
|
|
68611
|
+
obj._deserialize(item)
|
|
68612
|
+
self._ResourceProperties.append(obj)
|
|
68613
|
+
memeber_set = set(params.keys())
|
|
68614
|
+
for name, value in vars(self).items():
|
|
68615
|
+
property_name = name[1:]
|
|
68616
|
+
if property_name in memeber_set:
|
|
68617
|
+
memeber_set.remove(property_name)
|
|
68618
|
+
if len(memeber_set) > 0:
|
|
68619
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
68620
|
+
|
|
68621
|
+
|
|
68622
|
+
|
|
66794
68623
|
class LineageTask(AbstractModel):
|
|
66795
68624
|
r"""血缘任务
|
|
66796
68625
|
|
|
@@ -68330,6 +70159,108 @@ class MQPackageVO(AbstractModel):
|
|
|
68330
70159
|
|
|
68331
70160
|
|
|
68332
70161
|
|
|
70162
|
+
class MakePlanAlarmRule(AbstractModel):
|
|
70163
|
+
r"""补录计划告警规则
|
|
70164
|
+
|
|
70165
|
+
"""
|
|
70166
|
+
|
|
70167
|
+
def __init__(self):
|
|
70168
|
+
r"""
|
|
70169
|
+
:param _AlarmLevel: 告警的级别
|
|
70170
|
+
1 -- 普通
|
|
70171
|
+
2 -- 重要
|
|
70172
|
+
3 -- 紧急
|
|
70173
|
+
:type AlarmLevel: int
|
|
70174
|
+
:param _AlarmTypes: 告警的类型,补录计划支持:
|
|
70175
|
+
start:启动告警
|
|
70176
|
+
failure:失败告警
|
|
70177
|
+
success:成功告警
|
|
70178
|
+
overtime:超过配置时间告警
|
|
70179
|
+
|
|
70180
|
+
:type AlarmTypes: list of str
|
|
70181
|
+
:param _ExtInfo: 告警超时时间
|
|
70182
|
+
:type ExtInfo: str
|
|
70183
|
+
:param _AlarmGroup: 告警接受人 升级人配置信息
|
|
70184
|
+
:type AlarmGroup: list of AlarmGroup
|
|
70185
|
+
"""
|
|
70186
|
+
self._AlarmLevel = None
|
|
70187
|
+
self._AlarmTypes = None
|
|
70188
|
+
self._ExtInfo = None
|
|
70189
|
+
self._AlarmGroup = None
|
|
70190
|
+
|
|
70191
|
+
@property
|
|
70192
|
+
def AlarmLevel(self):
|
|
70193
|
+
r"""告警的级别
|
|
70194
|
+
1 -- 普通
|
|
70195
|
+
2 -- 重要
|
|
70196
|
+
3 -- 紧急
|
|
70197
|
+
:rtype: int
|
|
70198
|
+
"""
|
|
70199
|
+
return self._AlarmLevel
|
|
70200
|
+
|
|
70201
|
+
@AlarmLevel.setter
|
|
70202
|
+
def AlarmLevel(self, AlarmLevel):
|
|
70203
|
+
self._AlarmLevel = AlarmLevel
|
|
70204
|
+
|
|
70205
|
+
@property
|
|
70206
|
+
def AlarmTypes(self):
|
|
70207
|
+
r"""告警的类型,补录计划支持:
|
|
70208
|
+
start:启动告警
|
|
70209
|
+
failure:失败告警
|
|
70210
|
+
success:成功告警
|
|
70211
|
+
overtime:超过配置时间告警
|
|
70212
|
+
|
|
70213
|
+
:rtype: list of str
|
|
70214
|
+
"""
|
|
70215
|
+
return self._AlarmTypes
|
|
70216
|
+
|
|
70217
|
+
@AlarmTypes.setter
|
|
70218
|
+
def AlarmTypes(self, AlarmTypes):
|
|
70219
|
+
self._AlarmTypes = AlarmTypes
|
|
70220
|
+
|
|
70221
|
+
@property
|
|
70222
|
+
def ExtInfo(self):
|
|
70223
|
+
r"""告警超时时间
|
|
70224
|
+
:rtype: str
|
|
70225
|
+
"""
|
|
70226
|
+
return self._ExtInfo
|
|
70227
|
+
|
|
70228
|
+
@ExtInfo.setter
|
|
70229
|
+
def ExtInfo(self, ExtInfo):
|
|
70230
|
+
self._ExtInfo = ExtInfo
|
|
70231
|
+
|
|
70232
|
+
@property
|
|
70233
|
+
def AlarmGroup(self):
|
|
70234
|
+
r"""告警接受人 升级人配置信息
|
|
70235
|
+
:rtype: list of AlarmGroup
|
|
70236
|
+
"""
|
|
70237
|
+
return self._AlarmGroup
|
|
70238
|
+
|
|
70239
|
+
@AlarmGroup.setter
|
|
70240
|
+
def AlarmGroup(self, AlarmGroup):
|
|
70241
|
+
self._AlarmGroup = AlarmGroup
|
|
70242
|
+
|
|
70243
|
+
|
|
70244
|
+
def _deserialize(self, params):
|
|
70245
|
+
self._AlarmLevel = params.get("AlarmLevel")
|
|
70246
|
+
self._AlarmTypes = params.get("AlarmTypes")
|
|
70247
|
+
self._ExtInfo = params.get("ExtInfo")
|
|
70248
|
+
if params.get("AlarmGroup") is not None:
|
|
70249
|
+
self._AlarmGroup = []
|
|
70250
|
+
for item in params.get("AlarmGroup"):
|
|
70251
|
+
obj = AlarmGroup()
|
|
70252
|
+
obj._deserialize(item)
|
|
70253
|
+
self._AlarmGroup.append(obj)
|
|
70254
|
+
memeber_set = set(params.keys())
|
|
70255
|
+
for name, value in vars(self).items():
|
|
70256
|
+
property_name = name[1:]
|
|
70257
|
+
if property_name in memeber_set:
|
|
70258
|
+
memeber_set.remove(property_name)
|
|
70259
|
+
if len(memeber_set) > 0:
|
|
70260
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
70261
|
+
|
|
70262
|
+
|
|
70263
|
+
|
|
68333
70264
|
class MakePlanInstanceOpsDtoCollection(AbstractModel):
|
|
68334
70265
|
r"""补录计划实例集合
|
|
68335
70266
|
|
|
@@ -68561,6 +70492,22 @@ REVERSE: 实例数据时间逆序
|
|
|
68561
70492
|
:param _TimeType: 补录计划时间范围的类型:
|
|
68562
70493
|
DATA_TIME:实例数据时间;SCHEDULE_TIME 计划调度时间
|
|
68563
70494
|
:type TimeType: str
|
|
70495
|
+
:param _StartTime: 开始时间
|
|
70496
|
+
:type StartTime: str
|
|
70497
|
+
:param _EndTime: 结束时间
|
|
70498
|
+
:type EndTime: str
|
|
70499
|
+
:param _FailurePercent: 失败百分比
|
|
70500
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
70501
|
+
:type FailurePercent: int
|
|
70502
|
+
:param _AlarmRule: 补录计划的告警规则
|
|
70503
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
70504
|
+
:type AlarmRule: :class:`tencentcloud.wedata.v20210820.models.MakePlanAlarmRule`
|
|
70505
|
+
:param _RunType: 运行类型
|
|
70506
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
70507
|
+
:type RunType: int
|
|
70508
|
+
:param _RunDateTime: 定时运行时间
|
|
70509
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
70510
|
+
:type RunDateTime: str
|
|
68564
70511
|
"""
|
|
68565
70512
|
self._PlanId = None
|
|
68566
70513
|
self._MakeName = None
|
|
@@ -68593,6 +70540,12 @@ DATA_TIME:实例数据时间;SCHEDULE_TIME 计划调度时间
|
|
|
68593
70540
|
self._ScheduleTimeZone = None
|
|
68594
70541
|
self._AppParam = None
|
|
68595
70542
|
self._TimeType = None
|
|
70543
|
+
self._StartTime = None
|
|
70544
|
+
self._EndTime = None
|
|
70545
|
+
self._FailurePercent = None
|
|
70546
|
+
self._AlarmRule = None
|
|
70547
|
+
self._RunType = None
|
|
70548
|
+
self._RunDateTime = None
|
|
68596
70549
|
|
|
68597
70550
|
@property
|
|
68598
70551
|
def PlanId(self):
|
|
@@ -68969,6 +70922,76 @@ DATA_TIME:实例数据时间;SCHEDULE_TIME 计划调度时间
|
|
|
68969
70922
|
def TimeType(self, TimeType):
|
|
68970
70923
|
self._TimeType = TimeType
|
|
68971
70924
|
|
|
70925
|
+
@property
|
|
70926
|
+
def StartTime(self):
|
|
70927
|
+
r"""开始时间
|
|
70928
|
+
:rtype: str
|
|
70929
|
+
"""
|
|
70930
|
+
return self._StartTime
|
|
70931
|
+
|
|
70932
|
+
@StartTime.setter
|
|
70933
|
+
def StartTime(self, StartTime):
|
|
70934
|
+
self._StartTime = StartTime
|
|
70935
|
+
|
|
70936
|
+
@property
|
|
70937
|
+
def EndTime(self):
|
|
70938
|
+
r"""结束时间
|
|
70939
|
+
:rtype: str
|
|
70940
|
+
"""
|
|
70941
|
+
return self._EndTime
|
|
70942
|
+
|
|
70943
|
+
@EndTime.setter
|
|
70944
|
+
def EndTime(self, EndTime):
|
|
70945
|
+
self._EndTime = EndTime
|
|
70946
|
+
|
|
70947
|
+
@property
|
|
70948
|
+
def FailurePercent(self):
|
|
70949
|
+
r"""失败百分比
|
|
70950
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
70951
|
+
:rtype: int
|
|
70952
|
+
"""
|
|
70953
|
+
return self._FailurePercent
|
|
70954
|
+
|
|
70955
|
+
@FailurePercent.setter
|
|
70956
|
+
def FailurePercent(self, FailurePercent):
|
|
70957
|
+
self._FailurePercent = FailurePercent
|
|
70958
|
+
|
|
70959
|
+
@property
|
|
70960
|
+
def AlarmRule(self):
|
|
70961
|
+
r"""补录计划的告警规则
|
|
70962
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
70963
|
+
:rtype: :class:`tencentcloud.wedata.v20210820.models.MakePlanAlarmRule`
|
|
70964
|
+
"""
|
|
70965
|
+
return self._AlarmRule
|
|
70966
|
+
|
|
70967
|
+
@AlarmRule.setter
|
|
70968
|
+
def AlarmRule(self, AlarmRule):
|
|
70969
|
+
self._AlarmRule = AlarmRule
|
|
70970
|
+
|
|
70971
|
+
@property
|
|
70972
|
+
def RunType(self):
|
|
70973
|
+
r"""运行类型
|
|
70974
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
70975
|
+
:rtype: int
|
|
70976
|
+
"""
|
|
70977
|
+
return self._RunType
|
|
70978
|
+
|
|
70979
|
+
@RunType.setter
|
|
70980
|
+
def RunType(self, RunType):
|
|
70981
|
+
self._RunType = RunType
|
|
70982
|
+
|
|
70983
|
+
@property
|
|
70984
|
+
def RunDateTime(self):
|
|
70985
|
+
r"""定时运行时间
|
|
70986
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
70987
|
+
:rtype: str
|
|
70988
|
+
"""
|
|
70989
|
+
return self._RunDateTime
|
|
70990
|
+
|
|
70991
|
+
@RunDateTime.setter
|
|
70992
|
+
def RunDateTime(self, RunDateTime):
|
|
70993
|
+
self._RunDateTime = RunDateTime
|
|
70994
|
+
|
|
68972
70995
|
|
|
68973
70996
|
def _deserialize(self, params):
|
|
68974
70997
|
self._PlanId = params.get("PlanId")
|
|
@@ -69012,6 +71035,14 @@ DATA_TIME:实例数据时间;SCHEDULE_TIME 计划调度时间
|
|
|
69012
71035
|
self._ScheduleTimeZone = params.get("ScheduleTimeZone")
|
|
69013
71036
|
self._AppParam = params.get("AppParam")
|
|
69014
71037
|
self._TimeType = params.get("TimeType")
|
|
71038
|
+
self._StartTime = params.get("StartTime")
|
|
71039
|
+
self._EndTime = params.get("EndTime")
|
|
71040
|
+
self._FailurePercent = params.get("FailurePercent")
|
|
71041
|
+
if params.get("AlarmRule") is not None:
|
|
71042
|
+
self._AlarmRule = MakePlanAlarmRule()
|
|
71043
|
+
self._AlarmRule._deserialize(params.get("AlarmRule"))
|
|
71044
|
+
self._RunType = params.get("RunType")
|
|
71045
|
+
self._RunDateTime = params.get("RunDateTime")
|
|
69015
71046
|
memeber_set = set(params.keys())
|
|
69016
71047
|
for name, value in vars(self).items():
|
|
69017
71048
|
property_name = name[1:]
|
|
@@ -69169,15 +71200,19 @@ class MakePlanTaskOpsDto(AbstractModel):
|
|
|
69169
71200
|
:param _SuccessPercent: 补录任务实例成功百分数
|
|
69170
71201
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
69171
71202
|
:type SuccessPercent: int
|
|
69172
|
-
:param _InstanceTotalCount: 预计生成的总实例个数,由于是异步生成,-1
|
|
71203
|
+
:param _InstanceTotalCount: 预计生成的总实例个数,由于是异步生成,-1代表实例还未完全生成
|
|
69173
71204
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
69174
71205
|
:type InstanceTotalCount: int
|
|
71206
|
+
:param _FailurePercent: 补录任务实例失败百分数
|
|
71207
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
71208
|
+
:type FailurePercent: int
|
|
69175
71209
|
"""
|
|
69176
71210
|
self._TaskBaseInfo = None
|
|
69177
71211
|
self._InstanceCount = None
|
|
69178
71212
|
self._CompletePercent = None
|
|
69179
71213
|
self._SuccessPercent = None
|
|
69180
71214
|
self._InstanceTotalCount = None
|
|
71215
|
+
self._FailurePercent = None
|
|
69181
71216
|
|
|
69182
71217
|
@property
|
|
69183
71218
|
def TaskBaseInfo(self):
|
|
@@ -69229,7 +71264,7 @@ class MakePlanTaskOpsDto(AbstractModel):
|
|
|
69229
71264
|
|
|
69230
71265
|
@property
|
|
69231
71266
|
def InstanceTotalCount(self):
|
|
69232
|
-
r"""预计生成的总实例个数,由于是异步生成,-1
|
|
71267
|
+
r"""预计生成的总实例个数,由于是异步生成,-1代表实例还未完全生成
|
|
69233
71268
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
69234
71269
|
:rtype: int
|
|
69235
71270
|
"""
|
|
@@ -69239,6 +71274,18 @@ class MakePlanTaskOpsDto(AbstractModel):
|
|
|
69239
71274
|
def InstanceTotalCount(self, InstanceTotalCount):
|
|
69240
71275
|
self._InstanceTotalCount = InstanceTotalCount
|
|
69241
71276
|
|
|
71277
|
+
@property
|
|
71278
|
+
def FailurePercent(self):
|
|
71279
|
+
r"""补录任务实例失败百分数
|
|
71280
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
71281
|
+
:rtype: int
|
|
71282
|
+
"""
|
|
71283
|
+
return self._FailurePercent
|
|
71284
|
+
|
|
71285
|
+
@FailurePercent.setter
|
|
71286
|
+
def FailurePercent(self, FailurePercent):
|
|
71287
|
+
self._FailurePercent = FailurePercent
|
|
71288
|
+
|
|
69242
71289
|
|
|
69243
71290
|
def _deserialize(self, params):
|
|
69244
71291
|
if params.get("TaskBaseInfo") is not None:
|
|
@@ -69248,6 +71295,7 @@ class MakePlanTaskOpsDto(AbstractModel):
|
|
|
69248
71295
|
self._CompletePercent = params.get("CompletePercent")
|
|
69249
71296
|
self._SuccessPercent = params.get("SuccessPercent")
|
|
69250
71297
|
self._InstanceTotalCount = params.get("InstanceTotalCount")
|
|
71298
|
+
self._FailurePercent = params.get("FailurePercent")
|
|
69251
71299
|
memeber_set = set(params.keys())
|
|
69252
71300
|
for name, value in vars(self).items():
|
|
69253
71301
|
property_name = name[1:]
|
|
@@ -71746,6 +73794,10 @@ class ModifyRuleRequest(AbstractModel):
|
|
|
71746
73794
|
:type TargetSchemaName: str
|
|
71747
73795
|
:param _TargetTableName: 目标表名
|
|
71748
73796
|
:type TargetTableName: str
|
|
73797
|
+
:param _CatalogName: 目录
|
|
73798
|
+
:type CatalogName: str
|
|
73799
|
+
:param _TargetCatalogName: 目标目录
|
|
73800
|
+
:type TargetCatalogName: str
|
|
71749
73801
|
"""
|
|
71750
73802
|
self._ProjectId = None
|
|
71751
73803
|
self._RuleId = None
|
|
@@ -71773,6 +73825,8 @@ class ModifyRuleRequest(AbstractModel):
|
|
|
71773
73825
|
self._TargetDatabaseName = None
|
|
71774
73826
|
self._TargetSchemaName = None
|
|
71775
73827
|
self._TargetTableName = None
|
|
73828
|
+
self._CatalogName = None
|
|
73829
|
+
self._TargetCatalogName = None
|
|
71776
73830
|
|
|
71777
73831
|
@property
|
|
71778
73832
|
def ProjectId(self):
|
|
@@ -72060,6 +74114,28 @@ class ModifyRuleRequest(AbstractModel):
|
|
|
72060
74114
|
def TargetTableName(self, TargetTableName):
|
|
72061
74115
|
self._TargetTableName = TargetTableName
|
|
72062
74116
|
|
|
74117
|
+
@property
|
|
74118
|
+
def CatalogName(self):
|
|
74119
|
+
r"""目录
|
|
74120
|
+
:rtype: str
|
|
74121
|
+
"""
|
|
74122
|
+
return self._CatalogName
|
|
74123
|
+
|
|
74124
|
+
@CatalogName.setter
|
|
74125
|
+
def CatalogName(self, CatalogName):
|
|
74126
|
+
self._CatalogName = CatalogName
|
|
74127
|
+
|
|
74128
|
+
@property
|
|
74129
|
+
def TargetCatalogName(self):
|
|
74130
|
+
r"""目标目录
|
|
74131
|
+
:rtype: str
|
|
74132
|
+
"""
|
|
74133
|
+
return self._TargetCatalogName
|
|
74134
|
+
|
|
74135
|
+
@TargetCatalogName.setter
|
|
74136
|
+
def TargetCatalogName(self, TargetCatalogName):
|
|
74137
|
+
self._TargetCatalogName = TargetCatalogName
|
|
74138
|
+
|
|
72063
74139
|
|
|
72064
74140
|
def _deserialize(self, params):
|
|
72065
74141
|
self._ProjectId = params.get("ProjectId")
|
|
@@ -72092,6 +74168,8 @@ class ModifyRuleRequest(AbstractModel):
|
|
|
72092
74168
|
self._TargetDatabaseName = params.get("TargetDatabaseName")
|
|
72093
74169
|
self._TargetSchemaName = params.get("TargetSchemaName")
|
|
72094
74170
|
self._TargetTableName = params.get("TargetTableName")
|
|
74171
|
+
self._CatalogName = params.get("CatalogName")
|
|
74172
|
+
self._TargetCatalogName = params.get("TargetCatalogName")
|
|
72095
74173
|
memeber_set = set(params.keys())
|
|
72096
74174
|
for name, value in vars(self).items():
|
|
72097
74175
|
property_name = name[1:]
|
|
@@ -74989,6 +77067,83 @@ class MoveTasksToFolderResponse(AbstractModel):
|
|
|
74989
77067
|
self._RequestId = params.get("RequestId")
|
|
74990
77068
|
|
|
74991
77069
|
|
|
77070
|
+
class NotificationFatigue(AbstractModel):
|
|
77071
|
+
r"""任务告警通知疲劳度配置,包括通知次数、间隔、免打扰时间。
|
|
77072
|
+
|
|
77073
|
+
"""
|
|
77074
|
+
|
|
77075
|
+
def __init__(self):
|
|
77076
|
+
r"""
|
|
77077
|
+
:param _NotifyCount: 通知次数
|
|
77078
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
77079
|
+
:type NotifyCount: int
|
|
77080
|
+
:param _NotifyInterval: 通知间隔,单位分钟。
|
|
77081
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
77082
|
+
:type NotifyInterval: int
|
|
77083
|
+
:param _QuietIntervals: 免打扰时间,例如示例值每周一、周二的00:00到09:00免打扰
|
|
77084
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
77085
|
+
:type QuietIntervals: list of AlarmQuietInterval
|
|
77086
|
+
"""
|
|
77087
|
+
self._NotifyCount = None
|
|
77088
|
+
self._NotifyInterval = None
|
|
77089
|
+
self._QuietIntervals = None
|
|
77090
|
+
|
|
77091
|
+
@property
|
|
77092
|
+
def NotifyCount(self):
|
|
77093
|
+
r"""通知次数
|
|
77094
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
77095
|
+
:rtype: int
|
|
77096
|
+
"""
|
|
77097
|
+
return self._NotifyCount
|
|
77098
|
+
|
|
77099
|
+
@NotifyCount.setter
|
|
77100
|
+
def NotifyCount(self, NotifyCount):
|
|
77101
|
+
self._NotifyCount = NotifyCount
|
|
77102
|
+
|
|
77103
|
+
@property
|
|
77104
|
+
def NotifyInterval(self):
|
|
77105
|
+
r"""通知间隔,单位分钟。
|
|
77106
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
77107
|
+
:rtype: int
|
|
77108
|
+
"""
|
|
77109
|
+
return self._NotifyInterval
|
|
77110
|
+
|
|
77111
|
+
@NotifyInterval.setter
|
|
77112
|
+
def NotifyInterval(self, NotifyInterval):
|
|
77113
|
+
self._NotifyInterval = NotifyInterval
|
|
77114
|
+
|
|
77115
|
+
@property
|
|
77116
|
+
def QuietIntervals(self):
|
|
77117
|
+
r"""免打扰时间,例如示例值每周一、周二的00:00到09:00免打扰
|
|
77118
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
77119
|
+
:rtype: list of AlarmQuietInterval
|
|
77120
|
+
"""
|
|
77121
|
+
return self._QuietIntervals
|
|
77122
|
+
|
|
77123
|
+
@QuietIntervals.setter
|
|
77124
|
+
def QuietIntervals(self, QuietIntervals):
|
|
77125
|
+
self._QuietIntervals = QuietIntervals
|
|
77126
|
+
|
|
77127
|
+
|
|
77128
|
+
def _deserialize(self, params):
|
|
77129
|
+
self._NotifyCount = params.get("NotifyCount")
|
|
77130
|
+
self._NotifyInterval = params.get("NotifyInterval")
|
|
77131
|
+
if params.get("QuietIntervals") is not None:
|
|
77132
|
+
self._QuietIntervals = []
|
|
77133
|
+
for item in params.get("QuietIntervals"):
|
|
77134
|
+
obj = AlarmQuietInterval()
|
|
77135
|
+
obj._deserialize(item)
|
|
77136
|
+
self._QuietIntervals.append(obj)
|
|
77137
|
+
memeber_set = set(params.keys())
|
|
77138
|
+
for name, value in vars(self).items():
|
|
77139
|
+
property_name = name[1:]
|
|
77140
|
+
if property_name in memeber_set:
|
|
77141
|
+
memeber_set.remove(property_name)
|
|
77142
|
+
if len(memeber_set) > 0:
|
|
77143
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
77144
|
+
|
|
77145
|
+
|
|
77146
|
+
|
|
74992
77147
|
class OfflineInstance(AbstractModel):
|
|
74993
77148
|
r"""离线实例
|
|
74994
77149
|
|
|
@@ -79074,6 +81229,9 @@ class Project(AbstractModel):
|
|
|
79074
81229
|
:param _WorkspaceExt: 项目扩展信息
|
|
79075
81230
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
79076
81231
|
:type WorkspaceExt: list of WorkspaceExt
|
|
81232
|
+
:param _CreateTimestamp: 创建时间时间戳
|
|
81233
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
81234
|
+
:type CreateTimestamp: int
|
|
79077
81235
|
"""
|
|
79078
81236
|
self._TenantId = None
|
|
79079
81237
|
self._ProjectId = None
|
|
@@ -79092,6 +81250,7 @@ class Project(AbstractModel):
|
|
|
79092
81250
|
self._SecondModuleList = None
|
|
79093
81251
|
self._Owner = None
|
|
79094
81252
|
self._WorkspaceExt = None
|
|
81253
|
+
self._CreateTimestamp = None
|
|
79095
81254
|
|
|
79096
81255
|
@property
|
|
79097
81256
|
def TenantId(self):
|
|
@@ -79296,6 +81455,18 @@ class Project(AbstractModel):
|
|
|
79296
81455
|
def WorkspaceExt(self, WorkspaceExt):
|
|
79297
81456
|
self._WorkspaceExt = WorkspaceExt
|
|
79298
81457
|
|
|
81458
|
+
@property
|
|
81459
|
+
def CreateTimestamp(self):
|
|
81460
|
+
r"""创建时间时间戳
|
|
81461
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
81462
|
+
:rtype: int
|
|
81463
|
+
"""
|
|
81464
|
+
return self._CreateTimestamp
|
|
81465
|
+
|
|
81466
|
+
@CreateTimestamp.setter
|
|
81467
|
+
def CreateTimestamp(self, CreateTimestamp):
|
|
81468
|
+
self._CreateTimestamp = CreateTimestamp
|
|
81469
|
+
|
|
79299
81470
|
|
|
79300
81471
|
def _deserialize(self, params):
|
|
79301
81472
|
self._TenantId = params.get("TenantId")
|
|
@@ -79336,6 +81507,7 @@ class Project(AbstractModel):
|
|
|
79336
81507
|
obj = WorkspaceExt()
|
|
79337
81508
|
obj._deserialize(item)
|
|
79338
81509
|
self._WorkspaceExt.append(obj)
|
|
81510
|
+
self._CreateTimestamp = params.get("CreateTimestamp")
|
|
79339
81511
|
memeber_set = set(params.keys())
|
|
79340
81512
|
for name, value in vars(self).items():
|
|
79341
81513
|
property_name = name[1:]
|
|
@@ -79581,6 +81753,12 @@ class ProjectUserRole(AbstractModel):
|
|
|
79581
81753
|
:param _IsProjectOwner: 是否项目负责人
|
|
79582
81754
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
79583
81755
|
:type IsProjectOwner: bool
|
|
81756
|
+
:param _CreateTimestamp: 创建时间
|
|
81757
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
81758
|
+
:type CreateTimestamp: int
|
|
81759
|
+
:param _Status: 用户状态 0:历史 1:正常 2:已删除
|
|
81760
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
81761
|
+
:type Status: int
|
|
79584
81762
|
"""
|
|
79585
81763
|
self._Roles = None
|
|
79586
81764
|
self._UserName = None
|
|
@@ -79594,6 +81772,8 @@ class ProjectUserRole(AbstractModel):
|
|
|
79594
81772
|
self._OwnerUin = None
|
|
79595
81773
|
self._AppId = None
|
|
79596
81774
|
self._IsProjectOwner = None
|
|
81775
|
+
self._CreateTimestamp = None
|
|
81776
|
+
self._Status = None
|
|
79597
81777
|
|
|
79598
81778
|
@property
|
|
79599
81779
|
def Roles(self):
|
|
@@ -79739,6 +81919,30 @@ class ProjectUserRole(AbstractModel):
|
|
|
79739
81919
|
def IsProjectOwner(self, IsProjectOwner):
|
|
79740
81920
|
self._IsProjectOwner = IsProjectOwner
|
|
79741
81921
|
|
|
81922
|
+
@property
|
|
81923
|
+
def CreateTimestamp(self):
|
|
81924
|
+
r"""创建时间
|
|
81925
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
81926
|
+
:rtype: int
|
|
81927
|
+
"""
|
|
81928
|
+
return self._CreateTimestamp
|
|
81929
|
+
|
|
81930
|
+
@CreateTimestamp.setter
|
|
81931
|
+
def CreateTimestamp(self, CreateTimestamp):
|
|
81932
|
+
self._CreateTimestamp = CreateTimestamp
|
|
81933
|
+
|
|
81934
|
+
@property
|
|
81935
|
+
def Status(self):
|
|
81936
|
+
r"""用户状态 0:历史 1:正常 2:已删除
|
|
81937
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
81938
|
+
:rtype: int
|
|
81939
|
+
"""
|
|
81940
|
+
return self._Status
|
|
81941
|
+
|
|
81942
|
+
@Status.setter
|
|
81943
|
+
def Status(self, Status):
|
|
81944
|
+
self._Status = Status
|
|
81945
|
+
|
|
79742
81946
|
|
|
79743
81947
|
def _deserialize(self, params):
|
|
79744
81948
|
if params.get("Roles") is not None:
|
|
@@ -79758,6 +81962,8 @@ class ProjectUserRole(AbstractModel):
|
|
|
79758
81962
|
self._OwnerUin = params.get("OwnerUin")
|
|
79759
81963
|
self._AppId = params.get("AppId")
|
|
79760
81964
|
self._IsProjectOwner = params.get("IsProjectOwner")
|
|
81965
|
+
self._CreateTimestamp = params.get("CreateTimestamp")
|
|
81966
|
+
self._Status = params.get("Status")
|
|
79761
81967
|
memeber_set = set(params.keys())
|
|
79762
81968
|
for name, value in vars(self).items():
|
|
79763
81969
|
property_name = name[1:]
|
|
@@ -84578,6 +86784,18 @@ class Rule(AbstractModel):
|
|
|
84578
86784
|
:param _FailMsg: 失败原因
|
|
84579
86785
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
84580
86786
|
:type FailMsg: str
|
|
86787
|
+
:param _GroupType: 任务类型
|
|
86788
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
86789
|
+
:type GroupType: str
|
|
86790
|
+
:param _AspectTaskId: 编排任务id
|
|
86791
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
86792
|
+
:type AspectTaskId: str
|
|
86793
|
+
:param _CatalogName: 目录
|
|
86794
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
86795
|
+
:type CatalogName: str
|
|
86796
|
+
:param _TargetCatalogName: 目标目录
|
|
86797
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
86798
|
+
:type TargetCatalogName: str
|
|
84581
86799
|
"""
|
|
84582
86800
|
self._RuleId = None
|
|
84583
86801
|
self._RuleGroupId = None
|
|
@@ -84633,6 +86851,10 @@ class Rule(AbstractModel):
|
|
|
84633
86851
|
self._DatasourceName = None
|
|
84634
86852
|
self._DatabaseName = None
|
|
84635
86853
|
self._FailMsg = None
|
|
86854
|
+
self._GroupType = None
|
|
86855
|
+
self._AspectTaskId = None
|
|
86856
|
+
self._CatalogName = None
|
|
86857
|
+
self._TargetCatalogName = None
|
|
84636
86858
|
|
|
84637
86859
|
@property
|
|
84638
86860
|
def RuleId(self):
|
|
@@ -85282,6 +87504,54 @@ class Rule(AbstractModel):
|
|
|
85282
87504
|
def FailMsg(self, FailMsg):
|
|
85283
87505
|
self._FailMsg = FailMsg
|
|
85284
87506
|
|
|
87507
|
+
@property
|
|
87508
|
+
def GroupType(self):
|
|
87509
|
+
r"""任务类型
|
|
87510
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
87511
|
+
:rtype: str
|
|
87512
|
+
"""
|
|
87513
|
+
return self._GroupType
|
|
87514
|
+
|
|
87515
|
+
@GroupType.setter
|
|
87516
|
+
def GroupType(self, GroupType):
|
|
87517
|
+
self._GroupType = GroupType
|
|
87518
|
+
|
|
87519
|
+
@property
|
|
87520
|
+
def AspectTaskId(self):
|
|
87521
|
+
r"""编排任务id
|
|
87522
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
87523
|
+
:rtype: str
|
|
87524
|
+
"""
|
|
87525
|
+
return self._AspectTaskId
|
|
87526
|
+
|
|
87527
|
+
@AspectTaskId.setter
|
|
87528
|
+
def AspectTaskId(self, AspectTaskId):
|
|
87529
|
+
self._AspectTaskId = AspectTaskId
|
|
87530
|
+
|
|
87531
|
+
@property
|
|
87532
|
+
def CatalogName(self):
|
|
87533
|
+
r"""目录
|
|
87534
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
87535
|
+
:rtype: str
|
|
87536
|
+
"""
|
|
87537
|
+
return self._CatalogName
|
|
87538
|
+
|
|
87539
|
+
@CatalogName.setter
|
|
87540
|
+
def CatalogName(self, CatalogName):
|
|
87541
|
+
self._CatalogName = CatalogName
|
|
87542
|
+
|
|
87543
|
+
@property
|
|
87544
|
+
def TargetCatalogName(self):
|
|
87545
|
+
r"""目标目录
|
|
87546
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
87547
|
+
:rtype: str
|
|
87548
|
+
"""
|
|
87549
|
+
return self._TargetCatalogName
|
|
87550
|
+
|
|
87551
|
+
@TargetCatalogName.setter
|
|
87552
|
+
def TargetCatalogName(self, TargetCatalogName):
|
|
87553
|
+
self._TargetCatalogName = TargetCatalogName
|
|
87554
|
+
|
|
85285
87555
|
|
|
85286
87556
|
def _deserialize(self, params):
|
|
85287
87557
|
self._RuleId = params.get("RuleId")
|
|
@@ -85346,6 +87616,10 @@ class Rule(AbstractModel):
|
|
|
85346
87616
|
self._DatasourceName = params.get("DatasourceName")
|
|
85347
87617
|
self._DatabaseName = params.get("DatabaseName")
|
|
85348
87618
|
self._FailMsg = params.get("FailMsg")
|
|
87619
|
+
self._GroupType = params.get("GroupType")
|
|
87620
|
+
self._AspectTaskId = params.get("AspectTaskId")
|
|
87621
|
+
self._CatalogName = params.get("CatalogName")
|
|
87622
|
+
self._TargetCatalogName = params.get("TargetCatalogName")
|
|
85349
87623
|
memeber_set = set(params.keys())
|
|
85350
87624
|
for name, value in vars(self).items():
|
|
85351
87625
|
property_name = name[1:]
|
|
@@ -85885,6 +88159,15 @@ class RuleExecResult(AbstractModel):
|
|
|
85885
88159
|
:param _FinishTime: 执行结束时间
|
|
85886
88160
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
85887
88161
|
:type FinishTime: str
|
|
88162
|
+
:param _GroupType: 任务类型
|
|
88163
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
88164
|
+
:type GroupType: str
|
|
88165
|
+
:param _AspectTaskId: 编排任务id
|
|
88166
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
88167
|
+
:type AspectTaskId: str
|
|
88168
|
+
:param _CatalogName: 目录
|
|
88169
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
88170
|
+
:type CatalogName: str
|
|
85888
88171
|
"""
|
|
85889
88172
|
self._RuleExecId = None
|
|
85890
88173
|
self._RuleGroupExecId = None
|
|
@@ -85919,6 +88202,9 @@ class RuleExecResult(AbstractModel):
|
|
|
85919
88202
|
self._RuleGroupTableId = None
|
|
85920
88203
|
self._MonitorType = None
|
|
85921
88204
|
self._FinishTime = None
|
|
88205
|
+
self._GroupType = None
|
|
88206
|
+
self._AspectTaskId = None
|
|
88207
|
+
self._CatalogName = None
|
|
85922
88208
|
|
|
85923
88209
|
@property
|
|
85924
88210
|
def RuleExecId(self):
|
|
@@ -86316,6 +88602,42 @@ class RuleExecResult(AbstractModel):
|
|
|
86316
88602
|
def FinishTime(self, FinishTime):
|
|
86317
88603
|
self._FinishTime = FinishTime
|
|
86318
88604
|
|
|
88605
|
+
@property
|
|
88606
|
+
def GroupType(self):
|
|
88607
|
+
r"""任务类型
|
|
88608
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
88609
|
+
:rtype: str
|
|
88610
|
+
"""
|
|
88611
|
+
return self._GroupType
|
|
88612
|
+
|
|
88613
|
+
@GroupType.setter
|
|
88614
|
+
def GroupType(self, GroupType):
|
|
88615
|
+
self._GroupType = GroupType
|
|
88616
|
+
|
|
88617
|
+
@property
|
|
88618
|
+
def AspectTaskId(self):
|
|
88619
|
+
r"""编排任务id
|
|
88620
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
88621
|
+
:rtype: str
|
|
88622
|
+
"""
|
|
88623
|
+
return self._AspectTaskId
|
|
88624
|
+
|
|
88625
|
+
@AspectTaskId.setter
|
|
88626
|
+
def AspectTaskId(self, AspectTaskId):
|
|
88627
|
+
self._AspectTaskId = AspectTaskId
|
|
88628
|
+
|
|
88629
|
+
@property
|
|
88630
|
+
def CatalogName(self):
|
|
88631
|
+
r"""目录
|
|
88632
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
88633
|
+
:rtype: str
|
|
88634
|
+
"""
|
|
88635
|
+
return self._CatalogName
|
|
88636
|
+
|
|
88637
|
+
@CatalogName.setter
|
|
88638
|
+
def CatalogName(self, CatalogName):
|
|
88639
|
+
self._CatalogName = CatalogName
|
|
88640
|
+
|
|
86319
88641
|
|
|
86320
88642
|
def _deserialize(self, params):
|
|
86321
88643
|
self._RuleExecId = params.get("RuleExecId")
|
|
@@ -86355,6 +88677,9 @@ class RuleExecResult(AbstractModel):
|
|
|
86355
88677
|
self._RuleGroupTableId = params.get("RuleGroupTableId")
|
|
86356
88678
|
self._MonitorType = params.get("MonitorType")
|
|
86357
88679
|
self._FinishTime = params.get("FinishTime")
|
|
88680
|
+
self._GroupType = params.get("GroupType")
|
|
88681
|
+
self._AspectTaskId = params.get("AspectTaskId")
|
|
88682
|
+
self._CatalogName = params.get("CatalogName")
|
|
86358
88683
|
memeber_set = set(params.keys())
|
|
86359
88684
|
for name, value in vars(self).items():
|
|
86360
88685
|
property_name = name[1:]
|
|
@@ -87072,6 +89397,15 @@ class RuleGroup(AbstractModel):
|
|
|
87072
89397
|
:param _CreateUserName: 监控创建人
|
|
87073
89398
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
87074
89399
|
:type CreateUserName: str
|
|
89400
|
+
:param _GroupType: 任务类型
|
|
89401
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
89402
|
+
:type GroupType: str
|
|
89403
|
+
:param _AspectTaskId: 任务id
|
|
89404
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
89405
|
+
:type AspectTaskId: str
|
|
89406
|
+
:param _CatalogName: catalog名称
|
|
89407
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
89408
|
+
:type CatalogName: str
|
|
87075
89409
|
"""
|
|
87076
89410
|
self._RuleGroupId = None
|
|
87077
89411
|
self._DatasourceId = None
|
|
@@ -87103,6 +89437,9 @@ class RuleGroup(AbstractModel):
|
|
|
87103
89437
|
self._EnableRuleCount = None
|
|
87104
89438
|
self._Description = None
|
|
87105
89439
|
self._CreateUserName = None
|
|
89440
|
+
self._GroupType = None
|
|
89441
|
+
self._AspectTaskId = None
|
|
89442
|
+
self._CatalogName = None
|
|
87106
89443
|
|
|
87107
89444
|
@property
|
|
87108
89445
|
def RuleGroupId(self):
|
|
@@ -87464,6 +89801,42 @@ class RuleGroup(AbstractModel):
|
|
|
87464
89801
|
def CreateUserName(self, CreateUserName):
|
|
87465
89802
|
self._CreateUserName = CreateUserName
|
|
87466
89803
|
|
|
89804
|
+
@property
|
|
89805
|
+
def GroupType(self):
|
|
89806
|
+
r"""任务类型
|
|
89807
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
89808
|
+
:rtype: str
|
|
89809
|
+
"""
|
|
89810
|
+
return self._GroupType
|
|
89811
|
+
|
|
89812
|
+
@GroupType.setter
|
|
89813
|
+
def GroupType(self, GroupType):
|
|
89814
|
+
self._GroupType = GroupType
|
|
89815
|
+
|
|
89816
|
+
@property
|
|
89817
|
+
def AspectTaskId(self):
|
|
89818
|
+
r"""任务id
|
|
89819
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
89820
|
+
:rtype: str
|
|
89821
|
+
"""
|
|
89822
|
+
return self._AspectTaskId
|
|
89823
|
+
|
|
89824
|
+
@AspectTaskId.setter
|
|
89825
|
+
def AspectTaskId(self, AspectTaskId):
|
|
89826
|
+
self._AspectTaskId = AspectTaskId
|
|
89827
|
+
|
|
89828
|
+
@property
|
|
89829
|
+
def CatalogName(self):
|
|
89830
|
+
r"""catalog名称
|
|
89831
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
89832
|
+
:rtype: str
|
|
89833
|
+
"""
|
|
89834
|
+
return self._CatalogName
|
|
89835
|
+
|
|
89836
|
+
@CatalogName.setter
|
|
89837
|
+
def CatalogName(self, CatalogName):
|
|
89838
|
+
self._CatalogName = CatalogName
|
|
89839
|
+
|
|
87467
89840
|
|
|
87468
89841
|
def _deserialize(self, params):
|
|
87469
89842
|
self._RuleGroupId = params.get("RuleGroupId")
|
|
@@ -87500,6 +89873,9 @@ class RuleGroup(AbstractModel):
|
|
|
87500
89873
|
self._EnableRuleCount = params.get("EnableRuleCount")
|
|
87501
89874
|
self._Description = params.get("Description")
|
|
87502
89875
|
self._CreateUserName = params.get("CreateUserName")
|
|
89876
|
+
self._GroupType = params.get("GroupType")
|
|
89877
|
+
self._AspectTaskId = params.get("AspectTaskId")
|
|
89878
|
+
self._CatalogName = params.get("CatalogName")
|
|
87503
89879
|
memeber_set = set(params.keys())
|
|
87504
89880
|
for name, value in vars(self).items():
|
|
87505
89881
|
property_name = name[1:]
|
|
@@ -87517,7 +89893,15 @@ class RuleGroupConfig(AbstractModel):
|
|
|
87517
89893
|
|
|
87518
89894
|
def __init__(self):
|
|
87519
89895
|
r"""
|
|
87520
|
-
:param
|
|
89896
|
+
:param _AnalysisType: 分析类型,可选值:
|
|
89897
|
+
INFERENCE-推理表
|
|
89898
|
+
TIME_SERIES-时序表
|
|
89899
|
+
SNAPSHOT-快照表
|
|
89900
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
89901
|
+
:type AnalysisType: str
|
|
89902
|
+
:param _ModelMonitorType: 模型检测类型,分析类型为推理表(INFERENCE)时必填,可选值:
|
|
89903
|
+
CLAASSIFICATION-分类
|
|
89904
|
+
REGRESSION-回归
|
|
87521
89905
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
87522
89906
|
:type ModelMonitorType: str
|
|
87523
89907
|
:param _PredictColumn: 预测列
|
|
@@ -87568,10 +89952,17 @@ class RuleGroupConfig(AbstractModel):
|
|
|
87568
89952
|
:param _PositiveValue: 正类值
|
|
87569
89953
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
87570
89954
|
:type PositiveValue: str
|
|
87571
|
-
:param _FeatureColumn:
|
|
89955
|
+
:param _FeatureColumn: 数值型特征列
|
|
87572
89956
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
87573
89957
|
:type FeatureColumn: str
|
|
89958
|
+
:param _CategoricalFeatureColumn: 分类型特征列
|
|
89959
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
89960
|
+
:type CategoricalFeatureColumn: str
|
|
89961
|
+
:param _BaseCatalog: 目录
|
|
89962
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
89963
|
+
:type BaseCatalog: str
|
|
87574
89964
|
"""
|
|
89965
|
+
self._AnalysisType = None
|
|
87575
89966
|
self._ModelMonitorType = None
|
|
87576
89967
|
self._PredictColumn = None
|
|
87577
89968
|
self._PredictColumnType = None
|
|
@@ -87590,10 +89981,29 @@ class RuleGroupConfig(AbstractModel):
|
|
|
87590
89981
|
self._ProtectionValue = None
|
|
87591
89982
|
self._PositiveValue = None
|
|
87592
89983
|
self._FeatureColumn = None
|
|
89984
|
+
self._CategoricalFeatureColumn = None
|
|
89985
|
+
self._BaseCatalog = None
|
|
89986
|
+
|
|
89987
|
+
@property
|
|
89988
|
+
def AnalysisType(self):
|
|
89989
|
+
r"""分析类型,可选值:
|
|
89990
|
+
INFERENCE-推理表
|
|
89991
|
+
TIME_SERIES-时序表
|
|
89992
|
+
SNAPSHOT-快照表
|
|
89993
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
89994
|
+
:rtype: str
|
|
89995
|
+
"""
|
|
89996
|
+
return self._AnalysisType
|
|
89997
|
+
|
|
89998
|
+
@AnalysisType.setter
|
|
89999
|
+
def AnalysisType(self, AnalysisType):
|
|
90000
|
+
self._AnalysisType = AnalysisType
|
|
87593
90001
|
|
|
87594
90002
|
@property
|
|
87595
90003
|
def ModelMonitorType(self):
|
|
87596
|
-
r"""
|
|
90004
|
+
r"""模型检测类型,分析类型为推理表(INFERENCE)时必填,可选值:
|
|
90005
|
+
CLAASSIFICATION-分类
|
|
90006
|
+
REGRESSION-回归
|
|
87597
90007
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
87598
90008
|
:rtype: str
|
|
87599
90009
|
"""
|
|
@@ -87797,7 +90207,7 @@ class RuleGroupConfig(AbstractModel):
|
|
|
87797
90207
|
|
|
87798
90208
|
@property
|
|
87799
90209
|
def FeatureColumn(self):
|
|
87800
|
-
r"""
|
|
90210
|
+
r"""数值型特征列
|
|
87801
90211
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
87802
90212
|
:rtype: str
|
|
87803
90213
|
"""
|
|
@@ -87807,8 +90217,33 @@ class RuleGroupConfig(AbstractModel):
|
|
|
87807
90217
|
def FeatureColumn(self, FeatureColumn):
|
|
87808
90218
|
self._FeatureColumn = FeatureColumn
|
|
87809
90219
|
|
|
90220
|
+
@property
|
|
90221
|
+
def CategoricalFeatureColumn(self):
|
|
90222
|
+
r"""分类型特征列
|
|
90223
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
90224
|
+
:rtype: str
|
|
90225
|
+
"""
|
|
90226
|
+
return self._CategoricalFeatureColumn
|
|
90227
|
+
|
|
90228
|
+
@CategoricalFeatureColumn.setter
|
|
90229
|
+
def CategoricalFeatureColumn(self, CategoricalFeatureColumn):
|
|
90230
|
+
self._CategoricalFeatureColumn = CategoricalFeatureColumn
|
|
90231
|
+
|
|
90232
|
+
@property
|
|
90233
|
+
def BaseCatalog(self):
|
|
90234
|
+
r"""目录
|
|
90235
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
90236
|
+
:rtype: str
|
|
90237
|
+
"""
|
|
90238
|
+
return self._BaseCatalog
|
|
90239
|
+
|
|
90240
|
+
@BaseCatalog.setter
|
|
90241
|
+
def BaseCatalog(self, BaseCatalog):
|
|
90242
|
+
self._BaseCatalog = BaseCatalog
|
|
90243
|
+
|
|
87810
90244
|
|
|
87811
90245
|
def _deserialize(self, params):
|
|
90246
|
+
self._AnalysisType = params.get("AnalysisType")
|
|
87812
90247
|
self._ModelMonitorType = params.get("ModelMonitorType")
|
|
87813
90248
|
self._PredictColumn = params.get("PredictColumn")
|
|
87814
90249
|
self._PredictColumnType = params.get("PredictColumnType")
|
|
@@ -87827,6 +90262,8 @@ class RuleGroupConfig(AbstractModel):
|
|
|
87827
90262
|
self._ProtectionValue = params.get("ProtectionValue")
|
|
87828
90263
|
self._PositiveValue = params.get("PositiveValue")
|
|
87829
90264
|
self._FeatureColumn = params.get("FeatureColumn")
|
|
90265
|
+
self._CategoricalFeatureColumn = params.get("CategoricalFeatureColumn")
|
|
90266
|
+
self._BaseCatalog = params.get("BaseCatalog")
|
|
87830
90267
|
memeber_set = set(params.keys())
|
|
87831
90268
|
for name, value in vars(self).items():
|
|
87832
90269
|
property_name = name[1:]
|
|
@@ -88487,6 +90924,9 @@ class RuleGroupExecStrategy(AbstractModel):
|
|
|
88487
90924
|
:param _EngineParam: 引擎参数
|
|
88488
90925
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
88489
90926
|
:type EngineParam: str
|
|
90927
|
+
:param _CatalogName: catalog名称
|
|
90928
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
90929
|
+
:type CatalogName: str
|
|
88490
90930
|
"""
|
|
88491
90931
|
self._RuleGroupId = None
|
|
88492
90932
|
self._MonitorType = None
|
|
@@ -88515,6 +90955,7 @@ class RuleGroupExecStrategy(AbstractModel):
|
|
|
88515
90955
|
self._ScheduleTimeZone = None
|
|
88516
90956
|
self._GroupConfig = None
|
|
88517
90957
|
self._EngineParam = None
|
|
90958
|
+
self._CatalogName = None
|
|
88518
90959
|
|
|
88519
90960
|
@property
|
|
88520
90961
|
def RuleGroupId(self):
|
|
@@ -88840,6 +91281,18 @@ class RuleGroupExecStrategy(AbstractModel):
|
|
|
88840
91281
|
def EngineParam(self, EngineParam):
|
|
88841
91282
|
self._EngineParam = EngineParam
|
|
88842
91283
|
|
|
91284
|
+
@property
|
|
91285
|
+
def CatalogName(self):
|
|
91286
|
+
r"""catalog名称
|
|
91287
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
91288
|
+
:rtype: str
|
|
91289
|
+
"""
|
|
91290
|
+
return self._CatalogName
|
|
91291
|
+
|
|
91292
|
+
@CatalogName.setter
|
|
91293
|
+
def CatalogName(self, CatalogName):
|
|
91294
|
+
self._CatalogName = CatalogName
|
|
91295
|
+
|
|
88843
91296
|
|
|
88844
91297
|
def _deserialize(self, params):
|
|
88845
91298
|
self._RuleGroupId = params.get("RuleGroupId")
|
|
@@ -88876,6 +91329,7 @@ class RuleGroupExecStrategy(AbstractModel):
|
|
|
88876
91329
|
self._GroupConfig = RuleGroupConfig()
|
|
88877
91330
|
self._GroupConfig._deserialize(params.get("GroupConfig"))
|
|
88878
91331
|
self._EngineParam = params.get("EngineParam")
|
|
91332
|
+
self._CatalogName = params.get("CatalogName")
|
|
88879
91333
|
memeber_set = set(params.keys())
|
|
88880
91334
|
for name, value in vars(self).items():
|
|
88881
91335
|
property_name = name[1:]
|
|
@@ -98289,9 +100743,6 @@ class TableMeta(AbstractModel):
|
|
|
98289
100743
|
:param _HasFavorite: true已收藏/false表示未收藏状态
|
|
98290
100744
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
98291
100745
|
:type HasFavorite: bool
|
|
98292
|
-
:param _LifeCycleTime: 生命周期
|
|
98293
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
98294
|
-
:type LifeCycleTime: int
|
|
98295
100746
|
:param _StorageSizeWithUnit: 存储量,已转为适合的单位展示
|
|
98296
100747
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
98297
100748
|
:type StorageSizeWithUnit: str
|
|
@@ -98368,12 +100819,18 @@ TABLE, VIEW, MANAGED_TABLE(Hive管理表), EXTERNAL_TABLE(Hive外部表), VIRTUA
|
|
|
98368
100819
|
:param _Location: 存储位置
|
|
98369
100820
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
98370
100821
|
:type Location: str
|
|
100822
|
+
:param _LifeCycleTime: 生命周期
|
|
100823
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
100824
|
+
:type LifeCycleTime: int
|
|
98371
100825
|
:param _IsPartitionTable: 判断是否是分区表1 是 0否
|
|
98372
100826
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
98373
100827
|
:type IsPartitionTable: int
|
|
98374
100828
|
:param _PartitionColumns: 分区字段 key
|
|
98375
100829
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
98376
100830
|
:type PartitionColumns: list of str
|
|
100831
|
+
:param _DateFormat: 分区时间格式:yyyy-MM-dd
|
|
100832
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
100833
|
+
:type DateFormat: str
|
|
98377
100834
|
:param _PartitionExpireDays: 生命周期-分区保留天数【分区保留策略时有效】
|
|
98378
100835
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
98379
100836
|
:type PartitionExpireDays: int
|
|
@@ -98425,6 +100882,39 @@ TABLE, VIEW, MANAGED_TABLE(Hive管理表), EXTERNAL_TABLE(Hive外部表), VIRTUA
|
|
|
98425
100882
|
:param _ColumnCount: 字段数量
|
|
98426
100883
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
98427
100884
|
:type ColumnCount: int
|
|
100885
|
+
:param _TablePermissionFlag: 权限标记
|
|
100886
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
100887
|
+
:type TablePermissionFlag: bool
|
|
100888
|
+
:param _AssetStatus: 资产状态
|
|
100889
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
100890
|
+
:type AssetStatus: int
|
|
100891
|
+
:param _AssetLevel: 资产等级
|
|
100892
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
100893
|
+
:type AssetLevel: int
|
|
100894
|
+
:param _AssetCode: 资产code
|
|
100895
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
100896
|
+
:type AssetCode: str
|
|
100897
|
+
:param _AssetAuditStatus: 审批状态
|
|
100898
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
100899
|
+
:type AssetAuditStatus: str
|
|
100900
|
+
:param _PublishedTime: 发布时间
|
|
100901
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
100902
|
+
:type PublishedTime: str
|
|
100903
|
+
:param _TagInfoList: 标签列表
|
|
100904
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
100905
|
+
:type TagInfoList: list of LabelTag
|
|
100906
|
+
:param _LabelValueSelections: 标签值选择列表
|
|
100907
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
100908
|
+
:type LabelValueSelections: list of LabelValueSelection
|
|
100909
|
+
:param _Namespace: 命名空间 - 对应TC-Catalog
|
|
100910
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
100911
|
+
:type Namespace: str
|
|
100912
|
+
:param _MetaFrom: Catalog来源
|
|
100913
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
100914
|
+
:type MetaFrom: str
|
|
100915
|
+
:param _EngineCreator: 引擎侧创建者
|
|
100916
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
100917
|
+
:type EngineCreator: str
|
|
98428
100918
|
"""
|
|
98429
100919
|
self._TableId = None
|
|
98430
100920
|
self._TableName = None
|
|
@@ -98450,7 +100940,6 @@ TABLE, VIEW, MANAGED_TABLE(Hive管理表), EXTERNAL_TABLE(Hive外部表), VIRTUA
|
|
|
98450
100940
|
self._BizCatalogIds = None
|
|
98451
100941
|
self._BizCatalogNames = None
|
|
98452
100942
|
self._HasFavorite = None
|
|
98453
|
-
self._LifeCycleTime = None
|
|
98454
100943
|
self._StorageSizeWithUnit = None
|
|
98455
100944
|
self._InstanceId = None
|
|
98456
100945
|
self._TechnologyType = None
|
|
@@ -98476,8 +100965,10 @@ TABLE, VIEW, MANAGED_TABLE(Hive管理表), EXTERNAL_TABLE(Hive外部表), VIRTUA
|
|
|
98476
100965
|
self._MetaCrawlType = None
|
|
98477
100966
|
self._IsView = None
|
|
98478
100967
|
self._Location = None
|
|
100968
|
+
self._LifeCycleTime = None
|
|
98479
100969
|
self._IsPartitionTable = None
|
|
98480
100970
|
self._PartitionColumns = None
|
|
100971
|
+
self._DateFormat = None
|
|
98481
100972
|
self._PartitionExpireDays = None
|
|
98482
100973
|
self._TableProperties = None
|
|
98483
100974
|
self._Environment = None
|
|
@@ -98495,6 +100986,17 @@ TABLE, VIEW, MANAGED_TABLE(Hive管理表), EXTERNAL_TABLE(Hive外部表), VIRTUA
|
|
|
98495
100986
|
self._DataLayerUuid = None
|
|
98496
100987
|
self._DataLayerName = None
|
|
98497
100988
|
self._ColumnCount = None
|
|
100989
|
+
self._TablePermissionFlag = None
|
|
100990
|
+
self._AssetStatus = None
|
|
100991
|
+
self._AssetLevel = None
|
|
100992
|
+
self._AssetCode = None
|
|
100993
|
+
self._AssetAuditStatus = None
|
|
100994
|
+
self._PublishedTime = None
|
|
100995
|
+
self._TagInfoList = None
|
|
100996
|
+
self._LabelValueSelections = None
|
|
100997
|
+
self._Namespace = None
|
|
100998
|
+
self._MetaFrom = None
|
|
100999
|
+
self._EngineCreator = None
|
|
98498
101000
|
|
|
98499
101001
|
@property
|
|
98500
101002
|
def TableId(self):
|
|
@@ -98784,18 +101286,6 @@ TABLE, VIEW, MANAGED_TABLE(Hive管理表), EXTERNAL_TABLE(Hive外部表), VIRTUA
|
|
|
98784
101286
|
def HasFavorite(self, HasFavorite):
|
|
98785
101287
|
self._HasFavorite = HasFavorite
|
|
98786
101288
|
|
|
98787
|
-
@property
|
|
98788
|
-
def LifeCycleTime(self):
|
|
98789
|
-
r"""生命周期
|
|
98790
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
98791
|
-
:rtype: int
|
|
98792
|
-
"""
|
|
98793
|
-
return self._LifeCycleTime
|
|
98794
|
-
|
|
98795
|
-
@LifeCycleTime.setter
|
|
98796
|
-
def LifeCycleTime(self, LifeCycleTime):
|
|
98797
|
-
self._LifeCycleTime = LifeCycleTime
|
|
98798
|
-
|
|
98799
101289
|
@property
|
|
98800
101290
|
def StorageSizeWithUnit(self):
|
|
98801
101291
|
r"""存储量,已转为适合的单位展示
|
|
@@ -99097,6 +101587,18 @@ TABLE, VIEW, MANAGED_TABLE(Hive管理表), EXTERNAL_TABLE(Hive外部表), VIRTUA
|
|
|
99097
101587
|
def Location(self, Location):
|
|
99098
101588
|
self._Location = Location
|
|
99099
101589
|
|
|
101590
|
+
@property
|
|
101591
|
+
def LifeCycleTime(self):
|
|
101592
|
+
r"""生命周期
|
|
101593
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
101594
|
+
:rtype: int
|
|
101595
|
+
"""
|
|
101596
|
+
return self._LifeCycleTime
|
|
101597
|
+
|
|
101598
|
+
@LifeCycleTime.setter
|
|
101599
|
+
def LifeCycleTime(self, LifeCycleTime):
|
|
101600
|
+
self._LifeCycleTime = LifeCycleTime
|
|
101601
|
+
|
|
99100
101602
|
@property
|
|
99101
101603
|
def IsPartitionTable(self):
|
|
99102
101604
|
r"""判断是否是分区表1 是 0否
|
|
@@ -99121,6 +101623,18 @@ TABLE, VIEW, MANAGED_TABLE(Hive管理表), EXTERNAL_TABLE(Hive外部表), VIRTUA
|
|
|
99121
101623
|
def PartitionColumns(self, PartitionColumns):
|
|
99122
101624
|
self._PartitionColumns = PartitionColumns
|
|
99123
101625
|
|
|
101626
|
+
@property
|
|
101627
|
+
def DateFormat(self):
|
|
101628
|
+
r"""分区时间格式:yyyy-MM-dd
|
|
101629
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
101630
|
+
:rtype: str
|
|
101631
|
+
"""
|
|
101632
|
+
return self._DateFormat
|
|
101633
|
+
|
|
101634
|
+
@DateFormat.setter
|
|
101635
|
+
def DateFormat(self, DateFormat):
|
|
101636
|
+
self._DateFormat = DateFormat
|
|
101637
|
+
|
|
99124
101638
|
@property
|
|
99125
101639
|
def PartitionExpireDays(self):
|
|
99126
101640
|
r"""生命周期-分区保留天数【分区保留策略时有效】
|
|
@@ -99325,6 +101839,138 @@ TABLE, VIEW, MANAGED_TABLE(Hive管理表), EXTERNAL_TABLE(Hive外部表), VIRTUA
|
|
|
99325
101839
|
def ColumnCount(self, ColumnCount):
|
|
99326
101840
|
self._ColumnCount = ColumnCount
|
|
99327
101841
|
|
|
101842
|
+
@property
|
|
101843
|
+
def TablePermissionFlag(self):
|
|
101844
|
+
r"""权限标记
|
|
101845
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
101846
|
+
:rtype: bool
|
|
101847
|
+
"""
|
|
101848
|
+
return self._TablePermissionFlag
|
|
101849
|
+
|
|
101850
|
+
@TablePermissionFlag.setter
|
|
101851
|
+
def TablePermissionFlag(self, TablePermissionFlag):
|
|
101852
|
+
self._TablePermissionFlag = TablePermissionFlag
|
|
101853
|
+
|
|
101854
|
+
@property
|
|
101855
|
+
def AssetStatus(self):
|
|
101856
|
+
r"""资产状态
|
|
101857
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
101858
|
+
:rtype: int
|
|
101859
|
+
"""
|
|
101860
|
+
return self._AssetStatus
|
|
101861
|
+
|
|
101862
|
+
@AssetStatus.setter
|
|
101863
|
+
def AssetStatus(self, AssetStatus):
|
|
101864
|
+
self._AssetStatus = AssetStatus
|
|
101865
|
+
|
|
101866
|
+
@property
|
|
101867
|
+
def AssetLevel(self):
|
|
101868
|
+
r"""资产等级
|
|
101869
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
101870
|
+
:rtype: int
|
|
101871
|
+
"""
|
|
101872
|
+
return self._AssetLevel
|
|
101873
|
+
|
|
101874
|
+
@AssetLevel.setter
|
|
101875
|
+
def AssetLevel(self, AssetLevel):
|
|
101876
|
+
self._AssetLevel = AssetLevel
|
|
101877
|
+
|
|
101878
|
+
@property
|
|
101879
|
+
def AssetCode(self):
|
|
101880
|
+
r"""资产code
|
|
101881
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
101882
|
+
:rtype: str
|
|
101883
|
+
"""
|
|
101884
|
+
return self._AssetCode
|
|
101885
|
+
|
|
101886
|
+
@AssetCode.setter
|
|
101887
|
+
def AssetCode(self, AssetCode):
|
|
101888
|
+
self._AssetCode = AssetCode
|
|
101889
|
+
|
|
101890
|
+
@property
|
|
101891
|
+
def AssetAuditStatus(self):
|
|
101892
|
+
r"""审批状态
|
|
101893
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
101894
|
+
:rtype: str
|
|
101895
|
+
"""
|
|
101896
|
+
return self._AssetAuditStatus
|
|
101897
|
+
|
|
101898
|
+
@AssetAuditStatus.setter
|
|
101899
|
+
def AssetAuditStatus(self, AssetAuditStatus):
|
|
101900
|
+
self._AssetAuditStatus = AssetAuditStatus
|
|
101901
|
+
|
|
101902
|
+
@property
|
|
101903
|
+
def PublishedTime(self):
|
|
101904
|
+
r"""发布时间
|
|
101905
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
101906
|
+
:rtype: str
|
|
101907
|
+
"""
|
|
101908
|
+
return self._PublishedTime
|
|
101909
|
+
|
|
101910
|
+
@PublishedTime.setter
|
|
101911
|
+
def PublishedTime(self, PublishedTime):
|
|
101912
|
+
self._PublishedTime = PublishedTime
|
|
101913
|
+
|
|
101914
|
+
@property
|
|
101915
|
+
def TagInfoList(self):
|
|
101916
|
+
r"""标签列表
|
|
101917
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
101918
|
+
:rtype: list of LabelTag
|
|
101919
|
+
"""
|
|
101920
|
+
return self._TagInfoList
|
|
101921
|
+
|
|
101922
|
+
@TagInfoList.setter
|
|
101923
|
+
def TagInfoList(self, TagInfoList):
|
|
101924
|
+
self._TagInfoList = TagInfoList
|
|
101925
|
+
|
|
101926
|
+
@property
|
|
101927
|
+
def LabelValueSelections(self):
|
|
101928
|
+
r"""标签值选择列表
|
|
101929
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
101930
|
+
:rtype: list of LabelValueSelection
|
|
101931
|
+
"""
|
|
101932
|
+
return self._LabelValueSelections
|
|
101933
|
+
|
|
101934
|
+
@LabelValueSelections.setter
|
|
101935
|
+
def LabelValueSelections(self, LabelValueSelections):
|
|
101936
|
+
self._LabelValueSelections = LabelValueSelections
|
|
101937
|
+
|
|
101938
|
+
@property
|
|
101939
|
+
def Namespace(self):
|
|
101940
|
+
r"""命名空间 - 对应TC-Catalog
|
|
101941
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
101942
|
+
:rtype: str
|
|
101943
|
+
"""
|
|
101944
|
+
return self._Namespace
|
|
101945
|
+
|
|
101946
|
+
@Namespace.setter
|
|
101947
|
+
def Namespace(self, Namespace):
|
|
101948
|
+
self._Namespace = Namespace
|
|
101949
|
+
|
|
101950
|
+
@property
|
|
101951
|
+
def MetaFrom(self):
|
|
101952
|
+
r"""Catalog来源
|
|
101953
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
101954
|
+
:rtype: str
|
|
101955
|
+
"""
|
|
101956
|
+
return self._MetaFrom
|
|
101957
|
+
|
|
101958
|
+
@MetaFrom.setter
|
|
101959
|
+
def MetaFrom(self, MetaFrom):
|
|
101960
|
+
self._MetaFrom = MetaFrom
|
|
101961
|
+
|
|
101962
|
+
@property
|
|
101963
|
+
def EngineCreator(self):
|
|
101964
|
+
r"""引擎侧创建者
|
|
101965
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
101966
|
+
:rtype: str
|
|
101967
|
+
"""
|
|
101968
|
+
return self._EngineCreator
|
|
101969
|
+
|
|
101970
|
+
@EngineCreator.setter
|
|
101971
|
+
def EngineCreator(self, EngineCreator):
|
|
101972
|
+
self._EngineCreator = EngineCreator
|
|
101973
|
+
|
|
99328
101974
|
|
|
99329
101975
|
def _deserialize(self, params):
|
|
99330
101976
|
self._TableId = params.get("TableId")
|
|
@@ -99351,7 +101997,6 @@ TABLE, VIEW, MANAGED_TABLE(Hive管理表), EXTERNAL_TABLE(Hive外部表), VIRTUA
|
|
|
99351
101997
|
self._BizCatalogIds = params.get("BizCatalogIds")
|
|
99352
101998
|
self._BizCatalogNames = params.get("BizCatalogNames")
|
|
99353
101999
|
self._HasFavorite = params.get("HasFavorite")
|
|
99354
|
-
self._LifeCycleTime = params.get("LifeCycleTime")
|
|
99355
102000
|
self._StorageSizeWithUnit = params.get("StorageSizeWithUnit")
|
|
99356
102001
|
self._InstanceId = params.get("InstanceId")
|
|
99357
102002
|
self._TechnologyType = params.get("TechnologyType")
|
|
@@ -99386,8 +102031,10 @@ TABLE, VIEW, MANAGED_TABLE(Hive管理表), EXTERNAL_TABLE(Hive外部表), VIRTUA
|
|
|
99386
102031
|
self._MetaCrawlType = params.get("MetaCrawlType")
|
|
99387
102032
|
self._IsView = params.get("IsView")
|
|
99388
102033
|
self._Location = params.get("Location")
|
|
102034
|
+
self._LifeCycleTime = params.get("LifeCycleTime")
|
|
99389
102035
|
self._IsPartitionTable = params.get("IsPartitionTable")
|
|
99390
102036
|
self._PartitionColumns = params.get("PartitionColumns")
|
|
102037
|
+
self._DateFormat = params.get("DateFormat")
|
|
99391
102038
|
self._PartitionExpireDays = params.get("PartitionExpireDays")
|
|
99392
102039
|
if params.get("TableProperties") is not None:
|
|
99393
102040
|
self._TableProperties = []
|
|
@@ -99417,6 +102064,27 @@ TABLE, VIEW, MANAGED_TABLE(Hive管理表), EXTERNAL_TABLE(Hive外部表), VIRTUA
|
|
|
99417
102064
|
self._DataLayerUuid = params.get("DataLayerUuid")
|
|
99418
102065
|
self._DataLayerName = params.get("DataLayerName")
|
|
99419
102066
|
self._ColumnCount = params.get("ColumnCount")
|
|
102067
|
+
self._TablePermissionFlag = params.get("TablePermissionFlag")
|
|
102068
|
+
self._AssetStatus = params.get("AssetStatus")
|
|
102069
|
+
self._AssetLevel = params.get("AssetLevel")
|
|
102070
|
+
self._AssetCode = params.get("AssetCode")
|
|
102071
|
+
self._AssetAuditStatus = params.get("AssetAuditStatus")
|
|
102072
|
+
self._PublishedTime = params.get("PublishedTime")
|
|
102073
|
+
if params.get("TagInfoList") is not None:
|
|
102074
|
+
self._TagInfoList = []
|
|
102075
|
+
for item in params.get("TagInfoList"):
|
|
102076
|
+
obj = LabelTag()
|
|
102077
|
+
obj._deserialize(item)
|
|
102078
|
+
self._TagInfoList.append(obj)
|
|
102079
|
+
if params.get("LabelValueSelections") is not None:
|
|
102080
|
+
self._LabelValueSelections = []
|
|
102081
|
+
for item in params.get("LabelValueSelections"):
|
|
102082
|
+
obj = LabelValueSelection()
|
|
102083
|
+
obj._deserialize(item)
|
|
102084
|
+
self._LabelValueSelections.append(obj)
|
|
102085
|
+
self._Namespace = params.get("Namespace")
|
|
102086
|
+
self._MetaFrom = params.get("MetaFrom")
|
|
102087
|
+
self._EngineCreator = params.get("EngineCreator")
|
|
99420
102088
|
memeber_set = set(params.keys())
|
|
99421
102089
|
for name, value in vars(self).items():
|
|
99422
102090
|
property_name = name[1:]
|
|
@@ -99907,6 +102575,9 @@ class TableQualityDetail(AbstractModel):
|
|
|
99907
102575
|
:param _RuleGroupTableId: 规则表
|
|
99908
102576
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
99909
102577
|
:type RuleGroupTableId: str
|
|
102578
|
+
:param _CatalogName: catalog名称
|
|
102579
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
102580
|
+
:type CatalogName: str
|
|
99910
102581
|
"""
|
|
99911
102582
|
self._DatabaseId = None
|
|
99912
102583
|
self._DatabaseName = None
|
|
@@ -99920,6 +102591,7 @@ class TableQualityDetail(AbstractModel):
|
|
|
99920
102591
|
self._DsEnvType = None
|
|
99921
102592
|
self._SchemaName = None
|
|
99922
102593
|
self._RuleGroupTableId = None
|
|
102594
|
+
self._CatalogName = None
|
|
99923
102595
|
|
|
99924
102596
|
@property
|
|
99925
102597
|
def DatabaseId(self):
|
|
@@ -100065,6 +102737,18 @@ class TableQualityDetail(AbstractModel):
|
|
|
100065
102737
|
def RuleGroupTableId(self, RuleGroupTableId):
|
|
100066
102738
|
self._RuleGroupTableId = RuleGroupTableId
|
|
100067
102739
|
|
|
102740
|
+
@property
|
|
102741
|
+
def CatalogName(self):
|
|
102742
|
+
r"""catalog名称
|
|
102743
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
102744
|
+
:rtype: str
|
|
102745
|
+
"""
|
|
102746
|
+
return self._CatalogName
|
|
102747
|
+
|
|
102748
|
+
@CatalogName.setter
|
|
102749
|
+
def CatalogName(self, CatalogName):
|
|
102750
|
+
self._CatalogName = CatalogName
|
|
102751
|
+
|
|
100068
102752
|
|
|
100069
102753
|
def _deserialize(self, params):
|
|
100070
102754
|
self._DatabaseId = params.get("DatabaseId")
|
|
@@ -100079,6 +102763,7 @@ class TableQualityDetail(AbstractModel):
|
|
|
100079
102763
|
self._DsEnvType = params.get("DsEnvType")
|
|
100080
102764
|
self._SchemaName = params.get("SchemaName")
|
|
100081
102765
|
self._RuleGroupTableId = params.get("RuleGroupTableId")
|
|
102766
|
+
self._CatalogName = params.get("CatalogName")
|
|
100082
102767
|
memeber_set = set(params.keys())
|
|
100083
102768
|
for name, value in vars(self).items():
|
|
100084
102769
|
property_name = name[1:]
|
|
@@ -103986,6 +106671,107 @@ class TaskExtInfo(AbstractModel):
|
|
|
103986
106671
|
|
|
103987
106672
|
|
|
103988
106673
|
|
|
106674
|
+
class TaskExtOpsDto(AbstractModel):
|
|
106675
|
+
r"""任务扩展信息
|
|
106676
|
+
|
|
106677
|
+
"""
|
|
106678
|
+
|
|
106679
|
+
def __init__(self):
|
|
106680
|
+
r"""
|
|
106681
|
+
:param _TaskId: 任务ID
|
|
106682
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
106683
|
+
:type TaskId: str
|
|
106684
|
+
:param _Properties: 任务属性(key-value 形式)
|
|
106685
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
106686
|
+
:type Properties: :class:`tencentcloud.wedata.v20210820.models.StrToStrMap`
|
|
106687
|
+
:param _DryRunExtAttributes: 任务试运行-扩展业务属性
|
|
106688
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
106689
|
+
:type DryRunExtAttributes: list of AttributeItemOpsDto
|
|
106690
|
+
:param _DryRunParameter: 任务试运行动态传参
|
|
106691
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
106692
|
+
:type DryRunParameter: list of AttributeItemOpsDto
|
|
106693
|
+
"""
|
|
106694
|
+
self._TaskId = None
|
|
106695
|
+
self._Properties = None
|
|
106696
|
+
self._DryRunExtAttributes = None
|
|
106697
|
+
self._DryRunParameter = None
|
|
106698
|
+
|
|
106699
|
+
@property
|
|
106700
|
+
def TaskId(self):
|
|
106701
|
+
r"""任务ID
|
|
106702
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
106703
|
+
:rtype: str
|
|
106704
|
+
"""
|
|
106705
|
+
return self._TaskId
|
|
106706
|
+
|
|
106707
|
+
@TaskId.setter
|
|
106708
|
+
def TaskId(self, TaskId):
|
|
106709
|
+
self._TaskId = TaskId
|
|
106710
|
+
|
|
106711
|
+
@property
|
|
106712
|
+
def Properties(self):
|
|
106713
|
+
r"""任务属性(key-value 形式)
|
|
106714
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
106715
|
+
:rtype: :class:`tencentcloud.wedata.v20210820.models.StrToStrMap`
|
|
106716
|
+
"""
|
|
106717
|
+
return self._Properties
|
|
106718
|
+
|
|
106719
|
+
@Properties.setter
|
|
106720
|
+
def Properties(self, Properties):
|
|
106721
|
+
self._Properties = Properties
|
|
106722
|
+
|
|
106723
|
+
@property
|
|
106724
|
+
def DryRunExtAttributes(self):
|
|
106725
|
+
r"""任务试运行-扩展业务属性
|
|
106726
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
106727
|
+
:rtype: list of AttributeItemOpsDto
|
|
106728
|
+
"""
|
|
106729
|
+
return self._DryRunExtAttributes
|
|
106730
|
+
|
|
106731
|
+
@DryRunExtAttributes.setter
|
|
106732
|
+
def DryRunExtAttributes(self, DryRunExtAttributes):
|
|
106733
|
+
self._DryRunExtAttributes = DryRunExtAttributes
|
|
106734
|
+
|
|
106735
|
+
@property
|
|
106736
|
+
def DryRunParameter(self):
|
|
106737
|
+
r"""任务试运行动态传参
|
|
106738
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
106739
|
+
:rtype: list of AttributeItemOpsDto
|
|
106740
|
+
"""
|
|
106741
|
+
return self._DryRunParameter
|
|
106742
|
+
|
|
106743
|
+
@DryRunParameter.setter
|
|
106744
|
+
def DryRunParameter(self, DryRunParameter):
|
|
106745
|
+
self._DryRunParameter = DryRunParameter
|
|
106746
|
+
|
|
106747
|
+
|
|
106748
|
+
def _deserialize(self, params):
|
|
106749
|
+
self._TaskId = params.get("TaskId")
|
|
106750
|
+
if params.get("Properties") is not None:
|
|
106751
|
+
self._Properties = StrToStrMap()
|
|
106752
|
+
self._Properties._deserialize(params.get("Properties"))
|
|
106753
|
+
if params.get("DryRunExtAttributes") is not None:
|
|
106754
|
+
self._DryRunExtAttributes = []
|
|
106755
|
+
for item in params.get("DryRunExtAttributes"):
|
|
106756
|
+
obj = AttributeItemOpsDto()
|
|
106757
|
+
obj._deserialize(item)
|
|
106758
|
+
self._DryRunExtAttributes.append(obj)
|
|
106759
|
+
if params.get("DryRunParameter") is not None:
|
|
106760
|
+
self._DryRunParameter = []
|
|
106761
|
+
for item in params.get("DryRunParameter"):
|
|
106762
|
+
obj = AttributeItemOpsDto()
|
|
106763
|
+
obj._deserialize(item)
|
|
106764
|
+
self._DryRunParameter.append(obj)
|
|
106765
|
+
memeber_set = set(params.keys())
|
|
106766
|
+
for name, value in vars(self).items():
|
|
106767
|
+
property_name = name[1:]
|
|
106768
|
+
if property_name in memeber_set:
|
|
106769
|
+
memeber_set.remove(property_name)
|
|
106770
|
+
if len(memeber_set) > 0:
|
|
106771
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
106772
|
+
|
|
106773
|
+
|
|
106774
|
+
|
|
103989
106775
|
class TaskFormParams(AbstractModel):
|
|
103990
106776
|
r"""任务参数
|
|
103991
106777
|
|
|
@@ -106078,6 +108864,12 @@ CAN_MANAGE : 有权限管理操作
|
|
|
106078
108864
|
:param _BundleInfo: bundle客户端信息
|
|
106079
108865
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
106080
108866
|
:type BundleInfo: str
|
|
108867
|
+
:param _WorkflowType: 工作流类型
|
|
108868
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
108869
|
+
:type WorkflowType: str
|
|
108870
|
+
:param _TaskExtDTO: 任务扩展信息
|
|
108871
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
108872
|
+
:type TaskExtDTO: :class:`tencentcloud.wedata.v20210820.models.TaskExtOpsDto`
|
|
106081
108873
|
"""
|
|
106082
108874
|
self._TaskId = None
|
|
106083
108875
|
self._VirtualTaskId = None
|
|
@@ -106174,6 +108966,8 @@ CAN_MANAGE : 有权限管理操作
|
|
|
106174
108966
|
self._Privileges = None
|
|
106175
108967
|
self._BundleId = None
|
|
106176
108968
|
self._BundleInfo = None
|
|
108969
|
+
self._WorkflowType = None
|
|
108970
|
+
self._TaskExtDTO = None
|
|
106177
108971
|
|
|
106178
108972
|
@property
|
|
106179
108973
|
def TaskId(self):
|
|
@@ -107316,6 +110110,30 @@ CAN_MANAGE : 有权限管理操作
|
|
|
107316
110110
|
def BundleInfo(self, BundleInfo):
|
|
107317
110111
|
self._BundleInfo = BundleInfo
|
|
107318
110112
|
|
|
110113
|
+
@property
|
|
110114
|
+
def WorkflowType(self):
|
|
110115
|
+
r"""工作流类型
|
|
110116
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
110117
|
+
:rtype: str
|
|
110118
|
+
"""
|
|
110119
|
+
return self._WorkflowType
|
|
110120
|
+
|
|
110121
|
+
@WorkflowType.setter
|
|
110122
|
+
def WorkflowType(self, WorkflowType):
|
|
110123
|
+
self._WorkflowType = WorkflowType
|
|
110124
|
+
|
|
110125
|
+
@property
|
|
110126
|
+
def TaskExtDTO(self):
|
|
110127
|
+
r"""任务扩展信息
|
|
110128
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
110129
|
+
:rtype: :class:`tencentcloud.wedata.v20210820.models.TaskExtOpsDto`
|
|
110130
|
+
"""
|
|
110131
|
+
return self._TaskExtDTO
|
|
110132
|
+
|
|
110133
|
+
@TaskExtDTO.setter
|
|
110134
|
+
def TaskExtDTO(self, TaskExtDTO):
|
|
110135
|
+
self._TaskExtDTO = TaskExtDTO
|
|
110136
|
+
|
|
107319
110137
|
|
|
107320
110138
|
def _deserialize(self, params):
|
|
107321
110139
|
self._TaskId = params.get("TaskId")
|
|
@@ -107435,6 +110253,10 @@ CAN_MANAGE : 有权限管理操作
|
|
|
107435
110253
|
self._Privileges = params.get("Privileges")
|
|
107436
110254
|
self._BundleId = params.get("BundleId")
|
|
107437
110255
|
self._BundleInfo = params.get("BundleInfo")
|
|
110256
|
+
self._WorkflowType = params.get("WorkflowType")
|
|
110257
|
+
if params.get("TaskExtDTO") is not None:
|
|
110258
|
+
self._TaskExtDTO = TaskExtOpsDto()
|
|
110259
|
+
self._TaskExtDTO._deserialize(params.get("TaskExtDTO"))
|
|
107438
110260
|
memeber_set = set(params.keys())
|
|
107439
110261
|
for name, value in vars(self).items():
|
|
107440
110262
|
property_name = name[1:]
|