tencentcloud-sdk-python-emr 3.1.35__tar.gz → 3.1.43__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_emr-3.1.35 → tencentcloud_sdk_python_emr-3.1.43}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_emr-3.1.35 → tencentcloud_sdk_python_emr-3.1.43}/setup.py +1 -1
- {tencentcloud_sdk_python_emr-3.1.35 → tencentcloud_sdk_python_emr-3.1.43}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_emr-3.1.35 → tencentcloud_sdk_python_emr-3.1.43}/tencentcloud/emr/v20190103/models.py +78 -0
- {tencentcloud_sdk_python_emr-3.1.35 → tencentcloud_sdk_python_emr-3.1.43}/tencentcloud_sdk_python_emr.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_emr-3.1.43/tencentcloud_sdk_python_emr.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_emr-3.1.35/tencentcloud_sdk_python_emr.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_emr-3.1.35 → tencentcloud_sdk_python_emr-3.1.43}/README.rst +0 -0
- {tencentcloud_sdk_python_emr-3.1.35 → tencentcloud_sdk_python_emr-3.1.43}/setup.cfg +0 -0
- {tencentcloud_sdk_python_emr-3.1.35 → tencentcloud_sdk_python_emr-3.1.43}/tencentcloud/emr/__init__.py +0 -0
- {tencentcloud_sdk_python_emr-3.1.35 → tencentcloud_sdk_python_emr-3.1.43}/tencentcloud/emr/v20190103/__init__.py +0 -0
- {tencentcloud_sdk_python_emr-3.1.35 → tencentcloud_sdk_python_emr-3.1.43}/tencentcloud/emr/v20190103/emr_client.py +0 -0
- {tencentcloud_sdk_python_emr-3.1.35 → tencentcloud_sdk_python_emr-3.1.43}/tencentcloud/emr/v20190103/emr_client_async.py +0 -0
- {tencentcloud_sdk_python_emr-3.1.35 → tencentcloud_sdk_python_emr-3.1.43}/tencentcloud/emr/v20190103/errorcodes.py +0 -0
- {tencentcloud_sdk_python_emr-3.1.35 → tencentcloud_sdk_python_emr-3.1.43}/tencentcloud_sdk_python_emr.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_emr-3.1.35 → tencentcloud_sdk_python_emr-3.1.43}/tencentcloud_sdk_python_emr.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_emr-3.1.35 → tencentcloud_sdk_python_emr-3.1.43}/tencentcloud_sdk_python_emr.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-emr
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.43
|
|
4
4
|
Summary: Tencent Cloud Emr 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.43
|
|
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-emr',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.43,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Emr SDK for Python',
|
|
@@ -5661,6 +5661,30 @@ class CreateInstanceRequest(AbstractModel):
|
|
|
5661
5661
|
37:表示EMR-V3.4.0
|
|
5662
5662
|
44:表示EMR-V3.5.0
|
|
5663
5663
|
53:表示EMR-V3.6.0
|
|
5664
|
+
58:表示EMR-3.6.1
|
|
5665
|
+
59:表示EMR-serverless-1.0.0
|
|
5666
|
+
60:表示EMR-TKE-1.1.0
|
|
5667
|
+
61:表示SR-V2.1.0
|
|
5668
|
+
62:表示SR-V2.1.0-SharedData
|
|
5669
|
+
63:表示SR-V2.1.0.tlinux
|
|
5670
|
+
64:表示统一元数据管理项目
|
|
5671
|
+
65:表示EMR-TKE-AI-1.0.0
|
|
5672
|
+
66:表示RSS-1.0.0
|
|
5673
|
+
67:表示SR-V2.2.0
|
|
5674
|
+
68:表示SR-V2.2.0.tlinux
|
|
5675
|
+
69:表示EMR-AI-1.1.0
|
|
5676
|
+
70:表示SR-V2.2.1
|
|
5677
|
+
71:表示EMR-3.7.0
|
|
5678
|
+
72:表示EMR-serverless-1.0.1
|
|
5679
|
+
73:表示KAFKA-2.0.1
|
|
5680
|
+
74:表示SR-V2.2.2
|
|
5681
|
+
75:表示EMR-TKE-AI-1.1.0
|
|
5682
|
+
76:表示EMR-V3.7.1
|
|
5683
|
+
77:表示SERVERLESS-TCBASE-1.0.0
|
|
5684
|
+
78:表示EMR-V3.6.2
|
|
5685
|
+
79:表示STARROCKS-V2.2.2
|
|
5686
|
+
80:表示EMR-AI-V1.1.1
|
|
5687
|
+
|
|
5664
5688
|
:type ProductId: int
|
|
5665
5689
|
:param _Software: 部署的组件列表。不同的EMR产品ID(ProductId:具体含义参考入参ProductId字段)对应不同可选组件列表,不同产品版本可选组件列表查询:[组件版本](https://cloud.tencent.com/document/product/589/20279) ;
|
|
5666
5690
|
填写实例值:hive、flink。
|
|
@@ -5818,6 +5842,30 @@ Hadoop-Hbase
|
|
|
5818
5842
|
37:表示EMR-V3.4.0
|
|
5819
5843
|
44:表示EMR-V3.5.0
|
|
5820
5844
|
53:表示EMR-V3.6.0
|
|
5845
|
+
58:表示EMR-3.6.1
|
|
5846
|
+
59:表示EMR-serverless-1.0.0
|
|
5847
|
+
60:表示EMR-TKE-1.1.0
|
|
5848
|
+
61:表示SR-V2.1.0
|
|
5849
|
+
62:表示SR-V2.1.0-SharedData
|
|
5850
|
+
63:表示SR-V2.1.0.tlinux
|
|
5851
|
+
64:表示统一元数据管理项目
|
|
5852
|
+
65:表示EMR-TKE-AI-1.0.0
|
|
5853
|
+
66:表示RSS-1.0.0
|
|
5854
|
+
67:表示SR-V2.2.0
|
|
5855
|
+
68:表示SR-V2.2.0.tlinux
|
|
5856
|
+
69:表示EMR-AI-1.1.0
|
|
5857
|
+
70:表示SR-V2.2.1
|
|
5858
|
+
71:表示EMR-3.7.0
|
|
5859
|
+
72:表示EMR-serverless-1.0.1
|
|
5860
|
+
73:表示KAFKA-2.0.1
|
|
5861
|
+
74:表示SR-V2.2.2
|
|
5862
|
+
75:表示EMR-TKE-AI-1.1.0
|
|
5863
|
+
76:表示EMR-V3.7.1
|
|
5864
|
+
77:表示SERVERLESS-TCBASE-1.0.0
|
|
5865
|
+
78:表示EMR-V3.6.2
|
|
5866
|
+
79:表示STARROCKS-V2.2.2
|
|
5867
|
+
80:表示EMR-AI-V1.1.1
|
|
5868
|
+
|
|
5821
5869
|
:rtype: int
|
|
5822
5870
|
"""
|
|
5823
5871
|
return self._ProductId
|
|
@@ -22053,6 +22101,8 @@ class LoadAutoScaleStrategy(AbstractModel):
|
|
|
22053
22101
|
:type GroupId: int
|
|
22054
22102
|
:param _Soft: soft例如yarn
|
|
22055
22103
|
:type Soft: str
|
|
22104
|
+
:param _GraceDownProtectTime: 任务保护时间
|
|
22105
|
+
:type GraceDownProtectTime: int
|
|
22056
22106
|
"""
|
|
22057
22107
|
self._StrategyId = None
|
|
22058
22108
|
self._StrategyName = None
|
|
@@ -22077,6 +22127,7 @@ class LoadAutoScaleStrategy(AbstractModel):
|
|
|
22077
22127
|
self._LoadMetricsConditions = None
|
|
22078
22128
|
self._GroupId = None
|
|
22079
22129
|
self._Soft = None
|
|
22130
|
+
self._GraceDownProtectTime = None
|
|
22080
22131
|
|
|
22081
22132
|
@property
|
|
22082
22133
|
def StrategyId(self):
|
|
@@ -22340,6 +22391,17 @@ class LoadAutoScaleStrategy(AbstractModel):
|
|
|
22340
22391
|
def Soft(self, Soft):
|
|
22341
22392
|
self._Soft = Soft
|
|
22342
22393
|
|
|
22394
|
+
@property
|
|
22395
|
+
def GraceDownProtectTime(self):
|
|
22396
|
+
r"""任务保护时间
|
|
22397
|
+
:rtype: int
|
|
22398
|
+
"""
|
|
22399
|
+
return self._GraceDownProtectTime
|
|
22400
|
+
|
|
22401
|
+
@GraceDownProtectTime.setter
|
|
22402
|
+
def GraceDownProtectTime(self, GraceDownProtectTime):
|
|
22403
|
+
self._GraceDownProtectTime = GraceDownProtectTime
|
|
22404
|
+
|
|
22343
22405
|
|
|
22344
22406
|
def _deserialize(self, params):
|
|
22345
22407
|
self._StrategyId = params.get("StrategyId")
|
|
@@ -22372,6 +22434,7 @@ class LoadAutoScaleStrategy(AbstractModel):
|
|
|
22372
22434
|
self._LoadMetricsConditions._deserialize(params.get("LoadMetricsConditions"))
|
|
22373
22435
|
self._GroupId = params.get("GroupId")
|
|
22374
22436
|
self._Soft = params.get("Soft")
|
|
22437
|
+
self._GraceDownProtectTime = params.get("GraceDownProtectTime")
|
|
22375
22438
|
memeber_set = set(params.keys())
|
|
22376
22439
|
for name, value in vars(self).items():
|
|
22377
22440
|
property_name = name[1:]
|
|
@@ -38358,6 +38421,8 @@ class TimeAutoScaleStrategy(AbstractModel):
|
|
|
38358
38421
|
:type GroupId: int
|
|
38359
38422
|
:param _GraceDownLabel: 优雅缩容业务pod标签,当node不存在上述pod或超过优雅缩容时间时,缩容节点
|
|
38360
38423
|
:type GraceDownLabel: list of TkeLabel
|
|
38424
|
+
:param _GraceDownProtectTime: 任务保护时间
|
|
38425
|
+
:type GraceDownProtectTime: int
|
|
38361
38426
|
"""
|
|
38362
38427
|
self._StrategyName = None
|
|
38363
38428
|
self._IntervalTime = None
|
|
@@ -38381,6 +38446,7 @@ class TimeAutoScaleStrategy(AbstractModel):
|
|
|
38381
38446
|
self._CompensateFlag = None
|
|
38382
38447
|
self._GroupId = None
|
|
38383
38448
|
self._GraceDownLabel = None
|
|
38449
|
+
self._GraceDownProtectTime = None
|
|
38384
38450
|
|
|
38385
38451
|
@property
|
|
38386
38452
|
def StrategyName(self):
|
|
@@ -38632,6 +38698,17 @@ class TimeAutoScaleStrategy(AbstractModel):
|
|
|
38632
38698
|
def GraceDownLabel(self, GraceDownLabel):
|
|
38633
38699
|
self._GraceDownLabel = GraceDownLabel
|
|
38634
38700
|
|
|
38701
|
+
@property
|
|
38702
|
+
def GraceDownProtectTime(self):
|
|
38703
|
+
r"""任务保护时间
|
|
38704
|
+
:rtype: int
|
|
38705
|
+
"""
|
|
38706
|
+
return self._GraceDownProtectTime
|
|
38707
|
+
|
|
38708
|
+
@GraceDownProtectTime.setter
|
|
38709
|
+
def GraceDownProtectTime(self, GraceDownProtectTime):
|
|
38710
|
+
self._GraceDownProtectTime = GraceDownProtectTime
|
|
38711
|
+
|
|
38635
38712
|
|
|
38636
38713
|
def _deserialize(self, params):
|
|
38637
38714
|
self._StrategyName = params.get("StrategyName")
|
|
@@ -38668,6 +38745,7 @@ class TimeAutoScaleStrategy(AbstractModel):
|
|
|
38668
38745
|
obj = TkeLabel()
|
|
38669
38746
|
obj._deserialize(item)
|
|
38670
38747
|
self._GraceDownLabel.append(obj)
|
|
38748
|
+
self._GraceDownProtectTime = params.get("GraceDownProtectTime")
|
|
38671
38749
|
memeber_set = set(params.keys())
|
|
38672
38750
|
for name, value in vars(self).items():
|
|
38673
38751
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-emr
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.43
|
|
4
4
|
Summary: Tencent Cloud Emr 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.43
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.43
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.35
|
|
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
|