tencentcloud-sdk-python 3.0.1465__py2.py3-none-any.whl → 3.0.1466__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/ai3d/v20250513/ai3d_client.py +2 -2
- tencentcloud/ai3d/v20250513/models.py +2 -2
- tencentcloud/cdn/v20180606/cdn_client.py +0 -74
- tencentcloud/cdn/v20180606/models.py +0 -546
- tencentcloud/ckafka/v20190819/models.py +2 -2
- tencentcloud/iotexplorer/v20190423/models.py +30 -0
- tencentcloud/lcic/v20220817/models.py +24 -6
- tencentcloud/lke/v20231130/lke_client.py +0 -46
- tencentcloud/lke/v20231130/models.py +0 -192
- tencentcloud/mongodb/v20190725/models.py +76 -48
- tencentcloud/mongodb/v20190725/mongodb_client.py +1 -1
- tencentcloud/mps/v20190612/errorcodes.py +42 -0
- tencentcloud/mps/v20190612/models.py +810 -43
- tencentcloud/mps/v20190612/mps_client.py +92 -0
- tencentcloud/redis/v20180412/models.py +4 -0
- tencentcloud/tcss/v20201101/models.py +30 -0
- tencentcloud/teo/v20220901/models.py +15 -0
- tencentcloud/trtc/v20190722/models.py +28 -12
- tencentcloud/tse/v20201207/models.py +76 -0
- tencentcloud/tse/v20201207/tse_client.py +1 -1
- tencentcloud/waf/v20180125/models.py +1176 -101
- tencentcloud/waf/v20180125/waf_client.py +1 -1
- {tencentcloud_sdk_python-3.0.1465.dist-info → tencentcloud_sdk_python-3.0.1466.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1465.dist-info → tencentcloud_sdk_python-3.0.1466.dist-info}/RECORD +28 -28
- {tencentcloud_sdk_python-3.0.1465.dist-info → tencentcloud_sdk_python-3.0.1466.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1465.dist-info → tencentcloud_sdk_python-3.0.1466.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1465.dist-info → tencentcloud_sdk_python-3.0.1466.dist-info}/top_level.txt +0 -0
@@ -2145,6 +2145,7 @@ class CreateRoomRequest(AbstractModel):
|
|
2145
2145
|
def __init__(self):
|
2146
2146
|
r"""
|
2147
2147
|
:param _Name: 课堂名称。
|
2148
|
+
字符数不超过256
|
2148
2149
|
:type Name: str
|
2149
2150
|
:param _StartTime: 预定的课堂开始时间,unix时间戳(秒)。
|
2150
2151
|
:type StartTime: int
|
@@ -2227,7 +2228,9 @@ class CreateRoomRequest(AbstractModel):
|
|
2227
2228
|
:type RecordStream: int
|
2228
2229
|
:param _WhiteBoardSnapshotMode: 板书截图生成类型。0 不生成板书(默认);1 全量模式;2 单页去重模式
|
2229
2230
|
:type WhiteBoardSnapshotMode: int
|
2230
|
-
:param _SubtitlesTranscription:
|
2231
|
+
:param _SubtitlesTranscription: 字幕转写功能开关。可以有以下取值:
|
2232
|
+
0 不开启字幕转写功能(默认值)
|
2233
|
+
1 自动转写模式:上课自动开启,下课自动停止
|
2231
2234
|
:type SubtitlesTranscription: int
|
2232
2235
|
:param _RecordMerge: 录制文件合并开关。0 关闭 1 开启 注:只有在一节课多次启用手动录制时,此功能才有效
|
2233
2236
|
:type RecordMerge: int
|
@@ -2270,6 +2273,7 @@ class CreateRoomRequest(AbstractModel):
|
|
2270
2273
|
@property
|
2271
2274
|
def Name(self):
|
2272
2275
|
r"""课堂名称。
|
2276
|
+
字符数不超过256
|
2273
2277
|
:rtype: str
|
2274
2278
|
"""
|
2275
2279
|
return self._Name
|
@@ -2648,7 +2652,9 @@ class CreateRoomRequest(AbstractModel):
|
|
2648
2652
|
|
2649
2653
|
@property
|
2650
2654
|
def SubtitlesTranscription(self):
|
2651
|
-
r"""
|
2655
|
+
r"""字幕转写功能开关。可以有以下取值:
|
2656
|
+
0 不开启字幕转写功能(默认值)
|
2657
|
+
1 自动转写模式:上课自动开启,下课自动停止
|
2652
2658
|
:rtype: int
|
2653
2659
|
"""
|
2654
2660
|
return self._SubtitlesTranscription
|
@@ -10656,6 +10662,7 @@ class ModifyRoomRequest(AbstractModel):
|
|
10656
10662
|
def __init__(self):
|
10657
10663
|
r"""
|
10658
10664
|
:param _RoomId: 房间ID。
|
10665
|
+
字符数不超过256
|
10659
10666
|
:type RoomId: int
|
10660
10667
|
:param _SdkAppId: 低代码互动课堂的SdkAppId
|
10661
10668
|
:type SdkAppId: int
|
@@ -10728,7 +10735,9 @@ video 纯视频
|
|
10728
10735
|
:type RecordLang: str
|
10729
10736
|
:param _WhiteBoardSnapshotMode: 板书截图生成类型。0 不生成板书;1 全量模式;2 单页去重模式
|
10730
10737
|
:type WhiteBoardSnapshotMode: int
|
10731
|
-
:param _SubtitlesTranscription:
|
10738
|
+
:param _SubtitlesTranscription: 字幕转写功能开关。可以有以下取值:
|
10739
|
+
0 不开启字幕转写功能(默认值)
|
10740
|
+
1 自动转写模式:上课自动开启,下课自动停止
|
10732
10741
|
:type SubtitlesTranscription: int
|
10733
10742
|
:param _Guests: 嘉宾Id列表。当圆桌会议模式(RoomType==3)时生效
|
10734
10743
|
:type Guests: list of str
|
@@ -10769,6 +10778,7 @@ video 纯视频
|
|
10769
10778
|
@property
|
10770
10779
|
def RoomId(self):
|
10771
10780
|
r"""房间ID。
|
10781
|
+
字符数不超过256
|
10772
10782
|
:rtype: int
|
10773
10783
|
"""
|
10774
10784
|
return self._RoomId
|
@@ -11088,7 +11098,9 @@ video 纯视频
|
|
11088
11098
|
|
11089
11099
|
@property
|
11090
11100
|
def SubtitlesTranscription(self):
|
11091
|
-
r"""
|
11101
|
+
r"""字幕转写功能开关。可以有以下取值:
|
11102
|
+
0 不开启字幕转写功能(默认值)
|
11103
|
+
1 自动转写模式:上课自动开启,下课自动停止
|
11092
11104
|
:rtype: int
|
11093
11105
|
"""
|
11094
11106
|
return self._SubtitlesTranscription
|
@@ -11694,6 +11706,7 @@ class RoomInfo(AbstractModel):
|
|
11694
11706
|
def __init__(self):
|
11695
11707
|
r"""
|
11696
11708
|
:param _Name: 房间名称。
|
11709
|
+
字符数不超过256
|
11697
11710
|
:type Name: str
|
11698
11711
|
:param _StartTime: 预定的房间开始时间,unix时间戳。
|
11699
11712
|
:type StartTime: int
|
@@ -11756,7 +11769,9 @@ class RoomInfo(AbstractModel):
|
|
11756
11769
|
:type RecordStream: int
|
11757
11770
|
:param _WhiteBoardSnapshotMode: 板书截图生成类型。0 不生成板书(默认);1 全量模式;2 单页去重模式
|
11758
11771
|
:type WhiteBoardSnapshotMode: int
|
11759
|
-
:param _SubtitlesTranscription:
|
11772
|
+
:param _SubtitlesTranscription: 字幕转写功能开关。可以有以下取值:
|
11773
|
+
0 不开启字幕转写功能(默认值)
|
11774
|
+
1 自动转写模式:上课自动开启,下课自动停止
|
11760
11775
|
:type SubtitlesTranscription: int
|
11761
11776
|
:param _Guests: 嘉宾Id列表。当圆桌会议模式(RoomType==3)时生效
|
11762
11777
|
:type Guests: list of str
|
@@ -11800,6 +11815,7 @@ class RoomInfo(AbstractModel):
|
|
11800
11815
|
@property
|
11801
11816
|
def Name(self):
|
11802
11817
|
r"""房间名称。
|
11818
|
+
字符数不超过256
|
11803
11819
|
:rtype: str
|
11804
11820
|
"""
|
11805
11821
|
return self._Name
|
@@ -12140,7 +12156,9 @@ class RoomInfo(AbstractModel):
|
|
12140
12156
|
|
12141
12157
|
@property
|
12142
12158
|
def SubtitlesTranscription(self):
|
12143
|
-
r"""
|
12159
|
+
r"""字幕转写功能开关。可以有以下取值:
|
12160
|
+
0 不开启字幕转写功能(默认值)
|
12161
|
+
1 自动转写模式:上课自动开启,下课自动停止
|
12144
12162
|
:rtype: int
|
12145
12163
|
"""
|
12146
12164
|
return self._SubtitlesTranscription
|
@@ -72,29 +72,6 @@ class LkeClient(AbstractClient):
|
|
72
72
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
73
73
|
|
74
74
|
|
75
|
-
def CreateAgent(self, request):
|
76
|
-
r"""创建一个Agent
|
77
|
-
|
78
|
-
:param request: Request instance for CreateAgent.
|
79
|
-
:type request: :class:`tencentcloud.lke.v20231130.models.CreateAgentRequest`
|
80
|
-
:rtype: :class:`tencentcloud.lke.v20231130.models.CreateAgentResponse`
|
81
|
-
|
82
|
-
"""
|
83
|
-
try:
|
84
|
-
params = request._serialize()
|
85
|
-
headers = request.headers
|
86
|
-
body = self.call("CreateAgent", params, headers=headers)
|
87
|
-
response = json.loads(body)
|
88
|
-
model = models.CreateAgentResponse()
|
89
|
-
model._deserialize(response["Response"])
|
90
|
-
return model
|
91
|
-
except Exception as e:
|
92
|
-
if isinstance(e, TencentCloudSDKException):
|
93
|
-
raise
|
94
|
-
else:
|
95
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
96
|
-
|
97
|
-
|
98
75
|
def CreateApp(self, request):
|
99
76
|
r"""创建知识引擎应用。
|
100
77
|
|
@@ -1960,29 +1937,6 @@ class LkeClient(AbstractClient):
|
|
1960
1937
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1961
1938
|
|
1962
1939
|
|
1963
|
-
def ModifyAgent(self, request):
|
1964
|
-
r"""修改Agent信息
|
1965
|
-
|
1966
|
-
:param request: Request instance for ModifyAgent.
|
1967
|
-
:type request: :class:`tencentcloud.lke.v20231130.models.ModifyAgentRequest`
|
1968
|
-
:rtype: :class:`tencentcloud.lke.v20231130.models.ModifyAgentResponse`
|
1969
|
-
|
1970
|
-
"""
|
1971
|
-
try:
|
1972
|
-
params = request._serialize()
|
1973
|
-
headers = request.headers
|
1974
|
-
body = self.call("ModifyAgent", params, headers=headers)
|
1975
|
-
response = json.loads(body)
|
1976
|
-
model = models.ModifyAgentResponse()
|
1977
|
-
model._deserialize(response["Response"])
|
1978
|
-
return model
|
1979
|
-
except Exception as e:
|
1980
|
-
if isinstance(e, TencentCloudSDKException):
|
1981
|
-
raise
|
1982
|
-
else:
|
1983
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1984
|
-
|
1985
|
-
|
1986
1940
|
def ModifyApp(self, request):
|
1987
1941
|
r"""修改应用请求结构体
|
1988
1942
|
|
@@ -5824,102 +5824,6 @@ class Context(AbstractModel):
|
|
5824
5824
|
|
5825
5825
|
|
5826
5826
|
|
5827
|
-
class CreateAgentRequest(AbstractModel):
|
5828
|
-
r"""CreateAgent请求参数结构体
|
5829
|
-
|
5830
|
-
"""
|
5831
|
-
|
5832
|
-
def __init__(self):
|
5833
|
-
r"""
|
5834
|
-
:param _AppBizId: 应用ID
|
5835
|
-
:type AppBizId: str
|
5836
|
-
:param _Agent: 要增加的Agent的信息
|
5837
|
-
:type Agent: :class:`tencentcloud.lke.v20231130.models.Agent`
|
5838
|
-
"""
|
5839
|
-
self._AppBizId = None
|
5840
|
-
self._Agent = None
|
5841
|
-
|
5842
|
-
@property
|
5843
|
-
def AppBizId(self):
|
5844
|
-
r"""应用ID
|
5845
|
-
:rtype: str
|
5846
|
-
"""
|
5847
|
-
return self._AppBizId
|
5848
|
-
|
5849
|
-
@AppBizId.setter
|
5850
|
-
def AppBizId(self, AppBizId):
|
5851
|
-
self._AppBizId = AppBizId
|
5852
|
-
|
5853
|
-
@property
|
5854
|
-
def Agent(self):
|
5855
|
-
r"""要增加的Agent的信息
|
5856
|
-
:rtype: :class:`tencentcloud.lke.v20231130.models.Agent`
|
5857
|
-
"""
|
5858
|
-
return self._Agent
|
5859
|
-
|
5860
|
-
@Agent.setter
|
5861
|
-
def Agent(self, Agent):
|
5862
|
-
self._Agent = Agent
|
5863
|
-
|
5864
|
-
|
5865
|
-
def _deserialize(self, params):
|
5866
|
-
self._AppBizId = params.get("AppBizId")
|
5867
|
-
if params.get("Agent") is not None:
|
5868
|
-
self._Agent = Agent()
|
5869
|
-
self._Agent._deserialize(params.get("Agent"))
|
5870
|
-
memeber_set = set(params.keys())
|
5871
|
-
for name, value in vars(self).items():
|
5872
|
-
property_name = name[1:]
|
5873
|
-
if property_name in memeber_set:
|
5874
|
-
memeber_set.remove(property_name)
|
5875
|
-
if len(memeber_set) > 0:
|
5876
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
5877
|
-
|
5878
|
-
|
5879
|
-
|
5880
|
-
class CreateAgentResponse(AbstractModel):
|
5881
|
-
r"""CreateAgent返回参数结构体
|
5882
|
-
|
5883
|
-
"""
|
5884
|
-
|
5885
|
-
def __init__(self):
|
5886
|
-
r"""
|
5887
|
-
:param _AgentId: 新建的AgentID
|
5888
|
-
:type AgentId: str
|
5889
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5890
|
-
:type RequestId: str
|
5891
|
-
"""
|
5892
|
-
self._AgentId = None
|
5893
|
-
self._RequestId = None
|
5894
|
-
|
5895
|
-
@property
|
5896
|
-
def AgentId(self):
|
5897
|
-
r"""新建的AgentID
|
5898
|
-
:rtype: str
|
5899
|
-
"""
|
5900
|
-
return self._AgentId
|
5901
|
-
|
5902
|
-
@AgentId.setter
|
5903
|
-
def AgentId(self, AgentId):
|
5904
|
-
self._AgentId = AgentId
|
5905
|
-
|
5906
|
-
@property
|
5907
|
-
def RequestId(self):
|
5908
|
-
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5909
|
-
:rtype: str
|
5910
|
-
"""
|
5911
|
-
return self._RequestId
|
5912
|
-
|
5913
|
-
@RequestId.setter
|
5914
|
-
def RequestId(self, RequestId):
|
5915
|
-
self._RequestId = RequestId
|
5916
|
-
|
5917
|
-
|
5918
|
-
def _deserialize(self, params):
|
5919
|
-
self._AgentId = params.get("AgentId")
|
5920
|
-
self._RequestId = params.get("RequestId")
|
5921
|
-
|
5922
|
-
|
5923
5827
|
class CreateAppRequest(AbstractModel):
|
5924
5828
|
r"""CreateApp请求参数结构体
|
5925
5829
|
|
@@ -24571,102 +24475,6 @@ class ModelParams(AbstractModel):
|
|
24571
24475
|
|
24572
24476
|
|
24573
24477
|
|
24574
|
-
class ModifyAgentRequest(AbstractModel):
|
24575
|
-
r"""ModifyAgent请求参数结构体
|
24576
|
-
|
24577
|
-
"""
|
24578
|
-
|
24579
|
-
def __init__(self):
|
24580
|
-
r"""
|
24581
|
-
:param _AppBizId: 需要修改的应用ID
|
24582
|
-
:type AppBizId: str
|
24583
|
-
:param _Agent: 修改后的Agent的信息
|
24584
|
-
:type Agent: :class:`tencentcloud.lke.v20231130.models.Agent`
|
24585
|
-
"""
|
24586
|
-
self._AppBizId = None
|
24587
|
-
self._Agent = None
|
24588
|
-
|
24589
|
-
@property
|
24590
|
-
def AppBizId(self):
|
24591
|
-
r"""需要修改的应用ID
|
24592
|
-
:rtype: str
|
24593
|
-
"""
|
24594
|
-
return self._AppBizId
|
24595
|
-
|
24596
|
-
@AppBizId.setter
|
24597
|
-
def AppBizId(self, AppBizId):
|
24598
|
-
self._AppBizId = AppBizId
|
24599
|
-
|
24600
|
-
@property
|
24601
|
-
def Agent(self):
|
24602
|
-
r"""修改后的Agent的信息
|
24603
|
-
:rtype: :class:`tencentcloud.lke.v20231130.models.Agent`
|
24604
|
-
"""
|
24605
|
-
return self._Agent
|
24606
|
-
|
24607
|
-
@Agent.setter
|
24608
|
-
def Agent(self, Agent):
|
24609
|
-
self._Agent = Agent
|
24610
|
-
|
24611
|
-
|
24612
|
-
def _deserialize(self, params):
|
24613
|
-
self._AppBizId = params.get("AppBizId")
|
24614
|
-
if params.get("Agent") is not None:
|
24615
|
-
self._Agent = Agent()
|
24616
|
-
self._Agent._deserialize(params.get("Agent"))
|
24617
|
-
memeber_set = set(params.keys())
|
24618
|
-
for name, value in vars(self).items():
|
24619
|
-
property_name = name[1:]
|
24620
|
-
if property_name in memeber_set:
|
24621
|
-
memeber_set.remove(property_name)
|
24622
|
-
if len(memeber_set) > 0:
|
24623
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
24624
|
-
|
24625
|
-
|
24626
|
-
|
24627
|
-
class ModifyAgentResponse(AbstractModel):
|
24628
|
-
r"""ModifyAgent返回参数结构体
|
24629
|
-
|
24630
|
-
"""
|
24631
|
-
|
24632
|
-
def __init__(self):
|
24633
|
-
r"""
|
24634
|
-
:param _AgentId: 修改的AgentId
|
24635
|
-
:type AgentId: str
|
24636
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
24637
|
-
:type RequestId: str
|
24638
|
-
"""
|
24639
|
-
self._AgentId = None
|
24640
|
-
self._RequestId = None
|
24641
|
-
|
24642
|
-
@property
|
24643
|
-
def AgentId(self):
|
24644
|
-
r"""修改的AgentId
|
24645
|
-
:rtype: str
|
24646
|
-
"""
|
24647
|
-
return self._AgentId
|
24648
|
-
|
24649
|
-
@AgentId.setter
|
24650
|
-
def AgentId(self, AgentId):
|
24651
|
-
self._AgentId = AgentId
|
24652
|
-
|
24653
|
-
@property
|
24654
|
-
def RequestId(self):
|
24655
|
-
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
24656
|
-
:rtype: str
|
24657
|
-
"""
|
24658
|
-
return self._RequestId
|
24659
|
-
|
24660
|
-
@RequestId.setter
|
24661
|
-
def RequestId(self, RequestId):
|
24662
|
-
self._RequestId = RequestId
|
24663
|
-
|
24664
|
-
|
24665
|
-
def _deserialize(self, params):
|
24666
|
-
self._AgentId = params.get("AgentId")
|
24667
|
-
self._RequestId = params.get("RequestId")
|
24668
|
-
|
24669
|
-
|
24670
24478
|
class ModifyAppRequest(AbstractModel):
|
24671
24479
|
r"""ModifyApp请求参数结构体
|
24672
24480
|
|