tencentcloud-sdk-python-es 3.0.1475__tar.gz → 3.0.1482__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_es-3.0.1482/PKG-INFO +46 -0
- {tencentcloud-sdk-python-es-3.0.1475 → tencentcloud_sdk_python_es-3.0.1482}/setup.py +1 -1
- {tencentcloud-sdk-python-es-3.0.1475 → tencentcloud_sdk_python_es-3.0.1482}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-es-3.0.1475 → tencentcloud_sdk_python_es-3.0.1482}/tencentcloud/es/v20180416/models.py +185 -0
- {tencentcloud-sdk-python-es-3.0.1475 → tencentcloud_sdk_python_es-3.0.1482}/tencentcloud/es/v20250101/es_client.py +23 -0
- {tencentcloud-sdk-python-es-3.0.1475 → tencentcloud_sdk_python_es-3.0.1482}/tencentcloud/es/v20250101/models.py +259 -0
- tencentcloud_sdk_python_es-3.0.1482/tencentcloud_sdk_python_es.egg-info/PKG-INFO +46 -0
- tencentcloud_sdk_python_es-3.0.1482/tencentcloud_sdk_python_es.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-es-3.0.1475/PKG-INFO +0 -45
- tencentcloud-sdk-python-es-3.0.1475/tencentcloud_sdk_python_es.egg-info/PKG-INFO +0 -45
- tencentcloud-sdk-python-es-3.0.1475/tencentcloud_sdk_python_es.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-es-3.0.1475 → tencentcloud_sdk_python_es-3.0.1482}/README.rst +0 -0
- {tencentcloud-sdk-python-es-3.0.1475 → tencentcloud_sdk_python_es-3.0.1482}/setup.cfg +0 -0
- {tencentcloud-sdk-python-es-3.0.1475 → tencentcloud_sdk_python_es-3.0.1482}/tencentcloud/es/__init__.py +0 -0
- {tencentcloud-sdk-python-es-3.0.1475 → tencentcloud_sdk_python_es-3.0.1482}/tencentcloud/es/v20180416/__init__.py +0 -0
- {tencentcloud-sdk-python-es-3.0.1475 → tencentcloud_sdk_python_es-3.0.1482}/tencentcloud/es/v20180416/errorcodes.py +0 -0
- {tencentcloud-sdk-python-es-3.0.1475 → tencentcloud_sdk_python_es-3.0.1482}/tencentcloud/es/v20180416/es_client.py +0 -0
- {tencentcloud-sdk-python-es-3.0.1475 → tencentcloud_sdk_python_es-3.0.1482}/tencentcloud/es/v20250101/__init__.py +0 -0
- {tencentcloud-sdk-python-es-3.0.1475 → tencentcloud_sdk_python_es-3.0.1482}/tencentcloud/es/v20250101/errorcodes.py +0 -0
- {tencentcloud-sdk-python-es-3.0.1475 → tencentcloud_sdk_python_es-3.0.1482}/tencentcloud_sdk_python_es.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-es-3.0.1475 → tencentcloud_sdk_python_es-3.0.1482}/tencentcloud_sdk_python_es.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-es-3.0.1475 → tencentcloud_sdk_python_es-3.0.1482}/tencentcloud_sdk_python_es.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: tencentcloud-sdk-python-es
|
|
3
|
+
Version: 3.0.1482
|
|
4
|
+
Summary: Tencent Cloud Es SDK for Python
|
|
5
|
+
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
|
+
Author: Tencent Cloud
|
|
7
|
+
Maintainer-email: tencentcloudapi@tencent.com
|
|
8
|
+
License: Apache License 2.0
|
|
9
|
+
Platform: any
|
|
10
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
13
|
+
Classifier: Programming Language :: Python
|
|
14
|
+
Classifier: Programming Language :: Python :: 2.7
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1482
|
|
19
|
+
|
|
20
|
+
============================
|
|
21
|
+
Tencent Cloud SDK for Python
|
|
22
|
+
============================
|
|
23
|
+
|
|
24
|
+
Tencent Cloud Python Es SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
|
|
25
|
+
The SDK works on Python versions:
|
|
26
|
+
|
|
27
|
+
* 2.7 and greater, including 3.x
|
|
28
|
+
|
|
29
|
+
Quick Start
|
|
30
|
+
-----------
|
|
31
|
+
|
|
32
|
+
First, install the library:
|
|
33
|
+
|
|
34
|
+
.. code-block:: sh
|
|
35
|
+
|
|
36
|
+
$ pip install tencentcloud-sdk-python-common
|
|
37
|
+
$ pip install tencentcloud-sdk-python-es
|
|
38
|
+
|
|
39
|
+
or download source code from github and install:
|
|
40
|
+
|
|
41
|
+
.. code-block:: sh
|
|
42
|
+
|
|
43
|
+
$ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
|
|
44
|
+
$ cd tencentcloud-sdk-python
|
|
45
|
+
$ python package.py --components common es
|
|
46
|
+
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-es',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1482,<4.0.0"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Es SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -4450,6 +4450,16 @@ class DescribeInstanceLogsRequest(AbstractModel):
|
|
|
4450
4450
|
<li>0, 降序</li>
|
|
4451
4451
|
<li>1, 升序</li>
|
|
4452
4452
|
:type OrderByType: int
|
|
4453
|
+
:param _LogLevels: 日志级别
|
|
4454
|
+
:type LogLevels: list of str
|
|
4455
|
+
:param _NodeIds: 节点ID
|
|
4456
|
+
:type NodeIds: list of str
|
|
4457
|
+
:param _IndexName: 慢日志索引名
|
|
4458
|
+
:type IndexName: str
|
|
4459
|
+
:param _ShardId: 慢日志索引分片
|
|
4460
|
+
:type ShardId: str
|
|
4461
|
+
:param _QueryCost: 慢日志查询耗时
|
|
4462
|
+
:type QueryCost: int
|
|
4453
4463
|
"""
|
|
4454
4464
|
self._InstanceId = None
|
|
4455
4465
|
self._LogType = None
|
|
@@ -4459,6 +4469,11 @@ class DescribeInstanceLogsRequest(AbstractModel):
|
|
|
4459
4469
|
self._Offset = None
|
|
4460
4470
|
self._Limit = None
|
|
4461
4471
|
self._OrderByType = None
|
|
4472
|
+
self._LogLevels = None
|
|
4473
|
+
self._NodeIds = None
|
|
4474
|
+
self._IndexName = None
|
|
4475
|
+
self._ShardId = None
|
|
4476
|
+
self._QueryCost = None
|
|
4462
4477
|
|
|
4463
4478
|
@property
|
|
4464
4479
|
def InstanceId(self):
|
|
@@ -4554,6 +4569,61 @@ class DescribeInstanceLogsRequest(AbstractModel):
|
|
|
4554
4569
|
def OrderByType(self, OrderByType):
|
|
4555
4570
|
self._OrderByType = OrderByType
|
|
4556
4571
|
|
|
4572
|
+
@property
|
|
4573
|
+
def LogLevels(self):
|
|
4574
|
+
r"""日志级别
|
|
4575
|
+
:rtype: list of str
|
|
4576
|
+
"""
|
|
4577
|
+
return self._LogLevels
|
|
4578
|
+
|
|
4579
|
+
@LogLevels.setter
|
|
4580
|
+
def LogLevels(self, LogLevels):
|
|
4581
|
+
self._LogLevels = LogLevels
|
|
4582
|
+
|
|
4583
|
+
@property
|
|
4584
|
+
def NodeIds(self):
|
|
4585
|
+
r"""节点ID
|
|
4586
|
+
:rtype: list of str
|
|
4587
|
+
"""
|
|
4588
|
+
return self._NodeIds
|
|
4589
|
+
|
|
4590
|
+
@NodeIds.setter
|
|
4591
|
+
def NodeIds(self, NodeIds):
|
|
4592
|
+
self._NodeIds = NodeIds
|
|
4593
|
+
|
|
4594
|
+
@property
|
|
4595
|
+
def IndexName(self):
|
|
4596
|
+
r"""慢日志索引名
|
|
4597
|
+
:rtype: str
|
|
4598
|
+
"""
|
|
4599
|
+
return self._IndexName
|
|
4600
|
+
|
|
4601
|
+
@IndexName.setter
|
|
4602
|
+
def IndexName(self, IndexName):
|
|
4603
|
+
self._IndexName = IndexName
|
|
4604
|
+
|
|
4605
|
+
@property
|
|
4606
|
+
def ShardId(self):
|
|
4607
|
+
r"""慢日志索引分片
|
|
4608
|
+
:rtype: str
|
|
4609
|
+
"""
|
|
4610
|
+
return self._ShardId
|
|
4611
|
+
|
|
4612
|
+
@ShardId.setter
|
|
4613
|
+
def ShardId(self, ShardId):
|
|
4614
|
+
self._ShardId = ShardId
|
|
4615
|
+
|
|
4616
|
+
@property
|
|
4617
|
+
def QueryCost(self):
|
|
4618
|
+
r"""慢日志查询耗时
|
|
4619
|
+
:rtype: int
|
|
4620
|
+
"""
|
|
4621
|
+
return self._QueryCost
|
|
4622
|
+
|
|
4623
|
+
@QueryCost.setter
|
|
4624
|
+
def QueryCost(self, QueryCost):
|
|
4625
|
+
self._QueryCost = QueryCost
|
|
4626
|
+
|
|
4557
4627
|
|
|
4558
4628
|
def _deserialize(self, params):
|
|
4559
4629
|
self._InstanceId = params.get("InstanceId")
|
|
@@ -4564,6 +4634,11 @@ class DescribeInstanceLogsRequest(AbstractModel):
|
|
|
4564
4634
|
self._Offset = params.get("Offset")
|
|
4565
4635
|
self._Limit = params.get("Limit")
|
|
4566
4636
|
self._OrderByType = params.get("OrderByType")
|
|
4637
|
+
self._LogLevels = params.get("LogLevels")
|
|
4638
|
+
self._NodeIds = params.get("NodeIds")
|
|
4639
|
+
self._IndexName = params.get("IndexName")
|
|
4640
|
+
self._ShardId = params.get("ShardId")
|
|
4641
|
+
self._QueryCost = params.get("QueryCost")
|
|
4567
4642
|
memeber_set = set(params.keys())
|
|
4568
4643
|
for name, value in vars(self).items():
|
|
4569
4644
|
property_name = name[1:]
|
|
@@ -11041,6 +11116,8 @@ RENEW_FLAG_DEFAULT:不自动续费
|
|
|
11041
11116
|
:type ShowKibanaIpPort: str
|
|
11042
11117
|
:param _IsCdzLite: 是否为CDZLite可用区
|
|
11043
11118
|
:type IsCdzLite: bool
|
|
11119
|
+
:param _EsPrivateTcpUrl: 集群内网tcp地址
|
|
11120
|
+
:type EsPrivateTcpUrl: str
|
|
11044
11121
|
"""
|
|
11045
11122
|
self._InstanceId = None
|
|
11046
11123
|
self._InstanceName = None
|
|
@@ -11138,6 +11215,7 @@ RENEW_FLAG_DEFAULT:不自动续费
|
|
|
11138
11215
|
self._EnableDestroyProtection = None
|
|
11139
11216
|
self._ShowKibanaIpPort = None
|
|
11140
11217
|
self._IsCdzLite = None
|
|
11218
|
+
self._EsPrivateTcpUrl = None
|
|
11141
11219
|
|
|
11142
11220
|
@property
|
|
11143
11221
|
def InstanceId(self):
|
|
@@ -12258,6 +12336,17 @@ RENEW_FLAG_DEFAULT:不自动续费
|
|
|
12258
12336
|
def IsCdzLite(self, IsCdzLite):
|
|
12259
12337
|
self._IsCdzLite = IsCdzLite
|
|
12260
12338
|
|
|
12339
|
+
@property
|
|
12340
|
+
def EsPrivateTcpUrl(self):
|
|
12341
|
+
r"""集群内网tcp地址
|
|
12342
|
+
:rtype: str
|
|
12343
|
+
"""
|
|
12344
|
+
return self._EsPrivateTcpUrl
|
|
12345
|
+
|
|
12346
|
+
@EsPrivateTcpUrl.setter
|
|
12347
|
+
def EsPrivateTcpUrl(self, EsPrivateTcpUrl):
|
|
12348
|
+
self._EsPrivateTcpUrl = EsPrivateTcpUrl
|
|
12349
|
+
|
|
12261
12350
|
|
|
12262
12351
|
def _deserialize(self, params):
|
|
12263
12352
|
self._InstanceId = params.get("InstanceId")
|
|
@@ -12404,6 +12493,7 @@ RENEW_FLAG_DEFAULT:不自动续费
|
|
|
12404
12493
|
self._EnableDestroyProtection = params.get("EnableDestroyProtection")
|
|
12405
12494
|
self._ShowKibanaIpPort = params.get("ShowKibanaIpPort")
|
|
12406
12495
|
self._IsCdzLite = params.get("IsCdzLite")
|
|
12496
|
+
self._EsPrivateTcpUrl = params.get("EsPrivateTcpUrl")
|
|
12407
12497
|
memeber_set = set(params.keys())
|
|
12408
12498
|
for name, value in vars(self).items():
|
|
12409
12499
|
property_name = name[1:]
|
|
@@ -12431,12 +12521,21 @@ class InstanceLog(AbstractModel):
|
|
|
12431
12521
|
:type Message: str
|
|
12432
12522
|
:param _NodeID: 集群节点ID
|
|
12433
12523
|
:type NodeID: str
|
|
12524
|
+
:param _IndexName: 慢日志索引名
|
|
12525
|
+
:type IndexName: str
|
|
12526
|
+
:param _Shard: 慢日志索引分片
|
|
12527
|
+
:type Shard: str
|
|
12528
|
+
:param _QueryCost: 慢日志索引查询耗时
|
|
12529
|
+
:type QueryCost: str
|
|
12434
12530
|
"""
|
|
12435
12531
|
self._Time = None
|
|
12436
12532
|
self._Level = None
|
|
12437
12533
|
self._Ip = None
|
|
12438
12534
|
self._Message = None
|
|
12439
12535
|
self._NodeID = None
|
|
12536
|
+
self._IndexName = None
|
|
12537
|
+
self._Shard = None
|
|
12538
|
+
self._QueryCost = None
|
|
12440
12539
|
|
|
12441
12540
|
@property
|
|
12442
12541
|
def Time(self):
|
|
@@ -12493,6 +12592,39 @@ class InstanceLog(AbstractModel):
|
|
|
12493
12592
|
def NodeID(self, NodeID):
|
|
12494
12593
|
self._NodeID = NodeID
|
|
12495
12594
|
|
|
12595
|
+
@property
|
|
12596
|
+
def IndexName(self):
|
|
12597
|
+
r"""慢日志索引名
|
|
12598
|
+
:rtype: str
|
|
12599
|
+
"""
|
|
12600
|
+
return self._IndexName
|
|
12601
|
+
|
|
12602
|
+
@IndexName.setter
|
|
12603
|
+
def IndexName(self, IndexName):
|
|
12604
|
+
self._IndexName = IndexName
|
|
12605
|
+
|
|
12606
|
+
@property
|
|
12607
|
+
def Shard(self):
|
|
12608
|
+
r"""慢日志索引分片
|
|
12609
|
+
:rtype: str
|
|
12610
|
+
"""
|
|
12611
|
+
return self._Shard
|
|
12612
|
+
|
|
12613
|
+
@Shard.setter
|
|
12614
|
+
def Shard(self, Shard):
|
|
12615
|
+
self._Shard = Shard
|
|
12616
|
+
|
|
12617
|
+
@property
|
|
12618
|
+
def QueryCost(self):
|
|
12619
|
+
r"""慢日志索引查询耗时
|
|
12620
|
+
:rtype: str
|
|
12621
|
+
"""
|
|
12622
|
+
return self._QueryCost
|
|
12623
|
+
|
|
12624
|
+
@QueryCost.setter
|
|
12625
|
+
def QueryCost(self, QueryCost):
|
|
12626
|
+
self._QueryCost = QueryCost
|
|
12627
|
+
|
|
12496
12628
|
|
|
12497
12629
|
def _deserialize(self, params):
|
|
12498
12630
|
self._Time = params.get("Time")
|
|
@@ -12500,6 +12632,9 @@ class InstanceLog(AbstractModel):
|
|
|
12500
12632
|
self._Ip = params.get("Ip")
|
|
12501
12633
|
self._Message = params.get("Message")
|
|
12502
12634
|
self._NodeID = params.get("NodeID")
|
|
12635
|
+
self._IndexName = params.get("IndexName")
|
|
12636
|
+
self._Shard = params.get("Shard")
|
|
12637
|
+
self._QueryCost = params.get("QueryCost")
|
|
12503
12638
|
memeber_set = set(params.keys())
|
|
12504
12639
|
for name, value in vars(self).items():
|
|
12505
12640
|
property_name = name[1:]
|
|
@@ -17548,6 +17683,10 @@ class ServerlessSpace(AbstractModel):
|
|
|
17548
17683
|
:param _TagList: 空间标签信息
|
|
17549
17684
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
17550
17685
|
:type TagList: list of TagInfo
|
|
17686
|
+
:param _EnableMcpAccess: 是否开启mcp服务
|
|
17687
|
+
:type EnableMcpAccess: int
|
|
17688
|
+
:param _McpAccess: mcp的访问地址
|
|
17689
|
+
:type McpAccess: str
|
|
17551
17690
|
"""
|
|
17552
17691
|
self._SpaceId = None
|
|
17553
17692
|
self._SpaceName = None
|
|
@@ -17569,6 +17708,8 @@ class ServerlessSpace(AbstractModel):
|
|
|
17569
17708
|
self._KibanaLanguage = None
|
|
17570
17709
|
self._ClusterType = None
|
|
17571
17710
|
self._TagList = None
|
|
17711
|
+
self._EnableMcpAccess = None
|
|
17712
|
+
self._McpAccess = None
|
|
17572
17713
|
|
|
17573
17714
|
@property
|
|
17574
17715
|
def SpaceId(self):
|
|
@@ -17805,6 +17946,28 @@ class ServerlessSpace(AbstractModel):
|
|
|
17805
17946
|
def TagList(self, TagList):
|
|
17806
17947
|
self._TagList = TagList
|
|
17807
17948
|
|
|
17949
|
+
@property
|
|
17950
|
+
def EnableMcpAccess(self):
|
|
17951
|
+
r"""是否开启mcp服务
|
|
17952
|
+
:rtype: int
|
|
17953
|
+
"""
|
|
17954
|
+
return self._EnableMcpAccess
|
|
17955
|
+
|
|
17956
|
+
@EnableMcpAccess.setter
|
|
17957
|
+
def EnableMcpAccess(self, EnableMcpAccess):
|
|
17958
|
+
self._EnableMcpAccess = EnableMcpAccess
|
|
17959
|
+
|
|
17960
|
+
@property
|
|
17961
|
+
def McpAccess(self):
|
|
17962
|
+
r"""mcp的访问地址
|
|
17963
|
+
:rtype: str
|
|
17964
|
+
"""
|
|
17965
|
+
return self._McpAccess
|
|
17966
|
+
|
|
17967
|
+
@McpAccess.setter
|
|
17968
|
+
def McpAccess(self, McpAccess):
|
|
17969
|
+
self._McpAccess = McpAccess
|
|
17970
|
+
|
|
17808
17971
|
|
|
17809
17972
|
def _deserialize(self, params):
|
|
17810
17973
|
self._SpaceId = params.get("SpaceId")
|
|
@@ -17841,6 +18004,8 @@ class ServerlessSpace(AbstractModel):
|
|
|
17841
18004
|
obj = TagInfo()
|
|
17842
18005
|
obj._deserialize(item)
|
|
17843
18006
|
self._TagList.append(obj)
|
|
18007
|
+
self._EnableMcpAccess = params.get("EnableMcpAccess")
|
|
18008
|
+
self._McpAccess = params.get("McpAccess")
|
|
17844
18009
|
memeber_set = set(params.keys())
|
|
17845
18010
|
for name, value in vars(self).items():
|
|
17846
18011
|
property_name = name[1:]
|
|
@@ -20177,6 +20342,8 @@ class UpdateLogstashInstanceRequest(AbstractModel):
|
|
|
20177
20342
|
:type DiskSize: int
|
|
20178
20343
|
:param _OperationDuration: 可维护时间段
|
|
20179
20344
|
:type OperationDuration: :class:`tencentcloud.es.v20180416.models.OperationDurationUpdated`
|
|
20345
|
+
:param _MultiZoneInfo: 多可用区部署
|
|
20346
|
+
:type MultiZoneInfo: list of ZoneDetail
|
|
20180
20347
|
"""
|
|
20181
20348
|
self._InstanceId = None
|
|
20182
20349
|
self._NodeNum = None
|
|
@@ -20187,6 +20354,7 @@ class UpdateLogstashInstanceRequest(AbstractModel):
|
|
|
20187
20354
|
self._NodeType = None
|
|
20188
20355
|
self._DiskSize = None
|
|
20189
20356
|
self._OperationDuration = None
|
|
20357
|
+
self._MultiZoneInfo = None
|
|
20190
20358
|
|
|
20191
20359
|
@property
|
|
20192
20360
|
def InstanceId(self):
|
|
@@ -20287,6 +20455,17 @@ class UpdateLogstashInstanceRequest(AbstractModel):
|
|
|
20287
20455
|
def OperationDuration(self, OperationDuration):
|
|
20288
20456
|
self._OperationDuration = OperationDuration
|
|
20289
20457
|
|
|
20458
|
+
@property
|
|
20459
|
+
def MultiZoneInfo(self):
|
|
20460
|
+
r"""多可用区部署
|
|
20461
|
+
:rtype: list of ZoneDetail
|
|
20462
|
+
"""
|
|
20463
|
+
return self._MultiZoneInfo
|
|
20464
|
+
|
|
20465
|
+
@MultiZoneInfo.setter
|
|
20466
|
+
def MultiZoneInfo(self, MultiZoneInfo):
|
|
20467
|
+
self._MultiZoneInfo = MultiZoneInfo
|
|
20468
|
+
|
|
20290
20469
|
|
|
20291
20470
|
def _deserialize(self, params):
|
|
20292
20471
|
self._InstanceId = params.get("InstanceId")
|
|
@@ -20307,6 +20486,12 @@ class UpdateLogstashInstanceRequest(AbstractModel):
|
|
|
20307
20486
|
if params.get("OperationDuration") is not None:
|
|
20308
20487
|
self._OperationDuration = OperationDurationUpdated()
|
|
20309
20488
|
self._OperationDuration._deserialize(params.get("OperationDuration"))
|
|
20489
|
+
if params.get("MultiZoneInfo") is not None:
|
|
20490
|
+
self._MultiZoneInfo = []
|
|
20491
|
+
for item in params.get("MultiZoneInfo"):
|
|
20492
|
+
obj = ZoneDetail()
|
|
20493
|
+
obj._deserialize(item)
|
|
20494
|
+
self._MultiZoneInfo.append(obj)
|
|
20310
20495
|
memeber_set = set(params.keys())
|
|
20311
20496
|
for name, value in vars(self).items():
|
|
20312
20497
|
property_name = name[1:]
|
|
@@ -140,6 +140,29 @@ class EsClient(AbstractClient):
|
|
|
140
140
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
141
141
|
|
|
142
142
|
|
|
143
|
+
def GetMultiModalEmbedding(self, request):
|
|
144
|
+
r"""Embedding是一种将高维数据映射到低维空间的技术,通常用于将非结构化数据,如文本、图像或音频转化为向量表示,使其更容易输入机器模型进行处理,并且向量之间的距离可以反映对象之间的相似性。 本接口有模型维度调用上限控制,单个模型qps限制10,如您有提高并发限制的需求请[联系我们](https://cloud.tencent.com/act/event/Online_service) 。
|
|
145
|
+
|
|
146
|
+
:param request: Request instance for GetMultiModalEmbedding.
|
|
147
|
+
:type request: :class:`tencentcloud.es.v20250101.models.GetMultiModalEmbeddingRequest`
|
|
148
|
+
:rtype: :class:`tencentcloud.es.v20250101.models.GetMultiModalEmbeddingResponse`
|
|
149
|
+
|
|
150
|
+
"""
|
|
151
|
+
try:
|
|
152
|
+
params = request._serialize()
|
|
153
|
+
headers = request.headers
|
|
154
|
+
body = self.call("GetMultiModalEmbedding", params, headers=headers)
|
|
155
|
+
response = json.loads(body)
|
|
156
|
+
model = models.GetMultiModalEmbeddingResponse()
|
|
157
|
+
model._deserialize(response["Response"])
|
|
158
|
+
return model
|
|
159
|
+
except Exception as e:
|
|
160
|
+
if isinstance(e, TencentCloudSDKException):
|
|
161
|
+
raise
|
|
162
|
+
else:
|
|
163
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
164
|
+
|
|
165
|
+
|
|
143
166
|
def GetTextEmbedding(self, request):
|
|
144
167
|
r"""Embedding是一种将高维数据映射到低维空间的技术,通常用于将非结构化数据,如文本、图像或音频转化为向量表示,使其更容易输入机器模型进行处理,并且向量之间的距离可以反映对象之间的相似性。
|
|
145
168
|
本接口有模型维度调用上限控制,单个模型qps限制20,如您有提高并发限制的需求请[联系我们](https://cloud.tencent.com/act/event/Online_service) 。
|
|
@@ -1319,6 +1319,149 @@ class GetDocumentParseResultResponse(AbstractModel):
|
|
|
1319
1319
|
self._RequestId = params.get("RequestId")
|
|
1320
1320
|
|
|
1321
1321
|
|
|
1322
|
+
class GetMultiModalEmbeddingRequest(AbstractModel):
|
|
1323
|
+
r"""GetMultiModalEmbedding请求参数结构体
|
|
1324
|
+
|
|
1325
|
+
"""
|
|
1326
|
+
|
|
1327
|
+
def __init__(self):
|
|
1328
|
+
r"""
|
|
1329
|
+
:param _ModelName: 模型名称,支持WeCLIPv2-Base和WeCLIPv2-Large
|
|
1330
|
+
:type ModelName: str
|
|
1331
|
+
:param _Texts: 需进行向量化的文本集,一次输入限10条,单条文本长度限72
|
|
1332
|
+
:type Texts: list of str
|
|
1333
|
+
:param _ImageData: 输入图片,base64编码格式,一次输入限制8个,单张图片限制1M
|
|
1334
|
+
:type ImageData: list of str
|
|
1335
|
+
:param _ImageUrl: 输入图片url,一次输入限8个,推荐cos地址,速度更快
|
|
1336
|
+
:type ImageUrl: list of str
|
|
1337
|
+
"""
|
|
1338
|
+
self._ModelName = None
|
|
1339
|
+
self._Texts = None
|
|
1340
|
+
self._ImageData = None
|
|
1341
|
+
self._ImageUrl = None
|
|
1342
|
+
|
|
1343
|
+
@property
|
|
1344
|
+
def ModelName(self):
|
|
1345
|
+
r"""模型名称,支持WeCLIPv2-Base和WeCLIPv2-Large
|
|
1346
|
+
:rtype: str
|
|
1347
|
+
"""
|
|
1348
|
+
return self._ModelName
|
|
1349
|
+
|
|
1350
|
+
@ModelName.setter
|
|
1351
|
+
def ModelName(self, ModelName):
|
|
1352
|
+
self._ModelName = ModelName
|
|
1353
|
+
|
|
1354
|
+
@property
|
|
1355
|
+
def Texts(self):
|
|
1356
|
+
r"""需进行向量化的文本集,一次输入限10条,单条文本长度限72
|
|
1357
|
+
:rtype: list of str
|
|
1358
|
+
"""
|
|
1359
|
+
return self._Texts
|
|
1360
|
+
|
|
1361
|
+
@Texts.setter
|
|
1362
|
+
def Texts(self, Texts):
|
|
1363
|
+
self._Texts = Texts
|
|
1364
|
+
|
|
1365
|
+
@property
|
|
1366
|
+
def ImageData(self):
|
|
1367
|
+
r"""输入图片,base64编码格式,一次输入限制8个,单张图片限制1M
|
|
1368
|
+
:rtype: list of str
|
|
1369
|
+
"""
|
|
1370
|
+
return self._ImageData
|
|
1371
|
+
|
|
1372
|
+
@ImageData.setter
|
|
1373
|
+
def ImageData(self, ImageData):
|
|
1374
|
+
self._ImageData = ImageData
|
|
1375
|
+
|
|
1376
|
+
@property
|
|
1377
|
+
def ImageUrl(self):
|
|
1378
|
+
r"""输入图片url,一次输入限8个,推荐cos地址,速度更快
|
|
1379
|
+
:rtype: list of str
|
|
1380
|
+
"""
|
|
1381
|
+
return self._ImageUrl
|
|
1382
|
+
|
|
1383
|
+
@ImageUrl.setter
|
|
1384
|
+
def ImageUrl(self, ImageUrl):
|
|
1385
|
+
self._ImageUrl = ImageUrl
|
|
1386
|
+
|
|
1387
|
+
|
|
1388
|
+
def _deserialize(self, params):
|
|
1389
|
+
self._ModelName = params.get("ModelName")
|
|
1390
|
+
self._Texts = params.get("Texts")
|
|
1391
|
+
self._ImageData = params.get("ImageData")
|
|
1392
|
+
self._ImageUrl = params.get("ImageUrl")
|
|
1393
|
+
memeber_set = set(params.keys())
|
|
1394
|
+
for name, value in vars(self).items():
|
|
1395
|
+
property_name = name[1:]
|
|
1396
|
+
if property_name in memeber_set:
|
|
1397
|
+
memeber_set.remove(property_name)
|
|
1398
|
+
if len(memeber_set) > 0:
|
|
1399
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
1400
|
+
|
|
1401
|
+
|
|
1402
|
+
|
|
1403
|
+
class GetMultiModalEmbeddingResponse(AbstractModel):
|
|
1404
|
+
r"""GetMultiModalEmbedding返回参数结构体
|
|
1405
|
+
|
|
1406
|
+
"""
|
|
1407
|
+
|
|
1408
|
+
def __init__(self):
|
|
1409
|
+
r"""
|
|
1410
|
+
:param _Data: 多模态特征向量输出
|
|
1411
|
+
:type Data: :class:`tencentcloud.es.v20250101.models.MultiModalEmbeddingData`
|
|
1412
|
+
:param _Usage: 消耗的tokens和输入图片数量
|
|
1413
|
+
:type Usage: :class:`tencentcloud.es.v20250101.models.MultiModalUsage`
|
|
1414
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1415
|
+
:type RequestId: str
|
|
1416
|
+
"""
|
|
1417
|
+
self._Data = None
|
|
1418
|
+
self._Usage = None
|
|
1419
|
+
self._RequestId = None
|
|
1420
|
+
|
|
1421
|
+
@property
|
|
1422
|
+
def Data(self):
|
|
1423
|
+
r"""多模态特征向量输出
|
|
1424
|
+
:rtype: :class:`tencentcloud.es.v20250101.models.MultiModalEmbeddingData`
|
|
1425
|
+
"""
|
|
1426
|
+
return self._Data
|
|
1427
|
+
|
|
1428
|
+
@Data.setter
|
|
1429
|
+
def Data(self, Data):
|
|
1430
|
+
self._Data = Data
|
|
1431
|
+
|
|
1432
|
+
@property
|
|
1433
|
+
def Usage(self):
|
|
1434
|
+
r"""消耗的tokens和输入图片数量
|
|
1435
|
+
:rtype: :class:`tencentcloud.es.v20250101.models.MultiModalUsage`
|
|
1436
|
+
"""
|
|
1437
|
+
return self._Usage
|
|
1438
|
+
|
|
1439
|
+
@Usage.setter
|
|
1440
|
+
def Usage(self, Usage):
|
|
1441
|
+
self._Usage = Usage
|
|
1442
|
+
|
|
1443
|
+
@property
|
|
1444
|
+
def RequestId(self):
|
|
1445
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1446
|
+
:rtype: str
|
|
1447
|
+
"""
|
|
1448
|
+
return self._RequestId
|
|
1449
|
+
|
|
1450
|
+
@RequestId.setter
|
|
1451
|
+
def RequestId(self, RequestId):
|
|
1452
|
+
self._RequestId = RequestId
|
|
1453
|
+
|
|
1454
|
+
|
|
1455
|
+
def _deserialize(self, params):
|
|
1456
|
+
if params.get("Data") is not None:
|
|
1457
|
+
self._Data = MultiModalEmbeddingData()
|
|
1458
|
+
self._Data._deserialize(params.get("Data"))
|
|
1459
|
+
if params.get("Usage") is not None:
|
|
1460
|
+
self._Usage = MultiModalUsage()
|
|
1461
|
+
self._Usage._deserialize(params.get("Usage"))
|
|
1462
|
+
self._RequestId = params.get("RequestId")
|
|
1463
|
+
|
|
1464
|
+
|
|
1322
1465
|
class GetTextEmbeddingRequest(AbstractModel):
|
|
1323
1466
|
r"""GetTextEmbedding请求参数结构体
|
|
1324
1467
|
|
|
@@ -1521,6 +1664,122 @@ class Message(AbstractModel):
|
|
|
1521
1664
|
|
|
1522
1665
|
|
|
1523
1666
|
|
|
1667
|
+
class MultiModalEmbeddingData(AbstractModel):
|
|
1668
|
+
r"""多模态特征向量
|
|
1669
|
+
|
|
1670
|
+
"""
|
|
1671
|
+
|
|
1672
|
+
def __init__(self):
|
|
1673
|
+
r"""
|
|
1674
|
+
:param _TextEmbeddings: 文本特征向量
|
|
1675
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1676
|
+
:type TextEmbeddings: list of EmbeddingData
|
|
1677
|
+
:param _ImageEmbeddings: 图片特征向量
|
|
1678
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1679
|
+
:type ImageEmbeddings: list of EmbeddingData
|
|
1680
|
+
"""
|
|
1681
|
+
self._TextEmbeddings = None
|
|
1682
|
+
self._ImageEmbeddings = None
|
|
1683
|
+
|
|
1684
|
+
@property
|
|
1685
|
+
def TextEmbeddings(self):
|
|
1686
|
+
r"""文本特征向量
|
|
1687
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1688
|
+
:rtype: list of EmbeddingData
|
|
1689
|
+
"""
|
|
1690
|
+
return self._TextEmbeddings
|
|
1691
|
+
|
|
1692
|
+
@TextEmbeddings.setter
|
|
1693
|
+
def TextEmbeddings(self, TextEmbeddings):
|
|
1694
|
+
self._TextEmbeddings = TextEmbeddings
|
|
1695
|
+
|
|
1696
|
+
@property
|
|
1697
|
+
def ImageEmbeddings(self):
|
|
1698
|
+
r"""图片特征向量
|
|
1699
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1700
|
+
:rtype: list of EmbeddingData
|
|
1701
|
+
"""
|
|
1702
|
+
return self._ImageEmbeddings
|
|
1703
|
+
|
|
1704
|
+
@ImageEmbeddings.setter
|
|
1705
|
+
def ImageEmbeddings(self, ImageEmbeddings):
|
|
1706
|
+
self._ImageEmbeddings = ImageEmbeddings
|
|
1707
|
+
|
|
1708
|
+
|
|
1709
|
+
def _deserialize(self, params):
|
|
1710
|
+
if params.get("TextEmbeddings") is not None:
|
|
1711
|
+
self._TextEmbeddings = []
|
|
1712
|
+
for item in params.get("TextEmbeddings"):
|
|
1713
|
+
obj = EmbeddingData()
|
|
1714
|
+
obj._deserialize(item)
|
|
1715
|
+
self._TextEmbeddings.append(obj)
|
|
1716
|
+
if params.get("ImageEmbeddings") is not None:
|
|
1717
|
+
self._ImageEmbeddings = []
|
|
1718
|
+
for item in params.get("ImageEmbeddings"):
|
|
1719
|
+
obj = EmbeddingData()
|
|
1720
|
+
obj._deserialize(item)
|
|
1721
|
+
self._ImageEmbeddings.append(obj)
|
|
1722
|
+
memeber_set = set(params.keys())
|
|
1723
|
+
for name, value in vars(self).items():
|
|
1724
|
+
property_name = name[1:]
|
|
1725
|
+
if property_name in memeber_set:
|
|
1726
|
+
memeber_set.remove(property_name)
|
|
1727
|
+
if len(memeber_set) > 0:
|
|
1728
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
1729
|
+
|
|
1730
|
+
|
|
1731
|
+
|
|
1732
|
+
class MultiModalUsage(AbstractModel):
|
|
1733
|
+
r"""多模态向量化消耗tokens和images数量
|
|
1734
|
+
|
|
1735
|
+
"""
|
|
1736
|
+
|
|
1737
|
+
def __init__(self):
|
|
1738
|
+
r"""
|
|
1739
|
+
:param _TotalTokens: 消耗tokens
|
|
1740
|
+
:type TotalTokens: int
|
|
1741
|
+
:param _TotalImages: 输入图片数量
|
|
1742
|
+
:type TotalImages: int
|
|
1743
|
+
"""
|
|
1744
|
+
self._TotalTokens = None
|
|
1745
|
+
self._TotalImages = None
|
|
1746
|
+
|
|
1747
|
+
@property
|
|
1748
|
+
def TotalTokens(self):
|
|
1749
|
+
r"""消耗tokens
|
|
1750
|
+
:rtype: int
|
|
1751
|
+
"""
|
|
1752
|
+
return self._TotalTokens
|
|
1753
|
+
|
|
1754
|
+
@TotalTokens.setter
|
|
1755
|
+
def TotalTokens(self, TotalTokens):
|
|
1756
|
+
self._TotalTokens = TotalTokens
|
|
1757
|
+
|
|
1758
|
+
@property
|
|
1759
|
+
def TotalImages(self):
|
|
1760
|
+
r"""输入图片数量
|
|
1761
|
+
:rtype: int
|
|
1762
|
+
"""
|
|
1763
|
+
return self._TotalImages
|
|
1764
|
+
|
|
1765
|
+
@TotalImages.setter
|
|
1766
|
+
def TotalImages(self, TotalImages):
|
|
1767
|
+
self._TotalImages = TotalImages
|
|
1768
|
+
|
|
1769
|
+
|
|
1770
|
+
def _deserialize(self, params):
|
|
1771
|
+
self._TotalTokens = params.get("TotalTokens")
|
|
1772
|
+
self._TotalImages = params.get("TotalImages")
|
|
1773
|
+
memeber_set = set(params.keys())
|
|
1774
|
+
for name, value in vars(self).items():
|
|
1775
|
+
property_name = name[1:]
|
|
1776
|
+
if property_name in memeber_set:
|
|
1777
|
+
memeber_set.remove(property_name)
|
|
1778
|
+
if len(memeber_set) > 0:
|
|
1779
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
1780
|
+
|
|
1781
|
+
|
|
1782
|
+
|
|
1524
1783
|
class OnlineSearchOptions(AbstractModel):
|
|
1525
1784
|
r"""联网搜索选项。
|
|
1526
1785
|
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: tencentcloud-sdk-python-es
|
|
3
|
+
Version: 3.0.1482
|
|
4
|
+
Summary: Tencent Cloud Es SDK for Python
|
|
5
|
+
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
|
+
Author: Tencent Cloud
|
|
7
|
+
Maintainer-email: tencentcloudapi@tencent.com
|
|
8
|
+
License: Apache License 2.0
|
|
9
|
+
Platform: any
|
|
10
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
13
|
+
Classifier: Programming Language :: Python
|
|
14
|
+
Classifier: Programming Language :: Python :: 2.7
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1482
|
|
19
|
+
|
|
20
|
+
============================
|
|
21
|
+
Tencent Cloud SDK for Python
|
|
22
|
+
============================
|
|
23
|
+
|
|
24
|
+
Tencent Cloud Python Es SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
|
|
25
|
+
The SDK works on Python versions:
|
|
26
|
+
|
|
27
|
+
* 2.7 and greater, including 3.x
|
|
28
|
+
|
|
29
|
+
Quick Start
|
|
30
|
+
-----------
|
|
31
|
+
|
|
32
|
+
First, install the library:
|
|
33
|
+
|
|
34
|
+
.. code-block:: sh
|
|
35
|
+
|
|
36
|
+
$ pip install tencentcloud-sdk-python-common
|
|
37
|
+
$ pip install tencentcloud-sdk-python-es
|
|
38
|
+
|
|
39
|
+
or download source code from github and install:
|
|
40
|
+
|
|
41
|
+
.. code-block:: sh
|
|
42
|
+
|
|
43
|
+
$ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
|
|
44
|
+
$ cd tencentcloud-sdk-python
|
|
45
|
+
$ python package.py --components common es
|
|
46
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1482
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 1.2
|
|
2
|
-
Name: tencentcloud-sdk-python-es
|
|
3
|
-
Version: 3.0.1475
|
|
4
|
-
Summary: Tencent Cloud Es SDK for Python
|
|
5
|
-
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
|
-
Author: Tencent Cloud
|
|
7
|
-
Maintainer-email: tencentcloudapi@tencent.com
|
|
8
|
-
License: Apache License 2.0
|
|
9
|
-
Description: ============================
|
|
10
|
-
Tencent Cloud SDK for Python
|
|
11
|
-
============================
|
|
12
|
-
|
|
13
|
-
Tencent Cloud Python Es SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
|
|
14
|
-
The SDK works on Python versions:
|
|
15
|
-
|
|
16
|
-
* 2.7 and greater, including 3.x
|
|
17
|
-
|
|
18
|
-
Quick Start
|
|
19
|
-
-----------
|
|
20
|
-
|
|
21
|
-
First, install the library:
|
|
22
|
-
|
|
23
|
-
.. code-block:: sh
|
|
24
|
-
|
|
25
|
-
$ pip install tencentcloud-sdk-python-common
|
|
26
|
-
$ pip install tencentcloud-sdk-python-es
|
|
27
|
-
|
|
28
|
-
or download source code from github and install:
|
|
29
|
-
|
|
30
|
-
.. code-block:: sh
|
|
31
|
-
|
|
32
|
-
$ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
|
|
33
|
-
$ cd tencentcloud-sdk-python
|
|
34
|
-
$ python package.py --components common es
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
Platform: any
|
|
38
|
-
Classifier: Development Status :: 5 - Production/Stable
|
|
39
|
-
Classifier: Intended Audience :: Developers
|
|
40
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
41
|
-
Classifier: Programming Language :: Python
|
|
42
|
-
Classifier: Programming Language :: Python :: 2.7
|
|
43
|
-
Classifier: Programming Language :: Python :: 3
|
|
44
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
45
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 1.2
|
|
2
|
-
Name: tencentcloud-sdk-python-es
|
|
3
|
-
Version: 3.0.1475
|
|
4
|
-
Summary: Tencent Cloud Es SDK for Python
|
|
5
|
-
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
|
-
Author: Tencent Cloud
|
|
7
|
-
Maintainer-email: tencentcloudapi@tencent.com
|
|
8
|
-
License: Apache License 2.0
|
|
9
|
-
Description: ============================
|
|
10
|
-
Tencent Cloud SDK for Python
|
|
11
|
-
============================
|
|
12
|
-
|
|
13
|
-
Tencent Cloud Python Es SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
|
|
14
|
-
The SDK works on Python versions:
|
|
15
|
-
|
|
16
|
-
* 2.7 and greater, including 3.x
|
|
17
|
-
|
|
18
|
-
Quick Start
|
|
19
|
-
-----------
|
|
20
|
-
|
|
21
|
-
First, install the library:
|
|
22
|
-
|
|
23
|
-
.. code-block:: sh
|
|
24
|
-
|
|
25
|
-
$ pip install tencentcloud-sdk-python-common
|
|
26
|
-
$ pip install tencentcloud-sdk-python-es
|
|
27
|
-
|
|
28
|
-
or download source code from github and install:
|
|
29
|
-
|
|
30
|
-
.. code-block:: sh
|
|
31
|
-
|
|
32
|
-
$ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
|
|
33
|
-
$ cd tencentcloud-sdk-python
|
|
34
|
-
$ python package.py --components common es
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
Platform: any
|
|
38
|
-
Classifier: Development Status :: 5 - Production/Stable
|
|
39
|
-
Classifier: Intended Audience :: Developers
|
|
40
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
41
|
-
Classifier: Programming Language :: Python
|
|
42
|
-
Classifier: Programming Language :: Python :: 2.7
|
|
43
|
-
Classifier: Programming Language :: Python :: 3
|
|
44
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
45
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1475
|
|
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
|
|
File without changes
|