tencentcloud-sdk-python 3.0.1391__py2.py3-none-any.whl → 3.0.1393__py2.py3-none-any.whl
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/__init__.py +1 -1
- tencentcloud/autoscaling/v20180419/models.py +2 -2
- tencentcloud/cfs/v20190719/cfs_client.py +3 -7
- tencentcloud/cfs/v20190719/models.py +80 -108
- tencentcloud/cme/v20191029/cme_client.py +0 -1
- tencentcloud/cme/v20191029/models.py +16 -0
- tencentcloud/cynosdb/v20190107/models.py +17 -17
- tencentcloud/dlc/v20210125/dlc_client.py +23 -0
- tencentcloud/dlc/v20210125/models.py +85 -0
- tencentcloud/domain/v20180808/models.py +2 -2
- tencentcloud/emr/v20190103/errorcodes.py +9 -0
- tencentcloud/emr/v20190103/models.py +15 -0
- tencentcloud/es/v20250101/es_client.py +0 -23
- tencentcloud/es/v20250101/models.py +1 -352
- tencentcloud/ess/v20201111/models.py +24 -10
- tencentcloud/essbasic/v20210526/models.py +10 -6
- tencentcloud/gs/v20191118/gs_client.py +46 -0
- tencentcloud/gs/v20191118/models.py +269 -0
- tencentcloud/hai/v20230812/models.py +8 -14
- tencentcloud/iotexplorer/v20190423/models.py +2 -2
- tencentcloud/lke/v20231130/errorcodes.py +0 -6
- tencentcloud/lke/v20231130/lke_client.py +0 -26
- tencentcloud/lke/v20231130/models.py +0 -229
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -5
- tencentcloud/monitor/v20180724/models.py +96 -2
- tencentcloud/monitor/v20180724/monitor_client.py +23 -0
- tencentcloud/mqtt/v20240516/errorcodes.py +24 -0
- tencentcloud/mqtt/v20240516/models.py +515 -201
- tencentcloud/mqtt/v20240516/mqtt_client.py +26 -3
- tencentcloud/mrs/v20200910/models.py +8 -0
- tencentcloud/mrs/v20200910/mrs_client.py +2 -0
- tencentcloud/postgres/v20170312/models.py +0 -405
- tencentcloud/postgres/v20170312/postgres_client.py +0 -25
- tencentcloud/pts/v20210728/models.py +30 -0
- tencentcloud/redis/v20180412/models.py +8 -8
- {tencentcloud_sdk_python-3.0.1391.dist-info → tencentcloud_sdk_python-3.0.1393.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1391.dist-info → tencentcloud_sdk_python-3.0.1393.dist-info}/RECORD +40 -40
- {tencentcloud_sdk_python-3.0.1391.dist-info → tencentcloud_sdk_python-3.0.1393.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1391.dist-info → tencentcloud_sdk_python-3.0.1393.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1391.dist-info → tencentcloud_sdk_python-3.0.1393.dist-info}/top_level.txt +0 -0
@@ -49,9 +49,7 @@ class LkeapClient(AbstractClient):
|
|
49
49
|
- DeepSeek-R1-0528(model 参数值为**deepseek-r1-0528**)
|
50
50
|
- DeepSeek-R1-0528为671B 模型,架构优化与训练策略升级后,相比上一版本在代码生成、长文本处理和复杂推理领域提升明显。
|
51
51
|
- 支持96K上下文长度,最大输入长度64k,最大输出16k(默认4k),最大思维链输出长度32k。
|
52
|
-
|
53
|
-
- DeepSeek-Prover-V2 为671B 参数 MoE 模型,在数学定理证明和复杂计算任务中表现出色。
|
54
|
-
- 支持64K上下文长度,最大输出16k。
|
52
|
+
|
55
53
|
|
56
54
|
|
57
55
|
### 计费说明
|
@@ -66,8 +64,6 @@ class LkeapClient(AbstractClient):
|
|
66
64
|
|
67
65
|
- DeepSeek-V3-0324 模型 | 输入:0.002元/千token | 输出:0.008元/千token
|
68
66
|
|
69
|
-
- DeepSeek-Prover-V2 模型 | 暂不计费
|
70
|
-
|
71
67
|
|
72
68
|
### Openai兼容协议接口
|
73
69
|
知识引擎原子能力大模型对话 API 兼容了 OpenAI 的接口规范,这意味着您可以直接使用 OpenAI 官方提供的 SDK 来调用大模型对话接口。您仅需要将 base_url 和 [api_key](https://cloud.tencent.com/document/product/1772/115970) 替换成相关配置,不需要对应用做额外修改,即可无缝将您的应用切换到相应的大模型。请参考文档:[Deepseek OpenAI对话接口](https://cloud.tencent.com/document/product/1772/115969)。
|
@@ -14393,6 +14393,100 @@ class DescribeExporterIntegrationsResponse(AbstractModel):
|
|
14393
14393
|
self._RequestId = params.get("RequestId")
|
14394
14394
|
|
14395
14395
|
|
14396
|
+
class DescribeExternalClusterRegisterCommandRequest(AbstractModel):
|
14397
|
+
"""DescribeExternalClusterRegisterCommand请求参数结构体
|
14398
|
+
|
14399
|
+
"""
|
14400
|
+
|
14401
|
+
def __init__(self):
|
14402
|
+
r"""
|
14403
|
+
:param _InstanceId: 实例 ID
|
14404
|
+
:type InstanceId: str
|
14405
|
+
:param _ClusterId: 集群 ID
|
14406
|
+
:type ClusterId: str
|
14407
|
+
"""
|
14408
|
+
self._InstanceId = None
|
14409
|
+
self._ClusterId = None
|
14410
|
+
|
14411
|
+
@property
|
14412
|
+
def InstanceId(self):
|
14413
|
+
"""实例 ID
|
14414
|
+
:rtype: str
|
14415
|
+
"""
|
14416
|
+
return self._InstanceId
|
14417
|
+
|
14418
|
+
@InstanceId.setter
|
14419
|
+
def InstanceId(self, InstanceId):
|
14420
|
+
self._InstanceId = InstanceId
|
14421
|
+
|
14422
|
+
@property
|
14423
|
+
def ClusterId(self):
|
14424
|
+
"""集群 ID
|
14425
|
+
:rtype: str
|
14426
|
+
"""
|
14427
|
+
return self._ClusterId
|
14428
|
+
|
14429
|
+
@ClusterId.setter
|
14430
|
+
def ClusterId(self, ClusterId):
|
14431
|
+
self._ClusterId = ClusterId
|
14432
|
+
|
14433
|
+
|
14434
|
+
def _deserialize(self, params):
|
14435
|
+
self._InstanceId = params.get("InstanceId")
|
14436
|
+
self._ClusterId = params.get("ClusterId")
|
14437
|
+
memeber_set = set(params.keys())
|
14438
|
+
for name, value in vars(self).items():
|
14439
|
+
property_name = name[1:]
|
14440
|
+
if property_name in memeber_set:
|
14441
|
+
memeber_set.remove(property_name)
|
14442
|
+
if len(memeber_set) > 0:
|
14443
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
14444
|
+
|
14445
|
+
|
14446
|
+
|
14447
|
+
class DescribeExternalClusterRegisterCommandResponse(AbstractModel):
|
14448
|
+
"""DescribeExternalClusterRegisterCommand返回参数结构体
|
14449
|
+
|
14450
|
+
"""
|
14451
|
+
|
14452
|
+
def __init__(self):
|
14453
|
+
r"""
|
14454
|
+
:param _Command: 注册命令
|
14455
|
+
:type Command: str
|
14456
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14457
|
+
:type RequestId: str
|
14458
|
+
"""
|
14459
|
+
self._Command = None
|
14460
|
+
self._RequestId = None
|
14461
|
+
|
14462
|
+
@property
|
14463
|
+
def Command(self):
|
14464
|
+
"""注册命令
|
14465
|
+
:rtype: str
|
14466
|
+
"""
|
14467
|
+
return self._Command
|
14468
|
+
|
14469
|
+
@Command.setter
|
14470
|
+
def Command(self, Command):
|
14471
|
+
self._Command = Command
|
14472
|
+
|
14473
|
+
@property
|
14474
|
+
def RequestId(self):
|
14475
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14476
|
+
:rtype: str
|
14477
|
+
"""
|
14478
|
+
return self._RequestId
|
14479
|
+
|
14480
|
+
@RequestId.setter
|
14481
|
+
def RequestId(self, RequestId):
|
14482
|
+
self._RequestId = RequestId
|
14483
|
+
|
14484
|
+
|
14485
|
+
def _deserialize(self, params):
|
14486
|
+
self._Command = params.get("Command")
|
14487
|
+
self._RequestId = params.get("RequestId")
|
14488
|
+
|
14489
|
+
|
14396
14490
|
class DescribeGrafanaChannelsRequest(AbstractModel):
|
14397
14491
|
"""DescribeGrafanaChannels请求参数结构体
|
14398
14492
|
|
@@ -32714,7 +32808,7 @@ class PrometheusClusterAgentBasic(AbstractModel):
|
|
32714
32808
|
r"""
|
32715
32809
|
:param _Region: 地域
|
32716
32810
|
:type Region: str
|
32717
|
-
:param _ClusterType: 集群类型。可填入tke、eks、tkeedge、tdcc,分别代表标准集群、弹性集群、边缘集群、注册集群
|
32811
|
+
:param _ClusterType: 集群类型。可填入tke、eks、tkeedge、tdcc、external,分别代表标准集群、弹性集群、边缘集群、注册集群 和外部集群
|
32718
32812
|
:type ClusterType: str
|
32719
32813
|
:param _ClusterId: 集群 ID
|
32720
32814
|
:type ClusterId: str
|
@@ -32757,7 +32851,7 @@ class PrometheusClusterAgentBasic(AbstractModel):
|
|
32757
32851
|
|
32758
32852
|
@property
|
32759
32853
|
def ClusterType(self):
|
32760
|
-
"""集群类型。可填入tke、eks、tkeedge、tdcc,分别代表标准集群、弹性集群、边缘集群、注册集群
|
32854
|
+
"""集群类型。可填入tke、eks、tkeedge、tdcc、external,分别代表标准集群、弹性集群、边缘集群、注册集群 和外部集群
|
32761
32855
|
:rtype: str
|
32762
32856
|
"""
|
32763
32857
|
return self._ClusterType
|
@@ -1532,6 +1532,29 @@ class MonitorClient(AbstractClient):
|
|
1532
1532
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1533
1533
|
|
1534
1534
|
|
1535
|
+
def DescribeExternalClusterRegisterCommand(self, request):
|
1536
|
+
"""查看外部集群注册命令
|
1537
|
+
|
1538
|
+
:param request: Request instance for DescribeExternalClusterRegisterCommand.
|
1539
|
+
:type request: :class:`tencentcloud.monitor.v20180724.models.DescribeExternalClusterRegisterCommandRequest`
|
1540
|
+
:rtype: :class:`tencentcloud.monitor.v20180724.models.DescribeExternalClusterRegisterCommandResponse`
|
1541
|
+
|
1542
|
+
"""
|
1543
|
+
try:
|
1544
|
+
params = request._serialize()
|
1545
|
+
headers = request.headers
|
1546
|
+
body = self.call("DescribeExternalClusterRegisterCommand", params, headers=headers)
|
1547
|
+
response = json.loads(body)
|
1548
|
+
model = models.DescribeExternalClusterRegisterCommandResponse()
|
1549
|
+
model._deserialize(response["Response"])
|
1550
|
+
return model
|
1551
|
+
except Exception as e:
|
1552
|
+
if isinstance(e, TencentCloudSDKException):
|
1553
|
+
raise
|
1554
|
+
else:
|
1555
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1556
|
+
|
1557
|
+
|
1535
1558
|
def DescribeGrafanaChannels(self, request):
|
1536
1559
|
"""列出 Grafana 所有告警通道
|
1537
1560
|
|
@@ -26,6 +26,12 @@ FAILEDOPERATION_CERTIFICATEVERIFICATIONFAILED = 'FailedOperation.CertificateVeri
|
|
26
26
|
# 策略优先级重复
|
27
27
|
FAILEDOPERATION_DUPLICATEAUTHORIZATIONIDORPRIORITY = 'FailedOperation.DuplicateAuthorizationIdOrPriority'
|
28
28
|
|
29
|
+
# DuplicatePolicy
|
30
|
+
FAILEDOPERATION_DUPLICATEPOLICY = 'FailedOperation.DuplicatePolicy'
|
31
|
+
|
32
|
+
# DuplicatePriority
|
33
|
+
FAILEDOPERATION_DUPLICATEPRIORITY = 'FailedOperation.DuplicatePriority'
|
34
|
+
|
29
35
|
# FailedOperation.InstanceNotReady
|
30
36
|
FAILEDOPERATION_INSTANCENOTREADY = 'FailedOperation.InstanceNotReady'
|
31
37
|
|
@@ -44,6 +50,15 @@ FAILEDOPERATION_REGISTRATIONCODEVERIFYFAILED = 'FailedOperation.RegistrationCode
|
|
44
50
|
# RelatedDeviceCertificateExists
|
45
51
|
FAILEDOPERATION_RELATEDDEVICECERTIFICATEEXISTS = 'FailedOperation.RelatedDeviceCertificateExists'
|
46
52
|
|
53
|
+
# InstanceTypeNotMatch
|
54
|
+
INVALIDPARAMETER_INSTANCETYPENOTMATCH = 'InvalidParameter.InstanceTypeNotMatch'
|
55
|
+
|
56
|
+
# 参数取值错误。
|
57
|
+
INVALIDPARAMETERVALUE = 'InvalidParameterValue'
|
58
|
+
|
59
|
+
# PublicNetworkInvalidParameterValue
|
60
|
+
INVALIDPARAMETERVALUE_PUBLICNETWORKINVALIDPARAMETERVALUE = 'InvalidParameterValue.PublicNetworkInvalidParameterValue'
|
61
|
+
|
47
62
|
# LimitExceeded.TopicNum
|
48
63
|
LIMITEXCEEDED_TOPICNUM = 'LimitExceeded.TopicNum'
|
49
64
|
|
@@ -59,9 +74,18 @@ RESOURCEINUSE = 'ResourceInUse'
|
|
59
74
|
# 授权策略未找到
|
60
75
|
RESOURCENOTFOUND_AUTHORIZATIONPOLICY = 'ResourceNotFound.AuthorizationPolicy'
|
61
76
|
|
77
|
+
# ResourceNotFound.Ca
|
78
|
+
RESOURCENOTFOUND_CA = 'ResourceNotFound.Ca'
|
79
|
+
|
80
|
+
# ResourceNotFound.Certificate
|
81
|
+
RESOURCENOTFOUND_CERTIFICATE = 'ResourceNotFound.Certificate'
|
82
|
+
|
62
83
|
# ResourceNotFound.Instance
|
63
84
|
RESOURCENOTFOUND_INSTANCE = 'ResourceNotFound.Instance'
|
64
85
|
|
86
|
+
# NoAuthenticator
|
87
|
+
RESOURCENOTFOUND_NOAUTHENTICATOR = 'ResourceNotFound.NoAuthenticator'
|
88
|
+
|
65
89
|
# ResourceNotFound.Role
|
66
90
|
RESOURCENOTFOUND_ROLE = 'ResourceNotFound.Role'
|
67
91
|
|