tencentcloud-sdk-python-tokenhub 3.1.161__tar.gz → 3.1.169__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_tokenhub-3.1.161 → tencentcloud_sdk_python_tokenhub-3.1.169}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tokenhub-3.1.161 → tencentcloud_sdk_python_tokenhub-3.1.169}/setup.py +1 -1
- {tencentcloud_sdk_python_tokenhub-3.1.161 → tencentcloud_sdk_python_tokenhub-3.1.169}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tokenhub-3.1.161 → tencentcloud_sdk_python_tokenhub-3.1.169}/tencentcloud/tokenhub/v20260322/models.py +15 -0
- {tencentcloud_sdk_python_tokenhub-3.1.161 → tencentcloud_sdk_python_tokenhub-3.1.169}/tencentcloud_sdk_python_tokenhub.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tokenhub-3.1.169/tencentcloud_sdk_python_tokenhub.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_tokenhub-3.1.161/tencentcloud_sdk_python_tokenhub.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tokenhub-3.1.161 → tencentcloud_sdk_python_tokenhub-3.1.169}/README.rst +0 -0
- {tencentcloud_sdk_python_tokenhub-3.1.161 → tencentcloud_sdk_python_tokenhub-3.1.169}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tokenhub-3.1.161 → tencentcloud_sdk_python_tokenhub-3.1.169}/tencentcloud/tokenhub/__init__.py +0 -0
- {tencentcloud_sdk_python_tokenhub-3.1.161 → tencentcloud_sdk_python_tokenhub-3.1.169}/tencentcloud/tokenhub/v20260322/__init__.py +0 -0
- {tencentcloud_sdk_python_tokenhub-3.1.161 → tencentcloud_sdk_python_tokenhub-3.1.169}/tencentcloud/tokenhub/v20260322/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tokenhub-3.1.161 → tencentcloud_sdk_python_tokenhub-3.1.169}/tencentcloud/tokenhub/v20260322/tokenhub_client.py +0 -0
- {tencentcloud_sdk_python_tokenhub-3.1.161 → tencentcloud_sdk_python_tokenhub-3.1.169}/tencentcloud/tokenhub/v20260322/tokenhub_client_async.py +0 -0
- {tencentcloud_sdk_python_tokenhub-3.1.161 → tencentcloud_sdk_python_tokenhub-3.1.169}/tencentcloud_sdk_python_tokenhub.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tokenhub-3.1.161 → tencentcloud_sdk_python_tokenhub-3.1.169}/tencentcloud_sdk_python_tokenhub.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tokenhub-3.1.161 → tencentcloud_sdk_python_tokenhub-3.1.169}/tencentcloud_sdk_python_tokenhub.egg-info/top_level.txt +0 -0
{tencentcloud_sdk_python_tokenhub-3.1.161 → tencentcloud_sdk_python_tokenhub-3.1.169}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tokenhub
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.169
|
|
4
4
|
Summary: Tencent Cloud Tokenhub 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.169
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
{tencentcloud_sdk_python_tokenhub-3.1.161 → tencentcloud_sdk_python_tokenhub-3.1.169}/setup.py
RENAMED
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-tokenhub',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.169,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Tokenhub SDK for Python',
|
|
@@ -4850,6 +4850,8 @@ class EndpointDetail(AbstractModel):
|
|
|
4850
4850
|
:type AutoAdjustQuota: int
|
|
4851
4851
|
:param _RPM: <p>RPM(每分钟请求数限流)。当推理服务未单独设置时,回退为关联模型的默认 RPM 值。</p>
|
|
4852
4852
|
:type RPM: int
|
|
4853
|
+
:param _ModelStatus: <p>模型状态</p><p>枚举值:</p><ul><li>online: 在线</li><li>pre-offline: 预下线</li><li>discontinued: 停止新购</li><li>maintenance: 维护</li><li>offline: 下线</li></ul>
|
|
4854
|
+
:type ModelStatus: str
|
|
4853
4855
|
"""
|
|
4854
4856
|
self._EndpointId = None
|
|
4855
4857
|
self._EndpointName = None
|
|
@@ -4864,6 +4866,7 @@ class EndpointDetail(AbstractModel):
|
|
|
4864
4866
|
self._TPM = None
|
|
4865
4867
|
self._AutoAdjustQuota = None
|
|
4866
4868
|
self._RPM = None
|
|
4869
|
+
self._ModelStatus = None
|
|
4867
4870
|
|
|
4868
4871
|
@property
|
|
4869
4872
|
def EndpointId(self):
|
|
@@ -5008,6 +5011,17 @@ class EndpointDetail(AbstractModel):
|
|
|
5008
5011
|
def RPM(self, RPM):
|
|
5009
5012
|
self._RPM = RPM
|
|
5010
5013
|
|
|
5014
|
+
@property
|
|
5015
|
+
def ModelStatus(self):
|
|
5016
|
+
r"""<p>模型状态</p><p>枚举值:</p><ul><li>online: 在线</li><li>pre-offline: 预下线</li><li>discontinued: 停止新购</li><li>maintenance: 维护</li><li>offline: 下线</li></ul>
|
|
5017
|
+
:rtype: str
|
|
5018
|
+
"""
|
|
5019
|
+
return self._ModelStatus
|
|
5020
|
+
|
|
5021
|
+
@ModelStatus.setter
|
|
5022
|
+
def ModelStatus(self, ModelStatus):
|
|
5023
|
+
self._ModelStatus = ModelStatus
|
|
5024
|
+
|
|
5011
5025
|
|
|
5012
5026
|
def _deserialize(self, params):
|
|
5013
5027
|
self._EndpointId = params.get("EndpointId")
|
|
@@ -5023,6 +5037,7 @@ class EndpointDetail(AbstractModel):
|
|
|
5023
5037
|
self._TPM = params.get("TPM")
|
|
5024
5038
|
self._AutoAdjustQuota = params.get("AutoAdjustQuota")
|
|
5025
5039
|
self._RPM = params.get("RPM")
|
|
5040
|
+
self._ModelStatus = params.get("ModelStatus")
|
|
5026
5041
|
memeber_set = set(params.keys())
|
|
5027
5042
|
for name, value in vars(self).items():
|
|
5028
5043
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tokenhub
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.169
|
|
4
4
|
Summary: Tencent Cloud Tokenhub 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.169
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
tencentcloud_sdk_python_tokenhub-3.1.169/tencentcloud_sdk_python_tokenhub.egg-info/requires.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.169
|
tencentcloud_sdk_python_tokenhub-3.1.161/tencentcloud_sdk_python_tokenhub.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.161
|
{tencentcloud_sdk_python_tokenhub-3.1.161 → tencentcloud_sdk_python_tokenhub-3.1.169}/README.rst
RENAMED
|
File without changes
|
{tencentcloud_sdk_python_tokenhub-3.1.161 → tencentcloud_sdk_python_tokenhub-3.1.169}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|