tencentcloud-sdk-python-lke 3.1.47__tar.gz → 3.1.61__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.47 → tencentcloud_sdk_python_lke-3.1.61}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_lke-3.1.47 → tencentcloud_sdk_python_lke-3.1.61}/setup.py +1 -1
  3. {tencentcloud_sdk_python_lke-3.1.47 → tencentcloud_sdk_python_lke-3.1.61}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_lke-3.1.47 → tencentcloud_sdk_python_lke-3.1.61}/tencentcloud/lke/v20231130/lke_client.py +2 -1
  5. {tencentcloud_sdk_python_lke-3.1.47 → tencentcloud_sdk_python_lke-3.1.61}/tencentcloud/lke/v20231130/lke_client_async.py +2 -1
  6. {tencentcloud_sdk_python_lke-3.1.47 → tencentcloud_sdk_python_lke-3.1.61}/tencentcloud/lke/v20231130/models.py +28 -8
  7. {tencentcloud_sdk_python_lke-3.1.47 → tencentcloud_sdk_python_lke-3.1.61}/tencentcloud_sdk_python_lke.egg-info/PKG-INFO +2 -2
  8. tencentcloud_sdk_python_lke-3.1.61/tencentcloud_sdk_python_lke.egg-info/requires.txt +1 -0
  9. tencentcloud_sdk_python_lke-3.1.47/tencentcloud_sdk_python_lke.egg-info/requires.txt +0 -1
  10. {tencentcloud_sdk_python_lke-3.1.47 → tencentcloud_sdk_python_lke-3.1.61}/README.rst +0 -0
  11. {tencentcloud_sdk_python_lke-3.1.47 → tencentcloud_sdk_python_lke-3.1.61}/setup.cfg +0 -0
  12. {tencentcloud_sdk_python_lke-3.1.47 → tencentcloud_sdk_python_lke-3.1.61}/tencentcloud/lke/__init__.py +0 -0
  13. {tencentcloud_sdk_python_lke-3.1.47 → tencentcloud_sdk_python_lke-3.1.61}/tencentcloud/lke/v20231130/__init__.py +0 -0
  14. {tencentcloud_sdk_python_lke-3.1.47 → tencentcloud_sdk_python_lke-3.1.61}/tencentcloud/lke/v20231130/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_lke-3.1.47 → tencentcloud_sdk_python_lke-3.1.61}/tencentcloud_sdk_python_lke.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_lke-3.1.47 → tencentcloud_sdk_python_lke-3.1.61}/tencentcloud_sdk_python_lke.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_lke-3.1.47 → tencentcloud_sdk_python_lke-3.1.61}/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.47
3
+ Version: 3.1.61
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.47
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.61
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.47,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.61,<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.47'
17
+ __version__ = '3.1.61'
@@ -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 = {}
@@ -4664,7 +4664,8 @@ class AttrLabelRefer(AbstractModel):
4664
4664
 
4665
4665
  def __init__(self):
4666
4666
  r"""
4667
- :param _Source: 标签来源,1:标签
4667
+ :param _Source: 标签来源,1:标签。
4668
+ 使用标签引用信息时,Source、AttributeBizId和LabelBizIds都需填写。
4668
4669
  :type Source: int
4669
4670
  :param _AttributeBizId: 标签ID
4670
4671
  :type AttributeBizId: str
@@ -4677,7 +4678,8 @@ class AttrLabelRefer(AbstractModel):
4677
4678
 
4678
4679
  @property
4679
4680
  def Source(self):
4680
- r"""标签来源,1:标签
4681
+ r"""标签来源,1:标签。
4682
+ 使用标签引用信息时,Source、AttributeBizId和LabelBizIds都需填写。
4681
4683
  :rtype: int
4682
4684
  """
4683
4685
  return self._Source
@@ -9292,7 +9294,8 @@ class DeleteDocRequest(AbstractModel):
9292
9294
  r"""
9293
9295
  :param _DocBizIds: 文档业务ID列表
9294
9296
  :type DocBizIds: list of str
9295
- :param _BotBizId: 应用ID
9297
+ :param _BotBizId: 应用ID
9298
+ 删除知识库文档时,该参数填入知识库ID。
9296
9299
  :type BotBizId: str
9297
9300
  """
9298
9301
  self._DocBizIds = None
@@ -9311,7 +9314,8 @@ class DeleteDocRequest(AbstractModel):
9311
9314
 
9312
9315
  @property
9313
9316
  def BotBizId(self):
9314
- r"""应用ID
9317
+ r"""应用ID
9318
+ 删除知识库文档时,该参数填入知识库ID。
9315
9319
  :rtype: str
9316
9320
  """
9317
9321
  return self._BotBizId
@@ -22655,7 +22659,8 @@ class ListDocRequest(AbstractModel):
22655
22659
 
22656
22660
  def __init__(self):
22657
22661
  r"""
22658
- :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。
22659
22664
  :type BotBizId: str
22660
22665
  :param _PageNumber: 页码(必须大于0)
22661
22666
  :type PageNumber: int
@@ -22695,7 +22700,8 @@ class ListDocRequest(AbstractModel):
22695
22700
 
22696
22701
  @property
22697
22702
  def BotBizId(self):
22698
- 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。
22699
22705
  :rtype: str
22700
22706
  """
22701
22707
  return self._BotBizId
@@ -27766,6 +27772,7 @@ class ModifyDocRequest(AbstractModel):
27766
27772
  def __init__(self):
27767
27773
  r"""
27768
27774
  :param _BotBizId: 应用ID,获取方法参看[如何获取 BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
27775
+ 修改知识库文档时,该参数填入知识库ID。
27769
27776
  :type BotBizId: str
27770
27777
  :param _DocBizId: 文档ID
27771
27778
  :type DocBizId: str
@@ -27823,6 +27830,7 @@ class ModifyDocRequest(AbstractModel):
27823
27830
  @property
27824
27831
  def BotBizId(self):
27825
27832
  r"""应用ID,获取方法参看[如何获取 BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
27833
+ 修改知识库文档时,该参数填入知识库ID。
27826
27834
  :rtype: str
27827
27835
  """
27828
27836
  return self._BotBizId
@@ -32300,6 +32308,10 @@ class ReleaseConfigs(AbstractModel):
32300
32308
  注意:此字段可能返回 null,表示取不到有效值。
32301
32309
  :type UpdateTime: str
32302
32310
  :param _Action: 状态
32311
+ 2:待发布
32312
+ 3:发布中
32313
+ 4:已发布
32314
+ 5:发布失败
32303
32315
  注意:此字段可能返回 null,表示取不到有效值。
32304
32316
  :type Action: int
32305
32317
  :param _Value: 变更后的内容
@@ -32350,6 +32362,10 @@ class ReleaseConfigs(AbstractModel):
32350
32362
  @property
32351
32363
  def Action(self):
32352
32364
  r"""状态
32365
+ 2:待发布
32366
+ 3:发布中
32367
+ 4:已发布
32368
+ 5:发布失败
32353
32369
  注意:此字段可能返回 null,表示取不到有效值。
32354
32370
  :rtype: int
32355
32371
  """
@@ -33427,7 +33443,9 @@ class SaveDocRequest(AbstractModel):
33427
33443
 
33428
33444
  def __init__(self):
33429
33445
  r"""
33430
- :param _BotBizId: 应用ID,获取方法参看[如何获取 BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
33446
+ :param _BotBizId: 应用ID。应用ID 获取方法参看[如何获取 BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
33447
+ 导入知识库文档时,该参数填入知识库 ID。
33448
+
33431
33449
  :type BotBizId: str
33432
33450
  :param _FileName: 文件名,需要包含文件扩展名
33433
33451
  :type FileName: str
@@ -33592,7 +33610,9 @@ cos_hash为文档唯一性标识,与文件名无关 相同的cos_hash会被判
33592
33610
 
33593
33611
  @property
33594
33612
  def BotBizId(self):
33595
- r"""应用ID,获取方法参看[如何获取 BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
33613
+ r"""应用ID。应用ID 获取方法参看[如何获取 BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
33614
+ 导入知识库文档时,该参数填入知识库 ID。
33615
+
33596
33616
  :rtype: str
33597
33617
  """
33598
33618
  return self._BotBizId
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-lke
3
- Version: 3.1.47
3
+ Version: 3.1.61
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.47
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.61
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.61
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.47