tencentcloud-sdk-python 3.1.93__py2.py3-none-any.whl → 3.1.95__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/cbs/v20170312/models.py +4 -4
- tencentcloud/ccc/v20200210/ccc_client.py +23 -0
- tencentcloud/ccc/v20200210/ccc_client_async.py +18 -0
- tencentcloud/ccc/v20200210/models.py +588 -0
- tencentcloud/cfs/v20190719/cfs_client.py +23 -0
- tencentcloud/cfs/v20190719/cfs_client_async.py +18 -0
- tencentcloud/cfs/v20190719/models.py +185 -0
- tencentcloud/cfw/v20190904/cfw_client.py +23 -0
- tencentcloud/cfw/v20190904/cfw_client_async.py +18 -0
- tencentcloud/cfw/v20190904/models.py +243 -0
- tencentcloud/cls/v20201016/models.py +30 -0
- tencentcloud/cme/v20191029/cme_client.py +13 -13
- tencentcloud/cme/v20191029/cme_client_async.py +13 -13
- tencentcloud/csip/v20221121/csip_client.py +2532 -554
- tencentcloud/csip/v20221121/csip_client_async.py +1819 -271
- tencentcloud/csip/v20221121/errorcodes.py +18 -0
- tencentcloud/csip/v20221121/models.py +30383 -10159
- tencentcloud/cynosdb/v20190107/models.py +304 -364
- tencentcloud/dc/v20180410/models.py +54 -4
- tencentcloud/dlc/v20210125/dlc_client.py +46 -0
- tencentcloud/dlc/v20210125/dlc_client_async.py +36 -0
- tencentcloud/dlc/v20210125/models.py +113 -0
- tencentcloud/es/v20180416/models.py +595 -406
- tencentcloud/essbasic/v20210526/models.py +53 -136
- tencentcloud/live/v20180801/live_client.py +46 -0
- tencentcloud/live/v20180801/live_client_async.py +36 -0
- tencentcloud/live/v20180801/models.py +867 -90
- tencentcloud/monitor/v20180724/models.py +31 -22
- tencentcloud/mps/v20190612/errorcodes.py +6 -0
- tencentcloud/mps/v20190612/models.py +229 -144
- tencentcloud/mps/v20190612/mps_client.py +25 -2
- tencentcloud/mps/v20190612/mps_client_async.py +20 -2
- tencentcloud/oceanus/v20190422/models.py +129 -38
- tencentcloud/oceanus/v20190422/oceanus_client.py +23 -0
- tencentcloud/oceanus/v20190422/oceanus_client_async.py +18 -0
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/models.py +546 -4
- tencentcloud/trtc/v20190722/trtc_client.py +79 -0
- tencentcloud/trtc/v20190722/trtc_client_async.py +64 -0
- tencentcloud/tse/v20201207/models.py +139 -94
- tencentcloud/tsf/v20180326/errorcodes.py +3 -0
- tencentcloud/tsf/v20180326/models.py +76 -8
- tencentcloud/vod/v20180717/models.py +555 -24
- tencentcloud/waf/v20180125/models.py +316 -0
- tencentcloud/waf/v20180125/waf_client.py +23 -0
- tencentcloud/waf/v20180125/waf_client_async.py +18 -0
- tencentcloud/wedata/v20210820/models.py +35 -20
- {tencentcloud_sdk_python-3.1.93.dist-info → tencentcloud_sdk_python-3.1.95.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.1.93.dist-info → tencentcloud_sdk_python-3.1.95.dist-info}/RECORD +53 -53
- {tencentcloud_sdk_python-3.1.93.dist-info → tencentcloud_sdk_python-3.1.95.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.1.93.dist-info → tencentcloud_sdk_python-3.1.95.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.1.93.dist-info → tencentcloud_sdk_python-3.1.95.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -3817,14 +3817,14 @@ class DescribeInstancesDiskNumRequest(AbstractModel):
|
|
|
3817
3817
|
|
|
3818
3818
|
def __init__(self):
|
|
3819
3819
|
r"""
|
|
3820
|
-
:param _InstanceIds:
|
|
3820
|
+
:param _InstanceIds: <p>云服务器实例ID,通过<a href="/document/product/213/15728">DescribeInstances</a>接口查询。</p>
|
|
3821
3821
|
:type InstanceIds: list of str
|
|
3822
3822
|
"""
|
|
3823
3823
|
self._InstanceIds = None
|
|
3824
3824
|
|
|
3825
3825
|
@property
|
|
3826
3826
|
def InstanceIds(self):
|
|
3827
|
-
r"""
|
|
3827
|
+
r"""<p>云服务器实例ID,通过<a href="/document/product/213/15728">DescribeInstances</a>接口查询。</p>
|
|
3828
3828
|
:rtype: list of str
|
|
3829
3829
|
"""
|
|
3830
3830
|
return self._InstanceIds
|
|
@@ -3853,7 +3853,7 @@ class DescribeInstancesDiskNumResponse(AbstractModel):
|
|
|
3853
3853
|
|
|
3854
3854
|
def __init__(self):
|
|
3855
3855
|
r"""
|
|
3856
|
-
:param _AttachDetail:
|
|
3856
|
+
:param _AttachDetail: <p>各个云服务器已挂载和可挂载弹性云盘的数量。</p>
|
|
3857
3857
|
:type AttachDetail: list of AttachDetail
|
|
3858
3858
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3859
3859
|
:type RequestId: str
|
|
@@ -3863,7 +3863,7 @@ class DescribeInstancesDiskNumResponse(AbstractModel):
|
|
|
3863
3863
|
|
|
3864
3864
|
@property
|
|
3865
3865
|
def AttachDetail(self):
|
|
3866
|
-
r"""
|
|
3866
|
+
r"""<p>各个云服务器已挂载和可挂载弹性云盘的数量。</p>
|
|
3867
3867
|
:rtype: list of AttachDetail
|
|
3868
3868
|
"""
|
|
3869
3869
|
return self._AttachDetail
|
|
@@ -703,6 +703,29 @@ class CccClient(AbstractClient):
|
|
|
703
703
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
704
704
|
|
|
705
705
|
|
|
706
|
+
def DescribeAICallInteractionRecords(self, request):
|
|
707
|
+
r"""获取AI 会话交互事件流
|
|
708
|
+
|
|
709
|
+
:param request: Request instance for DescribeAICallInteractionRecords.
|
|
710
|
+
:type request: :class:`tencentcloud.ccc.v20200210.models.DescribeAICallInteractionRecordsRequest`
|
|
711
|
+
:rtype: :class:`tencentcloud.ccc.v20200210.models.DescribeAICallInteractionRecordsResponse`
|
|
712
|
+
|
|
713
|
+
"""
|
|
714
|
+
try:
|
|
715
|
+
params = request._serialize()
|
|
716
|
+
headers = request.headers
|
|
717
|
+
body = self.call("DescribeAICallInteractionRecords", params, headers=headers)
|
|
718
|
+
response = json.loads(body)
|
|
719
|
+
model = models.DescribeAICallInteractionRecordsResponse()
|
|
720
|
+
model._deserialize(response["Response"])
|
|
721
|
+
return model
|
|
722
|
+
except Exception as e:
|
|
723
|
+
if isinstance(e, TencentCloudSDKException):
|
|
724
|
+
raise
|
|
725
|
+
else:
|
|
726
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
727
|
+
|
|
728
|
+
|
|
706
729
|
def DescribeAILatency(self, request):
|
|
707
730
|
r"""调用该接口,可以通过 Session ID 查询指定会话在特定时间段内,AI服务的处理时延明细与统计数据,时延信息包括:
|
|
708
731
|
- 端到端(ETE)时延:统计从用户语音输入到 AI 返回完整响应的整体耗时。
|
|
@@ -557,6 +557,24 @@ class CccClient(AbstractClient):
|
|
|
557
557
|
|
|
558
558
|
return await self.call_and_deserialize(**kwargs)
|
|
559
559
|
|
|
560
|
+
async def DescribeAICallInteractionRecords(
|
|
561
|
+
self,
|
|
562
|
+
request: models.DescribeAICallInteractionRecordsRequest,
|
|
563
|
+
opts: Dict = None,
|
|
564
|
+
) -> models.DescribeAICallInteractionRecordsResponse:
|
|
565
|
+
"""
|
|
566
|
+
获取AI 会话交互事件流
|
|
567
|
+
"""
|
|
568
|
+
|
|
569
|
+
kwargs = {}
|
|
570
|
+
kwargs["action"] = "DescribeAICallInteractionRecords"
|
|
571
|
+
kwargs["params"] = request._serialize()
|
|
572
|
+
kwargs["resp_cls"] = models.DescribeAICallInteractionRecordsResponse
|
|
573
|
+
kwargs["headers"] = request.headers
|
|
574
|
+
kwargs["opts"] = opts or {}
|
|
575
|
+
|
|
576
|
+
return await self.call_and_deserialize(**kwargs)
|
|
577
|
+
|
|
560
578
|
async def DescribeAILatency(
|
|
561
579
|
self,
|
|
562
580
|
request: models.DescribeAILatencyRequest,
|