tencentcloud-sdk-python-lke 3.1.60__tar.gz → 3.1.62__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_lke-3.1.60 → tencentcloud_sdk_python_lke-3.1.62}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_lke-3.1.60 → tencentcloud_sdk_python_lke-3.1.62}/setup.py +1 -1
  3. {tencentcloud_sdk_python_lke-3.1.60 → tencentcloud_sdk_python_lke-3.1.62}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_lke-3.1.60 → tencentcloud_sdk_python_lke-3.1.62}/tencentcloud/lke/v20231130/lke_client.py +2 -1
  5. {tencentcloud_sdk_python_lke-3.1.60 → tencentcloud_sdk_python_lke-3.1.62}/tencentcloud/lke/v20231130/lke_client_async.py +2 -1
  6. {tencentcloud_sdk_python_lke-3.1.60 → tencentcloud_sdk_python_lke-3.1.62}/tencentcloud/lke/v20231130/models.py +20 -8
  7. {tencentcloud_sdk_python_lke-3.1.60 → tencentcloud_sdk_python_lke-3.1.62}/tencentcloud_sdk_python_lke.egg-info/PKG-INFO +2 -2
  8. tencentcloud_sdk_python_lke-3.1.62/tencentcloud_sdk_python_lke.egg-info/requires.txt +1 -0
  9. tencentcloud_sdk_python_lke-3.1.60/tencentcloud_sdk_python_lke.egg-info/requires.txt +0 -1
  10. {tencentcloud_sdk_python_lke-3.1.60 → tencentcloud_sdk_python_lke-3.1.62}/README.rst +0 -0
  11. {tencentcloud_sdk_python_lke-3.1.60 → tencentcloud_sdk_python_lke-3.1.62}/setup.cfg +0 -0
  12. {tencentcloud_sdk_python_lke-3.1.60 → tencentcloud_sdk_python_lke-3.1.62}/tencentcloud/lke/__init__.py +0 -0
  13. {tencentcloud_sdk_python_lke-3.1.60 → tencentcloud_sdk_python_lke-3.1.62}/tencentcloud/lke/v20231130/__init__.py +0 -0
  14. {tencentcloud_sdk_python_lke-3.1.60 → tencentcloud_sdk_python_lke-3.1.62}/tencentcloud/lke/v20231130/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_lke-3.1.60 → tencentcloud_sdk_python_lke-3.1.62}/tencentcloud_sdk_python_lke.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_lke-3.1.60 → tencentcloud_sdk_python_lke-3.1.62}/tencentcloud_sdk_python_lke.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_lke-3.1.60 → tencentcloud_sdk_python_lke-3.1.62}/tencentcloud_sdk_python_lke.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-lke
3
- Version: 3.1.60
3
+ Version: 3.1.62
4
4
  Summary: Tencent Cloud Lke 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.60
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.62
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-lke',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.60,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.62,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Lke SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.60'
17
+ __version__ = '3.1.62'
@@ -195,6 +195,7 @@ class LkeClient(AbstractClient):
195
195
  知识库相关背景知识介绍
196
196
  “知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
197
197
  “标签”文档:https://cloud.tencent.com/document/product/1759/112956
198
+ 单个知识库内支持创建的分类数量上限为 2000 个。
198
199
 
199
200
  :param request: Request instance for CreateQACate.
200
201
  :type request: :class:`tencentcloud.lke.v20231130.models.CreateQACateRequest`
@@ -310,7 +311,7 @@ class LkeClient(AbstractClient):
310
311
 
311
312
  def CreateWorkflowRun(self, request):
312
313
  r"""本接口用来创建工作流的异步运行实例,创建成功后工作流会在后台异步运行,接口返回工作流运行实例ID(WorkflowRunId)等信息。后面可通过调用DescribeWorkflowRun接口查工作流运行的详情。
313
- 注意:工作流的异步运行是基于应用的,需要先把对应的应用配置成“单工作流模式”,并且打开“异步调用”的开关,才能创建成功。
314
+ 注意:工作流的异步运行是基于应用的,需要先把对应的应用配置成“单工作流模式”,才能创建成功。
314
315
 
315
316
  :param request: Request instance for CreateWorkflowRun.
316
317
  :type request: :class:`tencentcloud.lke.v20231130.models.CreateWorkflowRunRequest`
@@ -164,6 +164,7 @@ class LkeClient(AbstractClient):
164
164
  知识库相关背景知识介绍
165
165
  “知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
166
166
  “标签”文档:https://cloud.tencent.com/document/product/1759/112956
167
+ 单个知识库内支持创建的分类数量上限为 2000 个。
167
168
  """
168
169
 
169
170
  kwargs = {}
@@ -254,7 +255,7 @@ class LkeClient(AbstractClient):
254
255
  ) -> models.CreateWorkflowRunResponse:
255
256
  """
256
257
  本接口用来创建工作流的异步运行实例,创建成功后工作流会在后台异步运行,接口返回工作流运行实例ID(WorkflowRunId)等信息。后面可通过调用DescribeWorkflowRun接口查工作流运行的详情。
257
- 注意:工作流的异步运行是基于应用的,需要先把对应的应用配置成“单工作流模式”,并且打开“异步调用”的开关,才能创建成功。
258
+ 注意:工作流的异步运行是基于应用的,需要先把对应的应用配置成“单工作流模式”,才能创建成功。
258
259
  """
259
260
 
260
261
  kwargs = {}
@@ -9294,7 +9294,8 @@ class DeleteDocRequest(AbstractModel):
9294
9294
  r"""
9295
9295
  :param _DocBizIds: 文档业务ID列表
9296
9296
  :type DocBizIds: list of str
9297
- :param _BotBizId: 应用ID
9297
+ :param _BotBizId: 应用ID
9298
+ 删除知识库文档时,该参数填入知识库ID。
9298
9299
  :type BotBizId: str
9299
9300
  """
9300
9301
  self._DocBizIds = None
@@ -9313,7 +9314,8 @@ class DeleteDocRequest(AbstractModel):
9313
9314
 
9314
9315
  @property
9315
9316
  def BotBizId(self):
9316
- r"""应用ID
9317
+ r"""应用ID
9318
+ 删除知识库文档时,该参数填入知识库ID。
9317
9319
  :rtype: str
9318
9320
  """
9319
9321
  return self._BotBizId
@@ -22657,7 +22659,8 @@ class ListDocRequest(AbstractModel):
22657
22659
 
22658
22660
  def __init__(self):
22659
22661
  r"""
22660
- :param _BotBizId: 应用ID, 获取方式参看 [BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
22662
+ :param _BotBizId: 应用ID, 获取方式参看 [BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
22663
+ 查询知识库下文档时,该参数填入知识库ID。
22661
22664
  :type BotBizId: str
22662
22665
  :param _PageNumber: 页码(必须大于0)
22663
22666
  :type PageNumber: int
@@ -22697,7 +22700,8 @@ class ListDocRequest(AbstractModel):
22697
22700
 
22698
22701
  @property
22699
22702
  def BotBizId(self):
22700
- r"""应用ID, 获取方式参看 [BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
22703
+ r"""应用ID, 获取方式参看 [BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
22704
+ 查询知识库下文档时,该参数填入知识库ID。
22701
22705
  :rtype: str
22702
22706
  """
22703
22707
  return self._BotBizId
@@ -27768,6 +27772,7 @@ class ModifyDocRequest(AbstractModel):
27768
27772
  def __init__(self):
27769
27773
  r"""
27770
27774
  :param _BotBizId: 应用ID,获取方法参看[如何获取 BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
27775
+ 修改知识库文档时,该参数填入知识库ID。
27771
27776
  :type BotBizId: str
27772
27777
  :param _DocBizId: 文档ID
27773
27778
  :type DocBizId: str
@@ -27825,6 +27830,7 @@ class ModifyDocRequest(AbstractModel):
27825
27830
  @property
27826
27831
  def BotBizId(self):
27827
27832
  r"""应用ID,获取方法参看[如何获取 BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
27833
+ 修改知识库文档时,该参数填入知识库ID。
27828
27834
  :rtype: str
27829
27835
  """
27830
27836
  return self._BotBizId
@@ -32880,7 +32886,8 @@ class RenameDocRequest(AbstractModel):
32880
32886
  :type LoginUin: str
32881
32887
  :param _LoginSubAccountUin: 登录用户子账号(集成商模式必填)
32882
32888
  :type LoginSubAccountUin: str
32883
- :param _BotBizId: 应用ID
32889
+ :param _BotBizId: 应用ID,获取方法参看[如何获取 BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)。
32890
+ 重命名知识库文档时,该参数填入知识库ID。
32884
32891
  :type BotBizId: str
32885
32892
  :param _DocBizId: 文档ID
32886
32893
  :type DocBizId: str
@@ -32917,7 +32924,8 @@ class RenameDocRequest(AbstractModel):
32917
32924
 
32918
32925
  @property
32919
32926
  def BotBizId(self):
32920
- r"""应用ID
32927
+ r"""应用ID,获取方法参看[如何获取 BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)。
32928
+ 重命名知识库文档时,该参数填入知识库ID。
32921
32929
  :rtype: str
32922
32930
  """
32923
32931
  return self._BotBizId
@@ -33437,7 +33445,9 @@ class SaveDocRequest(AbstractModel):
33437
33445
 
33438
33446
  def __init__(self):
33439
33447
  r"""
33440
- :param _BotBizId: 应用ID,获取方法参看[如何获取 BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
33448
+ :param _BotBizId: 应用ID。应用ID 获取方法参看[如何获取 BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
33449
+ 导入知识库文档时,该参数填入知识库 ID。
33450
+
33441
33451
  :type BotBizId: str
33442
33452
  :param _FileName: 文件名,需要包含文件扩展名
33443
33453
  :type FileName: str
@@ -33602,7 +33612,9 @@ cos_hash为文档唯一性标识,与文件名无关 相同的cos_hash会被判
33602
33612
 
33603
33613
  @property
33604
33614
  def BotBizId(self):
33605
- r"""应用ID,获取方法参看[如何获取 BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
33615
+ r"""应用ID。应用ID 获取方法参看[如何获取 BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
33616
+ 导入知识库文档时,该参数填入知识库 ID。
33617
+
33606
33618
  :rtype: str
33607
33619
  """
33608
33620
  return self._BotBizId
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-lke
3
- Version: 3.1.60
3
+ Version: 3.1.62
4
4
  Summary: Tencent Cloud Lke 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.60
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.62
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.62
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.60