tencentcloud-sdk-python-lke 3.1.36__tar.gz → 3.1.42__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.36 → tencentcloud_sdk_python_lke-3.1.42}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_lke-3.1.36 → tencentcloud_sdk_python_lke-3.1.42}/setup.py +1 -1
- {tencentcloud_sdk_python_lke-3.1.36 → tencentcloud_sdk_python_lke-3.1.42}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_lke-3.1.36 → tencentcloud_sdk_python_lke-3.1.42}/tencentcloud/lke/v20231130/models.py +29 -14
- {tencentcloud_sdk_python_lke-3.1.36 → tencentcloud_sdk_python_lke-3.1.42}/tencentcloud_sdk_python_lke.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_lke-3.1.42/tencentcloud_sdk_python_lke.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_lke-3.1.36/tencentcloud_sdk_python_lke.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_lke-3.1.36 → tencentcloud_sdk_python_lke-3.1.42}/README.rst +0 -0
- {tencentcloud_sdk_python_lke-3.1.36 → tencentcloud_sdk_python_lke-3.1.42}/setup.cfg +0 -0
- {tencentcloud_sdk_python_lke-3.1.36 → tencentcloud_sdk_python_lke-3.1.42}/tencentcloud/lke/__init__.py +0 -0
- {tencentcloud_sdk_python_lke-3.1.36 → tencentcloud_sdk_python_lke-3.1.42}/tencentcloud/lke/v20231130/__init__.py +0 -0
- {tencentcloud_sdk_python_lke-3.1.36 → tencentcloud_sdk_python_lke-3.1.42}/tencentcloud/lke/v20231130/errorcodes.py +0 -0
- {tencentcloud_sdk_python_lke-3.1.36 → tencentcloud_sdk_python_lke-3.1.42}/tencentcloud/lke/v20231130/lke_client.py +0 -0
- {tencentcloud_sdk_python_lke-3.1.36 → tencentcloud_sdk_python_lke-3.1.42}/tencentcloud/lke/v20231130/lke_client_async.py +0 -0
- {tencentcloud_sdk_python_lke-3.1.36 → tencentcloud_sdk_python_lke-3.1.42}/tencentcloud_sdk_python_lke.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_lke-3.1.36 → tencentcloud_sdk_python_lke-3.1.42}/tencentcloud_sdk_python_lke.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_lke-3.1.36 → tencentcloud_sdk_python_lke-3.1.42}/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.42
|
|
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.42
|
|
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.42,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Lke SDK for Python',
|
|
@@ -27393,13 +27393,13 @@ class ModifyDocAttrRangeRequest(AbstractModel):
|
|
|
27393
27393
|
|
|
27394
27394
|
def __init__(self):
|
|
27395
27395
|
r"""
|
|
27396
|
-
:param _BotBizId: 应用ID
|
|
27396
|
+
:param _BotBizId: 应用ID,获取方法参看[如何获取 BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
|
|
27397
27397
|
:type BotBizId: str
|
|
27398
27398
|
:param _DocBizIds: 文档ID
|
|
27399
27399
|
:type DocBizIds: list of str
|
|
27400
27400
|
:param _AttrRange: 属性标签适用范围 1:全部,2:按条件
|
|
27401
27401
|
:type AttrRange: int
|
|
27402
|
-
:param _AttrLabels:
|
|
27402
|
+
:param _AttrLabels: 属性标签引用,LabelBizIds可通过 DescribeAttributeLabel 接口获取
|
|
27403
27403
|
:type AttrLabels: list of AttrLabelRefer
|
|
27404
27404
|
"""
|
|
27405
27405
|
self._BotBizId = None
|
|
@@ -27409,7 +27409,7 @@ class ModifyDocAttrRangeRequest(AbstractModel):
|
|
|
27409
27409
|
|
|
27410
27410
|
@property
|
|
27411
27411
|
def BotBizId(self):
|
|
27412
|
-
r"""应用ID
|
|
27412
|
+
r"""应用ID,获取方法参看[如何获取 BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
|
|
27413
27413
|
:rtype: str
|
|
27414
27414
|
"""
|
|
27415
27415
|
return self._BotBizId
|
|
@@ -27442,7 +27442,7 @@ class ModifyDocAttrRangeRequest(AbstractModel):
|
|
|
27442
27442
|
|
|
27443
27443
|
@property
|
|
27444
27444
|
def AttrLabels(self):
|
|
27445
|
-
r"""
|
|
27445
|
+
r"""属性标签引用,LabelBizIds可通过 DescribeAttributeLabel 接口获取
|
|
27446
27446
|
:rtype: list of AttrLabelRefer
|
|
27447
27447
|
"""
|
|
27448
27448
|
return self._AttrLabels
|
|
@@ -31079,11 +31079,10 @@ class QAQuery(AbstractModel):
|
|
|
31079
31079
|
|
|
31080
31080
|
def __init__(self):
|
|
31081
31081
|
r"""
|
|
31082
|
-
:param _PageNumber: 页码
|
|
31083
|
-
|
|
31082
|
+
:param _PageNumber: 页码 从1开始
|
|
31084
31083
|
|
|
31085
31084
|
:type PageNumber: int
|
|
31086
|
-
:param _PageSize:
|
|
31085
|
+
:param _PageSize: 页大小 默认15 最大100
|
|
31087
31086
|
|
|
31088
31087
|
:type PageSize: int
|
|
31089
31088
|
:param _BotBizId: 应用ID
|
|
@@ -31094,10 +31093,10 @@ class QAQuery(AbstractModel):
|
|
|
31094
31093
|
:param _CateBizId: 分类ID
|
|
31095
31094
|
|
|
31096
31095
|
:type CateBizId: str
|
|
31097
|
-
:param _AcceptStatus:
|
|
31096
|
+
:param _AcceptStatus: 校验状态的枚举值
|
|
31098
31097
|
|
|
31099
31098
|
:type AcceptStatus: list of int non-negative
|
|
31100
|
-
:param _ReleaseStatus:
|
|
31099
|
+
:param _ReleaseStatus: 发布状态的枚举值
|
|
31101
31100
|
|
|
31102
31101
|
:type ReleaseStatus: list of int non-negative
|
|
31103
31102
|
:param _DocBizId: 文档ID
|
|
@@ -31114,6 +31113,9 @@ class QAQuery(AbstractModel):
|
|
|
31114
31113
|
:type QueryAnswer: str
|
|
31115
31114
|
:param _QueryType: 查询类型 filename 名称、 attribute 标签
|
|
31116
31115
|
:type QueryType: str
|
|
31116
|
+
:param _EnableScope: 问答生效域检索,不检索不传。枚举值如下:
|
|
31117
|
+
1-不生效;2-仅开发域生效;3-仅发布域生效;4-开发域和发布域均生效。
|
|
31118
|
+
:type EnableScope: int
|
|
31117
31119
|
"""
|
|
31118
31120
|
self._PageNumber = None
|
|
31119
31121
|
self._PageSize = None
|
|
@@ -31127,11 +31129,11 @@ class QAQuery(AbstractModel):
|
|
|
31127
31129
|
self._Source = None
|
|
31128
31130
|
self._QueryAnswer = None
|
|
31129
31131
|
self._QueryType = None
|
|
31132
|
+
self._EnableScope = None
|
|
31130
31133
|
|
|
31131
31134
|
@property
|
|
31132
31135
|
def PageNumber(self):
|
|
31133
|
-
r"""页码
|
|
31134
|
-
|
|
31136
|
+
r"""页码 从1开始
|
|
31135
31137
|
|
|
31136
31138
|
:rtype: int
|
|
31137
31139
|
"""
|
|
@@ -31143,7 +31145,7 @@ class QAQuery(AbstractModel):
|
|
|
31143
31145
|
|
|
31144
31146
|
@property
|
|
31145
31147
|
def PageSize(self):
|
|
31146
|
-
r"""
|
|
31148
|
+
r"""页大小 默认15 最大100
|
|
31147
31149
|
|
|
31148
31150
|
:rtype: int
|
|
31149
31151
|
"""
|
|
@@ -31190,7 +31192,7 @@ class QAQuery(AbstractModel):
|
|
|
31190
31192
|
|
|
31191
31193
|
@property
|
|
31192
31194
|
def AcceptStatus(self):
|
|
31193
|
-
r"""
|
|
31195
|
+
r"""校验状态的枚举值
|
|
31194
31196
|
|
|
31195
31197
|
:rtype: list of int non-negative
|
|
31196
31198
|
"""
|
|
@@ -31202,7 +31204,7 @@ class QAQuery(AbstractModel):
|
|
|
31202
31204
|
|
|
31203
31205
|
@property
|
|
31204
31206
|
def ReleaseStatus(self):
|
|
31205
|
-
r"""
|
|
31207
|
+
r"""发布状态的枚举值
|
|
31206
31208
|
|
|
31207
31209
|
:rtype: list of int non-negative
|
|
31208
31210
|
"""
|
|
@@ -31271,6 +31273,18 @@ class QAQuery(AbstractModel):
|
|
|
31271
31273
|
def QueryType(self, QueryType):
|
|
31272
31274
|
self._QueryType = QueryType
|
|
31273
31275
|
|
|
31276
|
+
@property
|
|
31277
|
+
def EnableScope(self):
|
|
31278
|
+
r"""问答生效域检索,不检索不传。枚举值如下:
|
|
31279
|
+
1-不生效;2-仅开发域生效;3-仅发布域生效;4-开发域和发布域均生效。
|
|
31280
|
+
:rtype: int
|
|
31281
|
+
"""
|
|
31282
|
+
return self._EnableScope
|
|
31283
|
+
|
|
31284
|
+
@EnableScope.setter
|
|
31285
|
+
def EnableScope(self, EnableScope):
|
|
31286
|
+
self._EnableScope = EnableScope
|
|
31287
|
+
|
|
31274
31288
|
|
|
31275
31289
|
def _deserialize(self, params):
|
|
31276
31290
|
self._PageNumber = params.get("PageNumber")
|
|
@@ -31285,6 +31299,7 @@ class QAQuery(AbstractModel):
|
|
|
31285
31299
|
self._Source = params.get("Source")
|
|
31286
31300
|
self._QueryAnswer = params.get("QueryAnswer")
|
|
31287
31301
|
self._QueryType = params.get("QueryType")
|
|
31302
|
+
self._EnableScope = params.get("EnableScope")
|
|
31288
31303
|
memeber_set = set(params.keys())
|
|
31289
31304
|
for name, value in vars(self).items():
|
|
31290
31305
|
property_name = name[1:]
|
|
@@ -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.42
|
|
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.42
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.42
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.36
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|