tencentcloud-sdk-python-tione 3.0.1482__tar.gz → 3.0.1483__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.

Potentially problematic release.


This version of tencentcloud-sdk-python-tione might be problematic. Click here for more details.

Files changed (20) hide show
  1. {tencentcloud_sdk_python_tione-3.0.1482 → tencentcloud_sdk_python_tione-3.0.1483}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_tione-3.0.1482 → tencentcloud_sdk_python_tione-3.0.1483}/setup.py +1 -1
  3. {tencentcloud_sdk_python_tione-3.0.1482 → tencentcloud_sdk_python_tione-3.0.1483}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_tione-3.0.1482 → tencentcloud_sdk_python_tione-3.0.1483}/tencentcloud/tione/v20211111/models.py +4 -4
  5. {tencentcloud_sdk_python_tione-3.0.1482 → tencentcloud_sdk_python_tione-3.0.1483}/tencentcloud_sdk_python_tione.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_tione-3.0.1483/tencentcloud_sdk_python_tione.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_tione-3.0.1482/tencentcloud_sdk_python_tione.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_tione-3.0.1482 → tencentcloud_sdk_python_tione-3.0.1483}/README.rst +0 -0
  9. {tencentcloud_sdk_python_tione-3.0.1482 → tencentcloud_sdk_python_tione-3.0.1483}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_tione-3.0.1482 → tencentcloud_sdk_python_tione-3.0.1483}/tencentcloud/tione/__init__.py +0 -0
  11. {tencentcloud_sdk_python_tione-3.0.1482 → tencentcloud_sdk_python_tione-3.0.1483}/tencentcloud/tione/v20191022/__init__.py +0 -0
  12. {tencentcloud_sdk_python_tione-3.0.1482 → tencentcloud_sdk_python_tione-3.0.1483}/tencentcloud/tione/v20191022/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_tione-3.0.1482 → tencentcloud_sdk_python_tione-3.0.1483}/tencentcloud/tione/v20191022/models.py +0 -0
  14. {tencentcloud_sdk_python_tione-3.0.1482 → tencentcloud_sdk_python_tione-3.0.1483}/tencentcloud/tione/v20191022/tione_client.py +0 -0
  15. {tencentcloud_sdk_python_tione-3.0.1482 → tencentcloud_sdk_python_tione-3.0.1483}/tencentcloud/tione/v20211111/__init__.py +0 -0
  16. {tencentcloud_sdk_python_tione-3.0.1482 → tencentcloud_sdk_python_tione-3.0.1483}/tencentcloud/tione/v20211111/errorcodes.py +0 -0
  17. {tencentcloud_sdk_python_tione-3.0.1482 → tencentcloud_sdk_python_tione-3.0.1483}/tencentcloud/tione/v20211111/tione_client.py +0 -0
  18. {tencentcloud_sdk_python_tione-3.0.1482 → tencentcloud_sdk_python_tione-3.0.1483}/tencentcloud_sdk_python_tione.egg-info/SOURCES.txt +0 -0
  19. {tencentcloud_sdk_python_tione-3.0.1482 → tencentcloud_sdk_python_tione-3.0.1483}/tencentcloud_sdk_python_tione.egg-info/dependency_links.txt +0 -0
  20. {tencentcloud_sdk_python_tione-3.0.1482 → tencentcloud_sdk_python_tione-3.0.1483}/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.0.1482
3
+ Version: 3.0.1483
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.0.1482
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1483
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.0.1482,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.0.1483,<4.0.0"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Tione SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1482'
17
+ __version__ = '3.0.1483'
@@ -1832,7 +1832,7 @@ HYBRID_PAID:
1832
1832
  :type RollingUpdate: :class:`tencentcloud.tione.v20211111.models.RollingUpdate`
1833
1833
  :param _Sidecar: sidecar配置
1834
1834
  :type Sidecar: :class:`tencentcloud.tione.v20211111.models.SidecarSpec`
1835
- :param _VolumeMounts: 数据盘批量挂载配置,当前仅支持CFS,仅针对“模型来源-资源组缓存”。
1835
+ :param _VolumeMounts: 数据盘批量挂载配置,当前仅支持CFS,仅针对“模型来源-腾讯云存储、模型来源-腾讯云容器镜像、模型来源-资源组、模型来源-数据源”。
1836
1836
  :type VolumeMounts: list of VolumeMount
1837
1837
  """
1838
1838
  self._ServiceGroupId = None
@@ -2354,7 +2354,7 @@ HYBRID_PAID:
2354
2354
 
2355
2355
  @property
2356
2356
  def VolumeMounts(self):
2357
- r"""数据盘批量挂载配置,当前仅支持CFS,仅针对“模型来源-资源组缓存”。
2357
+ r"""数据盘批量挂载配置,当前仅支持CFS,仅针对“模型来源-腾讯云存储、模型来源-腾讯云容器镜像、模型来源-资源组、模型来源-数据源”。
2358
2358
  :rtype: list of VolumeMount
2359
2359
  """
2360
2360
  return self._VolumeMounts
@@ -14627,7 +14627,7 @@ HYBRID_PAID:
14627
14627
  :type Sidecar: :class:`tencentcloud.tione.v20211111.models.SidecarSpec`
14628
14628
  :param _ResourceGroupId: 资源组 id
14629
14629
  :type ResourceGroupId: str
14630
- :param _VolumeMounts: 数据盘批量挂载配置,当前仅支持CFS,仅针对“模型来源-资源组缓存”。
14630
+ :param _VolumeMounts: 数据盘批量挂载配置,当前仅支持CFS,仅针对“模型来源-腾讯云存储、模型来源-腾讯云容器镜像、模型来源-资源组、模型来源-数据源”。
14631
14631
  :type VolumeMounts: list of VolumeMount
14632
14632
  """
14633
14633
  self._ServiceId = None
@@ -15053,7 +15053,7 @@ HYBRID_PAID:
15053
15053
 
15054
15054
  @property
15055
15055
  def VolumeMounts(self):
15056
- r"""数据盘批量挂载配置,当前仅支持CFS,仅针对“模型来源-资源组缓存”。
15056
+ r"""数据盘批量挂载配置,当前仅支持CFS,仅针对“模型来源-腾讯云存储、模型来源-腾讯云容器镜像、模型来源-资源组、模型来源-数据源”。
15057
15057
  :rtype: list of VolumeMount
15058
15058
  """
15059
15059
  return self._VolumeMounts
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-tione
3
- Version: 3.0.1482
3
+ Version: 3.0.1483
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.0.1482
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1483
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.0.1483
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.0.1482