tencentcloud-sdk-python 3.0.1321__py2.py3-none-any.whl → 3.0.1322__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/billing/v20180709/billing_client.py +0 -75
- tencentcloud/billing/v20180709/models.py +2 -833
- tencentcloud/facefusion/v20220927/facefusion_client.py +0 -1
- tencentcloud/gme/v20180711/models.py +0 -12
- tencentcloud/keewidb/v20220308/keewidb_client.py +1 -0
- tencentcloud/lcic/v20220817/models.py +0 -4
- tencentcloud/lighthouse/v20200324/models.py +4 -16
- tencentcloud/lkeap/v20240522/lkeap_client.py +4 -4
- tencentcloud/lkeap/v20240522/models.py +4 -6
- tencentcloud/mna/v20210119/mna_client.py +46 -0
- tencentcloud/mna/v20210119/models.py +424 -0
- tencentcloud/monitor/v20230616/__init__.py +0 -0
- tencentcloud/monitor/v20230616/errorcodes.py +30 -0
- tencentcloud/monitor/v20230616/models.py +494 -0
- tencentcloud/monitor/v20230616/monitor_client.py +55 -0
- tencentcloud/mqtt/v20240516/errorcodes.py +12 -0
- tencentcloud/mqtt/v20240516/models.py +1305 -116
- tencentcloud/mqtt/v20240516/mqtt_client.py +185 -0
- tencentcloud/ocr/v20181119/models.py +15 -0
- tencentcloud/ssl/v20191205/models.py +2 -2
- tencentcloud/trtc/v20190722/models.py +0 -6
- tencentcloud/vclm/v20240523/errorcodes.py +0 -72
- tencentcloud/vclm/v20240523/models.py +1 -854
- tencentcloud/vclm/v20240523/vclm_client.py +0 -104
- tencentcloud/wedata/v20210820/models.py +34 -0
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- {tencentcloud_sdk_python-3.0.1321.dist-info → tencentcloud_sdk_python-3.0.1322.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1321.dist-info → tencentcloud_sdk_python-3.0.1322.dist-info}/RECORD +32 -28
- {tencentcloud_sdk_python-3.0.1321.dist-info → tencentcloud_sdk_python-3.0.1322.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1321.dist-info → tencentcloud_sdk_python-3.0.1322.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1321.dist-info → tencentcloud_sdk_python-3.0.1322.dist-info}/top_level.txt +0 -0
@@ -52,7 +52,6 @@ class FacefusionClient(AbstractClient):
|
|
52
52
|
def FuseFace(self, request):
|
53
53
|
"""本接口用于单脸、多脸、选脸融合,上传人脸图片,得到与素材模板融合后的人脸图片。支持为融合结果图添加标识。查看 <a href="https://cloud.tencent.com/document/product/670/38247" target="_blank">融合接入指引</a>。
|
54
54
|
|
55
|
-
请求频率限制为20次/秒。
|
56
55
|
>
|
57
56
|
- 公共参数中的签名方式必须指定为V3版本,即配置SignatureMethod参数为TC3-HMAC-SHA256。
|
58
57
|
|
@@ -5466,22 +5466,16 @@ class ServiceStatus(AbstractModel):
|
|
5466
5466
|
def __init__(self):
|
5467
5467
|
r"""
|
5468
5468
|
:param _RealTimeSpeech: 实时语音服务开关状态
|
5469
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5470
5469
|
:type RealTimeSpeech: :class:`tencentcloud.gme.v20180711.models.StatusInfo`
|
5471
5470
|
:param _VoiceMessage: 语音消息服务开关状态
|
5472
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5473
5471
|
:type VoiceMessage: :class:`tencentcloud.gme.v20180711.models.StatusInfo`
|
5474
5472
|
:param _Porn: 语音内容安全服务开关状态
|
5475
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5476
5473
|
:type Porn: :class:`tencentcloud.gme.v20180711.models.StatusInfo`
|
5477
5474
|
:param _Live: 语音录制服务开关状态
|
5478
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5479
5475
|
:type Live: :class:`tencentcloud.gme.v20180711.models.StatusInfo`
|
5480
5476
|
:param _RealTimeAsr: 语音转文本服务开关状态
|
5481
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5482
5477
|
:type RealTimeAsr: :class:`tencentcloud.gme.v20180711.models.StatusInfo`
|
5483
5478
|
:param _TextTranslate: 文本翻译服务开关状态
|
5484
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5485
5479
|
:type TextTranslate: :class:`tencentcloud.gme.v20180711.models.StatusInfo`
|
5486
5480
|
"""
|
5487
5481
|
self._RealTimeSpeech = None
|
@@ -5494,7 +5488,6 @@ class ServiceStatus(AbstractModel):
|
|
5494
5488
|
@property
|
5495
5489
|
def RealTimeSpeech(self):
|
5496
5490
|
"""实时语音服务开关状态
|
5497
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5498
5491
|
:rtype: :class:`tencentcloud.gme.v20180711.models.StatusInfo`
|
5499
5492
|
"""
|
5500
5493
|
return self._RealTimeSpeech
|
@@ -5506,7 +5499,6 @@ class ServiceStatus(AbstractModel):
|
|
5506
5499
|
@property
|
5507
5500
|
def VoiceMessage(self):
|
5508
5501
|
"""语音消息服务开关状态
|
5509
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5510
5502
|
:rtype: :class:`tencentcloud.gme.v20180711.models.StatusInfo`
|
5511
5503
|
"""
|
5512
5504
|
return self._VoiceMessage
|
@@ -5518,7 +5510,6 @@ class ServiceStatus(AbstractModel):
|
|
5518
5510
|
@property
|
5519
5511
|
def Porn(self):
|
5520
5512
|
"""语音内容安全服务开关状态
|
5521
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5522
5513
|
:rtype: :class:`tencentcloud.gme.v20180711.models.StatusInfo`
|
5523
5514
|
"""
|
5524
5515
|
return self._Porn
|
@@ -5530,7 +5521,6 @@ class ServiceStatus(AbstractModel):
|
|
5530
5521
|
@property
|
5531
5522
|
def Live(self):
|
5532
5523
|
"""语音录制服务开关状态
|
5533
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5534
5524
|
:rtype: :class:`tencentcloud.gme.v20180711.models.StatusInfo`
|
5535
5525
|
"""
|
5536
5526
|
return self._Live
|
@@ -5542,7 +5532,6 @@ class ServiceStatus(AbstractModel):
|
|
5542
5532
|
@property
|
5543
5533
|
def RealTimeAsr(self):
|
5544
5534
|
"""语音转文本服务开关状态
|
5545
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5546
5535
|
:rtype: :class:`tencentcloud.gme.v20180711.models.StatusInfo`
|
5547
5536
|
"""
|
5548
5537
|
return self._RealTimeAsr
|
@@ -5554,7 +5543,6 @@ class ServiceStatus(AbstractModel):
|
|
5554
5543
|
@property
|
5555
5544
|
def TextTranslate(self):
|
5556
5545
|
"""文本翻译服务开关状态
|
5557
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5558
5546
|
:rtype: :class:`tencentcloud.gme.v20180711.models.StatusInfo`
|
5559
5547
|
"""
|
5560
5548
|
return self._TextTranslate
|
@@ -97,6 +97,7 @@ class KeewidbClient(AbstractClient):
|
|
97
97
|
|
98
98
|
def ClearInstance(self, request):
|
99
99
|
"""本接口(ClearInstance)用于清空实例数据。
|
100
|
+
> **说明**:在清空数据流程中,系统将自动进行数据备份,耗时较长,请您耐心等待并提前做好时间规划。
|
100
101
|
|
101
102
|
:param request: Request instance for ClearInstance.
|
102
103
|
:type request: :class:`tencentcloud.keewidb.v20220308.models.ClearInstanceRequest`
|
@@ -1305,10 +1305,8 @@ class BatchUserInfo(AbstractModel):
|
|
1305
1305
|
|
1306
1306
|
:type SdkAppId: int
|
1307
1307
|
:param _UserId: 用户ID。
|
1308
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1309
1308
|
:type UserId: str
|
1310
1309
|
:param _OriginId: 用户在客户系统的Id。 若用户注册时该字段为空,则默认为 UserId 值一致。
|
1311
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1312
1310
|
:type OriginId: str
|
1313
1311
|
"""
|
1314
1312
|
self._SdkAppId = None
|
@@ -1330,7 +1328,6 @@ class BatchUserInfo(AbstractModel):
|
|
1330
1328
|
@property
|
1331
1329
|
def UserId(self):
|
1332
1330
|
"""用户ID。
|
1333
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1334
1331
|
:rtype: str
|
1335
1332
|
"""
|
1336
1333
|
return self._UserId
|
@@ -1342,7 +1339,6 @@ class BatchUserInfo(AbstractModel):
|
|
1342
1339
|
@property
|
1343
1340
|
def OriginId(self):
|
1344
1341
|
"""用户在客户系统的Id。 若用户注册时该字段为空,则默认为 UserId 值一致。
|
1345
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1346
1342
|
:rtype: str
|
1347
1343
|
"""
|
1348
1344
|
return self._OriginId
|
@@ -5575,9 +5575,9 @@ class DescribeDockerContainerConfigurationRequest(AbstractModel):
|
|
5575
5575
|
|
5576
5576
|
def __init__(self):
|
5577
5577
|
r"""
|
5578
|
-
:param _InstanceId: 实例ID
|
5578
|
+
:param _InstanceId: 实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/product/1207/47573)接口返回值中的InstanceId获取。
|
5579
5579
|
:type InstanceId: str
|
5580
|
-
:param _ContainerId: 容器ID
|
5580
|
+
:param _ContainerId: 容器ID。可通过[DescribeDockerContainers](https://cloud.tencent.com/document/product/1207/95473)接口返回值中的ContainerId获取。
|
5581
5581
|
:type ContainerId: str
|
5582
5582
|
"""
|
5583
5583
|
self._InstanceId = None
|
@@ -5585,7 +5585,7 @@ class DescribeDockerContainerConfigurationRequest(AbstractModel):
|
|
5585
5585
|
|
5586
5586
|
@property
|
5587
5587
|
def InstanceId(self):
|
5588
|
-
"""实例ID
|
5588
|
+
"""实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/product/1207/47573)接口返回值中的InstanceId获取。
|
5589
5589
|
:rtype: str
|
5590
5590
|
"""
|
5591
5591
|
return self._InstanceId
|
@@ -5596,7 +5596,7 @@ class DescribeDockerContainerConfigurationRequest(AbstractModel):
|
|
5596
5596
|
|
5597
5597
|
@property
|
5598
5598
|
def ContainerId(self):
|
5599
|
-
"""容器ID
|
5599
|
+
"""容器ID。可通过[DescribeDockerContainers](https://cloud.tencent.com/document/product/1207/95473)接口返回值中的ContainerId获取。
|
5600
5600
|
:rtype: str
|
5601
5601
|
"""
|
5602
5602
|
return self._ContainerId
|
@@ -13704,7 +13704,6 @@ class KeyPair(AbstractModel):
|
|
13704
13704
|
:param _PublicKey: 密钥对的纯文本公钥。
|
13705
13705
|
:type PublicKey: str
|
13706
13706
|
:param _AssociatedInstanceIds: 密钥对关联的实例 ID 列表。
|
13707
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13708
13707
|
:type AssociatedInstanceIds: list of str
|
13709
13708
|
:param _CreatedTime: 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ
|
13710
13709
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -13756,7 +13755,6 @@ class KeyPair(AbstractModel):
|
|
13756
13755
|
@property
|
13757
13756
|
def AssociatedInstanceIds(self):
|
13758
13757
|
"""密钥对关联的实例 ID 列表。
|
13759
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13760
13758
|
:rtype: list of str
|
13761
13759
|
"""
|
13762
13760
|
return self._AssociatedInstanceIds
|
@@ -14046,7 +14044,6 @@ class ModifyBundle(AbstractModel):
|
|
14046
14044
|
:param _Bundle: 套餐信息。
|
14047
14045
|
:type Bundle: :class:`tencentcloud.lighthouse.v20200324.models.Bundle`
|
14048
14046
|
:param _NotSupportModifyMessage: 不支持套餐变更原因信息。变更套餐状态为"AVAILABLE"时, 该信息为空
|
14049
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14050
14047
|
:type NotSupportModifyMessage: str
|
14051
14048
|
"""
|
14052
14049
|
self._ModifyPrice = None
|
@@ -14093,7 +14090,6 @@ class ModifyBundle(AbstractModel):
|
|
14093
14090
|
@property
|
14094
14091
|
def NotSupportModifyMessage(self):
|
14095
14092
|
"""不支持套餐变更原因信息。变更套餐状态为"AVAILABLE"时, 该信息为空
|
14096
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14097
14093
|
:rtype: str
|
14098
14094
|
"""
|
14099
14095
|
return self._NotSupportModifyMessage
|
@@ -17293,20 +17289,16 @@ class Snapshot(AbstractModel):
|
|
17293
17289
|
:type Percent: int
|
17294
17290
|
:param _LatestOperation: 快照的最新操作,只有创建、回滚快照时记录。
|
17295
17291
|
取值如 CreateInstanceSnapshot,RollbackInstanceSnapshot。
|
17296
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17297
17292
|
:type LatestOperation: str
|
17298
17293
|
:param _LatestOperationState: 快照的最新操作状态,只有创建、回滚快照时记录。
|
17299
17294
|
取值范围:
|
17300
17295
|
<li>SUCCESS:表示操作成功</li>
|
17301
17296
|
<li>OPERATING:表示操作执行中</li>
|
17302
17297
|
<li>FAILED:表示操作失败</li>
|
17303
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17304
17298
|
:type LatestOperationState: str
|
17305
17299
|
:param _LatestOperationRequestId: 快照最新操作的唯一请求 ID,只有创建、回滚快照时记录。
|
17306
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17307
17300
|
:type LatestOperationRequestId: str
|
17308
17301
|
:param _CreatedTime: 快照的创建时间。
|
17309
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17310
17302
|
:type CreatedTime: str
|
17311
17303
|
"""
|
17312
17304
|
self._SnapshotId = None
|
@@ -17405,7 +17397,6 @@ class Snapshot(AbstractModel):
|
|
17405
17397
|
def LatestOperation(self):
|
17406
17398
|
"""快照的最新操作,只有创建、回滚快照时记录。
|
17407
17399
|
取值如 CreateInstanceSnapshot,RollbackInstanceSnapshot。
|
17408
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17409
17400
|
:rtype: str
|
17410
17401
|
"""
|
17411
17402
|
return self._LatestOperation
|
@@ -17421,7 +17412,6 @@ class Snapshot(AbstractModel):
|
|
17421
17412
|
<li>SUCCESS:表示操作成功</li>
|
17422
17413
|
<li>OPERATING:表示操作执行中</li>
|
17423
17414
|
<li>FAILED:表示操作失败</li>
|
17424
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17425
17415
|
:rtype: str
|
17426
17416
|
"""
|
17427
17417
|
return self._LatestOperationState
|
@@ -17433,7 +17423,6 @@ class Snapshot(AbstractModel):
|
|
17433
17423
|
@property
|
17434
17424
|
def LatestOperationRequestId(self):
|
17435
17425
|
"""快照最新操作的唯一请求 ID,只有创建、回滚快照时记录。
|
17436
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17437
17426
|
:rtype: str
|
17438
17427
|
"""
|
17439
17428
|
return self._LatestOperationRequestId
|
@@ -17445,7 +17434,6 @@ class Snapshot(AbstractModel):
|
|
17445
17434
|
@property
|
17446
17435
|
def CreatedTime(self):
|
17447
17436
|
"""快照的创建时间。
|
17448
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17449
17437
|
:rtype: str
|
17450
17438
|
"""
|
17451
17439
|
return self._CreatedTime
|
@@ -30,15 +30,15 @@ class LkeapClient(AbstractClient):
|
|
30
30
|
"""#### 接口功能
|
31
31
|
|
32
32
|
调用接口,发起一次对话请求。
|
33
|
-
如需使用OpenAI兼容接口, 请参考文档:[OpenAI
|
33
|
+
如需使用OpenAI兼容接口, 请参考文档:[Deepseek OpenAI对话接口](https://cloud.tencent.com/document/product/1772/115969)
|
34
34
|
|
35
35
|
#### 已支持的模型
|
36
36
|
- DeepSeek-V3(model 参数值为**deepseek-v3**)
|
37
37
|
- DeepSeek-V3为671B参数MoE模型,在百科知识、数学推理等多项任务上优势突出,评测成绩在主流榜单中位列开源模型榜首。
|
38
|
-
- 支持64K
|
38
|
+
- 支持64K上下文长度,最大输入56k,最大输出8k(不含思维链)。
|
39
39
|
- DeepSeek-R1(model 参数值为**deepseek-r1**)
|
40
40
|
- DeepSeek-R1为671B模型,使用强化学习训练,推理过程包含大量反思和验证,思维链长度可达数万字。 该系列模型在数学、代码以及各种复杂逻辑推理任务上推理效果优异,并为用户展现了完整的思考过程。
|
41
|
-
-
|
41
|
+
- 支持64K上下文长度,最大输入56k,最大输出8k(不含思维链)。
|
42
42
|
|
43
43
|
#### 计费说明
|
44
44
|
- 限时免费
|
@@ -49,7 +49,7 @@ class LkeapClient(AbstractClient):
|
|
49
49
|

|
50
50
|
|
51
51
|
### Openai兼容协议接口
|
52
|
-
知识引擎原子能力大模型对话 API 兼容了 OpenAI 的接口规范,这意味着您可以直接使用 OpenAI 官方提供的 SDK 来调用大模型对话接口。您仅需要将 base_url 和 [api_key](https://cloud.tencent.com/document/product/1772/115970) 替换成相关配置,不需要对应用做额外修改,即可无缝将您的应用切换到相应的大模型。请参考文档:[OpenAI
|
52
|
+
知识引擎原子能力大模型对话 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)。
|
53
53
|
> base_url: https://api.lkeap.cloud.tencent.com/v1
|
54
54
|
|
55
55
|
> api_key的获取请参考[API KEY管理](https://cloud.tencent.com/document/product/1772/115970)
|
@@ -518,10 +518,9 @@ class Choice(AbstractModel):
|
|
518
518
|
|
519
519
|
def __init__(self):
|
520
520
|
r"""
|
521
|
-
:param _FinishReason: 结束标志位,可能为 stop、
|
521
|
+
:param _FinishReason: 结束标志位,可能为 stop、 content_filter。
|
522
522
|
stop 表示输出正常结束。
|
523
|
-
|
524
|
-
tool_calls 标识函数调用。
|
523
|
+
content_filter 只在开启流式输出审核时会出现,表示安全审核未通过。
|
525
524
|
:type FinishReason: str
|
526
525
|
:param _Delta: 增量返回值,流式调用时使用该字段。
|
527
526
|
:type Delta: :class:`tencentcloud.lkeap.v20240522.models.Delta`
|
@@ -537,10 +536,9 @@ tool_calls 标识函数调用。
|
|
537
536
|
|
538
537
|
@property
|
539
538
|
def FinishReason(self):
|
540
|
-
"""结束标志位,可能为 stop、
|
539
|
+
"""结束标志位,可能为 stop、 content_filter。
|
541
540
|
stop 表示输出正常结束。
|
542
|
-
|
543
|
-
tool_calls 标识函数调用。
|
541
|
+
content_filter 只在开启流式输出审核时会出现,表示安全审核未通过。
|
544
542
|
:rtype: str
|
545
543
|
"""
|
546
544
|
return self._FinishReason
|
@@ -308,6 +308,52 @@ class MnaClient(AbstractClient):
|
|
308
308
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
309
309
|
|
310
310
|
|
311
|
+
def DownloadActiveDeviceCount(self, request):
|
312
|
+
"""下载活跃设备数量统计
|
313
|
+
|
314
|
+
:param request: Request instance for DownloadActiveDeviceCount.
|
315
|
+
:type request: :class:`tencentcloud.mna.v20210119.models.DownloadActiveDeviceCountRequest`
|
316
|
+
:rtype: :class:`tencentcloud.mna.v20210119.models.DownloadActiveDeviceCountResponse`
|
317
|
+
|
318
|
+
"""
|
319
|
+
try:
|
320
|
+
params = request._serialize()
|
321
|
+
headers = request.headers
|
322
|
+
body = self.call("DownloadActiveDeviceCount", params, headers=headers)
|
323
|
+
response = json.loads(body)
|
324
|
+
model = models.DownloadActiveDeviceCountResponse()
|
325
|
+
model._deserialize(response["Response"])
|
326
|
+
return model
|
327
|
+
except Exception as e:
|
328
|
+
if isinstance(e, TencentCloudSDKException):
|
329
|
+
raise
|
330
|
+
else:
|
331
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
332
|
+
|
333
|
+
|
334
|
+
def GetActiveDeviceCount(self, request):
|
335
|
+
"""活跃设备数量统计
|
336
|
+
|
337
|
+
:param request: Request instance for GetActiveDeviceCount.
|
338
|
+
:type request: :class:`tencentcloud.mna.v20210119.models.GetActiveDeviceCountRequest`
|
339
|
+
:rtype: :class:`tencentcloud.mna.v20210119.models.GetActiveDeviceCountResponse`
|
340
|
+
|
341
|
+
"""
|
342
|
+
try:
|
343
|
+
params = request._serialize()
|
344
|
+
headers = request.headers
|
345
|
+
body = self.call("GetActiveDeviceCount", params, headers=headers)
|
346
|
+
response = json.loads(body)
|
347
|
+
model = models.GetActiveDeviceCountResponse()
|
348
|
+
model._deserialize(response["Response"])
|
349
|
+
return model
|
350
|
+
except Exception as e:
|
351
|
+
if isinstance(e, TencentCloudSDKException):
|
352
|
+
raise
|
353
|
+
else:
|
354
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
355
|
+
|
356
|
+
|
311
357
|
def GetDevice(self, request):
|
312
358
|
"""通过指定设备的ID查找设备详细信息
|
313
359
|
|