tencentcloud-sdk-python-lke 3.1.17__tar.gz → 3.1.22__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_lke-3.1.17 → tencentcloud_sdk_python_lke-3.1.22}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_lke-3.1.17 → tencentcloud_sdk_python_lke-3.1.22}/setup.py +1 -1
- {tencentcloud_sdk_python_lke-3.1.17 → tencentcloud_sdk_python_lke-3.1.22}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_lke-3.1.17 → tencentcloud_sdk_python_lke-3.1.22}/tencentcloud/lke/v20231130/lke_client.py +16 -1
- {tencentcloud_sdk_python_lke-3.1.17 → tencentcloud_sdk_python_lke-3.1.22}/tencentcloud/lke/v20231130/lke_client_async.py +16 -1
- {tencentcloud_sdk_python_lke-3.1.17 → tencentcloud_sdk_python_lke-3.1.22}/tencentcloud/lke/v20231130/models.py +2337 -325
- {tencentcloud_sdk_python_lke-3.1.17 → tencentcloud_sdk_python_lke-3.1.22}/tencentcloud_sdk_python_lke.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_lke-3.1.22/tencentcloud_sdk_python_lke.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_lke-3.1.17/tencentcloud_sdk_python_lke.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_lke-3.1.17 → tencentcloud_sdk_python_lke-3.1.22}/README.rst +0 -0
- {tencentcloud_sdk_python_lke-3.1.17 → tencentcloud_sdk_python_lke-3.1.22}/setup.cfg +0 -0
- {tencentcloud_sdk_python_lke-3.1.17 → tencentcloud_sdk_python_lke-3.1.22}/tencentcloud/lke/__init__.py +0 -0
- {tencentcloud_sdk_python_lke-3.1.17 → tencentcloud_sdk_python_lke-3.1.22}/tencentcloud/lke/v20231130/__init__.py +0 -0
- {tencentcloud_sdk_python_lke-3.1.17 → tencentcloud_sdk_python_lke-3.1.22}/tencentcloud/lke/v20231130/errorcodes.py +0 -0
- {tencentcloud_sdk_python_lke-3.1.17 → tencentcloud_sdk_python_lke-3.1.22}/tencentcloud_sdk_python_lke.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_lke-3.1.17 → tencentcloud_sdk_python_lke-3.1.22}/tencentcloud_sdk_python_lke.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_lke-3.1.17 → tencentcloud_sdk_python_lke-3.1.22}/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.
|
|
3
|
+
Version: 3.1.22
|
|
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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.22
|
|
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.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.22,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Lke SDK for Python',
|
|
@@ -169,6 +169,9 @@ class LkeClient(AbstractClient):
|
|
|
169
169
|
|
|
170
170
|
def CreateQACate(self, request):
|
|
171
171
|
r"""创建QA分类
|
|
172
|
+
知识库相关背景知识介绍
|
|
173
|
+
“知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
|
|
174
|
+
“标签”文档:https://cloud.tencent.com/document/product/1759/112956
|
|
172
175
|
|
|
173
176
|
:param request: Request instance for CreateQACate.
|
|
174
177
|
:type request: :class:`tencentcloud.lke.v20231130.models.CreateQACateRequest`
|
|
@@ -1090,6 +1093,9 @@ class LkeClient(AbstractClient):
|
|
|
1090
1093
|
|
|
1091
1094
|
def ExportQAList(self, request):
|
|
1092
1095
|
r"""导出QA列表
|
|
1096
|
+
知识库相关背景知识介绍
|
|
1097
|
+
“知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
|
|
1098
|
+
“标签”文档:https://cloud.tencent.com/document/product/1759/112956
|
|
1093
1099
|
|
|
1094
1100
|
:param request: Request instance for ExportQAList.
|
|
1095
1101
|
:type request: :class:`tencentcloud.lke.v20231130.models.ExportQAListRequest`
|
|
@@ -1113,6 +1119,9 @@ class LkeClient(AbstractClient):
|
|
|
1113
1119
|
|
|
1114
1120
|
def ExportUnsatisfiedReply(self, request):
|
|
1115
1121
|
r"""导出不满意回复
|
|
1122
|
+
知识库相关背景知识介绍
|
|
1123
|
+
“知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
|
|
1124
|
+
“标签”文档:https://cloud.tencent.com/document/product/1759/112956
|
|
1116
1125
|
|
|
1117
1126
|
:param request: Request instance for ExportUnsatisfiedReply.
|
|
1118
1127
|
:type request: :class:`tencentcloud.lke.v20231130.models.ExportUnsatisfiedReplyRequest`
|
|
@@ -1389,7 +1398,10 @@ class LkeClient(AbstractClient):
|
|
|
1389
1398
|
|
|
1390
1399
|
|
|
1391
1400
|
def GroupQA(self, request):
|
|
1392
|
-
r"""
|
|
1401
|
+
r"""用户将多个问答批量的分类到知识库的具体分类
|
|
1402
|
+
知识库相关背景知识介绍
|
|
1403
|
+
“知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
|
|
1404
|
+
“标签”文档:https://cloud.tencent.com/document/product/1759/112956
|
|
1393
1405
|
|
|
1394
1406
|
:param request: Request instance for GroupQA.
|
|
1395
1407
|
:type request: :class:`tencentcloud.lke.v20231130.models.GroupQARequest`
|
|
@@ -1646,6 +1658,9 @@ class LkeClient(AbstractClient):
|
|
|
1646
1658
|
|
|
1647
1659
|
def ListQACate(self, request):
|
|
1648
1660
|
r"""获取QA分类
|
|
1661
|
+
知识库相关背景知识介绍
|
|
1662
|
+
“知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
|
|
1663
|
+
“标签”文档:https://cloud.tencent.com/document/product/1759/112956
|
|
1649
1664
|
|
|
1650
1665
|
:param request: Request instance for ListQACate.
|
|
1651
1666
|
:type request: :class:`tencentcloud.lke.v20231130.models.ListQACateRequest`
|
|
@@ -143,6 +143,9 @@ class LkeClient(AbstractClient):
|
|
|
143
143
|
) -> models.CreateQACateResponse:
|
|
144
144
|
"""
|
|
145
145
|
创建QA分类
|
|
146
|
+
知识库相关背景知识介绍
|
|
147
|
+
“知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
|
|
148
|
+
“标签”文档:https://cloud.tencent.com/document/product/1759/112956
|
|
146
149
|
"""
|
|
147
150
|
|
|
148
151
|
kwargs = {}
|
|
@@ -864,6 +867,9 @@ class LkeClient(AbstractClient):
|
|
|
864
867
|
) -> models.ExportQAListResponse:
|
|
865
868
|
"""
|
|
866
869
|
导出QA列表
|
|
870
|
+
知识库相关背景知识介绍
|
|
871
|
+
“知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
|
|
872
|
+
“标签”文档:https://cloud.tencent.com/document/product/1759/112956
|
|
867
873
|
"""
|
|
868
874
|
|
|
869
875
|
kwargs = {}
|
|
@@ -882,6 +888,9 @@ class LkeClient(AbstractClient):
|
|
|
882
888
|
) -> models.ExportUnsatisfiedReplyResponse:
|
|
883
889
|
"""
|
|
884
890
|
导出不满意回复
|
|
891
|
+
知识库相关背景知识介绍
|
|
892
|
+
“知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
|
|
893
|
+
“标签”文档:https://cloud.tencent.com/document/product/1759/112956
|
|
885
894
|
"""
|
|
886
895
|
|
|
887
896
|
kwargs = {}
|
|
@@ -1098,7 +1107,10 @@ class LkeClient(AbstractClient):
|
|
|
1098
1107
|
opts: Dict = None,
|
|
1099
1108
|
) -> models.GroupQAResponse:
|
|
1100
1109
|
"""
|
|
1101
|
-
|
|
1110
|
+
用户将多个问答批量的分类到知识库的具体分类
|
|
1111
|
+
知识库相关背景知识介绍
|
|
1112
|
+
“知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
|
|
1113
|
+
“标签”文档:https://cloud.tencent.com/document/product/1759/112956
|
|
1102
1114
|
"""
|
|
1103
1115
|
|
|
1104
1116
|
kwargs = {}
|
|
@@ -1300,6 +1312,9 @@ class LkeClient(AbstractClient):
|
|
|
1300
1312
|
) -> models.ListQACateResponse:
|
|
1301
1313
|
"""
|
|
1302
1314
|
获取QA分类
|
|
1315
|
+
知识库相关背景知识介绍
|
|
1316
|
+
“知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
|
|
1317
|
+
“标签”文档:https://cloud.tencent.com/document/product/1759/112956
|
|
1303
1318
|
"""
|
|
1304
1319
|
|
|
1305
1320
|
kwargs = {}
|