tencentcloud-sdk-python-wedata 3.1.61__tar.gz → 3.1.63__tar.gz
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_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.63}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.63}/setup.py +1 -1
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.63}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.63}/tencentcloud/wedata/v20210820/models.py +46 -2
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.63}/tencentcloud_sdk_python_wedata.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_wedata-3.1.63/tencentcloud_sdk_python_wedata.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_wedata-3.1.61/tencentcloud_sdk_python_wedata.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.63}/README.rst +0 -0
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.63}/setup.cfg +0 -0
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.63}/tencentcloud/wedata/__init__.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.63}/tencentcloud/wedata/v20210820/__init__.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.63}/tencentcloud/wedata/v20210820/errorcodes.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.63}/tencentcloud/wedata/v20210820/wedata_client.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.63}/tencentcloud/wedata/v20210820/wedata_client_async.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.63}/tencentcloud/wedata/v20250806/__init__.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.63}/tencentcloud/wedata/v20250806/errorcodes.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.63}/tencentcloud/wedata/v20250806/models.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.63}/tencentcloud/wedata/v20250806/wedata_client.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.63}/tencentcloud/wedata/v20250806/wedata_client_async.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.63}/tencentcloud_sdk_python_wedata.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.63}/tencentcloud_sdk_python_wedata.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.63}/tencentcloud_sdk_python_wedata.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-wedata
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.63
|
|
4
4
|
Summary: Tencent Cloud Wedata SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.63
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-wedata',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.63,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Wedata SDK for Python',
|
|
@@ -85423,6 +85423,14 @@ class ProdSchedulerTask(AbstractModel):
|
|
|
85423
85423
|
:param _InChargeNameList: 负责人name
|
|
85424
85424
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
85425
85425
|
:type InChargeNameList: list of str
|
|
85426
|
+
:param _TaskStatus: 生产调度任务状态,参考调度任务侧状态信息,“DELETED”状态为质量侧单独加的,查不到任务时认为任务“DELETED”
|
|
85427
|
+
'Y': '调度中',
|
|
85428
|
+
'F': '已下线',
|
|
85429
|
+
'O': '已暂停',
|
|
85430
|
+
'INVALID': '已失效',
|
|
85431
|
+
'DELETED': '已删除'
|
|
85432
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
85433
|
+
:type TaskStatus: str
|
|
85426
85434
|
"""
|
|
85427
85435
|
self._WorkflowId = None
|
|
85428
85436
|
self._TaskId = None
|
|
@@ -85432,6 +85440,7 @@ class ProdSchedulerTask(AbstractModel):
|
|
|
85432
85440
|
self._ScheduleTimeZone = None
|
|
85433
85441
|
self._InChargeIdList = None
|
|
85434
85442
|
self._InChargeNameList = None
|
|
85443
|
+
self._TaskStatus = None
|
|
85435
85444
|
|
|
85436
85445
|
@property
|
|
85437
85446
|
def WorkflowId(self):
|
|
@@ -85529,6 +85538,23 @@ class ProdSchedulerTask(AbstractModel):
|
|
|
85529
85538
|
def InChargeNameList(self, InChargeNameList):
|
|
85530
85539
|
self._InChargeNameList = InChargeNameList
|
|
85531
85540
|
|
|
85541
|
+
@property
|
|
85542
|
+
def TaskStatus(self):
|
|
85543
|
+
r"""生产调度任务状态,参考调度任务侧状态信息,“DELETED”状态为质量侧单独加的,查不到任务时认为任务“DELETED”
|
|
85544
|
+
'Y': '调度中',
|
|
85545
|
+
'F': '已下线',
|
|
85546
|
+
'O': '已暂停',
|
|
85547
|
+
'INVALID': '已失效',
|
|
85548
|
+
'DELETED': '已删除'
|
|
85549
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
85550
|
+
:rtype: str
|
|
85551
|
+
"""
|
|
85552
|
+
return self._TaskStatus
|
|
85553
|
+
|
|
85554
|
+
@TaskStatus.setter
|
|
85555
|
+
def TaskStatus(self, TaskStatus):
|
|
85556
|
+
self._TaskStatus = TaskStatus
|
|
85557
|
+
|
|
85532
85558
|
|
|
85533
85559
|
def _deserialize(self, params):
|
|
85534
85560
|
self._WorkflowId = params.get("WorkflowId")
|
|
@@ -85539,6 +85565,7 @@ class ProdSchedulerTask(AbstractModel):
|
|
|
85539
85565
|
self._ScheduleTimeZone = params.get("ScheduleTimeZone")
|
|
85540
85566
|
self._InChargeIdList = params.get("InChargeIdList")
|
|
85541
85567
|
self._InChargeNameList = params.get("InChargeNameList")
|
|
85568
|
+
self._TaskStatus = params.get("TaskStatus")
|
|
85542
85569
|
memeber_set = set(params.keys())
|
|
85543
85570
|
for name, value in vars(self).items():
|
|
85544
85571
|
property_name = name[1:]
|
|
@@ -95826,19 +95853,23 @@ class RuleGroupPage(AbstractModel):
|
|
|
95826
95853
|
|
|
95827
95854
|
def __init__(self):
|
|
95828
95855
|
r"""
|
|
95829
|
-
:param _TotalCount:
|
|
95856
|
+
:param _TotalCount: 查询结果总数量
|
|
95830
95857
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
95831
95858
|
:type TotalCount: int
|
|
95832
95859
|
:param _Items: 规则组列表
|
|
95833
95860
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
95834
95861
|
:type Items: list of RuleGroup
|
|
95862
|
+
:param _MonitorEnabledCount: 已开启监控任务数量(在查询结果总量中)
|
|
95863
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
95864
|
+
:type MonitorEnabledCount: int
|
|
95835
95865
|
"""
|
|
95836
95866
|
self._TotalCount = None
|
|
95837
95867
|
self._Items = None
|
|
95868
|
+
self._MonitorEnabledCount = None
|
|
95838
95869
|
|
|
95839
95870
|
@property
|
|
95840
95871
|
def TotalCount(self):
|
|
95841
|
-
r"""
|
|
95872
|
+
r"""查询结果总数量
|
|
95842
95873
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
95843
95874
|
:rtype: int
|
|
95844
95875
|
"""
|
|
@@ -95860,6 +95891,18 @@ class RuleGroupPage(AbstractModel):
|
|
|
95860
95891
|
def Items(self, Items):
|
|
95861
95892
|
self._Items = Items
|
|
95862
95893
|
|
|
95894
|
+
@property
|
|
95895
|
+
def MonitorEnabledCount(self):
|
|
95896
|
+
r"""已开启监控任务数量(在查询结果总量中)
|
|
95897
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
95898
|
+
:rtype: int
|
|
95899
|
+
"""
|
|
95900
|
+
return self._MonitorEnabledCount
|
|
95901
|
+
|
|
95902
|
+
@MonitorEnabledCount.setter
|
|
95903
|
+
def MonitorEnabledCount(self, MonitorEnabledCount):
|
|
95904
|
+
self._MonitorEnabledCount = MonitorEnabledCount
|
|
95905
|
+
|
|
95863
95906
|
|
|
95864
95907
|
def _deserialize(self, params):
|
|
95865
95908
|
self._TotalCount = params.get("TotalCount")
|
|
@@ -95869,6 +95912,7 @@ class RuleGroupPage(AbstractModel):
|
|
|
95869
95912
|
obj = RuleGroup()
|
|
95870
95913
|
obj._deserialize(item)
|
|
95871
95914
|
self._Items.append(obj)
|
|
95915
|
+
self._MonitorEnabledCount = params.get("MonitorEnabledCount")
|
|
95872
95916
|
memeber_set = set(params.keys())
|
|
95873
95917
|
for name, value in vars(self).items():
|
|
95874
95918
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-wedata
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.63
|
|
4
4
|
Summary: Tencent Cloud Wedata SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.63
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.63
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.61
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|