tencentcloud-sdk-python-tdai 3.1.127__tar.gz → 3.1.147__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_tdai-3.1.127 → tencentcloud_sdk_python_tdai-3.1.147}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tdai-3.1.127 → tencentcloud_sdk_python_tdai-3.1.147}/setup.py +1 -1
- {tencentcloud_sdk_python_tdai-3.1.127 → tencentcloud_sdk_python_tdai-3.1.147}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tdai-3.1.127 → tencentcloud_sdk_python_tdai-3.1.147}/tencentcloud/tdai/v20250717/models.py +45 -0
- {tencentcloud_sdk_python_tdai-3.1.127 → tencentcloud_sdk_python_tdai-3.1.147}/tencentcloud_sdk_python_tdai.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tdai-3.1.147/tencentcloud_sdk_python_tdai.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_tdai-3.1.127/tencentcloud_sdk_python_tdai.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tdai-3.1.127 → tencentcloud_sdk_python_tdai-3.1.147}/README.rst +0 -0
- {tencentcloud_sdk_python_tdai-3.1.127 → tencentcloud_sdk_python_tdai-3.1.147}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tdai-3.1.127 → tencentcloud_sdk_python_tdai-3.1.147}/tencentcloud/tdai/__init__.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.127 → tencentcloud_sdk_python_tdai-3.1.147}/tencentcloud/tdai/v20250717/__init__.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.127 → tencentcloud_sdk_python_tdai-3.1.147}/tencentcloud/tdai/v20250717/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.127 → tencentcloud_sdk_python_tdai-3.1.147}/tencentcloud/tdai/v20250717/tdai_client.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.127 → tencentcloud_sdk_python_tdai-3.1.147}/tencentcloud/tdai/v20250717/tdai_client_async.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.127 → tencentcloud_sdk_python_tdai-3.1.147}/tencentcloud_sdk_python_tdai.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tdai-3.1.127 → tencentcloud_sdk_python_tdai-3.1.147}/tencentcloud_sdk_python_tdai.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tdai-3.1.127 → tencentcloud_sdk_python_tdai-3.1.147}/tencentcloud_sdk_python_tdai.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tdai
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.147
|
|
4
4
|
Summary: Tencent Cloud Tdai 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.147
|
|
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-tdai',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.147,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Tdai SDK for Python',
|
|
@@ -4623,12 +4623,18 @@ class MemoryPlusInfo(AbstractModel):
|
|
|
4623
4623
|
:type Status: int
|
|
4624
4624
|
:param _Region: <p>地域</p>
|
|
4625
4625
|
:type Region: str
|
|
4626
|
+
:param _PayMode: <p>计费模式</p><p>枚举值:</p><ul><li>-1: 免费版</li><li>0: 按量付费</li><li>1: 包年包月</li></ul>
|
|
4627
|
+
:type PayMode: int
|
|
4628
|
+
:param _AutoRenew: <p>是否自动续费</p><p>枚举值:</p><ul><li>0: 不自动续费</li><li>1: 自动续费</li></ul>
|
|
4629
|
+
:type AutoRenew: int
|
|
4626
4630
|
:param _MemoryUsage: <p>记忆条数</p>
|
|
4627
4631
|
:type MemoryUsage: int
|
|
4628
4632
|
:param _CreditUsage: <p>当月积分数</p>
|
|
4629
4633
|
:type CreditUsage: float
|
|
4630
4634
|
:param _ResourceTags: <p>资源标签</p>
|
|
4631
4635
|
:type ResourceTags: list of ResourceTag
|
|
4636
|
+
:param _Version: <p>版本号</p>
|
|
4637
|
+
:type Version: str
|
|
4632
4638
|
:param _CreatedAt: <p>创建时间</p>
|
|
4633
4639
|
:type CreatedAt: str
|
|
4634
4640
|
:param _IsolatedAt: <p>隔离时间</p>
|
|
@@ -4643,9 +4649,12 @@ class MemoryPlusInfo(AbstractModel):
|
|
|
4643
4649
|
self._Description = None
|
|
4644
4650
|
self._Status = None
|
|
4645
4651
|
self._Region = None
|
|
4652
|
+
self._PayMode = None
|
|
4653
|
+
self._AutoRenew = None
|
|
4646
4654
|
self._MemoryUsage = None
|
|
4647
4655
|
self._CreditUsage = None
|
|
4648
4656
|
self._ResourceTags = None
|
|
4657
|
+
self._Version = None
|
|
4649
4658
|
self._CreatedAt = None
|
|
4650
4659
|
self._IsolatedAt = None
|
|
4651
4660
|
self._ExpiredAt = None
|
|
@@ -4706,6 +4715,28 @@ class MemoryPlusInfo(AbstractModel):
|
|
|
4706
4715
|
def Region(self, Region):
|
|
4707
4716
|
self._Region = Region
|
|
4708
4717
|
|
|
4718
|
+
@property
|
|
4719
|
+
def PayMode(self):
|
|
4720
|
+
r"""<p>计费模式</p><p>枚举值:</p><ul><li>-1: 免费版</li><li>0: 按量付费</li><li>1: 包年包月</li></ul>
|
|
4721
|
+
:rtype: int
|
|
4722
|
+
"""
|
|
4723
|
+
return self._PayMode
|
|
4724
|
+
|
|
4725
|
+
@PayMode.setter
|
|
4726
|
+
def PayMode(self, PayMode):
|
|
4727
|
+
self._PayMode = PayMode
|
|
4728
|
+
|
|
4729
|
+
@property
|
|
4730
|
+
def AutoRenew(self):
|
|
4731
|
+
r"""<p>是否自动续费</p><p>枚举值:</p><ul><li>0: 不自动续费</li><li>1: 自动续费</li></ul>
|
|
4732
|
+
:rtype: int
|
|
4733
|
+
"""
|
|
4734
|
+
return self._AutoRenew
|
|
4735
|
+
|
|
4736
|
+
@AutoRenew.setter
|
|
4737
|
+
def AutoRenew(self, AutoRenew):
|
|
4738
|
+
self._AutoRenew = AutoRenew
|
|
4739
|
+
|
|
4709
4740
|
@property
|
|
4710
4741
|
def MemoryUsage(self):
|
|
4711
4742
|
r"""<p>记忆条数</p>
|
|
@@ -4739,6 +4770,17 @@ class MemoryPlusInfo(AbstractModel):
|
|
|
4739
4770
|
def ResourceTags(self, ResourceTags):
|
|
4740
4771
|
self._ResourceTags = ResourceTags
|
|
4741
4772
|
|
|
4773
|
+
@property
|
|
4774
|
+
def Version(self):
|
|
4775
|
+
r"""<p>版本号</p>
|
|
4776
|
+
:rtype: str
|
|
4777
|
+
"""
|
|
4778
|
+
return self._Version
|
|
4779
|
+
|
|
4780
|
+
@Version.setter
|
|
4781
|
+
def Version(self, Version):
|
|
4782
|
+
self._Version = Version
|
|
4783
|
+
|
|
4742
4784
|
@property
|
|
4743
4785
|
def CreatedAt(self):
|
|
4744
4786
|
r"""<p>创建时间</p>
|
|
@@ -4790,6 +4832,8 @@ class MemoryPlusInfo(AbstractModel):
|
|
|
4790
4832
|
self._Description = params.get("Description")
|
|
4791
4833
|
self._Status = params.get("Status")
|
|
4792
4834
|
self._Region = params.get("Region")
|
|
4835
|
+
self._PayMode = params.get("PayMode")
|
|
4836
|
+
self._AutoRenew = params.get("AutoRenew")
|
|
4793
4837
|
self._MemoryUsage = params.get("MemoryUsage")
|
|
4794
4838
|
self._CreditUsage = params.get("CreditUsage")
|
|
4795
4839
|
if params.get("ResourceTags") is not None:
|
|
@@ -4798,6 +4842,7 @@ class MemoryPlusInfo(AbstractModel):
|
|
|
4798
4842
|
obj = ResourceTag()
|
|
4799
4843
|
obj._deserialize(item)
|
|
4800
4844
|
self._ResourceTags.append(obj)
|
|
4845
|
+
self._Version = params.get("Version")
|
|
4801
4846
|
self._CreatedAt = params.get("CreatedAt")
|
|
4802
4847
|
self._IsolatedAt = params.get("IsolatedAt")
|
|
4803
4848
|
self._ExpiredAt = params.get("ExpiredAt")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tdai
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.147
|
|
4
4
|
Summary: Tencent Cloud Tdai 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.147
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.147
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.127
|
|
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
|