tencentcloud-sdk-python-tione 3.1.138__tar.gz → 3.1.142__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_tione-3.1.138 → tencentcloud_sdk_python_tione-3.1.142}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tione-3.1.138 → tencentcloud_sdk_python_tione-3.1.142}/setup.py +1 -1
- {tencentcloud_sdk_python_tione-3.1.138 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tione-3.1.138 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud/tione/v20211111/models.py +102 -0
- {tencentcloud_sdk_python_tione-3.1.138 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud_sdk_python_tione.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tione-3.1.142/tencentcloud_sdk_python_tione.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_tione-3.1.138/tencentcloud_sdk_python_tione.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tione-3.1.138 → tencentcloud_sdk_python_tione-3.1.142}/README.rst +0 -0
- {tencentcloud_sdk_python_tione-3.1.138 → tencentcloud_sdk_python_tione-3.1.142}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tione-3.1.138 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud/tione/__init__.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.138 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud/tione/v20191022/__init__.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.138 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud/tione/v20191022/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.138 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud/tione/v20191022/models.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.138 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud/tione/v20191022/tione_client.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.138 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud/tione/v20191022/tione_client_async.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.138 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud/tione/v20211111/__init__.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.138 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud/tione/v20211111/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.138 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud/tione/v20211111/tione_client.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.138 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud/tione/v20211111/tione_client_async.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.138 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud_sdk_python_tione.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tione-3.1.138 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud_sdk_python_tione.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tione-3.1.138 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud_sdk_python_tione.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tione
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.142
|
|
4
4
|
Summary: Tencent Cloud Tione 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.142
|
|
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-tione',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.142,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Tione SDK for Python',
|
|
@@ -2521,6 +2521,8 @@ class CreateModelServiceRequest(AbstractModel):
|
|
|
2521
2521
|
:type GatewayLogConfig: :class:`tencentcloud.tione.v20211111.models.LogConfig`
|
|
2522
2522
|
:param _GatewayConfig: <p>网关相关配置</p>
|
|
2523
2523
|
:type GatewayConfig: :class:`tencentcloud.tione.v20211111.models.GatewayConfig`
|
|
2524
|
+
:param _ResourceSupplyAttribute: <p>资源供应属性(潮汐/竞价等供应模式);空表示常规按量后付费</p>
|
|
2525
|
+
:type ResourceSupplyAttribute: :class:`tencentcloud.tione.v20211111.models.ResourceSupplyAttribute`
|
|
2524
2526
|
"""
|
|
2525
2527
|
self._TiProjectId = None
|
|
2526
2528
|
self._ServiceGroupId = None
|
|
@@ -2568,6 +2570,7 @@ class CreateModelServiceRequest(AbstractModel):
|
|
|
2568
2570
|
self._SchedulingStrategy = None
|
|
2569
2571
|
self._GatewayLogConfig = None
|
|
2570
2572
|
self._GatewayConfig = None
|
|
2573
|
+
self._ResourceSupplyAttribute = None
|
|
2571
2574
|
|
|
2572
2575
|
@property
|
|
2573
2576
|
def TiProjectId(self):
|
|
@@ -3075,6 +3078,17 @@ class CreateModelServiceRequest(AbstractModel):
|
|
|
3075
3078
|
def GatewayConfig(self, GatewayConfig):
|
|
3076
3079
|
self._GatewayConfig = GatewayConfig
|
|
3077
3080
|
|
|
3081
|
+
@property
|
|
3082
|
+
def ResourceSupplyAttribute(self):
|
|
3083
|
+
r"""<p>资源供应属性(潮汐/竞价等供应模式);空表示常规按量后付费</p>
|
|
3084
|
+
:rtype: :class:`tencentcloud.tione.v20211111.models.ResourceSupplyAttribute`
|
|
3085
|
+
"""
|
|
3086
|
+
return self._ResourceSupplyAttribute
|
|
3087
|
+
|
|
3088
|
+
@ResourceSupplyAttribute.setter
|
|
3089
|
+
def ResourceSupplyAttribute(self, ResourceSupplyAttribute):
|
|
3090
|
+
self._ResourceSupplyAttribute = ResourceSupplyAttribute
|
|
3091
|
+
|
|
3078
3092
|
|
|
3079
3093
|
def _deserialize(self, params):
|
|
3080
3094
|
self._TiProjectId = params.get("TiProjectId")
|
|
@@ -3171,6 +3185,9 @@ class CreateModelServiceRequest(AbstractModel):
|
|
|
3171
3185
|
if params.get("GatewayConfig") is not None:
|
|
3172
3186
|
self._GatewayConfig = GatewayConfig()
|
|
3173
3187
|
self._GatewayConfig._deserialize(params.get("GatewayConfig"))
|
|
3188
|
+
if params.get("ResourceSupplyAttribute") is not None:
|
|
3189
|
+
self._ResourceSupplyAttribute = ResourceSupplyAttribute()
|
|
3190
|
+
self._ResourceSupplyAttribute._deserialize(params.get("ResourceSupplyAttribute"))
|
|
3174
3191
|
memeber_set = set(params.keys())
|
|
3175
3192
|
for name, value in vars(self).items():
|
|
3176
3193
|
property_name = name[1:]
|
|
@@ -10830,10 +10847,13 @@ class DescribeModelServiceGroupRequest(AbstractModel):
|
|
|
10830
10847
|
r"""
|
|
10831
10848
|
:param _ServiceGroupId: 服务组ID
|
|
10832
10849
|
:type ServiceGroupId: str
|
|
10850
|
+
:param _TiProjectId: <p>TI工作空间ID</p><p>仅用于“工作空间”白名单功能。如需使用,请联系TI管理员开通白名单。</p>
|
|
10851
|
+
:type TiProjectId: str
|
|
10833
10852
|
:param _ServiceCategory: 服务分类
|
|
10834
10853
|
:type ServiceCategory: str
|
|
10835
10854
|
"""
|
|
10836
10855
|
self._ServiceGroupId = None
|
|
10856
|
+
self._TiProjectId = None
|
|
10837
10857
|
self._ServiceCategory = None
|
|
10838
10858
|
|
|
10839
10859
|
@property
|
|
@@ -10847,6 +10867,17 @@ class DescribeModelServiceGroupRequest(AbstractModel):
|
|
|
10847
10867
|
def ServiceGroupId(self, ServiceGroupId):
|
|
10848
10868
|
self._ServiceGroupId = ServiceGroupId
|
|
10849
10869
|
|
|
10870
|
+
@property
|
|
10871
|
+
def TiProjectId(self):
|
|
10872
|
+
r"""<p>TI工作空间ID</p><p>仅用于“工作空间”白名单功能。如需使用,请联系TI管理员开通白名单。</p>
|
|
10873
|
+
:rtype: str
|
|
10874
|
+
"""
|
|
10875
|
+
return self._TiProjectId
|
|
10876
|
+
|
|
10877
|
+
@TiProjectId.setter
|
|
10878
|
+
def TiProjectId(self, TiProjectId):
|
|
10879
|
+
self._TiProjectId = TiProjectId
|
|
10880
|
+
|
|
10850
10881
|
@property
|
|
10851
10882
|
def ServiceCategory(self):
|
|
10852
10883
|
warnings.warn("parameter `ServiceCategory` is deprecated", DeprecationWarning)
|
|
@@ -10865,6 +10896,7 @@ class DescribeModelServiceGroupRequest(AbstractModel):
|
|
|
10865
10896
|
|
|
10866
10897
|
def _deserialize(self, params):
|
|
10867
10898
|
self._ServiceGroupId = params.get("ServiceGroupId")
|
|
10899
|
+
self._TiProjectId = params.get("TiProjectId")
|
|
10868
10900
|
self._ServiceCategory = params.get("ServiceCategory")
|
|
10869
10901
|
memeber_set = set(params.keys())
|
|
10870
10902
|
for name, value in vars(self).items():
|
|
@@ -11284,10 +11316,13 @@ class DescribeModelServiceRequest(AbstractModel):
|
|
|
11284
11316
|
r"""
|
|
11285
11317
|
:param _ServiceId: 服务id
|
|
11286
11318
|
:type ServiceId: str
|
|
11319
|
+
:param _TiProjectId: <p>TI工作空间ID</p><p>仅用于“工作空间”白名单功能。如需使用,请联系TI管理员开通白名单。</p>
|
|
11320
|
+
:type TiProjectId: str
|
|
11287
11321
|
:param _ServiceCategory: 服务分类
|
|
11288
11322
|
:type ServiceCategory: str
|
|
11289
11323
|
"""
|
|
11290
11324
|
self._ServiceId = None
|
|
11325
|
+
self._TiProjectId = None
|
|
11291
11326
|
self._ServiceCategory = None
|
|
11292
11327
|
|
|
11293
11328
|
@property
|
|
@@ -11301,6 +11336,17 @@ class DescribeModelServiceRequest(AbstractModel):
|
|
|
11301
11336
|
def ServiceId(self, ServiceId):
|
|
11302
11337
|
self._ServiceId = ServiceId
|
|
11303
11338
|
|
|
11339
|
+
@property
|
|
11340
|
+
def TiProjectId(self):
|
|
11341
|
+
r"""<p>TI工作空间ID</p><p>仅用于“工作空间”白名单功能。如需使用,请联系TI管理员开通白名单。</p>
|
|
11342
|
+
:rtype: str
|
|
11343
|
+
"""
|
|
11344
|
+
return self._TiProjectId
|
|
11345
|
+
|
|
11346
|
+
@TiProjectId.setter
|
|
11347
|
+
def TiProjectId(self, TiProjectId):
|
|
11348
|
+
self._TiProjectId = TiProjectId
|
|
11349
|
+
|
|
11304
11350
|
@property
|
|
11305
11351
|
def ServiceCategory(self):
|
|
11306
11352
|
warnings.warn("parameter `ServiceCategory` is deprecated", DeprecationWarning)
|
|
@@ -11319,6 +11365,7 @@ class DescribeModelServiceRequest(AbstractModel):
|
|
|
11319
11365
|
|
|
11320
11366
|
def _deserialize(self, params):
|
|
11321
11367
|
self._ServiceId = params.get("ServiceId")
|
|
11368
|
+
self._TiProjectId = params.get("TiProjectId")
|
|
11322
11369
|
self._ServiceCategory = params.get("ServiceCategory")
|
|
11323
11370
|
memeber_set = set(params.keys())
|
|
11324
11371
|
for name, value in vars(self).items():
|
|
@@ -24915,6 +24962,42 @@ class ResourceSpec(AbstractModel):
|
|
|
24915
24962
|
|
|
24916
24963
|
|
|
24917
24964
|
|
|
24965
|
+
class ResourceSupplyAttribute(AbstractModel):
|
|
24966
|
+
r"""资源供应属性
|
|
24967
|
+
|
|
24968
|
+
"""
|
|
24969
|
+
|
|
24970
|
+
def __init__(self):
|
|
24971
|
+
r"""
|
|
24972
|
+
:param _SupplyType: <p>资源供应类型。TIDE:潮汐;SPOT:竞价;空:常规按量后付费</p>
|
|
24973
|
+
:type SupplyType: str
|
|
24974
|
+
"""
|
|
24975
|
+
self._SupplyType = None
|
|
24976
|
+
|
|
24977
|
+
@property
|
|
24978
|
+
def SupplyType(self):
|
|
24979
|
+
r"""<p>资源供应类型。TIDE:潮汐;SPOT:竞价;空:常规按量后付费</p>
|
|
24980
|
+
:rtype: str
|
|
24981
|
+
"""
|
|
24982
|
+
return self._SupplyType
|
|
24983
|
+
|
|
24984
|
+
@SupplyType.setter
|
|
24985
|
+
def SupplyType(self, SupplyType):
|
|
24986
|
+
self._SupplyType = SupplyType
|
|
24987
|
+
|
|
24988
|
+
|
|
24989
|
+
def _deserialize(self, params):
|
|
24990
|
+
self._SupplyType = params.get("SupplyType")
|
|
24991
|
+
memeber_set = set(params.keys())
|
|
24992
|
+
for name, value in vars(self).items():
|
|
24993
|
+
property_name = name[1:]
|
|
24994
|
+
if property_name in memeber_set:
|
|
24995
|
+
memeber_set.remove(property_name)
|
|
24996
|
+
if len(memeber_set) > 0:
|
|
24997
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
24998
|
+
|
|
24999
|
+
|
|
25000
|
+
|
|
24918
25001
|
class RollingUpdate(AbstractModel):
|
|
24919
25002
|
r"""滚动更新策略
|
|
24920
25003
|
|
|
@@ -25399,6 +25482,9 @@ class Service(AbstractModel):
|
|
|
25399
25482
|
:type Changer: str
|
|
25400
25483
|
:param _ChangerName: <p>变更服务的子账户名称</p>
|
|
25401
25484
|
:type ChangerName: str
|
|
25485
|
+
:param _ResourceSupplyAttribute: <p>资源供应属性(潮汐/竞价等供应模式);空表示常规按量后付费</p>
|
|
25486
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
25487
|
+
:type ResourceSupplyAttribute: :class:`tencentcloud.tione.v20211111.models.ResourceSupplyAttribute`
|
|
25402
25488
|
"""
|
|
25403
25489
|
self._ServiceGroupId = None
|
|
25404
25490
|
self._ServiceId = None
|
|
@@ -25440,6 +25526,7 @@ class Service(AbstractModel):
|
|
|
25440
25526
|
self._ProjectId = None
|
|
25441
25527
|
self._Changer = None
|
|
25442
25528
|
self._ChangerName = None
|
|
25529
|
+
self._ResourceSupplyAttribute = None
|
|
25443
25530
|
|
|
25444
25531
|
@property
|
|
25445
25532
|
def ServiceGroupId(self):
|
|
@@ -25917,6 +26004,18 @@ class Service(AbstractModel):
|
|
|
25917
26004
|
def ChangerName(self, ChangerName):
|
|
25918
26005
|
self._ChangerName = ChangerName
|
|
25919
26006
|
|
|
26007
|
+
@property
|
|
26008
|
+
def ResourceSupplyAttribute(self):
|
|
26009
|
+
r"""<p>资源供应属性(潮汐/竞价等供应模式);空表示常规按量后付费</p>
|
|
26010
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
26011
|
+
:rtype: :class:`tencentcloud.tione.v20211111.models.ResourceSupplyAttribute`
|
|
26012
|
+
"""
|
|
26013
|
+
return self._ResourceSupplyAttribute
|
|
26014
|
+
|
|
26015
|
+
@ResourceSupplyAttribute.setter
|
|
26016
|
+
def ResourceSupplyAttribute(self, ResourceSupplyAttribute):
|
|
26017
|
+
self._ResourceSupplyAttribute = ResourceSupplyAttribute
|
|
26018
|
+
|
|
25920
26019
|
|
|
25921
26020
|
def _deserialize(self, params):
|
|
25922
26021
|
self._ServiceGroupId = params.get("ServiceGroupId")
|
|
@@ -25977,6 +26076,9 @@ class Service(AbstractModel):
|
|
|
25977
26076
|
self._ProjectId = params.get("ProjectId")
|
|
25978
26077
|
self._Changer = params.get("Changer")
|
|
25979
26078
|
self._ChangerName = params.get("ChangerName")
|
|
26079
|
+
if params.get("ResourceSupplyAttribute") is not None:
|
|
26080
|
+
self._ResourceSupplyAttribute = ResourceSupplyAttribute()
|
|
26081
|
+
self._ResourceSupplyAttribute._deserialize(params.get("ResourceSupplyAttribute"))
|
|
25980
26082
|
memeber_set = set(params.keys())
|
|
25981
26083
|
for name, value in vars(self).items():
|
|
25982
26084
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tione
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.142
|
|
4
4
|
Summary: Tencent Cloud Tione 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.142
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.142
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.138
|
|
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
|