tencentcloud-sdk-python-adp 3.1.149__tar.gz → 3.1.151__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_adp-3.1.149 → tencentcloud_sdk_python_adp-3.1.151}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_adp-3.1.149 → tencentcloud_sdk_python_adp-3.1.151}/setup.py +1 -1
- {tencentcloud_sdk_python_adp-3.1.149 → tencentcloud_sdk_python_adp-3.1.151}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_adp-3.1.149 → tencentcloud_sdk_python_adp-3.1.151}/tencentcloud/adp/v20260520/models.py +12 -12
- {tencentcloud_sdk_python_adp-3.1.149 → tencentcloud_sdk_python_adp-3.1.151}/tencentcloud_sdk_python_adp.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_adp-3.1.151/tencentcloud_sdk_python_adp.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_adp-3.1.149/tencentcloud_sdk_python_adp.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_adp-3.1.149 → tencentcloud_sdk_python_adp-3.1.151}/README.rst +0 -0
- {tencentcloud_sdk_python_adp-3.1.149 → tencentcloud_sdk_python_adp-3.1.151}/setup.cfg +0 -0
- {tencentcloud_sdk_python_adp-3.1.149 → tencentcloud_sdk_python_adp-3.1.151}/tencentcloud/adp/__init__.py +0 -0
- {tencentcloud_sdk_python_adp-3.1.149 → tencentcloud_sdk_python_adp-3.1.151}/tencentcloud/adp/v20260520/__init__.py +0 -0
- {tencentcloud_sdk_python_adp-3.1.149 → tencentcloud_sdk_python_adp-3.1.151}/tencentcloud/adp/v20260520/adp_client.py +0 -0
- {tencentcloud_sdk_python_adp-3.1.149 → tencentcloud_sdk_python_adp-3.1.151}/tencentcloud/adp/v20260520/adp_client_async.py +0 -0
- {tencentcloud_sdk_python_adp-3.1.149 → tencentcloud_sdk_python_adp-3.1.151}/tencentcloud/adp/v20260520/errorcodes.py +0 -0
- {tencentcloud_sdk_python_adp-3.1.149 → tencentcloud_sdk_python_adp-3.1.151}/tencentcloud_sdk_python_adp.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_adp-3.1.149 → tencentcloud_sdk_python_adp-3.1.151}/tencentcloud_sdk_python_adp.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_adp-3.1.149 → tencentcloud_sdk_python_adp-3.1.151}/tencentcloud_sdk_python_adp.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-adp
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.151
|
|
4
4
|
Summary: Tencent Cloud Adp 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.151
|
|
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-adp',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.151,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Adp SDK for Python',
|
|
@@ -18188,17 +18188,17 @@ class ModelParameter(AbstractModel):
|
|
|
18188
18188
|
|
|
18189
18189
|
def __init__(self):
|
|
18190
18190
|
r"""
|
|
18191
|
-
:param _DefaultValue:
|
|
18191
|
+
:param _DefaultValue: <p>默认值</p>
|
|
18192
18192
|
:type DefaultValue: str
|
|
18193
|
-
:param _EnumValueList:
|
|
18193
|
+
:param _EnumValueList: <p>可选值列表</p>
|
|
18194
18194
|
:type EnumValueList: list of str
|
|
18195
|
-
:param _MaxValue:
|
|
18195
|
+
:param _MaxValue: <p>最大值(仅数值类型有效)</p>
|
|
18196
18196
|
:type MaxValue: float
|
|
18197
|
-
:param _MinValue:
|
|
18197
|
+
:param _MinValue: <p>最小值(仅数值类型有效)</p>
|
|
18198
18198
|
:type MinValue: float
|
|
18199
|
-
:param _Name:
|
|
18199
|
+
:param _Name: <p>超参名称</p>
|
|
18200
18200
|
:type Name: str
|
|
18201
|
-
:param _Type:
|
|
18201
|
+
:param _Type: <p>超参类型。1-浮点数, 2-整数, 3-字符串</p>
|
|
18202
18202
|
:type Type: int
|
|
18203
18203
|
"""
|
|
18204
18204
|
self._DefaultValue = None
|
|
@@ -18210,7 +18210,7 @@ class ModelParameter(AbstractModel):
|
|
|
18210
18210
|
|
|
18211
18211
|
@property
|
|
18212
18212
|
def DefaultValue(self):
|
|
18213
|
-
r"""
|
|
18213
|
+
r"""<p>默认值</p>
|
|
18214
18214
|
:rtype: str
|
|
18215
18215
|
"""
|
|
18216
18216
|
return self._DefaultValue
|
|
@@ -18221,7 +18221,7 @@ class ModelParameter(AbstractModel):
|
|
|
18221
18221
|
|
|
18222
18222
|
@property
|
|
18223
18223
|
def EnumValueList(self):
|
|
18224
|
-
r"""
|
|
18224
|
+
r"""<p>可选值列表</p>
|
|
18225
18225
|
:rtype: list of str
|
|
18226
18226
|
"""
|
|
18227
18227
|
return self._EnumValueList
|
|
@@ -18232,7 +18232,7 @@ class ModelParameter(AbstractModel):
|
|
|
18232
18232
|
|
|
18233
18233
|
@property
|
|
18234
18234
|
def MaxValue(self):
|
|
18235
|
-
r"""
|
|
18235
|
+
r"""<p>最大值(仅数值类型有效)</p>
|
|
18236
18236
|
:rtype: float
|
|
18237
18237
|
"""
|
|
18238
18238
|
return self._MaxValue
|
|
@@ -18243,7 +18243,7 @@ class ModelParameter(AbstractModel):
|
|
|
18243
18243
|
|
|
18244
18244
|
@property
|
|
18245
18245
|
def MinValue(self):
|
|
18246
|
-
r"""
|
|
18246
|
+
r"""<p>最小值(仅数值类型有效)</p>
|
|
18247
18247
|
:rtype: float
|
|
18248
18248
|
"""
|
|
18249
18249
|
return self._MinValue
|
|
@@ -18254,7 +18254,7 @@ class ModelParameter(AbstractModel):
|
|
|
18254
18254
|
|
|
18255
18255
|
@property
|
|
18256
18256
|
def Name(self):
|
|
18257
|
-
r"""
|
|
18257
|
+
r"""<p>超参名称</p>
|
|
18258
18258
|
:rtype: str
|
|
18259
18259
|
"""
|
|
18260
18260
|
return self._Name
|
|
@@ -18265,7 +18265,7 @@ class ModelParameter(AbstractModel):
|
|
|
18265
18265
|
|
|
18266
18266
|
@property
|
|
18267
18267
|
def Type(self):
|
|
18268
|
-
r"""
|
|
18268
|
+
r"""<p>超参类型。1-浮点数, 2-整数, 3-字符串</p>
|
|
18269
18269
|
:rtype: int
|
|
18270
18270
|
"""
|
|
18271
18271
|
return self._Type
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-adp
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.151
|
|
4
4
|
Summary: Tencent Cloud Adp 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.151
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.151
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.149
|
|
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
|