tencentcloud-sdk-python-lke 3.1.13__tar.gz → 3.1.17__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.13 → tencentcloud_sdk_python_lke-3.1.17}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_lke-3.1.13 → tencentcloud_sdk_python_lke-3.1.17}/setup.py +1 -1
- {tencentcloud_sdk_python_lke-3.1.13 → tencentcloud_sdk_python_lke-3.1.17}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_lke-3.1.13 → tencentcloud_sdk_python_lke-3.1.17}/tencentcloud/lke/v20231130/lke_client.py +9 -0
- {tencentcloud_sdk_python_lke-3.1.13 → tencentcloud_sdk_python_lke-3.1.17}/tencentcloud/lke/v20231130/lke_client_async.py +9 -0
- {tencentcloud_sdk_python_lke-3.1.13 → tencentcloud_sdk_python_lke-3.1.17}/tencentcloud/lke/v20231130/models.py +433 -150
- {tencentcloud_sdk_python_lke-3.1.13 → tencentcloud_sdk_python_lke-3.1.17}/tencentcloud_sdk_python_lke.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_lke-3.1.17/tencentcloud_sdk_python_lke.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_lke-3.1.13/tencentcloud_sdk_python_lke.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_lke-3.1.13 → tencentcloud_sdk_python_lke-3.1.17}/README.rst +0 -0
- {tencentcloud_sdk_python_lke-3.1.13 → tencentcloud_sdk_python_lke-3.1.17}/setup.cfg +0 -0
- {tencentcloud_sdk_python_lke-3.1.13 → tencentcloud_sdk_python_lke-3.1.17}/tencentcloud/lke/__init__.py +0 -0
- {tencentcloud_sdk_python_lke-3.1.13 → tencentcloud_sdk_python_lke-3.1.17}/tencentcloud/lke/v20231130/__init__.py +0 -0
- {tencentcloud_sdk_python_lke-3.1.13 → tencentcloud_sdk_python_lke-3.1.17}/tencentcloud/lke/v20231130/errorcodes.py +0 -0
- {tencentcloud_sdk_python_lke-3.1.13 → tencentcloud_sdk_python_lke-3.1.17}/tencentcloud_sdk_python_lke.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_lke-3.1.13 → tencentcloud_sdk_python_lke-3.1.17}/tencentcloud_sdk_python_lke.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_lke-3.1.13 → tencentcloud_sdk_python_lke-3.1.17}/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.17
|
|
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.17
|
|
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.17,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Lke SDK for Python',
|
|
@@ -143,6 +143,9 @@ class LkeClient(AbstractClient):
|
|
|
143
143
|
|
|
144
144
|
def CreateQA(self, request):
|
|
145
145
|
r"""录入问答
|
|
146
|
+
知识库相关背景知识介绍
|
|
147
|
+
“知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
|
|
148
|
+
“标签”文档:https://cloud.tencent.com/document/product/1759/112956
|
|
146
149
|
|
|
147
150
|
:param request: Request instance for CreateQA.
|
|
148
151
|
:type request: :class:`tencentcloud.lke.v20231130.models.CreateQARequest`
|
|
@@ -1617,6 +1620,9 @@ class LkeClient(AbstractClient):
|
|
|
1617
1620
|
|
|
1618
1621
|
def ListQA(self, request):
|
|
1619
1622
|
r"""问答列表
|
|
1623
|
+
知识库相关背景知识介绍
|
|
1624
|
+
“知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
|
|
1625
|
+
“标签”文档:https://cloud.tencent.com/document/product/1759/112956
|
|
1620
1626
|
|
|
1621
1627
|
:param request: Request instance for ListQA.
|
|
1622
1628
|
:type request: :class:`tencentcloud.lke.v20231130.models.ListQARequest`
|
|
@@ -2427,6 +2433,9 @@ class LkeClient(AbstractClient):
|
|
|
2427
2433
|
|
|
2428
2434
|
def VerifyQA(self, request):
|
|
2429
2435
|
r"""校验问答
|
|
2436
|
+
知识库相关背景知识介绍
|
|
2437
|
+
“知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
|
|
2438
|
+
“标签”文档:https://cloud.tencent.com/document/product/1759/112956
|
|
2430
2439
|
|
|
2431
2440
|
:param request: Request instance for VerifyQA.
|
|
2432
2441
|
:type request: :class:`tencentcloud.lke.v20231130.models.VerifyQARequest`
|
|
@@ -122,6 +122,9 @@ class LkeClient(AbstractClient):
|
|
|
122
122
|
) -> models.CreateQAResponse:
|
|
123
123
|
"""
|
|
124
124
|
录入问答
|
|
125
|
+
知识库相关背景知识介绍
|
|
126
|
+
“知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
|
|
127
|
+
“标签”文档:https://cloud.tencent.com/document/product/1759/112956
|
|
125
128
|
"""
|
|
126
129
|
|
|
127
130
|
kwargs = {}
|
|
@@ -1276,6 +1279,9 @@ class LkeClient(AbstractClient):
|
|
|
1276
1279
|
) -> models.ListQAResponse:
|
|
1277
1280
|
"""
|
|
1278
1281
|
问答列表
|
|
1282
|
+
知识库相关背景知识介绍
|
|
1283
|
+
“知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
|
|
1284
|
+
“标签”文档:https://cloud.tencent.com/document/product/1759/112956
|
|
1279
1285
|
"""
|
|
1280
1286
|
|
|
1281
1287
|
kwargs = {}
|
|
@@ -1911,6 +1917,9 @@ class LkeClient(AbstractClient):
|
|
|
1911
1917
|
) -> models.VerifyQAResponse:
|
|
1912
1918
|
"""
|
|
1913
1919
|
校验问答
|
|
1920
|
+
知识库相关背景知识介绍
|
|
1921
|
+
“知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
|
|
1922
|
+
“标签”文档:https://cloud.tencent.com/document/product/1759/112956
|
|
1914
1923
|
"""
|
|
1915
1924
|
|
|
1916
1925
|
kwargs = {}
|