tencentcloud-sdk-python 3.0.1347__py2.py3-none-any.whl → 3.0.1348__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/bh/v20230418/models.py +61 -23
- tencentcloud/cam/v20190116/models.py +2 -2
- tencentcloud/cdwdoris/v20211228/models.py +300 -0
- tencentcloud/cdwpg/v20201230/models.py +96 -84
- tencentcloud/chc/v20230418/models.py +0 -30
- tencentcloud/clb/v20180317/models.py +46 -16
- tencentcloud/dbbrain/v20210527/models.py +0 -8
- tencentcloud/dcdb/v20180411/errorcodes.py +3 -0
- tencentcloud/dcdb/v20180411/models.py +0 -64
- tencentcloud/emr/v20190103/models.py +15 -54
- tencentcloud/ess/v20201111/models.py +4 -4
- tencentcloud/essbasic/v20210526/models.py +4 -4
- tencentcloud/gs/v20191118/models.py +4 -58
- tencentcloud/hai/v20230812/models.py +0 -44
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +1 -1
- tencentcloud/iotvideo/v20211125/iotvideo_client.py +1 -1
- tencentcloud/iotvideoindustry/v20201201/models.py +0 -30
- tencentcloud/lcic/v20220817/lcic_client.py +1 -1
- tencentcloud/lcic/v20220817/models.py +56 -68
- tencentcloud/lkeap/v20240522/lkeap_client.py +5 -0
- tencentcloud/mariadb/v20170312/models.py +2 -70
- tencentcloud/mqtt/v20240516/models.py +296 -188
- tencentcloud/organization/v20210331/models.py +30 -0
- tencentcloud/tbaas/v20180416/models.py +0 -46
- tencentcloud/tcb/v20180608/errorcodes.py +3 -0
- tencentcloud/tcr/v20190924/models.py +0 -134
- tencentcloud/tdmq/v20200217/models.py +0 -14
- tencentcloud/thpc/v20230321/models.py +34 -0
- tencentcloud/tke/v20180525/models.py +0 -66
- tencentcloud/trocket/v20230308/models.py +0 -24
- tencentcloud/tsf/v20180326/models.py +196 -182
- tencentcloud/vcube/v20220410/models.py +51 -158
- tencentcloud/vcube/v20220410/vcube_client.py +2 -2
- tencentcloud/vod/v20180717/models.py +8 -46
- tencentcloud/wedata/v20210820/models.py +17 -0
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/RECORD +41 -41
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/top_level.txt +0 -0
@@ -12189,10 +12189,8 @@ class LiveRecordPlanItem(AbstractModel):
|
|
12189
12189
|
def __init__(self):
|
12190
12190
|
r"""
|
12191
12191
|
:param _PlanId: 计划ID
|
12192
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12193
12192
|
:type PlanId: str
|
12194
12193
|
:param _PlanName: 计划名称
|
12195
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12196
12194
|
:type PlanName: str
|
12197
12195
|
"""
|
12198
12196
|
self._PlanId = None
|
@@ -12201,7 +12199,6 @@ class LiveRecordPlanItem(AbstractModel):
|
|
12201
12199
|
@property
|
12202
12200
|
def PlanId(self):
|
12203
12201
|
"""计划ID
|
12204
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12205
12202
|
:rtype: str
|
12206
12203
|
"""
|
12207
12204
|
return self._PlanId
|
@@ -12213,7 +12210,6 @@ class LiveRecordPlanItem(AbstractModel):
|
|
12213
12210
|
@property
|
12214
12211
|
def PlanName(self):
|
12215
12212
|
"""计划名称
|
12216
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12217
12213
|
:rtype: str
|
12218
12214
|
"""
|
12219
12215
|
return self._PlanName
|
@@ -14127,13 +14123,10 @@ class RecordStatisticValue(AbstractModel):
|
|
14127
14123
|
def __init__(self):
|
14128
14124
|
r"""
|
14129
14125
|
:param _ExpectTimeLen: 期望执行时间 秒
|
14130
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14131
14126
|
:type ExpectTimeLen: int
|
14132
14127
|
:param _RecordTimeLen: 实际执行时间 秒
|
14133
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14134
14128
|
:type RecordTimeLen: int
|
14135
14129
|
:param _FileSize: 存储大小 G
|
14136
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14137
14130
|
:type FileSize: float
|
14138
14131
|
"""
|
14139
14132
|
self._ExpectTimeLen = None
|
@@ -14143,7 +14136,6 @@ class RecordStatisticValue(AbstractModel):
|
|
14143
14136
|
@property
|
14144
14137
|
def ExpectTimeLen(self):
|
14145
14138
|
"""期望执行时间 秒
|
14146
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14147
14139
|
:rtype: int
|
14148
14140
|
"""
|
14149
14141
|
return self._ExpectTimeLen
|
@@ -14155,7 +14147,6 @@ class RecordStatisticValue(AbstractModel):
|
|
14155
14147
|
@property
|
14156
14148
|
def RecordTimeLen(self):
|
14157
14149
|
"""实际执行时间 秒
|
14158
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14159
14150
|
:rtype: int
|
14160
14151
|
"""
|
14161
14152
|
return self._RecordTimeLen
|
@@ -14167,7 +14158,6 @@ class RecordStatisticValue(AbstractModel):
|
|
14167
14158
|
@property
|
14168
14159
|
def FileSize(self):
|
14169
14160
|
"""存储大小 G
|
14170
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14171
14161
|
:rtype: float
|
14172
14162
|
"""
|
14173
14163
|
return self._FileSize
|
@@ -14671,10 +14661,8 @@ class StatisticItem(AbstractModel):
|
|
14671
14661
|
def __init__(self):
|
14672
14662
|
r"""
|
14673
14663
|
:param _Date: 日期。格式【YYYY-MM-DD】
|
14674
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14675
14664
|
:type Date: str
|
14676
14665
|
:param _Sum: 统计数额
|
14677
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14678
14666
|
:type Sum: float
|
14679
14667
|
"""
|
14680
14668
|
self._Date = None
|
@@ -14683,7 +14671,6 @@ class StatisticItem(AbstractModel):
|
|
14683
14671
|
@property
|
14684
14672
|
def Date(self):
|
14685
14673
|
"""日期。格式【YYYY-MM-DD】
|
14686
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14687
14674
|
:rtype: str
|
14688
14675
|
"""
|
14689
14676
|
return self._Date
|
@@ -14695,7 +14682,6 @@ class StatisticItem(AbstractModel):
|
|
14695
14682
|
@property
|
14696
14683
|
def Sum(self):
|
14697
14684
|
"""统计数额
|
14698
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14699
14685
|
:rtype: float
|
14700
14686
|
"""
|
14701
14687
|
return self._Sum
|
@@ -14726,19 +14712,14 @@ class StreamAddress(AbstractModel):
|
|
14726
14712
|
def __init__(self):
|
14727
14713
|
r"""
|
14728
14714
|
:param _StreamId: 流ID
|
14729
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14730
14715
|
:type StreamId: str
|
14731
14716
|
:param _RtspAddr: rtsp流地址
|
14732
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14733
14717
|
:type RtspAddr: str
|
14734
14718
|
:param _RtmpAddr: rtmp流地址
|
14735
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14736
14719
|
:type RtmpAddr: str
|
14737
14720
|
:param _HlsAddr: hls流地址
|
14738
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14739
14721
|
:type HlsAddr: str
|
14740
14722
|
:param _FlvAddr: flv流地址
|
14741
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14742
14723
|
:type FlvAddr: str
|
14743
14724
|
"""
|
14744
14725
|
self._StreamId = None
|
@@ -14750,7 +14731,6 @@ class StreamAddress(AbstractModel):
|
|
14750
14731
|
@property
|
14751
14732
|
def StreamId(self):
|
14752
14733
|
"""流ID
|
14753
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14754
14734
|
:rtype: str
|
14755
14735
|
"""
|
14756
14736
|
return self._StreamId
|
@@ -14762,7 +14742,6 @@ class StreamAddress(AbstractModel):
|
|
14762
14742
|
@property
|
14763
14743
|
def RtspAddr(self):
|
14764
14744
|
"""rtsp流地址
|
14765
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14766
14745
|
:rtype: str
|
14767
14746
|
"""
|
14768
14747
|
return self._RtspAddr
|
@@ -14774,7 +14753,6 @@ class StreamAddress(AbstractModel):
|
|
14774
14753
|
@property
|
14775
14754
|
def RtmpAddr(self):
|
14776
14755
|
"""rtmp流地址
|
14777
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14778
14756
|
:rtype: str
|
14779
14757
|
"""
|
14780
14758
|
return self._RtmpAddr
|
@@ -14786,7 +14764,6 @@ class StreamAddress(AbstractModel):
|
|
14786
14764
|
@property
|
14787
14765
|
def HlsAddr(self):
|
14788
14766
|
"""hls流地址
|
14789
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14790
14767
|
:rtype: str
|
14791
14768
|
"""
|
14792
14769
|
return self._HlsAddr
|
@@ -14798,7 +14775,6 @@ class StreamAddress(AbstractModel):
|
|
14798
14775
|
@property
|
14799
14776
|
def FlvAddr(self):
|
14800
14777
|
"""flv流地址
|
14801
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14802
14778
|
:rtype: str
|
14803
14779
|
"""
|
14804
14780
|
return self._FlvAddr
|
@@ -14933,13 +14909,10 @@ class TimeTemplateSpec(AbstractModel):
|
|
14933
14909
|
def __init__(self):
|
14934
14910
|
r"""
|
14935
14911
|
:param _DayofWeek: 一周中的周几
|
14936
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14937
14912
|
:type DayofWeek: int
|
14938
14913
|
:param _BeginTime: 时间片段的开始时分。格式【HH:MM】
|
14939
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14940
14914
|
:type BeginTime: str
|
14941
14915
|
:param _EndTime: 时间片段的结束时分。格式【HH:MM】
|
14942
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14943
14916
|
:type EndTime: str
|
14944
14917
|
"""
|
14945
14918
|
self._DayofWeek = None
|
@@ -14949,7 +14922,6 @@ class TimeTemplateSpec(AbstractModel):
|
|
14949
14922
|
@property
|
14950
14923
|
def DayofWeek(self):
|
14951
14924
|
"""一周中的周几
|
14952
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14953
14925
|
:rtype: int
|
14954
14926
|
"""
|
14955
14927
|
return self._DayofWeek
|
@@ -14961,7 +14933,6 @@ class TimeTemplateSpec(AbstractModel):
|
|
14961
14933
|
@property
|
14962
14934
|
def BeginTime(self):
|
14963
14935
|
"""时间片段的开始时分。格式【HH:MM】
|
14964
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14965
14936
|
:rtype: str
|
14966
14937
|
"""
|
14967
14938
|
return self._BeginTime
|
@@ -14973,7 +14944,6 @@ class TimeTemplateSpec(AbstractModel):
|
|
14973
14944
|
@property
|
14974
14945
|
def EndTime(self):
|
14975
14946
|
"""时间片段的结束时分。格式【HH:MM】
|
14976
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14977
14947
|
:rtype: str
|
14978
14948
|
"""
|
14979
14949
|
return self._EndTime
|
@@ -734,7 +734,7 @@ class BatchCreateRoomRequest(AbstractModel):
|
|
734
734
|
r"""
|
735
735
|
:param _SdkAppId: 低代码平台的SdkAppId。
|
736
736
|
:type SdkAppId: int
|
737
|
-
:param _RoomInfos:
|
737
|
+
:param _RoomInfos: 创建课堂ID列表
|
738
738
|
:type RoomInfos: list of RoomInfo
|
739
739
|
"""
|
740
740
|
self._SdkAppId = None
|
@@ -753,7 +753,7 @@ class BatchCreateRoomRequest(AbstractModel):
|
|
753
753
|
|
754
754
|
@property
|
755
755
|
def RoomInfos(self):
|
756
|
-
"""
|
756
|
+
"""创建课堂ID列表
|
757
757
|
:rtype: list of RoomInfo
|
758
758
|
"""
|
759
759
|
return self._RoomInfos
|
@@ -2144,11 +2144,11 @@ class CreateRoomRequest(AbstractModel):
|
|
2144
2144
|
|
2145
2145
|
def __init__(self):
|
2146
2146
|
r"""
|
2147
|
-
:param _Name:
|
2147
|
+
:param _Name: 课堂名称。
|
2148
2148
|
:type Name: str
|
2149
|
-
:param _StartTime:
|
2149
|
+
:param _StartTime: 预定的课堂开始时间,unix时间戳(秒)。
|
2150
2150
|
:type StartTime: int
|
2151
|
-
:param _EndTime:
|
2151
|
+
:param _EndTime: 预定的课堂结束时间,unix时间戳(秒)。
|
2152
2152
|
:type EndTime: int
|
2153
2153
|
:param _SdkAppId: 低代码互动课堂的SdkAppId。
|
2154
2154
|
:type SdkAppId: int
|
@@ -2157,11 +2157,9 @@ class CreateRoomRequest(AbstractModel):
|
|
2157
2157
|
2 高清
|
2158
2158
|
3 全高清
|
2159
2159
|
:type Resolution: int
|
2160
|
-
:param _MaxMicNumber:
|
2160
|
+
:param _MaxMicNumber: 设置课堂同时最大可与老师进行连麦互动的人数,该参数支持正式上课/开播前调用修改房间修改。小班课取值范围[0,16],大班课取值范围[0,1],当取值为0时表示当前课堂/直播,不支持连麦互动。该取值影响计费,请根据业务实际情况设置。计费规则见“购买指南”下“计费概述”。
|
2161
2161
|
:type MaxMicNumber: int
|
2162
|
-
:param _SubType:
|
2163
|
-
videodoc 文档+视频
|
2164
|
-
video 纯视频
|
2162
|
+
:param _SubType: 课堂子类型,可以有以下取值:videodoc 文档+视频video 纯视频
|
2165
2163
|
:type SubType: str
|
2166
2164
|
:param _TeacherId: 老师ID。通过[注册用户]接口获取的UserId。指定后该用户在房间内拥有老师权限。
|
2167
2165
|
:type TeacherId: str
|
@@ -2187,7 +2185,7 @@ video 纯视频
|
|
2187
2185
|
:type AudienceType: int
|
2188
2186
|
:param _RecordLayout: 录制模板。未配置时默认取值0。录制模板枚举值参考:https://cloud.tencent.com/document/product/1639/89744
|
2189
2187
|
:type RecordLayout: int
|
2190
|
-
:param _GroupId:
|
2188
|
+
:param _GroupId: 课堂绑定的群组ID,非空时限制组成员进入
|
2191
2189
|
:type GroupId: str
|
2192
2190
|
:param _EnableDirectControl: 是否允许老师/助教直接控制学生的摄像头/麦克风。可以有以下取值:
|
2193
2191
|
0 不允许直接控制(需同意,默认值)
|
@@ -2201,8 +2199,7 @@ video 纯视频
|
|
2201
2199
|
:type VideoOrientation: int
|
2202
2200
|
:param _IsGradingRequiredPostClass: 开启课后评分。 0:不开启(默认) 1:开启
|
2203
2201
|
:type IsGradingRequiredPostClass: int
|
2204
|
-
:param _RoomType:
|
2205
|
-
注:大班课的布局(layout)只有三分屏
|
2202
|
+
:param _RoomType: 课堂类型: 0 小班课(默认值); 1 大班课; 2 1V1 (预留参数,暂未开放)注:大班课的布局(layout)只有三分屏
|
2206
2203
|
:type RoomType: int
|
2207
2204
|
:param _EndDelayTime: 拖堂时间:单位分钟,0为不限制(默认值), -1为不能拖堂,大于0为拖堂的时间,最大值120分钟
|
2208
2205
|
:type EndDelayTime: int
|
@@ -2258,7 +2255,7 @@ video 纯视频
|
|
2258
2255
|
|
2259
2256
|
@property
|
2260
2257
|
def Name(self):
|
2261
|
-
"""
|
2258
|
+
"""课堂名称。
|
2262
2259
|
:rtype: str
|
2263
2260
|
"""
|
2264
2261
|
return self._Name
|
@@ -2269,7 +2266,7 @@ video 纯视频
|
|
2269
2266
|
|
2270
2267
|
@property
|
2271
2268
|
def StartTime(self):
|
2272
|
-
"""
|
2269
|
+
"""预定的课堂开始时间,unix时间戳(秒)。
|
2273
2270
|
:rtype: int
|
2274
2271
|
"""
|
2275
2272
|
return self._StartTime
|
@@ -2280,7 +2277,7 @@ video 纯视频
|
|
2280
2277
|
|
2281
2278
|
@property
|
2282
2279
|
def EndTime(self):
|
2283
|
-
"""
|
2280
|
+
"""预定的课堂结束时间,unix时间戳(秒)。
|
2284
2281
|
:rtype: int
|
2285
2282
|
"""
|
2286
2283
|
return self._EndTime
|
@@ -2316,7 +2313,7 @@ video 纯视频
|
|
2316
2313
|
|
2317
2314
|
@property
|
2318
2315
|
def MaxMicNumber(self):
|
2319
|
-
"""
|
2316
|
+
"""设置课堂同时最大可与老师进行连麦互动的人数,该参数支持正式上课/开播前调用修改房间修改。小班课取值范围[0,16],大班课取值范围[0,1],当取值为0时表示当前课堂/直播,不支持连麦互动。该取值影响计费,请根据业务实际情况设置。计费规则见“购买指南”下“计费概述”。
|
2320
2317
|
:rtype: int
|
2321
2318
|
"""
|
2322
2319
|
return self._MaxMicNumber
|
@@ -2327,9 +2324,7 @@ video 纯视频
|
|
2327
2324
|
|
2328
2325
|
@property
|
2329
2326
|
def SubType(self):
|
2330
|
-
"""
|
2331
|
-
videodoc 文档+视频
|
2332
|
-
video 纯视频
|
2327
|
+
"""课堂子类型,可以有以下取值:videodoc 文档+视频video 纯视频
|
2333
2328
|
:rtype: str
|
2334
2329
|
"""
|
2335
2330
|
return self._SubType
|
@@ -2449,7 +2444,7 @@ video 纯视频
|
|
2449
2444
|
|
2450
2445
|
@property
|
2451
2446
|
def GroupId(self):
|
2452
|
-
"""
|
2447
|
+
"""课堂绑定的群组ID,非空时限制组成员进入
|
2453
2448
|
:rtype: str
|
2454
2449
|
"""
|
2455
2450
|
return self._GroupId
|
@@ -2508,8 +2503,7 @@ video 纯视频
|
|
2508
2503
|
|
2509
2504
|
@property
|
2510
2505
|
def RoomType(self):
|
2511
|
-
"""
|
2512
|
-
注:大班课的布局(layout)只有三分屏
|
2506
|
+
"""课堂类型: 0 小班课(默认值); 1 大班课; 2 1V1 (预留参数,暂未开放)注:大班课的布局(layout)只有三分屏
|
2513
2507
|
:rtype: int
|
2514
2508
|
"""
|
2515
2509
|
return self._RoomType
|
@@ -3398,14 +3392,14 @@ class DeleteRoomRequest(AbstractModel):
|
|
3398
3392
|
|
3399
3393
|
def __init__(self):
|
3400
3394
|
r"""
|
3401
|
-
:param _RoomId:
|
3395
|
+
:param _RoomId: 课堂ID。
|
3402
3396
|
:type RoomId: int
|
3403
3397
|
"""
|
3404
3398
|
self._RoomId = None
|
3405
3399
|
|
3406
3400
|
@property
|
3407
3401
|
def RoomId(self):
|
3408
|
-
"""
|
3402
|
+
"""课堂ID。
|
3409
3403
|
:rtype: int
|
3410
3404
|
"""
|
3411
3405
|
return self._RoomId
|
@@ -3950,7 +3944,7 @@ class DescribeCurrentMemberListRequest(AbstractModel):
|
|
3950
3944
|
|
3951
3945
|
def __init__(self):
|
3952
3946
|
r"""
|
3953
|
-
:param _RoomId:
|
3947
|
+
:param _RoomId: 课堂Id。
|
3954
3948
|
:type RoomId: int
|
3955
3949
|
:param _Page: 分页查询当前页数,从1开始递增。
|
3956
3950
|
:type Page: int
|
@@ -3963,7 +3957,7 @@ class DescribeCurrentMemberListRequest(AbstractModel):
|
|
3963
3957
|
|
3964
3958
|
@property
|
3965
3959
|
def RoomId(self):
|
3966
|
-
"""
|
3960
|
+
"""课堂Id。
|
3967
3961
|
:rtype: int
|
3968
3962
|
"""
|
3969
3963
|
return self._RoomId
|
@@ -6144,7 +6138,7 @@ class DescribeRoomRequest(AbstractModel):
|
|
6144
6138
|
|
6145
6139
|
def __init__(self):
|
6146
6140
|
r"""
|
6147
|
-
:param _RoomId:
|
6141
|
+
:param _RoomId: 课堂Id。
|
6148
6142
|
:type RoomId: int
|
6149
6143
|
:param _RTMPStreamingURL: 请求RTMP推流链接,0:否,1:是,默认为0。
|
6150
6144
|
:type RTMPStreamingURL: int
|
@@ -6154,7 +6148,7 @@ class DescribeRoomRequest(AbstractModel):
|
|
6154
6148
|
|
6155
6149
|
@property
|
6156
6150
|
def RoomId(self):
|
6157
|
-
"""
|
6151
|
+
"""课堂Id。
|
6158
6152
|
:rtype: int
|
6159
6153
|
"""
|
6160
6154
|
return self._RoomId
|
@@ -6195,11 +6189,11 @@ class DescribeRoomResponse(AbstractModel):
|
|
6195
6189
|
|
6196
6190
|
def __init__(self):
|
6197
6191
|
r"""
|
6198
|
-
:param _Name:
|
6192
|
+
:param _Name: 课堂名称。
|
6199
6193
|
:type Name: str
|
6200
|
-
:param _StartTime:
|
6194
|
+
:param _StartTime: 预定的课堂开始时间,unix时间戳(秒)。
|
6201
6195
|
:type StartTime: int
|
6202
|
-
:param _EndTime:
|
6196
|
+
:param _EndTime: 预定的课堂结束时间,unix时间戳(秒)。
|
6203
6197
|
:type EndTime: int
|
6204
6198
|
:param _TeacherId: 老师的UserId。
|
6205
6199
|
:type TeacherId: str
|
@@ -6212,7 +6206,7 @@ class DescribeRoomResponse(AbstractModel):
|
|
6212
6206
|
2 高清
|
6213
6207
|
3 全高清
|
6214
6208
|
:type Resolution: int
|
6215
|
-
:param _MaxMicNumber:
|
6209
|
+
:param _MaxMicNumber: 设置课堂同时最大可与老师进行连麦互动的人数,该参数支持正式上课/开播前调用修改房间修改。小班课取值范围[0,16],大班课取值范围[0,1],当取值为0时表示当前课堂/直播,不支持连麦互动。
|
6216
6210
|
:type MaxMicNumber: int
|
6217
6211
|
:param _AutoMic: 进入课堂时是否自动连麦。可以有以下取值:
|
6218
6212
|
0 不自动连麦(需要手动申请上麦,默认值)
|
@@ -6222,9 +6216,7 @@ class DescribeRoomResponse(AbstractModel):
|
|
6222
6216
|
0 不开启高音质(默认值)
|
6223
6217
|
1 开启高音质
|
6224
6218
|
:type AudioQuality: int
|
6225
|
-
:param _SubType:
|
6226
|
-
videodoc 文档+视频
|
6227
|
-
video 纯视频
|
6219
|
+
:param _SubType: 课堂子类型,可以有以下取值:videodoc 文档+视频video 纯视频
|
6228
6220
|
:type SubType: str
|
6229
6221
|
:param _DisableRecord: 上课后是否禁止自动录制。可以有以下取值:
|
6230
6222
|
0 不禁止录制(自动开启录制,默认值)
|
@@ -6237,7 +6229,7 @@ video 纯视频
|
|
6237
6229
|
:type RecordUrl: str
|
6238
6230
|
:param _Status: 课堂状态。0为未开始,1为已开始,2为已结束,3为已过期。
|
6239
6231
|
:type Status: int
|
6240
|
-
:param _GroupId:
|
6232
|
+
:param _GroupId: 课堂绑定的群组ID
|
6241
6233
|
:type GroupId: str
|
6242
6234
|
:param _EnableDirectControl: 打开学生麦克风/摄像头的授权开关
|
6243
6235
|
:type EnableDirectControl: int
|
@@ -6247,10 +6239,9 @@ video 纯视频
|
|
6247
6239
|
:type InteractionMode: int
|
6248
6240
|
:param _VideoOrientation: 横竖屏。0:横屏开播(默认值); 1:竖屏开播,当前仅支持移动端的纯视频类型
|
6249
6241
|
:type VideoOrientation: int
|
6250
|
-
:param _IsGradingRequiredPostClass:
|
6242
|
+
:param _IsGradingRequiredPostClass: 该课堂是否开启了课后评分功能。0:未开启 1:开启
|
6251
6243
|
:type IsGradingRequiredPostClass: int
|
6252
|
-
:param _RoomType:
|
6253
|
-
注:大班课的布局(layout)只有三分屏
|
6244
|
+
:param _RoomType: 课堂类型: 0 小班课(默认值); 1 大班课; 2 1V1 (后续扩展)注:大班课的布局(layout)只有三分屏
|
6254
6245
|
:type RoomType: int
|
6255
6246
|
:param _VideoDuration: 录制时长
|
6256
6247
|
:type VideoDuration: int
|
@@ -6316,7 +6307,7 @@ video 纯视频
|
|
6316
6307
|
|
6317
6308
|
@property
|
6318
6309
|
def Name(self):
|
6319
|
-
"""
|
6310
|
+
"""课堂名称。
|
6320
6311
|
:rtype: str
|
6321
6312
|
"""
|
6322
6313
|
return self._Name
|
@@ -6327,7 +6318,7 @@ video 纯视频
|
|
6327
6318
|
|
6328
6319
|
@property
|
6329
6320
|
def StartTime(self):
|
6330
|
-
"""
|
6321
|
+
"""预定的课堂开始时间,unix时间戳(秒)。
|
6331
6322
|
:rtype: int
|
6332
6323
|
"""
|
6333
6324
|
return self._StartTime
|
@@ -6338,7 +6329,7 @@ video 纯视频
|
|
6338
6329
|
|
6339
6330
|
@property
|
6340
6331
|
def EndTime(self):
|
6341
|
-
"""
|
6332
|
+
"""预定的课堂结束时间,unix时间戳(秒)。
|
6342
6333
|
:rtype: int
|
6343
6334
|
"""
|
6344
6335
|
return self._EndTime
|
@@ -6396,7 +6387,7 @@ video 纯视频
|
|
6396
6387
|
|
6397
6388
|
@property
|
6398
6389
|
def MaxMicNumber(self):
|
6399
|
-
"""
|
6390
|
+
"""设置课堂同时最大可与老师进行连麦互动的人数,该参数支持正式上课/开播前调用修改房间修改。小班课取值范围[0,16],大班课取值范围[0,1],当取值为0时表示当前课堂/直播,不支持连麦互动。
|
6400
6391
|
:rtype: int
|
6401
6392
|
"""
|
6402
6393
|
return self._MaxMicNumber
|
@@ -6433,9 +6424,7 @@ video 纯视频
|
|
6433
6424
|
|
6434
6425
|
@property
|
6435
6426
|
def SubType(self):
|
6436
|
-
"""
|
6437
|
-
videodoc 文档+视频
|
6438
|
-
video 纯视频
|
6427
|
+
"""课堂子类型,可以有以下取值:videodoc 文档+视频video 纯视频
|
6439
6428
|
:rtype: str
|
6440
6429
|
"""
|
6441
6430
|
return self._SubType
|
@@ -6493,7 +6482,7 @@ video 纯视频
|
|
6493
6482
|
|
6494
6483
|
@property
|
6495
6484
|
def GroupId(self):
|
6496
|
-
"""
|
6485
|
+
"""课堂绑定的群组ID
|
6497
6486
|
:rtype: str
|
6498
6487
|
"""
|
6499
6488
|
return self._GroupId
|
@@ -6539,7 +6528,7 @@ video 纯视频
|
|
6539
6528
|
|
6540
6529
|
@property
|
6541
6530
|
def IsGradingRequiredPostClass(self):
|
6542
|
-
"""
|
6531
|
+
"""该课堂是否开启了课后评分功能。0:未开启 1:开启
|
6543
6532
|
:rtype: int
|
6544
6533
|
"""
|
6545
6534
|
return self._IsGradingRequiredPostClass
|
@@ -6550,8 +6539,7 @@ video 纯视频
|
|
6550
6539
|
|
6551
6540
|
@property
|
6552
6541
|
def RoomType(self):
|
6553
|
-
"""
|
6554
|
-
注:大班课的布局(layout)只有三分屏
|
6542
|
+
"""课堂类型: 0 小班课(默认值); 1 大班课; 2 1V1 (后续扩展)注:大班课的布局(layout)只有三分屏
|
6555
6543
|
:rtype: int
|
6556
6544
|
"""
|
6557
6545
|
return self._RoomType
|
@@ -6748,7 +6736,7 @@ class DescribeRoomStatisticsRequest(AbstractModel):
|
|
6748
6736
|
|
6749
6737
|
def __init__(self):
|
6750
6738
|
r"""
|
6751
|
-
:param _RoomId:
|
6739
|
+
:param _RoomId: 课堂Id。
|
6752
6740
|
:type RoomId: int
|
6753
6741
|
:param _Page: 分页查询当前页数,从1开始递增。
|
6754
6742
|
:type Page: int
|
@@ -6761,7 +6749,7 @@ class DescribeRoomStatisticsRequest(AbstractModel):
|
|
6761
6749
|
|
6762
6750
|
@property
|
6763
6751
|
def RoomId(self):
|
6764
|
-
"""
|
6752
|
+
"""课堂Id。
|
6765
6753
|
:rtype: int
|
6766
6754
|
"""
|
6767
6755
|
return self._RoomId
|
@@ -6826,9 +6814,9 @@ class DescribeRoomStatisticsResponse(AbstractModel):
|
|
6826
6814
|
:type RealStartTime: int
|
6827
6815
|
:param _RealEndTime: 秒级unix时间戳,实际房间结束时间。
|
6828
6816
|
:type RealEndTime: int
|
6829
|
-
:param _MessageCount:
|
6817
|
+
:param _MessageCount: 课堂消息总数。
|
6830
6818
|
:type MessageCount: int
|
6831
|
-
:param _MicCount:
|
6819
|
+
:param _MicCount: 课堂连麦总数。
|
6832
6820
|
:type MicCount: int
|
6833
6821
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6834
6822
|
:type RequestId: str
|
@@ -6911,7 +6899,7 @@ class DescribeRoomStatisticsResponse(AbstractModel):
|
|
6911
6899
|
|
6912
6900
|
@property
|
6913
6901
|
def MessageCount(self):
|
6914
|
-
"""
|
6902
|
+
"""课堂消息总数。
|
6915
6903
|
:rtype: int
|
6916
6904
|
"""
|
6917
6905
|
return self._MessageCount
|
@@ -6922,7 +6910,7 @@ class DescribeRoomStatisticsResponse(AbstractModel):
|
|
6922
6910
|
|
6923
6911
|
@property
|
6924
6912
|
def MicCount(self):
|
6925
|
-
"""
|
6913
|
+
"""课堂连麦总数。
|
6926
6914
|
:rtype: int
|
6927
6915
|
"""
|
6928
6916
|
return self._MicCount
|
@@ -8416,7 +8404,7 @@ class GetRoomEventRequest(AbstractModel):
|
|
8416
8404
|
|
8417
8405
|
def __init__(self):
|
8418
8406
|
r"""
|
8419
|
-
:param _RoomId:
|
8407
|
+
:param _RoomId: 课堂Id。
|
8420
8408
|
:type RoomId: int
|
8421
8409
|
:param _SdkAppId: 应用Id。
|
8422
8410
|
:type SdkAppId: int
|
@@ -8448,7 +8436,7 @@ VisibleOff: 页面不可见
|
|
8448
8436
|
|
8449
8437
|
@property
|
8450
8438
|
def RoomId(self):
|
8451
|
-
"""
|
8439
|
+
"""课堂Id。
|
8452
8440
|
:rtype: int
|
8453
8441
|
"""
|
8454
8442
|
return self._RoomId
|
@@ -8538,7 +8526,7 @@ class GetRoomEventResponse(AbstractModel):
|
|
8538
8526
|
|
8539
8527
|
def __init__(self):
|
8540
8528
|
r"""
|
8541
|
-
:param _Total:
|
8529
|
+
:param _Total: 该课堂的事件总数,keyword搜索不影响该值。
|
8542
8530
|
:type Total: int
|
8543
8531
|
:param _Events: 详细事件内容。包含相应的类型、发生的时间戳。
|
8544
8532
|
:type Events: list of EventInfo
|
@@ -8551,7 +8539,7 @@ class GetRoomEventResponse(AbstractModel):
|
|
8551
8539
|
|
8552
8540
|
@property
|
8553
8541
|
def Total(self):
|
8554
|
-
"""
|
8542
|
+
"""该课堂的事件总数,keyword搜索不影响该值。
|
8555
8543
|
:rtype: int
|
8556
8544
|
"""
|
8557
8545
|
return self._Total
|
@@ -8603,7 +8591,7 @@ class GetRoomMessageRequest(AbstractModel):
|
|
8603
8591
|
r"""
|
8604
8592
|
:param _SdkAppId: 低代码互动课堂的SdkAppId。
|
8605
8593
|
:type SdkAppId: int
|
8606
|
-
:param _RoomId:
|
8594
|
+
:param _RoomId: 课堂Id。
|
8607
8595
|
:type RoomId: int
|
8608
8596
|
:param _Seq: 消息序列。获取该序列以前的消息(不包含该seq消息)
|
8609
8597
|
:type Seq: int
|
@@ -8628,7 +8616,7 @@ class GetRoomMessageRequest(AbstractModel):
|
|
8628
8616
|
|
8629
8617
|
@property
|
8630
8618
|
def RoomId(self):
|
8631
|
-
"""
|
8619
|
+
"""课堂Id。
|
8632
8620
|
:rtype: int
|
8633
8621
|
"""
|
8634
8622
|
return self._RoomId
|
@@ -8845,7 +8833,7 @@ class GetRoomsResponse(AbstractModel):
|
|
8845
8833
|
r"""
|
8846
8834
|
:param _Total: 总数
|
8847
8835
|
:type Total: int
|
8848
|
-
:param _Rooms:
|
8836
|
+
:param _Rooms: 课堂列表
|
8849
8837
|
:type Rooms: list of RoomItem
|
8850
8838
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8851
8839
|
:type RequestId: str
|
@@ -8867,7 +8855,7 @@ class GetRoomsResponse(AbstractModel):
|
|
8867
8855
|
|
8868
8856
|
@property
|
8869
8857
|
def Rooms(self):
|
8870
|
-
"""
|
8858
|
+
"""课堂列表
|
8871
8859
|
:rtype: list of RoomItem
|
8872
8860
|
"""
|
8873
8861
|
return self._Rooms
|
@@ -9380,7 +9368,7 @@ class KickUserFromRoomRequest(AbstractModel):
|
|
9380
9368
|
|
9381
9369
|
def __init__(self):
|
9382
9370
|
r"""
|
9383
|
-
:param _RoomId:
|
9371
|
+
:param _RoomId: 课堂Id。
|
9384
9372
|
:type RoomId: int
|
9385
9373
|
:param _SdkAppId: 低代码平台的SdkAppId。
|
9386
9374
|
:type SdkAppId: int
|
@@ -9401,7 +9389,7 @@ class KickUserFromRoomRequest(AbstractModel):
|
|
9401
9389
|
|
9402
9390
|
@property
|
9403
9391
|
def RoomId(self):
|
9404
|
-
"""
|
9392
|
+
"""课堂Id。
|
9405
9393
|
:rtype: int
|
9406
9394
|
"""
|
9407
9395
|
return self._RoomId
|
@@ -13876,7 +13864,7 @@ class UnblockKickedUserRequest(AbstractModel):
|
|
13876
13864
|
r"""
|
13877
13865
|
:param _SdkAppId: 低代码平台的SdkAppId。
|
13878
13866
|
:type SdkAppId: int
|
13879
|
-
:param _RoomId:
|
13867
|
+
:param _RoomId: 课堂Id。
|
13880
13868
|
:type RoomId: int
|
13881
13869
|
:param _UserId: 需要解禁踢出的成员Id。
|
13882
13870
|
:type UserId: str
|
@@ -13898,7 +13886,7 @@ class UnblockKickedUserRequest(AbstractModel):
|
|
13898
13886
|
|
13899
13887
|
@property
|
13900
13888
|
def RoomId(self):
|
13901
|
-
"""
|
13889
|
+
"""课堂Id。
|
13902
13890
|
:rtype: int
|
13903
13891
|
"""
|
13904
13892
|
return self._RoomId
|
@@ -36,6 +36,9 @@ class LkeapClient(AbstractClient):
|
|
36
36
|
如您希望在网页内直接体验 DeepSeek 模型对话,推荐您前往[腾讯云大模型知识引擎](https://cloud.tencent.com/product/lke),使用[ DeepSeek 联网助手](https://lke.cloud.tencent.com/webim_exp/#/chat/wQrAwR)。
|
37
37
|
|
38
38
|
#### 已支持的模型
|
39
|
+
- DeepSeek-V3-0324(model 参数值为**deepseek-v3-0324**)
|
40
|
+
- DeepSeek-V3-0324为671B参数MoE模型,在编程与技术能力、上下文理解与长文本处理等方面优势突出。
|
41
|
+
- 支持64K上下文长度,最大输入56k,最大输出8k(不含思维链)。
|
39
42
|
- DeepSeek-V3(model 参数值为**deepseek-v3**)
|
40
43
|
- DeepSeek-V3为671B参数MoE模型,在百科知识、数学推理等多项任务上优势突出,评测成绩在主流榜单中位列开源模型榜首。
|
41
44
|
- 支持64K上下文长度,最大输入56k,最大输出8k(不含思维链)。
|
@@ -51,6 +54,8 @@ class LkeapClient(AbstractClient):
|
|
51
54
|
|
52
55
|
- DeepSeek-V3 模型 | 输入:0.002元/千token | 输出:0.008元/千token
|
53
56
|
|
57
|
+
- DeepSeek-V3-0324 模型 | 输入:0.002元/千token | 输出:0.008元/千token
|
58
|
+
|
54
59
|
|
55
60
|
### Openai兼容协议接口
|
56
61
|
知识引擎原子能力大模型对话 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)。
|