tencentcloud-sdk-python-adp 3.1.149__tar.gz → 3.1.154__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_adp-3.1.149 → tencentcloud_sdk_python_adp-3.1.154}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_adp-3.1.149 → tencentcloud_sdk_python_adp-3.1.154}/setup.py +1 -1
  3. {tencentcloud_sdk_python_adp-3.1.149 → tencentcloud_sdk_python_adp-3.1.154}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_adp-3.1.149 → tencentcloud_sdk_python_adp-3.1.154}/tencentcloud/adp/v20260520/models.py +20 -20
  5. {tencentcloud_sdk_python_adp-3.1.149 → tencentcloud_sdk_python_adp-3.1.154}/tencentcloud_sdk_python_adp.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_adp-3.1.154/tencentcloud_sdk_python_adp.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_adp-3.1.149/tencentcloud_sdk_python_adp.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_adp-3.1.149 → tencentcloud_sdk_python_adp-3.1.154}/README.rst +0 -0
  9. {tencentcloud_sdk_python_adp-3.1.149 → tencentcloud_sdk_python_adp-3.1.154}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_adp-3.1.149 → tencentcloud_sdk_python_adp-3.1.154}/tencentcloud/adp/__init__.py +0 -0
  11. {tencentcloud_sdk_python_adp-3.1.149 → tencentcloud_sdk_python_adp-3.1.154}/tencentcloud/adp/v20260520/__init__.py +0 -0
  12. {tencentcloud_sdk_python_adp-3.1.149 → tencentcloud_sdk_python_adp-3.1.154}/tencentcloud/adp/v20260520/adp_client.py +0 -0
  13. {tencentcloud_sdk_python_adp-3.1.149 → tencentcloud_sdk_python_adp-3.1.154}/tencentcloud/adp/v20260520/adp_client_async.py +0 -0
  14. {tencentcloud_sdk_python_adp-3.1.149 → tencentcloud_sdk_python_adp-3.1.154}/tencentcloud/adp/v20260520/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_adp-3.1.149 → tencentcloud_sdk_python_adp-3.1.154}/tencentcloud_sdk_python_adp.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_adp-3.1.149 → tencentcloud_sdk_python_adp-3.1.154}/tencentcloud_sdk_python_adp.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_adp-3.1.149 → tencentcloud_sdk_python_adp-3.1.154}/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.149
3
+ Version: 3.1.154
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.149
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.154
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.149,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.154,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Adp SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.149'
17
+ __version__ = '3.1.154'
@@ -3381,9 +3381,9 @@ class AppGreetingConfig(AbstractModel):
3381
3381
 
3382
3382
  def __init__(self):
3383
3383
  r"""
3384
- :param _Greeting: 欢迎语内容
3384
+ :param _Greeting: <p>欢迎语内容</p>
3385
3385
  :type Greeting: str
3386
- :param _OpeningQuestionList: 开场问题列表
3386
+ :param _OpeningQuestionList: <p>开场问题列表</p>
3387
3387
  :type OpeningQuestionList: list of str
3388
3388
  """
3389
3389
  self._Greeting = None
@@ -3391,7 +3391,7 @@ class AppGreetingConfig(AbstractModel):
3391
3391
 
3392
3392
  @property
3393
3393
  def Greeting(self):
3394
- r"""欢迎语内容
3394
+ r"""<p>欢迎语内容</p>
3395
3395
  :rtype: str
3396
3396
  """
3397
3397
  return self._Greeting
@@ -3402,7 +3402,7 @@ class AppGreetingConfig(AbstractModel):
3402
3402
 
3403
3403
  @property
3404
3404
  def OpeningQuestionList(self):
3405
- r"""开场问题列表
3405
+ r"""<p>开场问题列表</p>
3406
3406
  :rtype: list of str
3407
3407
  """
3408
3408
  return self._OpeningQuestionList
@@ -4331,9 +4331,9 @@ class AppStatusInfo(AbstractModel):
4331
4331
 
4332
4332
  def __init__(self):
4333
4333
  r"""
4334
- :param _Status: 应用状态 (OFFLINE:未上线, RUNNING:运行中, DISABLED:停用)。枚举值: 1:未上线, 2:运行中, 3:停用
4334
+ :param _Status: <p>应用状态</p><p>枚举值:</p><ul><li>1 未上线</li><li>2 运行中</li><li>3: 停用</li><li>4: 导入中</li></ul>
4335
4335
  :type Status: int
4336
- :param _StatusDescription: 状态描述
4336
+ :param _StatusDescription: <p>状态描述</p>
4337
4337
  :type StatusDescription: str
4338
4338
  """
4339
4339
  self._Status = None
@@ -4341,7 +4341,7 @@ class AppStatusInfo(AbstractModel):
4341
4341
 
4342
4342
  @property
4343
4343
  def Status(self):
4344
- r"""应用状态 (OFFLINE:未上线, RUNNING:运行中, DISABLED:停用)。枚举值: 1:未上线, 2:运行中, 3:停用
4344
+ r"""<p>应用状态</p><p>枚举值:</p><ul><li>1 未上线</li><li>2 运行中</li><li>3: 停用</li><li>4: 导入中</li></ul>
4345
4345
  :rtype: int
4346
4346
  """
4347
4347
  return self._Status
@@ -4352,7 +4352,7 @@ class AppStatusInfo(AbstractModel):
4352
4352
 
4353
4353
  @property
4354
4354
  def StatusDescription(self):
4355
- r"""状态描述
4355
+ r"""<p>状态描述</p>
4356
4356
  :rtype: str
4357
4357
  """
4358
4358
  return self._StatusDescription
@@ -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: 超参类型。1-浮点数, 2-整数, 3-字符串
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"""超参类型。1-浮点数, 2-整数, 3-字符串
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.149
3
+ Version: 3.1.154
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.149
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.154
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.154
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.149