tencentcloud-sdk-python 3.0.1373__py2.py3-none-any.whl → 3.0.1375__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tencentcloud/__init__.py +1 -1
- tencentcloud/aiart/v20221229/models.py +16 -0
- tencentcloud/apm/v20210622/models.py +60 -0
- tencentcloud/asr/v20190614/asr_client.py +1 -1
- tencentcloud/asr/v20190614/models.py +8 -0
- tencentcloud/bh/v20230418/models.py +4 -8
- tencentcloud/cbs/v20170312/models.py +27 -2
- tencentcloud/chc/v20230418/models.py +84 -2
- tencentcloud/ckafka/v20190819/models.py +0 -24
- tencentcloud/clb/v20180317/clb_client.py +31 -23
- tencentcloud/clb/v20180317/errorcodes.py +3 -0
- tencentcloud/clb/v20180317/models.py +521 -262
- tencentcloud/cloudaudit/v20190319/models.py +0 -64
- tencentcloud/config/v20220802/models.py +0 -150
- tencentcloud/cvm/v20170312/models.py +4 -4
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +23 -0
- tencentcloud/cynosdb/v20190107/models.py +128 -15
- tencentcloud/dlc/v20210125/models.py +30 -0
- tencentcloud/domain/v20180808/domain_client.py +4 -0
- tencentcloud/domain/v20180808/errorcodes.py +3 -0
- tencentcloud/domain/v20180808/models.py +184 -78
- tencentcloud/dsgc/v20190723/dsgc_client.py +23 -0
- tencentcloud/dsgc/v20190723/models.py +384 -0
- tencentcloud/es/v20250101/es_client.py +4 -2
- tencentcloud/es/v20250101/models.py +70 -70
- tencentcloud/iss/v20230517/models.py +0 -40
- tencentcloud/lowcode/v20210108/models.py +17 -2
- tencentcloud/ocr/v20181119/models.py +20 -2
- tencentcloud/organization/v20210331/models.py +0 -12
- tencentcloud/tdmq/v20200217/models.py +185 -15
- tencentcloud/thpc/v20230321/errorcodes.py +3 -0
- tencentcloud/tke/v20180525/models.py +72 -72
- tencentcloud/trocket/v20230308/models.py +190 -12
- tencentcloud/trocket/v20230308/trocket_client.py +0 -1
- tencentcloud/tsf/v20180326/errorcodes.py +3 -0
- tencentcloud/tsf/v20180326/models.py +2 -2
- tencentcloud/vod/v20180717/models.py +15 -0
- tencentcloud/vpc/v20170312/errorcodes.py +12 -0
- tencentcloud/vpc/v20170312/models.py +262 -254
- tencentcloud/vpc/v20170312/vpc_client.py +13 -13
- tencentcloud/waf/v20180125/models.py +34 -0
- tencentcloud/waf/v20180125/waf_client.py +23 -0
- tencentcloud/wedata/v20210820/models.py +1704 -0
- tencentcloud/wedata/v20210820/wedata_client.py +125 -9
- {tencentcloud_sdk_python-3.0.1373.dist-info → tencentcloud_sdk_python-3.0.1375.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1373.dist-info → tencentcloud_sdk_python-3.0.1375.dist-info}/RECORD +49 -49
- {tencentcloud_sdk_python-3.0.1373.dist-info → tencentcloud_sdk_python-3.0.1375.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1373.dist-info → tencentcloud_sdk_python-3.0.1375.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1373.dist-info → tencentcloud_sdk_python-3.0.1375.dist-info}/top_level.txt +0 -0
@@ -13569,6 +13569,257 @@ class CreateTaskFolderResponse(AbstractModel):
|
|
13569
13569
|
self._RequestId = params.get("RequestId")
|
13570
13570
|
|
13571
13571
|
|
13572
|
+
class CreateTaskNewRequest(AbstractModel):
|
13573
|
+
"""CreateTaskNew请求参数结构体
|
13574
|
+
|
13575
|
+
"""
|
13576
|
+
|
13577
|
+
def __init__(self):
|
13578
|
+
r"""
|
13579
|
+
:param _ProjectId: 项目Id
|
13580
|
+
:type ProjectId: str
|
13581
|
+
:param _WorkflowId: 工作流id
|
13582
|
+
:type WorkflowId: str
|
13583
|
+
:param _TaskName: 任务名
|
13584
|
+
:type TaskName: str
|
13585
|
+
:param _TaskType: 26离线同步,30Python,31PySpark,32DLC,33Impala,34Hive SQL,35Shell,36Spark SQL,39Spark,40CDW PG,92MapReduce
|
13586
|
+
:type TaskType: int
|
13587
|
+
:param _TaskExt: 扩展属性
|
13588
|
+
:type TaskExt: list of TaskExtInfo
|
13589
|
+
:param _ProductName: 产品名称
|
13590
|
+
:type ProductName: str
|
13591
|
+
:param _InstanceInitStrategy: 任务实例初始化策略
|
13592
|
+
:type InstanceInitStrategy: str
|
13593
|
+
:param _LeftCoordinate: 画布坐标横轴
|
13594
|
+
:type LeftCoordinate: float
|
13595
|
+
:param _TopCoordinate: 画布坐标纵轴
|
13596
|
+
:type TopCoordinate: float
|
13597
|
+
:param _TaskFolderId: 工作流目录ID
|
13598
|
+
:type TaskFolderId: str
|
13599
|
+
:param _Content: 指定脚本内容,base64编码
|
13600
|
+
:type Content: str
|
13601
|
+
:param _CodeTemplateId: 代码模版ID
|
13602
|
+
:type CodeTemplateId: str
|
13603
|
+
"""
|
13604
|
+
self._ProjectId = None
|
13605
|
+
self._WorkflowId = None
|
13606
|
+
self._TaskName = None
|
13607
|
+
self._TaskType = None
|
13608
|
+
self._TaskExt = None
|
13609
|
+
self._ProductName = None
|
13610
|
+
self._InstanceInitStrategy = None
|
13611
|
+
self._LeftCoordinate = None
|
13612
|
+
self._TopCoordinate = None
|
13613
|
+
self._TaskFolderId = None
|
13614
|
+
self._Content = None
|
13615
|
+
self._CodeTemplateId = None
|
13616
|
+
|
13617
|
+
@property
|
13618
|
+
def ProjectId(self):
|
13619
|
+
"""项目Id
|
13620
|
+
:rtype: str
|
13621
|
+
"""
|
13622
|
+
return self._ProjectId
|
13623
|
+
|
13624
|
+
@ProjectId.setter
|
13625
|
+
def ProjectId(self, ProjectId):
|
13626
|
+
self._ProjectId = ProjectId
|
13627
|
+
|
13628
|
+
@property
|
13629
|
+
def WorkflowId(self):
|
13630
|
+
"""工作流id
|
13631
|
+
:rtype: str
|
13632
|
+
"""
|
13633
|
+
return self._WorkflowId
|
13634
|
+
|
13635
|
+
@WorkflowId.setter
|
13636
|
+
def WorkflowId(self, WorkflowId):
|
13637
|
+
self._WorkflowId = WorkflowId
|
13638
|
+
|
13639
|
+
@property
|
13640
|
+
def TaskName(self):
|
13641
|
+
"""任务名
|
13642
|
+
:rtype: str
|
13643
|
+
"""
|
13644
|
+
return self._TaskName
|
13645
|
+
|
13646
|
+
@TaskName.setter
|
13647
|
+
def TaskName(self, TaskName):
|
13648
|
+
self._TaskName = TaskName
|
13649
|
+
|
13650
|
+
@property
|
13651
|
+
def TaskType(self):
|
13652
|
+
"""26离线同步,30Python,31PySpark,32DLC,33Impala,34Hive SQL,35Shell,36Spark SQL,39Spark,40CDW PG,92MapReduce
|
13653
|
+
:rtype: int
|
13654
|
+
"""
|
13655
|
+
return self._TaskType
|
13656
|
+
|
13657
|
+
@TaskType.setter
|
13658
|
+
def TaskType(self, TaskType):
|
13659
|
+
self._TaskType = TaskType
|
13660
|
+
|
13661
|
+
@property
|
13662
|
+
def TaskExt(self):
|
13663
|
+
"""扩展属性
|
13664
|
+
:rtype: list of TaskExtInfo
|
13665
|
+
"""
|
13666
|
+
return self._TaskExt
|
13667
|
+
|
13668
|
+
@TaskExt.setter
|
13669
|
+
def TaskExt(self, TaskExt):
|
13670
|
+
self._TaskExt = TaskExt
|
13671
|
+
|
13672
|
+
@property
|
13673
|
+
def ProductName(self):
|
13674
|
+
"""产品名称
|
13675
|
+
:rtype: str
|
13676
|
+
"""
|
13677
|
+
return self._ProductName
|
13678
|
+
|
13679
|
+
@ProductName.setter
|
13680
|
+
def ProductName(self, ProductName):
|
13681
|
+
self._ProductName = ProductName
|
13682
|
+
|
13683
|
+
@property
|
13684
|
+
def InstanceInitStrategy(self):
|
13685
|
+
"""任务实例初始化策略
|
13686
|
+
:rtype: str
|
13687
|
+
"""
|
13688
|
+
return self._InstanceInitStrategy
|
13689
|
+
|
13690
|
+
@InstanceInitStrategy.setter
|
13691
|
+
def InstanceInitStrategy(self, InstanceInitStrategy):
|
13692
|
+
self._InstanceInitStrategy = InstanceInitStrategy
|
13693
|
+
|
13694
|
+
@property
|
13695
|
+
def LeftCoordinate(self):
|
13696
|
+
"""画布坐标横轴
|
13697
|
+
:rtype: float
|
13698
|
+
"""
|
13699
|
+
return self._LeftCoordinate
|
13700
|
+
|
13701
|
+
@LeftCoordinate.setter
|
13702
|
+
def LeftCoordinate(self, LeftCoordinate):
|
13703
|
+
self._LeftCoordinate = LeftCoordinate
|
13704
|
+
|
13705
|
+
@property
|
13706
|
+
def TopCoordinate(self):
|
13707
|
+
"""画布坐标纵轴
|
13708
|
+
:rtype: float
|
13709
|
+
"""
|
13710
|
+
return self._TopCoordinate
|
13711
|
+
|
13712
|
+
@TopCoordinate.setter
|
13713
|
+
def TopCoordinate(self, TopCoordinate):
|
13714
|
+
self._TopCoordinate = TopCoordinate
|
13715
|
+
|
13716
|
+
@property
|
13717
|
+
def TaskFolderId(self):
|
13718
|
+
"""工作流目录ID
|
13719
|
+
:rtype: str
|
13720
|
+
"""
|
13721
|
+
return self._TaskFolderId
|
13722
|
+
|
13723
|
+
@TaskFolderId.setter
|
13724
|
+
def TaskFolderId(self, TaskFolderId):
|
13725
|
+
self._TaskFolderId = TaskFolderId
|
13726
|
+
|
13727
|
+
@property
|
13728
|
+
def Content(self):
|
13729
|
+
"""指定脚本内容,base64编码
|
13730
|
+
:rtype: str
|
13731
|
+
"""
|
13732
|
+
return self._Content
|
13733
|
+
|
13734
|
+
@Content.setter
|
13735
|
+
def Content(self, Content):
|
13736
|
+
self._Content = Content
|
13737
|
+
|
13738
|
+
@property
|
13739
|
+
def CodeTemplateId(self):
|
13740
|
+
"""代码模版ID
|
13741
|
+
:rtype: str
|
13742
|
+
"""
|
13743
|
+
return self._CodeTemplateId
|
13744
|
+
|
13745
|
+
@CodeTemplateId.setter
|
13746
|
+
def CodeTemplateId(self, CodeTemplateId):
|
13747
|
+
self._CodeTemplateId = CodeTemplateId
|
13748
|
+
|
13749
|
+
|
13750
|
+
def _deserialize(self, params):
|
13751
|
+
self._ProjectId = params.get("ProjectId")
|
13752
|
+
self._WorkflowId = params.get("WorkflowId")
|
13753
|
+
self._TaskName = params.get("TaskName")
|
13754
|
+
self._TaskType = params.get("TaskType")
|
13755
|
+
if params.get("TaskExt") is not None:
|
13756
|
+
self._TaskExt = []
|
13757
|
+
for item in params.get("TaskExt"):
|
13758
|
+
obj = TaskExtInfo()
|
13759
|
+
obj._deserialize(item)
|
13760
|
+
self._TaskExt.append(obj)
|
13761
|
+
self._ProductName = params.get("ProductName")
|
13762
|
+
self._InstanceInitStrategy = params.get("InstanceInitStrategy")
|
13763
|
+
self._LeftCoordinate = params.get("LeftCoordinate")
|
13764
|
+
self._TopCoordinate = params.get("TopCoordinate")
|
13765
|
+
self._TaskFolderId = params.get("TaskFolderId")
|
13766
|
+
self._Content = params.get("Content")
|
13767
|
+
self._CodeTemplateId = params.get("CodeTemplateId")
|
13768
|
+
memeber_set = set(params.keys())
|
13769
|
+
for name, value in vars(self).items():
|
13770
|
+
property_name = name[1:]
|
13771
|
+
if property_name in memeber_set:
|
13772
|
+
memeber_set.remove(property_name)
|
13773
|
+
if len(memeber_set) > 0:
|
13774
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
13775
|
+
|
13776
|
+
|
13777
|
+
|
13778
|
+
class CreateTaskNewResponse(AbstractModel):
|
13779
|
+
"""CreateTaskNew返回参数结构体
|
13780
|
+
|
13781
|
+
"""
|
13782
|
+
|
13783
|
+
def __init__(self):
|
13784
|
+
r"""
|
13785
|
+
:param _Data: 无
|
13786
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
13787
|
+
:type Data: str
|
13788
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13789
|
+
:type RequestId: str
|
13790
|
+
"""
|
13791
|
+
self._Data = None
|
13792
|
+
self._RequestId = None
|
13793
|
+
|
13794
|
+
@property
|
13795
|
+
def Data(self):
|
13796
|
+
"""无
|
13797
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
13798
|
+
:rtype: str
|
13799
|
+
"""
|
13800
|
+
return self._Data
|
13801
|
+
|
13802
|
+
@Data.setter
|
13803
|
+
def Data(self, Data):
|
13804
|
+
self._Data = Data
|
13805
|
+
|
13806
|
+
@property
|
13807
|
+
def RequestId(self):
|
13808
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13809
|
+
:rtype: str
|
13810
|
+
"""
|
13811
|
+
return self._RequestId
|
13812
|
+
|
13813
|
+
@RequestId.setter
|
13814
|
+
def RequestId(self, RequestId):
|
13815
|
+
self._RequestId = RequestId
|
13816
|
+
|
13817
|
+
|
13818
|
+
def _deserialize(self, params):
|
13819
|
+
self._Data = params.get("Data")
|
13820
|
+
self._RequestId = params.get("RequestId")
|
13821
|
+
|
13822
|
+
|
13572
13823
|
class CreateTaskRequest(AbstractModel):
|
13573
13824
|
"""CreateTask请求参数结构体
|
13574
13825
|
|
@@ -44418,6 +44669,417 @@ class EventCaseOpsDto(AbstractModel):
|
|
44418
44669
|
|
44419
44670
|
|
44420
44671
|
|
44672
|
+
class EventDsDto(AbstractModel):
|
44673
|
+
"""事件管理- 事件实体
|
44674
|
+
|
44675
|
+
"""
|
44676
|
+
|
44677
|
+
def __init__(self):
|
44678
|
+
r"""
|
44679
|
+
:param _Name: 事件名称
|
44680
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44681
|
+
:type Name: str
|
44682
|
+
:param _EventType: 事件类型GENERAL、TIME_SERIES
|
44683
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44684
|
+
:type EventType: str
|
44685
|
+
:param _TimeToLive: 存活时间
|
44686
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44687
|
+
:type TimeToLive: int
|
44688
|
+
:param _TimeUnit: 存活时间单位
|
44689
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44690
|
+
:type TimeUnit: str
|
44691
|
+
:param _EventSubType: 事件分割类型 SECOND、MIN、HOUR、DAY
|
44692
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44693
|
+
:type EventSubType: str
|
44694
|
+
:param _EventBroadcastType: 事件广播类型SINGLE、BROADCAST
|
44695
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44696
|
+
:type EventBroadcastType: str
|
44697
|
+
:param _DimensionFormat: 时间格式
|
44698
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44699
|
+
:type DimensionFormat: str
|
44700
|
+
:param _CreationTs: 创建时间
|
44701
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44702
|
+
:type CreationTs: str
|
44703
|
+
:param _Owner: 事件所属人
|
44704
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44705
|
+
:type Owner: str
|
44706
|
+
:param _Properties: 属性
|
44707
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44708
|
+
:type Properties: str
|
44709
|
+
:param _Description: 描述信息
|
44710
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44711
|
+
:type Description: str
|
44712
|
+
:param _Listeners: 事件监听者信息
|
44713
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44714
|
+
:type Listeners: list of EventListenerDTO
|
44715
|
+
:param _ProjectId: 项目id
|
44716
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44717
|
+
:type ProjectId: str
|
44718
|
+
:param _ProjectName: 项目名称
|
44719
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44720
|
+
:type ProjectName: str
|
44721
|
+
"""
|
44722
|
+
self._Name = None
|
44723
|
+
self._EventType = None
|
44724
|
+
self._TimeToLive = None
|
44725
|
+
self._TimeUnit = None
|
44726
|
+
self._EventSubType = None
|
44727
|
+
self._EventBroadcastType = None
|
44728
|
+
self._DimensionFormat = None
|
44729
|
+
self._CreationTs = None
|
44730
|
+
self._Owner = None
|
44731
|
+
self._Properties = None
|
44732
|
+
self._Description = None
|
44733
|
+
self._Listeners = None
|
44734
|
+
self._ProjectId = None
|
44735
|
+
self._ProjectName = None
|
44736
|
+
|
44737
|
+
@property
|
44738
|
+
def Name(self):
|
44739
|
+
"""事件名称
|
44740
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44741
|
+
:rtype: str
|
44742
|
+
"""
|
44743
|
+
return self._Name
|
44744
|
+
|
44745
|
+
@Name.setter
|
44746
|
+
def Name(self, Name):
|
44747
|
+
self._Name = Name
|
44748
|
+
|
44749
|
+
@property
|
44750
|
+
def EventType(self):
|
44751
|
+
"""事件类型GENERAL、TIME_SERIES
|
44752
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44753
|
+
:rtype: str
|
44754
|
+
"""
|
44755
|
+
return self._EventType
|
44756
|
+
|
44757
|
+
@EventType.setter
|
44758
|
+
def EventType(self, EventType):
|
44759
|
+
self._EventType = EventType
|
44760
|
+
|
44761
|
+
@property
|
44762
|
+
def TimeToLive(self):
|
44763
|
+
"""存活时间
|
44764
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44765
|
+
:rtype: int
|
44766
|
+
"""
|
44767
|
+
return self._TimeToLive
|
44768
|
+
|
44769
|
+
@TimeToLive.setter
|
44770
|
+
def TimeToLive(self, TimeToLive):
|
44771
|
+
self._TimeToLive = TimeToLive
|
44772
|
+
|
44773
|
+
@property
|
44774
|
+
def TimeUnit(self):
|
44775
|
+
"""存活时间单位
|
44776
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44777
|
+
:rtype: str
|
44778
|
+
"""
|
44779
|
+
return self._TimeUnit
|
44780
|
+
|
44781
|
+
@TimeUnit.setter
|
44782
|
+
def TimeUnit(self, TimeUnit):
|
44783
|
+
self._TimeUnit = TimeUnit
|
44784
|
+
|
44785
|
+
@property
|
44786
|
+
def EventSubType(self):
|
44787
|
+
"""事件分割类型 SECOND、MIN、HOUR、DAY
|
44788
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44789
|
+
:rtype: str
|
44790
|
+
"""
|
44791
|
+
return self._EventSubType
|
44792
|
+
|
44793
|
+
@EventSubType.setter
|
44794
|
+
def EventSubType(self, EventSubType):
|
44795
|
+
self._EventSubType = EventSubType
|
44796
|
+
|
44797
|
+
@property
|
44798
|
+
def EventBroadcastType(self):
|
44799
|
+
"""事件广播类型SINGLE、BROADCAST
|
44800
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44801
|
+
:rtype: str
|
44802
|
+
"""
|
44803
|
+
return self._EventBroadcastType
|
44804
|
+
|
44805
|
+
@EventBroadcastType.setter
|
44806
|
+
def EventBroadcastType(self, EventBroadcastType):
|
44807
|
+
self._EventBroadcastType = EventBroadcastType
|
44808
|
+
|
44809
|
+
@property
|
44810
|
+
def DimensionFormat(self):
|
44811
|
+
"""时间格式
|
44812
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44813
|
+
:rtype: str
|
44814
|
+
"""
|
44815
|
+
return self._DimensionFormat
|
44816
|
+
|
44817
|
+
@DimensionFormat.setter
|
44818
|
+
def DimensionFormat(self, DimensionFormat):
|
44819
|
+
self._DimensionFormat = DimensionFormat
|
44820
|
+
|
44821
|
+
@property
|
44822
|
+
def CreationTs(self):
|
44823
|
+
"""创建时间
|
44824
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44825
|
+
:rtype: str
|
44826
|
+
"""
|
44827
|
+
return self._CreationTs
|
44828
|
+
|
44829
|
+
@CreationTs.setter
|
44830
|
+
def CreationTs(self, CreationTs):
|
44831
|
+
self._CreationTs = CreationTs
|
44832
|
+
|
44833
|
+
@property
|
44834
|
+
def Owner(self):
|
44835
|
+
"""事件所属人
|
44836
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44837
|
+
:rtype: str
|
44838
|
+
"""
|
44839
|
+
return self._Owner
|
44840
|
+
|
44841
|
+
@Owner.setter
|
44842
|
+
def Owner(self, Owner):
|
44843
|
+
self._Owner = Owner
|
44844
|
+
|
44845
|
+
@property
|
44846
|
+
def Properties(self):
|
44847
|
+
"""属性
|
44848
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44849
|
+
:rtype: str
|
44850
|
+
"""
|
44851
|
+
return self._Properties
|
44852
|
+
|
44853
|
+
@Properties.setter
|
44854
|
+
def Properties(self, Properties):
|
44855
|
+
self._Properties = Properties
|
44856
|
+
|
44857
|
+
@property
|
44858
|
+
def Description(self):
|
44859
|
+
"""描述信息
|
44860
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44861
|
+
:rtype: str
|
44862
|
+
"""
|
44863
|
+
return self._Description
|
44864
|
+
|
44865
|
+
@Description.setter
|
44866
|
+
def Description(self, Description):
|
44867
|
+
self._Description = Description
|
44868
|
+
|
44869
|
+
@property
|
44870
|
+
def Listeners(self):
|
44871
|
+
"""事件监听者信息
|
44872
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44873
|
+
:rtype: list of EventListenerDTO
|
44874
|
+
"""
|
44875
|
+
return self._Listeners
|
44876
|
+
|
44877
|
+
@Listeners.setter
|
44878
|
+
def Listeners(self, Listeners):
|
44879
|
+
self._Listeners = Listeners
|
44880
|
+
|
44881
|
+
@property
|
44882
|
+
def ProjectId(self):
|
44883
|
+
"""项目id
|
44884
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44885
|
+
:rtype: str
|
44886
|
+
"""
|
44887
|
+
return self._ProjectId
|
44888
|
+
|
44889
|
+
@ProjectId.setter
|
44890
|
+
def ProjectId(self, ProjectId):
|
44891
|
+
self._ProjectId = ProjectId
|
44892
|
+
|
44893
|
+
@property
|
44894
|
+
def ProjectName(self):
|
44895
|
+
"""项目名称
|
44896
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44897
|
+
:rtype: str
|
44898
|
+
"""
|
44899
|
+
return self._ProjectName
|
44900
|
+
|
44901
|
+
@ProjectName.setter
|
44902
|
+
def ProjectName(self, ProjectName):
|
44903
|
+
self._ProjectName = ProjectName
|
44904
|
+
|
44905
|
+
|
44906
|
+
def _deserialize(self, params):
|
44907
|
+
self._Name = params.get("Name")
|
44908
|
+
self._EventType = params.get("EventType")
|
44909
|
+
self._TimeToLive = params.get("TimeToLive")
|
44910
|
+
self._TimeUnit = params.get("TimeUnit")
|
44911
|
+
self._EventSubType = params.get("EventSubType")
|
44912
|
+
self._EventBroadcastType = params.get("EventBroadcastType")
|
44913
|
+
self._DimensionFormat = params.get("DimensionFormat")
|
44914
|
+
self._CreationTs = params.get("CreationTs")
|
44915
|
+
self._Owner = params.get("Owner")
|
44916
|
+
self._Properties = params.get("Properties")
|
44917
|
+
self._Description = params.get("Description")
|
44918
|
+
if params.get("Listeners") is not None:
|
44919
|
+
self._Listeners = []
|
44920
|
+
for item in params.get("Listeners"):
|
44921
|
+
obj = EventListenerDTO()
|
44922
|
+
obj._deserialize(item)
|
44923
|
+
self._Listeners.append(obj)
|
44924
|
+
self._ProjectId = params.get("ProjectId")
|
44925
|
+
self._ProjectName = params.get("ProjectName")
|
44926
|
+
memeber_set = set(params.keys())
|
44927
|
+
for name, value in vars(self).items():
|
44928
|
+
property_name = name[1:]
|
44929
|
+
if property_name in memeber_set:
|
44930
|
+
memeber_set.remove(property_name)
|
44931
|
+
if len(memeber_set) > 0:
|
44932
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
44933
|
+
|
44934
|
+
|
44935
|
+
|
44936
|
+
class EventListenerDTO(AbstractModel):
|
44937
|
+
"""事件监听者信息
|
44938
|
+
|
44939
|
+
"""
|
44940
|
+
|
44941
|
+
def __init__(self):
|
44942
|
+
r"""
|
44943
|
+
:param _Key: 关键字,一般为任务id
|
44944
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44945
|
+
:type Key: str
|
44946
|
+
:param _Type: REST_API、KAFKA
|
44947
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44948
|
+
:type Type: str
|
44949
|
+
:param _CreationTs: 创建时间
|
44950
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44951
|
+
:type CreationTs: str
|
44952
|
+
:param _PropertiesList: 配置信息
|
44953
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44954
|
+
:type PropertiesList: list of ParamInfoDs
|
44955
|
+
:param _EventName: 事件名称
|
44956
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44957
|
+
:type EventName: str
|
44958
|
+
:param _TaskInfo: 监听者任务信息
|
44959
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44960
|
+
:type TaskInfo: :class:`tencentcloud.wedata.v20210820.models.EventListenerTaskInfo`
|
44961
|
+
:param _EventProjectId: 事件所属项目id
|
44962
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44963
|
+
:type EventProjectId: str
|
44964
|
+
"""
|
44965
|
+
self._Key = None
|
44966
|
+
self._Type = None
|
44967
|
+
self._CreationTs = None
|
44968
|
+
self._PropertiesList = None
|
44969
|
+
self._EventName = None
|
44970
|
+
self._TaskInfo = None
|
44971
|
+
self._EventProjectId = None
|
44972
|
+
|
44973
|
+
@property
|
44974
|
+
def Key(self):
|
44975
|
+
"""关键字,一般为任务id
|
44976
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44977
|
+
:rtype: str
|
44978
|
+
"""
|
44979
|
+
return self._Key
|
44980
|
+
|
44981
|
+
@Key.setter
|
44982
|
+
def Key(self, Key):
|
44983
|
+
self._Key = Key
|
44984
|
+
|
44985
|
+
@property
|
44986
|
+
def Type(self):
|
44987
|
+
"""REST_API、KAFKA
|
44988
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44989
|
+
:rtype: str
|
44990
|
+
"""
|
44991
|
+
return self._Type
|
44992
|
+
|
44993
|
+
@Type.setter
|
44994
|
+
def Type(self, Type):
|
44995
|
+
self._Type = Type
|
44996
|
+
|
44997
|
+
@property
|
44998
|
+
def CreationTs(self):
|
44999
|
+
"""创建时间
|
45000
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
45001
|
+
:rtype: str
|
45002
|
+
"""
|
45003
|
+
return self._CreationTs
|
45004
|
+
|
45005
|
+
@CreationTs.setter
|
45006
|
+
def CreationTs(self, CreationTs):
|
45007
|
+
self._CreationTs = CreationTs
|
45008
|
+
|
45009
|
+
@property
|
45010
|
+
def PropertiesList(self):
|
45011
|
+
"""配置信息
|
45012
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
45013
|
+
:rtype: list of ParamInfoDs
|
45014
|
+
"""
|
45015
|
+
return self._PropertiesList
|
45016
|
+
|
45017
|
+
@PropertiesList.setter
|
45018
|
+
def PropertiesList(self, PropertiesList):
|
45019
|
+
self._PropertiesList = PropertiesList
|
45020
|
+
|
45021
|
+
@property
|
45022
|
+
def EventName(self):
|
45023
|
+
"""事件名称
|
45024
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
45025
|
+
:rtype: str
|
45026
|
+
"""
|
45027
|
+
return self._EventName
|
45028
|
+
|
45029
|
+
@EventName.setter
|
45030
|
+
def EventName(self, EventName):
|
45031
|
+
self._EventName = EventName
|
45032
|
+
|
45033
|
+
@property
|
45034
|
+
def TaskInfo(self):
|
45035
|
+
"""监听者任务信息
|
45036
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
45037
|
+
:rtype: :class:`tencentcloud.wedata.v20210820.models.EventListenerTaskInfo`
|
45038
|
+
"""
|
45039
|
+
return self._TaskInfo
|
45040
|
+
|
45041
|
+
@TaskInfo.setter
|
45042
|
+
def TaskInfo(self, TaskInfo):
|
45043
|
+
self._TaskInfo = TaskInfo
|
45044
|
+
|
45045
|
+
@property
|
45046
|
+
def EventProjectId(self):
|
45047
|
+
"""事件所属项目id
|
45048
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
45049
|
+
:rtype: str
|
45050
|
+
"""
|
45051
|
+
return self._EventProjectId
|
45052
|
+
|
45053
|
+
@EventProjectId.setter
|
45054
|
+
def EventProjectId(self, EventProjectId):
|
45055
|
+
self._EventProjectId = EventProjectId
|
45056
|
+
|
45057
|
+
|
45058
|
+
def _deserialize(self, params):
|
45059
|
+
self._Key = params.get("Key")
|
45060
|
+
self._Type = params.get("Type")
|
45061
|
+
self._CreationTs = params.get("CreationTs")
|
45062
|
+
if params.get("PropertiesList") is not None:
|
45063
|
+
self._PropertiesList = []
|
45064
|
+
for item in params.get("PropertiesList"):
|
45065
|
+
obj = ParamInfoDs()
|
45066
|
+
obj._deserialize(item)
|
45067
|
+
self._PropertiesList.append(obj)
|
45068
|
+
self._EventName = params.get("EventName")
|
45069
|
+
if params.get("TaskInfo") is not None:
|
45070
|
+
self._TaskInfo = EventListenerTaskInfo()
|
45071
|
+
self._TaskInfo._deserialize(params.get("TaskInfo"))
|
45072
|
+
self._EventProjectId = params.get("EventProjectId")
|
45073
|
+
memeber_set = set(params.keys())
|
45074
|
+
for name, value in vars(self).items():
|
45075
|
+
property_name = name[1:]
|
45076
|
+
if property_name in memeber_set:
|
45077
|
+
memeber_set.remove(property_name)
|
45078
|
+
if len(memeber_set) > 0:
|
45079
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
45080
|
+
|
45081
|
+
|
45082
|
+
|
44421
45083
|
class EventListenerOpsDto(AbstractModel):
|
44422
45084
|
"""事件监听器
|
44423
45085
|
|
@@ -44524,6 +45186,163 @@ class EventListenerOpsDto(AbstractModel):
|
|
44524
45186
|
|
44525
45187
|
|
44526
45188
|
|
45189
|
+
class EventListenerTaskInfo(AbstractModel):
|
45190
|
+
"""监听者任务信息
|
45191
|
+
|
45192
|
+
"""
|
45193
|
+
|
45194
|
+
def __init__(self):
|
45195
|
+
r"""
|
45196
|
+
:param _TaskId: 任务id
|
45197
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
45198
|
+
:type TaskId: str
|
45199
|
+
:param _TaskName: 任务名称
|
45200
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
45201
|
+
:type TaskName: str
|
45202
|
+
:param _WorkflowId: 工作流id
|
45203
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
45204
|
+
:type WorkflowId: str
|
45205
|
+
:param _WorkflowName: 工作流名称
|
45206
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
45207
|
+
:type WorkflowName: str
|
45208
|
+
:param _TaskTypeId: 任务类型id
|
45209
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
45210
|
+
:type TaskTypeId: int
|
45211
|
+
:param _TaskType: 任务类型名称
|
45212
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
45213
|
+
:type TaskType: str
|
45214
|
+
:param _ProjectId: 项目id
|
45215
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
45216
|
+
:type ProjectId: str
|
45217
|
+
:param _CycleType: 任务周期类型
|
45218
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
45219
|
+
:type CycleType: str
|
45220
|
+
"""
|
45221
|
+
self._TaskId = None
|
45222
|
+
self._TaskName = None
|
45223
|
+
self._WorkflowId = None
|
45224
|
+
self._WorkflowName = None
|
45225
|
+
self._TaskTypeId = None
|
45226
|
+
self._TaskType = None
|
45227
|
+
self._ProjectId = None
|
45228
|
+
self._CycleType = None
|
45229
|
+
|
45230
|
+
@property
|
45231
|
+
def TaskId(self):
|
45232
|
+
"""任务id
|
45233
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
45234
|
+
:rtype: str
|
45235
|
+
"""
|
45236
|
+
return self._TaskId
|
45237
|
+
|
45238
|
+
@TaskId.setter
|
45239
|
+
def TaskId(self, TaskId):
|
45240
|
+
self._TaskId = TaskId
|
45241
|
+
|
45242
|
+
@property
|
45243
|
+
def TaskName(self):
|
45244
|
+
"""任务名称
|
45245
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
45246
|
+
:rtype: str
|
45247
|
+
"""
|
45248
|
+
return self._TaskName
|
45249
|
+
|
45250
|
+
@TaskName.setter
|
45251
|
+
def TaskName(self, TaskName):
|
45252
|
+
self._TaskName = TaskName
|
45253
|
+
|
45254
|
+
@property
|
45255
|
+
def WorkflowId(self):
|
45256
|
+
"""工作流id
|
45257
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
45258
|
+
:rtype: str
|
45259
|
+
"""
|
45260
|
+
return self._WorkflowId
|
45261
|
+
|
45262
|
+
@WorkflowId.setter
|
45263
|
+
def WorkflowId(self, WorkflowId):
|
45264
|
+
self._WorkflowId = WorkflowId
|
45265
|
+
|
45266
|
+
@property
|
45267
|
+
def WorkflowName(self):
|
45268
|
+
"""工作流名称
|
45269
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
45270
|
+
:rtype: str
|
45271
|
+
"""
|
45272
|
+
return self._WorkflowName
|
45273
|
+
|
45274
|
+
@WorkflowName.setter
|
45275
|
+
def WorkflowName(self, WorkflowName):
|
45276
|
+
self._WorkflowName = WorkflowName
|
45277
|
+
|
45278
|
+
@property
|
45279
|
+
def TaskTypeId(self):
|
45280
|
+
"""任务类型id
|
45281
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
45282
|
+
:rtype: int
|
45283
|
+
"""
|
45284
|
+
return self._TaskTypeId
|
45285
|
+
|
45286
|
+
@TaskTypeId.setter
|
45287
|
+
def TaskTypeId(self, TaskTypeId):
|
45288
|
+
self._TaskTypeId = TaskTypeId
|
45289
|
+
|
45290
|
+
@property
|
45291
|
+
def TaskType(self):
|
45292
|
+
"""任务类型名称
|
45293
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
45294
|
+
:rtype: str
|
45295
|
+
"""
|
45296
|
+
return self._TaskType
|
45297
|
+
|
45298
|
+
@TaskType.setter
|
45299
|
+
def TaskType(self, TaskType):
|
45300
|
+
self._TaskType = TaskType
|
45301
|
+
|
45302
|
+
@property
|
45303
|
+
def ProjectId(self):
|
45304
|
+
"""项目id
|
45305
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
45306
|
+
:rtype: str
|
45307
|
+
"""
|
45308
|
+
return self._ProjectId
|
45309
|
+
|
45310
|
+
@ProjectId.setter
|
45311
|
+
def ProjectId(self, ProjectId):
|
45312
|
+
self._ProjectId = ProjectId
|
45313
|
+
|
45314
|
+
@property
|
45315
|
+
def CycleType(self):
|
45316
|
+
"""任务周期类型
|
45317
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
45318
|
+
:rtype: str
|
45319
|
+
"""
|
45320
|
+
return self._CycleType
|
45321
|
+
|
45322
|
+
@CycleType.setter
|
45323
|
+
def CycleType(self, CycleType):
|
45324
|
+
self._CycleType = CycleType
|
45325
|
+
|
45326
|
+
|
45327
|
+
def _deserialize(self, params):
|
45328
|
+
self._TaskId = params.get("TaskId")
|
45329
|
+
self._TaskName = params.get("TaskName")
|
45330
|
+
self._WorkflowId = params.get("WorkflowId")
|
45331
|
+
self._WorkflowName = params.get("WorkflowName")
|
45332
|
+
self._TaskTypeId = params.get("TaskTypeId")
|
45333
|
+
self._TaskType = params.get("TaskType")
|
45334
|
+
self._ProjectId = params.get("ProjectId")
|
45335
|
+
self._CycleType = params.get("CycleType")
|
45336
|
+
memeber_set = set(params.keys())
|
45337
|
+
for name, value in vars(self).items():
|
45338
|
+
property_name = name[1:]
|
45339
|
+
if property_name in memeber_set:
|
45340
|
+
memeber_set.remove(property_name)
|
45341
|
+
if len(memeber_set) > 0:
|
45342
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
45343
|
+
|
45344
|
+
|
45345
|
+
|
44527
45346
|
class EventOpsDto(AbstractModel):
|
44528
45347
|
"""事件详情
|
44529
45348
|
|
@@ -46229,6 +47048,10 @@ class GenHiveTableDDLSqlRequest(AbstractModel):
|
|
46229
47048
|
:type Env: str
|
46230
47049
|
:param _WriteMode: doris写入模式配置
|
46231
47050
|
:type WriteMode: str
|
47051
|
+
:param _TaskType: 任务类型 201(实时), 202(离线)
|
47052
|
+
:type TaskType: int
|
47053
|
+
:param _SinkTableName: 目标端table名称
|
47054
|
+
:type SinkTableName: str
|
46232
47055
|
"""
|
46233
47056
|
self._ProjectId = None
|
46234
47057
|
self._SinkDatabase = None
|
@@ -46256,6 +47079,8 @@ class GenHiveTableDDLSqlRequest(AbstractModel):
|
|
46256
47079
|
self._SinkSchemaName = None
|
46257
47080
|
self._Env = None
|
46258
47081
|
self._WriteMode = None
|
47082
|
+
self._TaskType = None
|
47083
|
+
self._SinkTableName = None
|
46259
47084
|
|
46260
47085
|
@property
|
46261
47086
|
def ProjectId(self):
|
@@ -46543,6 +47368,28 @@ class GenHiveTableDDLSqlRequest(AbstractModel):
|
|
46543
47368
|
def WriteMode(self, WriteMode):
|
46544
47369
|
self._WriteMode = WriteMode
|
46545
47370
|
|
47371
|
+
@property
|
47372
|
+
def TaskType(self):
|
47373
|
+
"""任务类型 201(实时), 202(离线)
|
47374
|
+
:rtype: int
|
47375
|
+
"""
|
47376
|
+
return self._TaskType
|
47377
|
+
|
47378
|
+
@TaskType.setter
|
47379
|
+
def TaskType(self, TaskType):
|
47380
|
+
self._TaskType = TaskType
|
47381
|
+
|
47382
|
+
@property
|
47383
|
+
def SinkTableName(self):
|
47384
|
+
"""目标端table名称
|
47385
|
+
:rtype: str
|
47386
|
+
"""
|
47387
|
+
return self._SinkTableName
|
47388
|
+
|
47389
|
+
@SinkTableName.setter
|
47390
|
+
def SinkTableName(self, SinkTableName):
|
47391
|
+
self._SinkTableName = SinkTableName
|
47392
|
+
|
46546
47393
|
|
46547
47394
|
def _deserialize(self, params):
|
46548
47395
|
self._ProjectId = params.get("ProjectId")
|
@@ -46588,6 +47435,8 @@ class GenHiveTableDDLSqlRequest(AbstractModel):
|
|
46588
47435
|
self._SinkSchemaName = params.get("SinkSchemaName")
|
46589
47436
|
self._Env = params.get("Env")
|
46590
47437
|
self._WriteMode = params.get("WriteMode")
|
47438
|
+
self._TaskType = params.get("TaskType")
|
47439
|
+
self._SinkTableName = params.get("SinkTableName")
|
46591
47440
|
memeber_set = set(params.keys())
|
46592
47441
|
for name, value in vars(self).items():
|
46593
47442
|
property_name = name[1:]
|
@@ -61164,6 +62013,251 @@ class ModifyTaskInfoResponse(AbstractModel):
|
|
61164
62013
|
self._RequestId = params.get("RequestId")
|
61165
62014
|
|
61166
62015
|
|
62016
|
+
class ModifyTaskLinksDsRequest(AbstractModel):
|
62017
|
+
"""ModifyTaskLinksDs请求参数结构体
|
62018
|
+
|
62019
|
+
"""
|
62020
|
+
|
62021
|
+
def __init__(self):
|
62022
|
+
r"""
|
62023
|
+
:param _ProjectId: 项目Id
|
62024
|
+
:type ProjectId: str
|
62025
|
+
:param _TaskFrom: 父任务ID
|
62026
|
+
:type TaskFrom: str
|
62027
|
+
:param _TaskTo: 子任务ID
|
62028
|
+
:type TaskTo: str
|
62029
|
+
:param _WorkflowId: 子任务工作流
|
62030
|
+
:type WorkflowId: str
|
62031
|
+
:param _RealFromWorkflowId: 父任务工作流
|
62032
|
+
:type RealFromWorkflowId: str
|
62033
|
+
:param _RequestFromSource: 请求来源,WEB 前端;CLIENT 客户端
|
62034
|
+
:type RequestFromSource: str
|
62035
|
+
:param _LinkDependencyType: 父子任务之间的依赖关系
|
62036
|
+
正常的依赖父任务全部实例 启用
|
62037
|
+
normal_all(1),
|
62038
|
+
normal_first_one(2), 正常的依赖父任务 第一个
|
62039
|
+
normal_last_one(3), 正常的依赖父任务 最后一个
|
62040
|
+
normal_any_one(4), 正常的依赖父任务 任意一个
|
62041
|
+
normal_specific_one(5), 正常的依赖父任务 指定的一个
|
62042
|
+
self(6), 自身依赖,可能用不到
|
62043
|
+
|
62044
|
+
非正常的依赖父任务全部实例 启用(向前依赖 明天)
|
62045
|
+
non_normal_all_forward(11),
|
62046
|
+
non_normal_first_one_forward(12), 非正常的依赖父任务 第一个
|
62047
|
+
non_normal_last_one_forward(13), 非正常的依赖父任务 最后一个
|
62048
|
+
non_normal_any_one_forward(14), 非正常的依赖父任务 任意一个
|
62049
|
+
non_normal_specific_one_forward(15),非正常的依赖父任务 指定一个
|
62050
|
+
|
62051
|
+
非正常的依赖父任务全部实例 启用(向后依赖 昨天)
|
62052
|
+
non_normal_all_backward(21),
|
62053
|
+
non_normal_first_one_backward(22), 非正常的依赖父任务 第一个
|
62054
|
+
non_normal_last_one_backward(23), 非正常的依赖父任务 最后一个
|
62055
|
+
non_normal_any_one_backward(24), 非正常的依赖父任务 任意一个
|
62056
|
+
non_normal_specific_one_backward(25) 非正常的依赖父任务 指定一个
|
62057
|
+
:type LinkDependencyType: str
|
62058
|
+
:param _LinkExt: 额外的属性信息 如分支节点、归并节点信息
|
62059
|
+
:type LinkExt: str
|
62060
|
+
"""
|
62061
|
+
self._ProjectId = None
|
62062
|
+
self._TaskFrom = None
|
62063
|
+
self._TaskTo = None
|
62064
|
+
self._WorkflowId = None
|
62065
|
+
self._RealFromWorkflowId = None
|
62066
|
+
self._RequestFromSource = None
|
62067
|
+
self._LinkDependencyType = None
|
62068
|
+
self._LinkExt = None
|
62069
|
+
|
62070
|
+
@property
|
62071
|
+
def ProjectId(self):
|
62072
|
+
"""项目Id
|
62073
|
+
:rtype: str
|
62074
|
+
"""
|
62075
|
+
return self._ProjectId
|
62076
|
+
|
62077
|
+
@ProjectId.setter
|
62078
|
+
def ProjectId(self, ProjectId):
|
62079
|
+
self._ProjectId = ProjectId
|
62080
|
+
|
62081
|
+
@property
|
62082
|
+
def TaskFrom(self):
|
62083
|
+
"""父任务ID
|
62084
|
+
:rtype: str
|
62085
|
+
"""
|
62086
|
+
return self._TaskFrom
|
62087
|
+
|
62088
|
+
@TaskFrom.setter
|
62089
|
+
def TaskFrom(self, TaskFrom):
|
62090
|
+
self._TaskFrom = TaskFrom
|
62091
|
+
|
62092
|
+
@property
|
62093
|
+
def TaskTo(self):
|
62094
|
+
"""子任务ID
|
62095
|
+
:rtype: str
|
62096
|
+
"""
|
62097
|
+
return self._TaskTo
|
62098
|
+
|
62099
|
+
@TaskTo.setter
|
62100
|
+
def TaskTo(self, TaskTo):
|
62101
|
+
self._TaskTo = TaskTo
|
62102
|
+
|
62103
|
+
@property
|
62104
|
+
def WorkflowId(self):
|
62105
|
+
"""子任务工作流
|
62106
|
+
:rtype: str
|
62107
|
+
"""
|
62108
|
+
return self._WorkflowId
|
62109
|
+
|
62110
|
+
@WorkflowId.setter
|
62111
|
+
def WorkflowId(self, WorkflowId):
|
62112
|
+
self._WorkflowId = WorkflowId
|
62113
|
+
|
62114
|
+
@property
|
62115
|
+
def RealFromWorkflowId(self):
|
62116
|
+
"""父任务工作流
|
62117
|
+
:rtype: str
|
62118
|
+
"""
|
62119
|
+
return self._RealFromWorkflowId
|
62120
|
+
|
62121
|
+
@RealFromWorkflowId.setter
|
62122
|
+
def RealFromWorkflowId(self, RealFromWorkflowId):
|
62123
|
+
self._RealFromWorkflowId = RealFromWorkflowId
|
62124
|
+
|
62125
|
+
@property
|
62126
|
+
def RequestFromSource(self):
|
62127
|
+
"""请求来源,WEB 前端;CLIENT 客户端
|
62128
|
+
:rtype: str
|
62129
|
+
"""
|
62130
|
+
return self._RequestFromSource
|
62131
|
+
|
62132
|
+
@RequestFromSource.setter
|
62133
|
+
def RequestFromSource(self, RequestFromSource):
|
62134
|
+
self._RequestFromSource = RequestFromSource
|
62135
|
+
|
62136
|
+
@property
|
62137
|
+
def LinkDependencyType(self):
|
62138
|
+
"""父子任务之间的依赖关系
|
62139
|
+
正常的依赖父任务全部实例 启用
|
62140
|
+
normal_all(1),
|
62141
|
+
normal_first_one(2), 正常的依赖父任务 第一个
|
62142
|
+
normal_last_one(3), 正常的依赖父任务 最后一个
|
62143
|
+
normal_any_one(4), 正常的依赖父任务 任意一个
|
62144
|
+
normal_specific_one(5), 正常的依赖父任务 指定的一个
|
62145
|
+
self(6), 自身依赖,可能用不到
|
62146
|
+
|
62147
|
+
非正常的依赖父任务全部实例 启用(向前依赖 明天)
|
62148
|
+
non_normal_all_forward(11),
|
62149
|
+
non_normal_first_one_forward(12), 非正常的依赖父任务 第一个
|
62150
|
+
non_normal_last_one_forward(13), 非正常的依赖父任务 最后一个
|
62151
|
+
non_normal_any_one_forward(14), 非正常的依赖父任务 任意一个
|
62152
|
+
non_normal_specific_one_forward(15),非正常的依赖父任务 指定一个
|
62153
|
+
|
62154
|
+
非正常的依赖父任务全部实例 启用(向后依赖 昨天)
|
62155
|
+
non_normal_all_backward(21),
|
62156
|
+
non_normal_first_one_backward(22), 非正常的依赖父任务 第一个
|
62157
|
+
non_normal_last_one_backward(23), 非正常的依赖父任务 最后一个
|
62158
|
+
non_normal_any_one_backward(24), 非正常的依赖父任务 任意一个
|
62159
|
+
non_normal_specific_one_backward(25) 非正常的依赖父任务 指定一个
|
62160
|
+
:rtype: str
|
62161
|
+
"""
|
62162
|
+
return self._LinkDependencyType
|
62163
|
+
|
62164
|
+
@LinkDependencyType.setter
|
62165
|
+
def LinkDependencyType(self, LinkDependencyType):
|
62166
|
+
self._LinkDependencyType = LinkDependencyType
|
62167
|
+
|
62168
|
+
@property
|
62169
|
+
def LinkExt(self):
|
62170
|
+
"""额外的属性信息 如分支节点、归并节点信息
|
62171
|
+
:rtype: str
|
62172
|
+
"""
|
62173
|
+
return self._LinkExt
|
62174
|
+
|
62175
|
+
@LinkExt.setter
|
62176
|
+
def LinkExt(self, LinkExt):
|
62177
|
+
self._LinkExt = LinkExt
|
62178
|
+
|
62179
|
+
|
62180
|
+
def _deserialize(self, params):
|
62181
|
+
self._ProjectId = params.get("ProjectId")
|
62182
|
+
self._TaskFrom = params.get("TaskFrom")
|
62183
|
+
self._TaskTo = params.get("TaskTo")
|
62184
|
+
self._WorkflowId = params.get("WorkflowId")
|
62185
|
+
self._RealFromWorkflowId = params.get("RealFromWorkflowId")
|
62186
|
+
self._RequestFromSource = params.get("RequestFromSource")
|
62187
|
+
self._LinkDependencyType = params.get("LinkDependencyType")
|
62188
|
+
self._LinkExt = params.get("LinkExt")
|
62189
|
+
memeber_set = set(params.keys())
|
62190
|
+
for name, value in vars(self).items():
|
62191
|
+
property_name = name[1:]
|
62192
|
+
if property_name in memeber_set:
|
62193
|
+
memeber_set.remove(property_name)
|
62194
|
+
if len(memeber_set) > 0:
|
62195
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
62196
|
+
|
62197
|
+
|
62198
|
+
|
62199
|
+
class ModifyTaskLinksDsResponse(AbstractModel):
|
62200
|
+
"""ModifyTaskLinksDs返回参数结构体
|
62201
|
+
|
62202
|
+
"""
|
62203
|
+
|
62204
|
+
def __init__(self):
|
62205
|
+
r"""
|
62206
|
+
:param _Data: 成功或失败
|
62207
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
62208
|
+
:type Data: bool
|
62209
|
+
:param _LinkId: linkID
|
62210
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
62211
|
+
:type LinkId: str
|
62212
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
62213
|
+
:type RequestId: str
|
62214
|
+
"""
|
62215
|
+
self._Data = None
|
62216
|
+
self._LinkId = None
|
62217
|
+
self._RequestId = None
|
62218
|
+
|
62219
|
+
@property
|
62220
|
+
def Data(self):
|
62221
|
+
"""成功或失败
|
62222
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
62223
|
+
:rtype: bool
|
62224
|
+
"""
|
62225
|
+
return self._Data
|
62226
|
+
|
62227
|
+
@Data.setter
|
62228
|
+
def Data(self, Data):
|
62229
|
+
self._Data = Data
|
62230
|
+
|
62231
|
+
@property
|
62232
|
+
def LinkId(self):
|
62233
|
+
"""linkID
|
62234
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
62235
|
+
:rtype: str
|
62236
|
+
"""
|
62237
|
+
return self._LinkId
|
62238
|
+
|
62239
|
+
@LinkId.setter
|
62240
|
+
def LinkId(self, LinkId):
|
62241
|
+
self._LinkId = LinkId
|
62242
|
+
|
62243
|
+
@property
|
62244
|
+
def RequestId(self):
|
62245
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
62246
|
+
:rtype: str
|
62247
|
+
"""
|
62248
|
+
return self._RequestId
|
62249
|
+
|
62250
|
+
@RequestId.setter
|
62251
|
+
def RequestId(self, RequestId):
|
62252
|
+
self._RequestId = RequestId
|
62253
|
+
|
62254
|
+
|
62255
|
+
def _deserialize(self, params):
|
62256
|
+
self._Data = params.get("Data")
|
62257
|
+
self._LinkId = params.get("LinkId")
|
62258
|
+
self._RequestId = params.get("RequestId")
|
62259
|
+
|
62260
|
+
|
61167
62261
|
class ModifyTaskLinksRequest(AbstractModel):
|
61168
62262
|
"""ModifyTaskLinks请求参数结构体
|
61169
62263
|
|
@@ -66617,6 +67711,236 @@ class RecordsSpeed(AbstractModel):
|
|
66617
67711
|
|
66618
67712
|
|
66619
67713
|
|
67714
|
+
class RegisterDsEventRequest(AbstractModel):
|
67715
|
+
"""RegisterDsEvent请求参数结构体
|
67716
|
+
|
67717
|
+
"""
|
67718
|
+
|
67719
|
+
def __init__(self):
|
67720
|
+
r"""
|
67721
|
+
:param _ProjectId: 项目ID
|
67722
|
+
:type ProjectId: str
|
67723
|
+
:param _Name: 事件名称
|
67724
|
+
:type Name: str
|
67725
|
+
:param _EventSubType: 事件周期类型 1、分钟:MIN 2、小时 :HOUR 3、天:DAY
|
67726
|
+
:type EventSubType: str
|
67727
|
+
:param _TimeToLive: 事件存活时间,值为大于0的整数
|
67728
|
+
:type TimeToLive: str
|
67729
|
+
:param _TimeUnit: 事件存活时间单位 1、天:DAYS 2、分钟:MINUTES
|
67730
|
+
:type TimeUnit: str
|
67731
|
+
:param _Owner: 事件所属人,账号昵称
|
67732
|
+
:type Owner: str
|
67733
|
+
:param _Description: 事件描述
|
67734
|
+
:type Description: str
|
67735
|
+
:param _EventType: 事件类型GENERAL、TIME_SERIES
|
67736
|
+
:type EventType: str
|
67737
|
+
:param _EventBroadcastType: 事件广播类型SINGLE、BROADCAST
|
67738
|
+
:type EventBroadcastType: str
|
67739
|
+
:param _DimensionFormat: 时间格式
|
67740
|
+
:type DimensionFormat: str
|
67741
|
+
"""
|
67742
|
+
self._ProjectId = None
|
67743
|
+
self._Name = None
|
67744
|
+
self._EventSubType = None
|
67745
|
+
self._TimeToLive = None
|
67746
|
+
self._TimeUnit = None
|
67747
|
+
self._Owner = None
|
67748
|
+
self._Description = None
|
67749
|
+
self._EventType = None
|
67750
|
+
self._EventBroadcastType = None
|
67751
|
+
self._DimensionFormat = None
|
67752
|
+
|
67753
|
+
@property
|
67754
|
+
def ProjectId(self):
|
67755
|
+
"""项目ID
|
67756
|
+
:rtype: str
|
67757
|
+
"""
|
67758
|
+
return self._ProjectId
|
67759
|
+
|
67760
|
+
@ProjectId.setter
|
67761
|
+
def ProjectId(self, ProjectId):
|
67762
|
+
self._ProjectId = ProjectId
|
67763
|
+
|
67764
|
+
@property
|
67765
|
+
def Name(self):
|
67766
|
+
"""事件名称
|
67767
|
+
:rtype: str
|
67768
|
+
"""
|
67769
|
+
return self._Name
|
67770
|
+
|
67771
|
+
@Name.setter
|
67772
|
+
def Name(self, Name):
|
67773
|
+
self._Name = Name
|
67774
|
+
|
67775
|
+
@property
|
67776
|
+
def EventSubType(self):
|
67777
|
+
"""事件周期类型 1、分钟:MIN 2、小时 :HOUR 3、天:DAY
|
67778
|
+
:rtype: str
|
67779
|
+
"""
|
67780
|
+
return self._EventSubType
|
67781
|
+
|
67782
|
+
@EventSubType.setter
|
67783
|
+
def EventSubType(self, EventSubType):
|
67784
|
+
self._EventSubType = EventSubType
|
67785
|
+
|
67786
|
+
@property
|
67787
|
+
def TimeToLive(self):
|
67788
|
+
"""事件存活时间,值为大于0的整数
|
67789
|
+
:rtype: str
|
67790
|
+
"""
|
67791
|
+
return self._TimeToLive
|
67792
|
+
|
67793
|
+
@TimeToLive.setter
|
67794
|
+
def TimeToLive(self, TimeToLive):
|
67795
|
+
self._TimeToLive = TimeToLive
|
67796
|
+
|
67797
|
+
@property
|
67798
|
+
def TimeUnit(self):
|
67799
|
+
"""事件存活时间单位 1、天:DAYS 2、分钟:MINUTES
|
67800
|
+
:rtype: str
|
67801
|
+
"""
|
67802
|
+
return self._TimeUnit
|
67803
|
+
|
67804
|
+
@TimeUnit.setter
|
67805
|
+
def TimeUnit(self, TimeUnit):
|
67806
|
+
self._TimeUnit = TimeUnit
|
67807
|
+
|
67808
|
+
@property
|
67809
|
+
def Owner(self):
|
67810
|
+
"""事件所属人,账号昵称
|
67811
|
+
:rtype: str
|
67812
|
+
"""
|
67813
|
+
return self._Owner
|
67814
|
+
|
67815
|
+
@Owner.setter
|
67816
|
+
def Owner(self, Owner):
|
67817
|
+
self._Owner = Owner
|
67818
|
+
|
67819
|
+
@property
|
67820
|
+
def Description(self):
|
67821
|
+
"""事件描述
|
67822
|
+
:rtype: str
|
67823
|
+
"""
|
67824
|
+
return self._Description
|
67825
|
+
|
67826
|
+
@Description.setter
|
67827
|
+
def Description(self, Description):
|
67828
|
+
self._Description = Description
|
67829
|
+
|
67830
|
+
@property
|
67831
|
+
def EventType(self):
|
67832
|
+
warnings.warn("parameter `EventType` is deprecated", DeprecationWarning)
|
67833
|
+
|
67834
|
+
"""事件类型GENERAL、TIME_SERIES
|
67835
|
+
:rtype: str
|
67836
|
+
"""
|
67837
|
+
return self._EventType
|
67838
|
+
|
67839
|
+
@EventType.setter
|
67840
|
+
def EventType(self, EventType):
|
67841
|
+
warnings.warn("parameter `EventType` is deprecated", DeprecationWarning)
|
67842
|
+
|
67843
|
+
self._EventType = EventType
|
67844
|
+
|
67845
|
+
@property
|
67846
|
+
def EventBroadcastType(self):
|
67847
|
+
warnings.warn("parameter `EventBroadcastType` is deprecated", DeprecationWarning)
|
67848
|
+
|
67849
|
+
"""事件广播类型SINGLE、BROADCAST
|
67850
|
+
:rtype: str
|
67851
|
+
"""
|
67852
|
+
return self._EventBroadcastType
|
67853
|
+
|
67854
|
+
@EventBroadcastType.setter
|
67855
|
+
def EventBroadcastType(self, EventBroadcastType):
|
67856
|
+
warnings.warn("parameter `EventBroadcastType` is deprecated", DeprecationWarning)
|
67857
|
+
|
67858
|
+
self._EventBroadcastType = EventBroadcastType
|
67859
|
+
|
67860
|
+
@property
|
67861
|
+
def DimensionFormat(self):
|
67862
|
+
warnings.warn("parameter `DimensionFormat` is deprecated", DeprecationWarning)
|
67863
|
+
|
67864
|
+
"""时间格式
|
67865
|
+
:rtype: str
|
67866
|
+
"""
|
67867
|
+
return self._DimensionFormat
|
67868
|
+
|
67869
|
+
@DimensionFormat.setter
|
67870
|
+
def DimensionFormat(self, DimensionFormat):
|
67871
|
+
warnings.warn("parameter `DimensionFormat` is deprecated", DeprecationWarning)
|
67872
|
+
|
67873
|
+
self._DimensionFormat = DimensionFormat
|
67874
|
+
|
67875
|
+
|
67876
|
+
def _deserialize(self, params):
|
67877
|
+
self._ProjectId = params.get("ProjectId")
|
67878
|
+
self._Name = params.get("Name")
|
67879
|
+
self._EventSubType = params.get("EventSubType")
|
67880
|
+
self._TimeToLive = params.get("TimeToLive")
|
67881
|
+
self._TimeUnit = params.get("TimeUnit")
|
67882
|
+
self._Owner = params.get("Owner")
|
67883
|
+
self._Description = params.get("Description")
|
67884
|
+
self._EventType = params.get("EventType")
|
67885
|
+
self._EventBroadcastType = params.get("EventBroadcastType")
|
67886
|
+
self._DimensionFormat = params.get("DimensionFormat")
|
67887
|
+
memeber_set = set(params.keys())
|
67888
|
+
for name, value in vars(self).items():
|
67889
|
+
property_name = name[1:]
|
67890
|
+
if property_name in memeber_set:
|
67891
|
+
memeber_set.remove(property_name)
|
67892
|
+
if len(memeber_set) > 0:
|
67893
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
67894
|
+
|
67895
|
+
|
67896
|
+
|
67897
|
+
class RegisterDsEventResponse(AbstractModel):
|
67898
|
+
"""RegisterDsEvent返回参数结构体
|
67899
|
+
|
67900
|
+
"""
|
67901
|
+
|
67902
|
+
def __init__(self):
|
67903
|
+
r"""
|
67904
|
+
:param _Data: 事件信息
|
67905
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
67906
|
+
:type Data: :class:`tencentcloud.wedata.v20210820.models.EventDsDto`
|
67907
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
67908
|
+
:type RequestId: str
|
67909
|
+
"""
|
67910
|
+
self._Data = None
|
67911
|
+
self._RequestId = None
|
67912
|
+
|
67913
|
+
@property
|
67914
|
+
def Data(self):
|
67915
|
+
"""事件信息
|
67916
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
67917
|
+
:rtype: :class:`tencentcloud.wedata.v20210820.models.EventDsDto`
|
67918
|
+
"""
|
67919
|
+
return self._Data
|
67920
|
+
|
67921
|
+
@Data.setter
|
67922
|
+
def Data(self, Data):
|
67923
|
+
self._Data = Data
|
67924
|
+
|
67925
|
+
@property
|
67926
|
+
def RequestId(self):
|
67927
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
67928
|
+
:rtype: str
|
67929
|
+
"""
|
67930
|
+
return self._RequestId
|
67931
|
+
|
67932
|
+
@RequestId.setter
|
67933
|
+
def RequestId(self, RequestId):
|
67934
|
+
self._RequestId = RequestId
|
67935
|
+
|
67936
|
+
|
67937
|
+
def _deserialize(self, params):
|
67938
|
+
if params.get("Data") is not None:
|
67939
|
+
self._Data = EventDsDto()
|
67940
|
+
self._Data._deserialize(params.get("Data"))
|
67941
|
+
self._RequestId = params.get("RequestId")
|
67942
|
+
|
67943
|
+
|
66620
67944
|
class RegisterEventListenerRequest(AbstractModel):
|
66621
67945
|
"""RegisterEventListener请求参数结构体
|
66622
67946
|
|
@@ -67117,6 +68441,132 @@ class RemoveWorkflowDsResponse(AbstractModel):
|
|
67117
68441
|
self._RequestId = params.get("RequestId")
|
67118
68442
|
|
67119
68443
|
|
68444
|
+
class RenewWorkflowOwnerDsRequest(AbstractModel):
|
68445
|
+
"""RenewWorkflowOwnerDs请求参数结构体
|
68446
|
+
|
68447
|
+
"""
|
68448
|
+
|
68449
|
+
def __init__(self):
|
68450
|
+
r"""
|
68451
|
+
:param _ProjectId: 工作流ID
|
68452
|
+
:type ProjectId: str
|
68453
|
+
:param _Owner: 责任人
|
68454
|
+
:type Owner: str
|
68455
|
+
:param _OwnerId: 责任人ID
|
68456
|
+
:type OwnerId: str
|
68457
|
+
:param _WorkflowIds: 工作流ID列表
|
68458
|
+
:type WorkflowIds: list of str
|
68459
|
+
"""
|
68460
|
+
self._ProjectId = None
|
68461
|
+
self._Owner = None
|
68462
|
+
self._OwnerId = None
|
68463
|
+
self._WorkflowIds = None
|
68464
|
+
|
68465
|
+
@property
|
68466
|
+
def ProjectId(self):
|
68467
|
+
"""工作流ID
|
68468
|
+
:rtype: str
|
68469
|
+
"""
|
68470
|
+
return self._ProjectId
|
68471
|
+
|
68472
|
+
@ProjectId.setter
|
68473
|
+
def ProjectId(self, ProjectId):
|
68474
|
+
self._ProjectId = ProjectId
|
68475
|
+
|
68476
|
+
@property
|
68477
|
+
def Owner(self):
|
68478
|
+
"""责任人
|
68479
|
+
:rtype: str
|
68480
|
+
"""
|
68481
|
+
return self._Owner
|
68482
|
+
|
68483
|
+
@Owner.setter
|
68484
|
+
def Owner(self, Owner):
|
68485
|
+
self._Owner = Owner
|
68486
|
+
|
68487
|
+
@property
|
68488
|
+
def OwnerId(self):
|
68489
|
+
"""责任人ID
|
68490
|
+
:rtype: str
|
68491
|
+
"""
|
68492
|
+
return self._OwnerId
|
68493
|
+
|
68494
|
+
@OwnerId.setter
|
68495
|
+
def OwnerId(self, OwnerId):
|
68496
|
+
self._OwnerId = OwnerId
|
68497
|
+
|
68498
|
+
@property
|
68499
|
+
def WorkflowIds(self):
|
68500
|
+
"""工作流ID列表
|
68501
|
+
:rtype: list of str
|
68502
|
+
"""
|
68503
|
+
return self._WorkflowIds
|
68504
|
+
|
68505
|
+
@WorkflowIds.setter
|
68506
|
+
def WorkflowIds(self, WorkflowIds):
|
68507
|
+
self._WorkflowIds = WorkflowIds
|
68508
|
+
|
68509
|
+
|
68510
|
+
def _deserialize(self, params):
|
68511
|
+
self._ProjectId = params.get("ProjectId")
|
68512
|
+
self._Owner = params.get("Owner")
|
68513
|
+
self._OwnerId = params.get("OwnerId")
|
68514
|
+
self._WorkflowIds = params.get("WorkflowIds")
|
68515
|
+
memeber_set = set(params.keys())
|
68516
|
+
for name, value in vars(self).items():
|
68517
|
+
property_name = name[1:]
|
68518
|
+
if property_name in memeber_set:
|
68519
|
+
memeber_set.remove(property_name)
|
68520
|
+
if len(memeber_set) > 0:
|
68521
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
68522
|
+
|
68523
|
+
|
68524
|
+
|
68525
|
+
class RenewWorkflowOwnerDsResponse(AbstractModel):
|
68526
|
+
"""RenewWorkflowOwnerDs返回参数结构体
|
68527
|
+
|
68528
|
+
"""
|
68529
|
+
|
68530
|
+
def __init__(self):
|
68531
|
+
r"""
|
68532
|
+
:param _Data: 执行结果
|
68533
|
+
:type Data: :class:`tencentcloud.wedata.v20210820.models.BatchResultDs`
|
68534
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
68535
|
+
:type RequestId: str
|
68536
|
+
"""
|
68537
|
+
self._Data = None
|
68538
|
+
self._RequestId = None
|
68539
|
+
|
68540
|
+
@property
|
68541
|
+
def Data(self):
|
68542
|
+
"""执行结果
|
68543
|
+
:rtype: :class:`tencentcloud.wedata.v20210820.models.BatchResultDs`
|
68544
|
+
"""
|
68545
|
+
return self._Data
|
68546
|
+
|
68547
|
+
@Data.setter
|
68548
|
+
def Data(self, Data):
|
68549
|
+
self._Data = Data
|
68550
|
+
|
68551
|
+
@property
|
68552
|
+
def RequestId(self):
|
68553
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
68554
|
+
:rtype: str
|
68555
|
+
"""
|
68556
|
+
return self._RequestId
|
68557
|
+
|
68558
|
+
@RequestId.setter
|
68559
|
+
def RequestId(self, RequestId):
|
68560
|
+
self._RequestId = RequestId
|
68561
|
+
|
68562
|
+
|
68563
|
+
def _deserialize(self, params):
|
68564
|
+
if params.get("Data") is not None:
|
68565
|
+
self._Data = BatchResultDs()
|
68566
|
+
self._Data._deserialize(params.get("Data"))
|
68567
|
+
self._RequestId = params.get("RequestId")
|
68568
|
+
|
68569
|
+
|
67120
68570
|
class RenewWorkflowSchedulerInfoDsRequest(AbstractModel):
|
67121
68571
|
"""RenewWorkflowSchedulerInfoDs请求参数结构体
|
67122
68572
|
|
@@ -89050,6 +90500,260 @@ class UpdateProjectUserRoleResponse(AbstractModel):
|
|
89050
90500
|
self._RequestId = params.get("RequestId")
|
89051
90501
|
|
89052
90502
|
|
90503
|
+
class UpdateWorkflowInfoRequest(AbstractModel):
|
90504
|
+
"""UpdateWorkflowInfo请求参数结构体
|
90505
|
+
|
90506
|
+
"""
|
90507
|
+
|
90508
|
+
def __init__(self):
|
90509
|
+
r"""
|
90510
|
+
:param _ProjectId: 项目Id
|
90511
|
+
:type ProjectId: str
|
90512
|
+
:param _OperatorName: 操作者名称
|
90513
|
+
:type OperatorName: str
|
90514
|
+
:param _WorkflowId: 工作流id
|
90515
|
+
:type WorkflowId: str
|
90516
|
+
:param _Owner: 责任人
|
90517
|
+
:type Owner: str
|
90518
|
+
:param _OwnerId: 责任人id
|
90519
|
+
:type OwnerId: str
|
90520
|
+
:param _WorkflowDesc: 备注
|
90521
|
+
:type WorkflowDesc: str
|
90522
|
+
:param _WorkflowName: 工作流名称
|
90523
|
+
:type WorkflowName: str
|
90524
|
+
:param _FolderId: 所属文件夹id
|
90525
|
+
:type FolderId: str
|
90526
|
+
:param _UserGroupId: 工作流所属用户分组id 若有多个,分号隔开: a;b;c
|
90527
|
+
:type UserGroupId: str
|
90528
|
+
:param _UserGroupName: 工作流所属用户分组名称 若有多个,分号隔开: a;b;c
|
90529
|
+
:type UserGroupName: str
|
90530
|
+
:param _WorkflowParams: 工作流参数列表
|
90531
|
+
:type WorkflowParams: list of ParamInfo
|
90532
|
+
:param _GeneralTaskParams: 用于配置优化参数(线程、内存、CPU核数等),仅作用于Spark SQL节点。多个参数用英文分号分隔。
|
90533
|
+
:type GeneralTaskParams: list of GeneralTaskParam
|
90534
|
+
"""
|
90535
|
+
self._ProjectId = None
|
90536
|
+
self._OperatorName = None
|
90537
|
+
self._WorkflowId = None
|
90538
|
+
self._Owner = None
|
90539
|
+
self._OwnerId = None
|
90540
|
+
self._WorkflowDesc = None
|
90541
|
+
self._WorkflowName = None
|
90542
|
+
self._FolderId = None
|
90543
|
+
self._UserGroupId = None
|
90544
|
+
self._UserGroupName = None
|
90545
|
+
self._WorkflowParams = None
|
90546
|
+
self._GeneralTaskParams = None
|
90547
|
+
|
90548
|
+
@property
|
90549
|
+
def ProjectId(self):
|
90550
|
+
"""项目Id
|
90551
|
+
:rtype: str
|
90552
|
+
"""
|
90553
|
+
return self._ProjectId
|
90554
|
+
|
90555
|
+
@ProjectId.setter
|
90556
|
+
def ProjectId(self, ProjectId):
|
90557
|
+
self._ProjectId = ProjectId
|
90558
|
+
|
90559
|
+
@property
|
90560
|
+
def OperatorName(self):
|
90561
|
+
"""操作者名称
|
90562
|
+
:rtype: str
|
90563
|
+
"""
|
90564
|
+
return self._OperatorName
|
90565
|
+
|
90566
|
+
@OperatorName.setter
|
90567
|
+
def OperatorName(self, OperatorName):
|
90568
|
+
self._OperatorName = OperatorName
|
90569
|
+
|
90570
|
+
@property
|
90571
|
+
def WorkflowId(self):
|
90572
|
+
"""工作流id
|
90573
|
+
:rtype: str
|
90574
|
+
"""
|
90575
|
+
return self._WorkflowId
|
90576
|
+
|
90577
|
+
@WorkflowId.setter
|
90578
|
+
def WorkflowId(self, WorkflowId):
|
90579
|
+
self._WorkflowId = WorkflowId
|
90580
|
+
|
90581
|
+
@property
|
90582
|
+
def Owner(self):
|
90583
|
+
"""责任人
|
90584
|
+
:rtype: str
|
90585
|
+
"""
|
90586
|
+
return self._Owner
|
90587
|
+
|
90588
|
+
@Owner.setter
|
90589
|
+
def Owner(self, Owner):
|
90590
|
+
self._Owner = Owner
|
90591
|
+
|
90592
|
+
@property
|
90593
|
+
def OwnerId(self):
|
90594
|
+
"""责任人id
|
90595
|
+
:rtype: str
|
90596
|
+
"""
|
90597
|
+
return self._OwnerId
|
90598
|
+
|
90599
|
+
@OwnerId.setter
|
90600
|
+
def OwnerId(self, OwnerId):
|
90601
|
+
self._OwnerId = OwnerId
|
90602
|
+
|
90603
|
+
@property
|
90604
|
+
def WorkflowDesc(self):
|
90605
|
+
"""备注
|
90606
|
+
:rtype: str
|
90607
|
+
"""
|
90608
|
+
return self._WorkflowDesc
|
90609
|
+
|
90610
|
+
@WorkflowDesc.setter
|
90611
|
+
def WorkflowDesc(self, WorkflowDesc):
|
90612
|
+
self._WorkflowDesc = WorkflowDesc
|
90613
|
+
|
90614
|
+
@property
|
90615
|
+
def WorkflowName(self):
|
90616
|
+
"""工作流名称
|
90617
|
+
:rtype: str
|
90618
|
+
"""
|
90619
|
+
return self._WorkflowName
|
90620
|
+
|
90621
|
+
@WorkflowName.setter
|
90622
|
+
def WorkflowName(self, WorkflowName):
|
90623
|
+
self._WorkflowName = WorkflowName
|
90624
|
+
|
90625
|
+
@property
|
90626
|
+
def FolderId(self):
|
90627
|
+
"""所属文件夹id
|
90628
|
+
:rtype: str
|
90629
|
+
"""
|
90630
|
+
return self._FolderId
|
90631
|
+
|
90632
|
+
@FolderId.setter
|
90633
|
+
def FolderId(self, FolderId):
|
90634
|
+
self._FolderId = FolderId
|
90635
|
+
|
90636
|
+
@property
|
90637
|
+
def UserGroupId(self):
|
90638
|
+
"""工作流所属用户分组id 若有多个,分号隔开: a;b;c
|
90639
|
+
:rtype: str
|
90640
|
+
"""
|
90641
|
+
return self._UserGroupId
|
90642
|
+
|
90643
|
+
@UserGroupId.setter
|
90644
|
+
def UserGroupId(self, UserGroupId):
|
90645
|
+
self._UserGroupId = UserGroupId
|
90646
|
+
|
90647
|
+
@property
|
90648
|
+
def UserGroupName(self):
|
90649
|
+
"""工作流所属用户分组名称 若有多个,分号隔开: a;b;c
|
90650
|
+
:rtype: str
|
90651
|
+
"""
|
90652
|
+
return self._UserGroupName
|
90653
|
+
|
90654
|
+
@UserGroupName.setter
|
90655
|
+
def UserGroupName(self, UserGroupName):
|
90656
|
+
self._UserGroupName = UserGroupName
|
90657
|
+
|
90658
|
+
@property
|
90659
|
+
def WorkflowParams(self):
|
90660
|
+
"""工作流参数列表
|
90661
|
+
:rtype: list of ParamInfo
|
90662
|
+
"""
|
90663
|
+
return self._WorkflowParams
|
90664
|
+
|
90665
|
+
@WorkflowParams.setter
|
90666
|
+
def WorkflowParams(self, WorkflowParams):
|
90667
|
+
self._WorkflowParams = WorkflowParams
|
90668
|
+
|
90669
|
+
@property
|
90670
|
+
def GeneralTaskParams(self):
|
90671
|
+
"""用于配置优化参数(线程、内存、CPU核数等),仅作用于Spark SQL节点。多个参数用英文分号分隔。
|
90672
|
+
:rtype: list of GeneralTaskParam
|
90673
|
+
"""
|
90674
|
+
return self._GeneralTaskParams
|
90675
|
+
|
90676
|
+
@GeneralTaskParams.setter
|
90677
|
+
def GeneralTaskParams(self, GeneralTaskParams):
|
90678
|
+
self._GeneralTaskParams = GeneralTaskParams
|
90679
|
+
|
90680
|
+
|
90681
|
+
def _deserialize(self, params):
|
90682
|
+
self._ProjectId = params.get("ProjectId")
|
90683
|
+
self._OperatorName = params.get("OperatorName")
|
90684
|
+
self._WorkflowId = params.get("WorkflowId")
|
90685
|
+
self._Owner = params.get("Owner")
|
90686
|
+
self._OwnerId = params.get("OwnerId")
|
90687
|
+
self._WorkflowDesc = params.get("WorkflowDesc")
|
90688
|
+
self._WorkflowName = params.get("WorkflowName")
|
90689
|
+
self._FolderId = params.get("FolderId")
|
90690
|
+
self._UserGroupId = params.get("UserGroupId")
|
90691
|
+
self._UserGroupName = params.get("UserGroupName")
|
90692
|
+
if params.get("WorkflowParams") is not None:
|
90693
|
+
self._WorkflowParams = []
|
90694
|
+
for item in params.get("WorkflowParams"):
|
90695
|
+
obj = ParamInfo()
|
90696
|
+
obj._deserialize(item)
|
90697
|
+
self._WorkflowParams.append(obj)
|
90698
|
+
if params.get("GeneralTaskParams") is not None:
|
90699
|
+
self._GeneralTaskParams = []
|
90700
|
+
for item in params.get("GeneralTaskParams"):
|
90701
|
+
obj = GeneralTaskParam()
|
90702
|
+
obj._deserialize(item)
|
90703
|
+
self._GeneralTaskParams.append(obj)
|
90704
|
+
memeber_set = set(params.keys())
|
90705
|
+
for name, value in vars(self).items():
|
90706
|
+
property_name = name[1:]
|
90707
|
+
if property_name in memeber_set:
|
90708
|
+
memeber_set.remove(property_name)
|
90709
|
+
if len(memeber_set) > 0:
|
90710
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
90711
|
+
|
90712
|
+
|
90713
|
+
|
90714
|
+
class UpdateWorkflowInfoResponse(AbstractModel):
|
90715
|
+
"""UpdateWorkflowInfo返回参数结构体
|
90716
|
+
|
90717
|
+
"""
|
90718
|
+
|
90719
|
+
def __init__(self):
|
90720
|
+
r"""
|
90721
|
+
:param _Data: true代表成功,false代表失败
|
90722
|
+
:type Data: bool
|
90723
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
90724
|
+
:type RequestId: str
|
90725
|
+
"""
|
90726
|
+
self._Data = None
|
90727
|
+
self._RequestId = None
|
90728
|
+
|
90729
|
+
@property
|
90730
|
+
def Data(self):
|
90731
|
+
"""true代表成功,false代表失败
|
90732
|
+
:rtype: bool
|
90733
|
+
"""
|
90734
|
+
return self._Data
|
90735
|
+
|
90736
|
+
@Data.setter
|
90737
|
+
def Data(self, Data):
|
90738
|
+
self._Data = Data
|
90739
|
+
|
90740
|
+
@property
|
90741
|
+
def RequestId(self):
|
90742
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
90743
|
+
:rtype: str
|
90744
|
+
"""
|
90745
|
+
return self._RequestId
|
90746
|
+
|
90747
|
+
@RequestId.setter
|
90748
|
+
def RequestId(self, RequestId):
|
90749
|
+
self._RequestId = RequestId
|
90750
|
+
|
90751
|
+
|
90752
|
+
def _deserialize(self, params):
|
90753
|
+
self._Data = params.get("Data")
|
90754
|
+
self._RequestId = params.get("RequestId")
|
90755
|
+
|
90756
|
+
|
89053
90757
|
class UpdateWorkflowOwnerRequest(AbstractModel):
|
89054
90758
|
"""UpdateWorkflowOwner请求参数结构体
|
89055
90759
|
|