tencentcloud-sdk-python-tione 3.1.154__tar.gz → 3.1.155__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.154 → tencentcloud_sdk_python_tione-3.1.155}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tione-3.1.154 → tencentcloud_sdk_python_tione-3.1.155}/setup.py +1 -1
- {tencentcloud_sdk_python_tione-3.1.154 → tencentcloud_sdk_python_tione-3.1.155}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tione-3.1.154 → tencentcloud_sdk_python_tione-3.1.155}/tencentcloud/tione/v20211111/models.py +53 -8
- {tencentcloud_sdk_python_tione-3.1.154 → tencentcloud_sdk_python_tione-3.1.155}/tencentcloud_sdk_python_tione.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tione-3.1.155/tencentcloud_sdk_python_tione.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_tione-3.1.154/tencentcloud_sdk_python_tione.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tione-3.1.154 → tencentcloud_sdk_python_tione-3.1.155}/README.rst +0 -0
- {tencentcloud_sdk_python_tione-3.1.154 → tencentcloud_sdk_python_tione-3.1.155}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tione-3.1.154 → tencentcloud_sdk_python_tione-3.1.155}/tencentcloud/tione/__init__.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.154 → tencentcloud_sdk_python_tione-3.1.155}/tencentcloud/tione/v20191022/__init__.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.154 → tencentcloud_sdk_python_tione-3.1.155}/tencentcloud/tione/v20191022/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.154 → tencentcloud_sdk_python_tione-3.1.155}/tencentcloud/tione/v20191022/models.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.154 → tencentcloud_sdk_python_tione-3.1.155}/tencentcloud/tione/v20191022/tione_client.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.154 → tencentcloud_sdk_python_tione-3.1.155}/tencentcloud/tione/v20191022/tione_client_async.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.154 → tencentcloud_sdk_python_tione-3.1.155}/tencentcloud/tione/v20211111/__init__.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.154 → tencentcloud_sdk_python_tione-3.1.155}/tencentcloud/tione/v20211111/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.154 → tencentcloud_sdk_python_tione-3.1.155}/tencentcloud/tione/v20211111/tione_client.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.154 → tencentcloud_sdk_python_tione-3.1.155}/tencentcloud/tione/v20211111/tione_client_async.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.154 → tencentcloud_sdk_python_tione-3.1.155}/tencentcloud_sdk_python_tione.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tione-3.1.154 → tencentcloud_sdk_python_tione-3.1.155}/tencentcloud_sdk_python_tione.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tione-3.1.154 → tencentcloud_sdk_python_tione-3.1.155}/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.155
|
|
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.155
|
|
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.155,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Tione SDK for Python',
|
|
@@ -861,25 +861,28 @@ class CFSConfig(AbstractModel):
|
|
|
861
861
|
|
|
862
862
|
def __init__(self):
|
|
863
863
|
r"""
|
|
864
|
-
:param _Id: cfs的实例的ID
|
|
864
|
+
:param _Id: <p>cfs的实例的ID</p>
|
|
865
865
|
:type Id: str
|
|
866
|
-
:param _Path:
|
|
866
|
+
:param _Path: <p>存储的路径</p>
|
|
867
867
|
:type Path: str
|
|
868
|
-
:param _MountType: cfs的挂载类型,可选值为:STORAGE、SOURCE 分别表示存储拓展模式和数据源模式,默认为 STORAGE
|
|
868
|
+
:param _MountType: <p>cfs的挂载类型,可选值为:STORAGE、SOURCE 分别表示存储拓展模式和数据源模式,默认为 STORAGE</p>
|
|
869
869
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
870
870
|
:type MountType: str
|
|
871
|
-
:param _Protocol:
|
|
871
|
+
:param _Protocol: <p>协议 1: NFS, 2: TURBO</p>
|
|
872
872
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
873
873
|
:type Protocol: str
|
|
874
|
+
:param _IsPresetStorage: <p>是否平台预置存储</p>
|
|
875
|
+
:type IsPresetStorage: bool
|
|
874
876
|
"""
|
|
875
877
|
self._Id = None
|
|
876
878
|
self._Path = None
|
|
877
879
|
self._MountType = None
|
|
878
880
|
self._Protocol = None
|
|
881
|
+
self._IsPresetStorage = None
|
|
879
882
|
|
|
880
883
|
@property
|
|
881
884
|
def Id(self):
|
|
882
|
-
r"""cfs的实例的ID
|
|
885
|
+
r"""<p>cfs的实例的ID</p>
|
|
883
886
|
:rtype: str
|
|
884
887
|
"""
|
|
885
888
|
return self._Id
|
|
@@ -890,7 +893,7 @@ class CFSConfig(AbstractModel):
|
|
|
890
893
|
|
|
891
894
|
@property
|
|
892
895
|
def Path(self):
|
|
893
|
-
r"""
|
|
896
|
+
r"""<p>存储的路径</p>
|
|
894
897
|
:rtype: str
|
|
895
898
|
"""
|
|
896
899
|
return self._Path
|
|
@@ -901,7 +904,7 @@ class CFSConfig(AbstractModel):
|
|
|
901
904
|
|
|
902
905
|
@property
|
|
903
906
|
def MountType(self):
|
|
904
|
-
r"""cfs的挂载类型,可选值为:STORAGE、SOURCE 分别表示存储拓展模式和数据源模式,默认为 STORAGE
|
|
907
|
+
r"""<p>cfs的挂载类型,可选值为:STORAGE、SOURCE 分别表示存储拓展模式和数据源模式,默认为 STORAGE</p>
|
|
905
908
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
906
909
|
:rtype: str
|
|
907
910
|
"""
|
|
@@ -913,7 +916,7 @@ class CFSConfig(AbstractModel):
|
|
|
913
916
|
|
|
914
917
|
@property
|
|
915
918
|
def Protocol(self):
|
|
916
|
-
r"""
|
|
919
|
+
r"""<p>协议 1: NFS, 2: TURBO</p>
|
|
917
920
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
918
921
|
:rtype: str
|
|
919
922
|
"""
|
|
@@ -923,12 +926,24 @@ class CFSConfig(AbstractModel):
|
|
|
923
926
|
def Protocol(self, Protocol):
|
|
924
927
|
self._Protocol = Protocol
|
|
925
928
|
|
|
929
|
+
@property
|
|
930
|
+
def IsPresetStorage(self):
|
|
931
|
+
r"""<p>是否平台预置存储</p>
|
|
932
|
+
:rtype: bool
|
|
933
|
+
"""
|
|
934
|
+
return self._IsPresetStorage
|
|
935
|
+
|
|
936
|
+
@IsPresetStorage.setter
|
|
937
|
+
def IsPresetStorage(self, IsPresetStorage):
|
|
938
|
+
self._IsPresetStorage = IsPresetStorage
|
|
939
|
+
|
|
926
940
|
|
|
927
941
|
def _deserialize(self, params):
|
|
928
942
|
self._Id = params.get("Id")
|
|
929
943
|
self._Path = params.get("Path")
|
|
930
944
|
self._MountType = params.get("MountType")
|
|
931
945
|
self._Protocol = params.get("Protocol")
|
|
946
|
+
self._IsPresetStorage = params.get("IsPresetStorage")
|
|
932
947
|
memeber_set = set(params.keys())
|
|
933
948
|
for name, value in vars(self).items():
|
|
934
949
|
property_name = name[1:]
|
|
@@ -4447,6 +4462,8 @@ class CreateTrainingTaskRequest(AbstractModel):
|
|
|
4447
4462
|
:type TrainToolConfig: :class:`tencentcloud.tione.v20211111.models.TrainToolConfig`
|
|
4448
4463
|
:param _ResourceSupplyAttribute: <p>资源供应属性</p>
|
|
4449
4464
|
:type ResourceSupplyAttribute: :class:`tencentcloud.tione.v20211111.models.ResourceSupplyAttribute`
|
|
4465
|
+
:param _Queues: <p>队列ID</p>
|
|
4466
|
+
:type Queues: list of str
|
|
4450
4467
|
"""
|
|
4451
4468
|
self._Name = None
|
|
4452
4469
|
self._ChargeType = None
|
|
@@ -4477,6 +4494,7 @@ class CreateTrainingTaskRequest(AbstractModel):
|
|
|
4477
4494
|
self._Envs = None
|
|
4478
4495
|
self._TrainToolConfig = None
|
|
4479
4496
|
self._ResourceSupplyAttribute = None
|
|
4497
|
+
self._Queues = None
|
|
4480
4498
|
|
|
4481
4499
|
@property
|
|
4482
4500
|
def Name(self):
|
|
@@ -4797,6 +4815,17 @@ class CreateTrainingTaskRequest(AbstractModel):
|
|
|
4797
4815
|
def ResourceSupplyAttribute(self, ResourceSupplyAttribute):
|
|
4798
4816
|
self._ResourceSupplyAttribute = ResourceSupplyAttribute
|
|
4799
4817
|
|
|
4818
|
+
@property
|
|
4819
|
+
def Queues(self):
|
|
4820
|
+
r"""<p>队列ID</p>
|
|
4821
|
+
:rtype: list of str
|
|
4822
|
+
"""
|
|
4823
|
+
return self._Queues
|
|
4824
|
+
|
|
4825
|
+
@Queues.setter
|
|
4826
|
+
def Queues(self, Queues):
|
|
4827
|
+
self._Queues = Queues
|
|
4828
|
+
|
|
4800
4829
|
|
|
4801
4830
|
def _deserialize(self, params):
|
|
4802
4831
|
self._Name = params.get("Name")
|
|
@@ -4871,6 +4900,7 @@ class CreateTrainingTaskRequest(AbstractModel):
|
|
|
4871
4900
|
if params.get("ResourceSupplyAttribute") is not None:
|
|
4872
4901
|
self._ResourceSupplyAttribute = ResourceSupplyAttribute()
|
|
4873
4902
|
self._ResourceSupplyAttribute._deserialize(params.get("ResourceSupplyAttribute"))
|
|
4903
|
+
self._Queues = params.get("Queues")
|
|
4874
4904
|
memeber_set = set(params.keys())
|
|
4875
4905
|
for name, value in vars(self).items():
|
|
4876
4906
|
property_name = name[1:]
|
|
@@ -25125,8 +25155,11 @@ class ResourceSupplyAttribute(AbstractModel):
|
|
|
25125
25155
|
r"""
|
|
25126
25156
|
:param _SupplyType: <p>资源供应类型。TIDE:潮汐;SPOT:竞价;空:常规按量后付费</p>
|
|
25127
25157
|
:type SupplyType: str
|
|
25158
|
+
:param _ClusterType: <p>集群类型</p><p>枚举值:</p><ul><li>DEFAULT: 默认集群</li><li>THIRD: 第三方集群</li></ul><p>默认值:DEFAULT</p>
|
|
25159
|
+
:type ClusterType: str
|
|
25128
25160
|
"""
|
|
25129
25161
|
self._SupplyType = None
|
|
25162
|
+
self._ClusterType = None
|
|
25130
25163
|
|
|
25131
25164
|
@property
|
|
25132
25165
|
def SupplyType(self):
|
|
@@ -25139,9 +25172,21 @@ class ResourceSupplyAttribute(AbstractModel):
|
|
|
25139
25172
|
def SupplyType(self, SupplyType):
|
|
25140
25173
|
self._SupplyType = SupplyType
|
|
25141
25174
|
|
|
25175
|
+
@property
|
|
25176
|
+
def ClusterType(self):
|
|
25177
|
+
r"""<p>集群类型</p><p>枚举值:</p><ul><li>DEFAULT: 默认集群</li><li>THIRD: 第三方集群</li></ul><p>默认值:DEFAULT</p>
|
|
25178
|
+
:rtype: str
|
|
25179
|
+
"""
|
|
25180
|
+
return self._ClusterType
|
|
25181
|
+
|
|
25182
|
+
@ClusterType.setter
|
|
25183
|
+
def ClusterType(self, ClusterType):
|
|
25184
|
+
self._ClusterType = ClusterType
|
|
25185
|
+
|
|
25142
25186
|
|
|
25143
25187
|
def _deserialize(self, params):
|
|
25144
25188
|
self._SupplyType = params.get("SupplyType")
|
|
25189
|
+
self._ClusterType = params.get("ClusterType")
|
|
25145
25190
|
memeber_set = set(params.keys())
|
|
25146
25191
|
for name, value in vars(self).items():
|
|
25147
25192
|
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.155
|
|
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.155
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.155
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.154
|
|
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
|