tencentcloud-sdk-python 3.0.1349__py2.py3-none-any.whl → 3.0.1351__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/antiddos/v20200309/models.py +0 -118
- tencentcloud/batch/v20170312/models.py +0 -8
- tencentcloud/bi/v20220105/models.py +8 -0
- tencentcloud/ccc/v20200210/ccc_client.py +92 -0
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +816 -142
- tencentcloud/cfw/v20190904/models.py +2 -2
- tencentcloud/ckafka/v20190819/models.py +6 -6
- tencentcloud/cme/v20191029/cme_client.py +0 -1
- tencentcloud/cme/v20191029/models.py +10 -14
- tencentcloud/cvm/v20170312/cvm_client.py +1 -1
- tencentcloud/cwp/v20180228/models.py +60 -0
- tencentcloud/cynosdb/v20190107/models.py +30 -90
- tencentcloud/dnspod/v20210323/models.py +2 -48
- tencentcloud/domain/v20180808/models.py +14 -6
- tencentcloud/dts/v20180330/models.py +0 -2
- tencentcloud/dts/v20211206/models.py +2 -14
- tencentcloud/ecdn/v20191012/ecdn_client.py +6 -2
- tencentcloud/emr/v20190103/models.py +4 -4
- tencentcloud/ess/v20201111/ess_client.py +5 -3
- tencentcloud/ess/v20201111/models.py +47 -14
- tencentcloud/essbasic/v20210526/models.py +4 -4
- tencentcloud/gs/v20191118/gs_client.py +23 -0
- tencentcloud/gs/v20191118/models.py +99 -0
- tencentcloud/iotexplorer/v20190423/models.py +34 -0
- tencentcloud/iotvideo/v20211125/models.py +34 -0
- tencentcloud/iss/v20230517/errorcodes.py +3 -0
- tencentcloud/iss/v20230517/iss_client.py +46 -0
- tencentcloud/iss/v20230517/models.py +409 -0
- tencentcloud/lighthouse/v20200324/models.py +10 -4
- tencentcloud/live/v20180801/models.py +45 -0
- tencentcloud/lke/v20231130/models.py +51 -2
- tencentcloud/lkeap/v20240522/models.py +15 -0
- tencentcloud/mmps/v20200710/models.py +0 -4
- tencentcloud/mps/v20190612/errorcodes.py +1 -5
- tencentcloud/mqtt/v20240516/errorcodes.py +6 -0
- tencentcloud/mqtt/v20240516/models.py +198 -68
- tencentcloud/mqtt/v20240516/mqtt_client.py +2 -2
- tencentcloud/ocr/v20181119/errorcodes.py +0 -9
- tencentcloud/ocr/v20181119/models.py +29 -478
- tencentcloud/ocr/v20181119/ocr_client.py +5 -79
- tencentcloud/partners/v20180321/models.py +154 -0
- tencentcloud/partners/v20180321/partners_client.py +23 -0
- tencentcloud/rce/v20201103/models.py +0 -15
- tencentcloud/sqlserver/v20180328/models.py +60 -0
- tencentcloud/tdid/v20210519/models.py +0 -10
- tencentcloud/tdmq/v20200217/models.py +0 -94
- tencentcloud/tdmq/v20200217/tdmq_client.py +9 -28
- tencentcloud/thpc/v20230321/models.py +15 -0
- tencentcloud/tione/v20211111/errorcodes.py +105 -0
- tencentcloud/tione/v20211111/models.py +666 -0
- tencentcloud/tione/v20211111/tione_client.py +92 -0
- tencentcloud/tke/v20180525/models.py +0 -4
- tencentcloud/trtc/v20190722/models.py +49 -64
- tencentcloud/vod/v20180717/models.py +39 -145
- tencentcloud/vod/v20180717/vod_client.py +2 -1
- tencentcloud/vpc/v20170312/models.py +152 -98
- tencentcloud/vpc/v20170312/vpc_client.py +8 -5
- {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1351.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1351.dist-info}/RECORD +64 -64
- {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1351.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1351.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1351.dist-info}/top_level.txt +0 -0
@@ -164,6 +164,29 @@ class TioneClient(AbstractClient):
|
|
164
164
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
165
165
|
|
166
166
|
|
167
|
+
def CreateTrainingTask(self, request):
|
168
|
+
"""创建模型训练任务
|
169
|
+
|
170
|
+
:param request: Request instance for CreateTrainingTask.
|
171
|
+
:type request: :class:`tencentcloud.tione.v20211111.models.CreateTrainingTaskRequest`
|
172
|
+
:rtype: :class:`tencentcloud.tione.v20211111.models.CreateTrainingTaskResponse`
|
173
|
+
|
174
|
+
"""
|
175
|
+
try:
|
176
|
+
params = request._serialize()
|
177
|
+
headers = request.headers
|
178
|
+
body = self.call("CreateTrainingTask", params, headers=headers)
|
179
|
+
response = json.loads(body)
|
180
|
+
model = models.CreateTrainingTaskResponse()
|
181
|
+
model._deserialize(response["Response"])
|
182
|
+
return model
|
183
|
+
except Exception as e:
|
184
|
+
if isinstance(e, TencentCloudSDKException):
|
185
|
+
raise
|
186
|
+
else:
|
187
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
188
|
+
|
189
|
+
|
167
190
|
def DeleteDataset(self, request):
|
168
191
|
"""删除数据集
|
169
192
|
|
@@ -302,6 +325,29 @@ class TioneClient(AbstractClient):
|
|
302
325
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
303
326
|
|
304
327
|
|
328
|
+
def DeleteTrainingTask(self, request):
|
329
|
+
"""删除训练任务
|
330
|
+
|
331
|
+
:param request: Request instance for DeleteTrainingTask.
|
332
|
+
:type request: :class:`tencentcloud.tione.v20211111.models.DeleteTrainingTaskRequest`
|
333
|
+
:rtype: :class:`tencentcloud.tione.v20211111.models.DeleteTrainingTaskResponse`
|
334
|
+
|
335
|
+
"""
|
336
|
+
try:
|
337
|
+
params = request._serialize()
|
338
|
+
headers = request.headers
|
339
|
+
body = self.call("DeleteTrainingTask", params, headers=headers)
|
340
|
+
response = json.loads(body)
|
341
|
+
model = models.DeleteTrainingTaskResponse()
|
342
|
+
model._deserialize(response["Response"])
|
343
|
+
return model
|
344
|
+
except Exception as e:
|
345
|
+
if isinstance(e, TencentCloudSDKException):
|
346
|
+
raise
|
347
|
+
else:
|
348
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
349
|
+
|
350
|
+
|
305
351
|
def DescribeBillingResourceGroup(self, request):
|
306
352
|
"""查询资源组节点列表
|
307
353
|
|
@@ -879,6 +925,29 @@ class TioneClient(AbstractClient):
|
|
879
925
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
880
926
|
|
881
927
|
|
928
|
+
def StartTrainingTask(self, request):
|
929
|
+
"""启动模型训练任务
|
930
|
+
|
931
|
+
:param request: Request instance for StartTrainingTask.
|
932
|
+
:type request: :class:`tencentcloud.tione.v20211111.models.StartTrainingTaskRequest`
|
933
|
+
:rtype: :class:`tencentcloud.tione.v20211111.models.StartTrainingTaskResponse`
|
934
|
+
|
935
|
+
"""
|
936
|
+
try:
|
937
|
+
params = request._serialize()
|
938
|
+
headers = request.headers
|
939
|
+
body = self.call("StartTrainingTask", params, headers=headers)
|
940
|
+
response = json.loads(body)
|
941
|
+
model = models.StartTrainingTaskResponse()
|
942
|
+
model._deserialize(response["Response"])
|
943
|
+
return model
|
944
|
+
except Exception as e:
|
945
|
+
if isinstance(e, TencentCloudSDKException):
|
946
|
+
raise
|
947
|
+
else:
|
948
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
949
|
+
|
950
|
+
|
882
951
|
def StopModelAccelerateTask(self, request):
|
883
952
|
"""停止模型加速任务
|
884
953
|
|
@@ -918,6 +987,29 @@ class TioneClient(AbstractClient):
|
|
918
987
|
model = models.StopNotebookResponse()
|
919
988
|
model._deserialize(response["Response"])
|
920
989
|
return model
|
990
|
+
except Exception as e:
|
991
|
+
if isinstance(e, TencentCloudSDKException):
|
992
|
+
raise
|
993
|
+
else:
|
994
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
995
|
+
|
996
|
+
|
997
|
+
def StopTrainingTask(self, request):
|
998
|
+
"""停止模型训练任务
|
999
|
+
|
1000
|
+
:param request: Request instance for StopTrainingTask.
|
1001
|
+
:type request: :class:`tencentcloud.tione.v20211111.models.StopTrainingTaskRequest`
|
1002
|
+
:rtype: :class:`tencentcloud.tione.v20211111.models.StopTrainingTaskResponse`
|
1003
|
+
|
1004
|
+
"""
|
1005
|
+
try:
|
1006
|
+
params = request._serialize()
|
1007
|
+
headers = request.headers
|
1008
|
+
body = self.call("StopTrainingTask", params, headers=headers)
|
1009
|
+
response = json.loads(body)
|
1010
|
+
model = models.StopTrainingTaskResponse()
|
1011
|
+
model._deserialize(response["Response"])
|
1012
|
+
return model
|
921
1013
|
except Exception as e:
|
922
1014
|
if isinstance(e, TencentCloudSDKException):
|
923
1015
|
raise
|
@@ -19989,10 +19989,8 @@ class DescribeOSImagesResponse(AbstractModel):
|
|
19989
19989
|
def __init__(self):
|
19990
19990
|
r"""
|
19991
19991
|
:param _OSImageSeriesSet: 镜像信息列表
|
19992
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19993
19992
|
:type OSImageSeriesSet: list of OSImage
|
19994
19993
|
:param _TotalCount: 镜像数量
|
19995
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19996
19994
|
:type TotalCount: int
|
19997
19995
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
19998
19996
|
:type RequestId: str
|
@@ -20004,7 +20002,6 @@ class DescribeOSImagesResponse(AbstractModel):
|
|
20004
20002
|
@property
|
20005
20003
|
def OSImageSeriesSet(self):
|
20006
20004
|
"""镜像信息列表
|
20007
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20008
20005
|
:rtype: list of OSImage
|
20009
20006
|
"""
|
20010
20007
|
return self._OSImageSeriesSet
|
@@ -20016,7 +20013,6 @@ class DescribeOSImagesResponse(AbstractModel):
|
|
20016
20013
|
@property
|
20017
20014
|
def TotalCount(self):
|
20018
20015
|
"""镜像数量
|
20019
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20020
20016
|
:rtype: int
|
20021
20017
|
"""
|
20022
20018
|
return self._TotalCount
|
@@ -2545,9 +2545,12 @@ class DescribeCloudRecordingRequest(AbstractModel):
|
|
2545
2545
|
:type SdkAppId: int
|
2546
2546
|
:param _TaskId: 录制任务的唯一Id,在启动录制成功后会返回。
|
2547
2547
|
:type TaskId: str
|
2548
|
+
:param _RecorderKey: 转推录制任务发起时所填,标识一次录制
|
2549
|
+
:type RecorderKey: str
|
2548
2550
|
"""
|
2549
2551
|
self._SdkAppId = None
|
2550
2552
|
self._TaskId = None
|
2553
|
+
self._RecorderKey = None
|
2551
2554
|
|
2552
2555
|
@property
|
2553
2556
|
def SdkAppId(self):
|
@@ -2571,10 +2574,22 @@ class DescribeCloudRecordingRequest(AbstractModel):
|
|
2571
2574
|
def TaskId(self, TaskId):
|
2572
2575
|
self._TaskId = TaskId
|
2573
2576
|
|
2577
|
+
@property
|
2578
|
+
def RecorderKey(self):
|
2579
|
+
"""转推录制任务发起时所填,标识一次录制
|
2580
|
+
:rtype: str
|
2581
|
+
"""
|
2582
|
+
return self._RecorderKey
|
2583
|
+
|
2584
|
+
@RecorderKey.setter
|
2585
|
+
def RecorderKey(self, RecorderKey):
|
2586
|
+
self._RecorderKey = RecorderKey
|
2587
|
+
|
2574
2588
|
|
2575
2589
|
def _deserialize(self, params):
|
2576
2590
|
self._SdkAppId = params.get("SdkAppId")
|
2577
2591
|
self._TaskId = params.get("TaskId")
|
2592
|
+
self._RecorderKey = params.get("RecorderKey")
|
2578
2593
|
memeber_set = set(params.keys())
|
2579
2594
|
for name, value in vars(self).items():
|
2580
2595
|
property_name = name[1:]
|
@@ -2601,12 +2616,15 @@ Exited:表示当前录制任务正在退出的过程中。
|
|
2601
2616
|
:type Status: str
|
2602
2617
|
:param _StorageFileList: 录制文件信息。
|
2603
2618
|
:type StorageFileList: list of StorageFile
|
2619
|
+
:param _RecorderKey: 转推录制任务发起时所填,标识一次录制
|
2620
|
+
:type RecorderKey: str
|
2604
2621
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2605
2622
|
:type RequestId: str
|
2606
2623
|
"""
|
2607
2624
|
self._TaskId = None
|
2608
2625
|
self._Status = None
|
2609
2626
|
self._StorageFileList = None
|
2627
|
+
self._RecorderKey = None
|
2610
2628
|
self._RequestId = None
|
2611
2629
|
|
2612
2630
|
@property
|
@@ -2645,6 +2663,17 @@ Exited:表示当前录制任务正在退出的过程中。
|
|
2645
2663
|
def StorageFileList(self, StorageFileList):
|
2646
2664
|
self._StorageFileList = StorageFileList
|
2647
2665
|
|
2666
|
+
@property
|
2667
|
+
def RecorderKey(self):
|
2668
|
+
"""转推录制任务发起时所填,标识一次录制
|
2669
|
+
:rtype: str
|
2670
|
+
"""
|
2671
|
+
return self._RecorderKey
|
2672
|
+
|
2673
|
+
@RecorderKey.setter
|
2674
|
+
def RecorderKey(self, RecorderKey):
|
2675
|
+
self._RecorderKey = RecorderKey
|
2676
|
+
|
2648
2677
|
@property
|
2649
2678
|
def RequestId(self):
|
2650
2679
|
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -2666,6 +2695,7 @@ Exited:表示当前录制任务正在退出的过程中。
|
|
2666
2695
|
obj = StorageFile()
|
2667
2696
|
obj._deserialize(item)
|
2668
2697
|
self._StorageFileList.append(obj)
|
2698
|
+
self._RecorderKey = params.get("RecorderKey")
|
2669
2699
|
self._RequestId = params.get("RequestId")
|
2670
2700
|
|
2671
2701
|
|
@@ -9963,72 +9993,42 @@ class RecognizeConfig(AbstractModel):
|
|
9963
9993
|
语音转文本不同套餐版本支持的语言如下:
|
9964
9994
|
|
9965
9995
|
**基础版**:
|
9966
|
-
|
9967
|
-
- "zh":
|
9968
|
-
|
9969
|
-
- "zh-TW": 中国台湾
|
9970
|
-
|
9996
|
+
- "zh": 中文(简体)
|
9997
|
+
- "zh-TW": 中文(繁体)
|
9971
9998
|
- "en": 英语
|
9972
9999
|
|
9973
10000
|
**标准版:**
|
9974
|
-
|
9975
10001
|
- "8k_zh_large": 普方大模型引擎. 当前模型同时支持中文等语言的识别,模型参数量极大,语言模型性能增强,针对电话音频中各类场景、各类中文方言的识别准确率极大提升.
|
9976
|
-
|
9977
10002
|
- "16k_zh_large": 普方英大模型引擎. 当前模型同时支持中文、英文、多种中文方言等语言的识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升.
|
9978
|
-
|
9979
10003
|
- "16k_multi_lang": 多语种大模型引擎. 当前模型同时支持英语、日语、韩语、阿拉伯语、菲律宾语、法语、印地语、印尼语、马来语、葡萄牙语、西班牙语、泰语、土耳其语、越南语、德语的识别,可实现15个语种的自动识别(句子/段落级别).
|
9980
|
-
|
9981
10004
|
- "16k_zh_en": 中英大模型引擎. 当前模型同时支持中文、英语识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升.
|
9982
10005
|
|
9983
10006
|
**高级版:**
|
9984
|
-
|
9985
10007
|
- "zh-dialect": 中国方言
|
9986
|
-
|
9987
10008
|
- "zh-yue": 中国粤语
|
9988
|
-
|
9989
10009
|
- "vi": 越南语
|
9990
|
-
|
9991
10010
|
- "ja": 日语
|
9992
|
-
|
9993
10011
|
- "ko": 韩语
|
9994
|
-
|
9995
10012
|
- "id": 印度尼西亚语
|
9996
|
-
|
9997
10013
|
- "th": 泰语
|
9998
|
-
|
9999
10014
|
- "pt": 葡萄牙语
|
10000
|
-
|
10001
10015
|
- "tr": 土耳其语
|
10002
|
-
|
10003
10016
|
- "ar": 阿拉伯语
|
10004
|
-
|
10005
10017
|
- "es": 西班牙语
|
10006
|
-
|
10007
10018
|
- "hi": 印地语
|
10008
|
-
|
10009
10019
|
- "fr": 法语
|
10010
|
-
|
10011
10020
|
- "ms": 马来语
|
10012
|
-
|
10013
10021
|
- "fil": 菲律宾语
|
10014
|
-
|
10015
10022
|
- "de": 德语
|
10016
|
-
|
10017
10023
|
- "it": 意大利语
|
10018
|
-
|
10019
10024
|
- "ru": 俄语
|
10020
|
-
|
10021
10025
|
- "sv": 瑞典语
|
10022
|
-
|
10023
10026
|
- "da": 丹麦语
|
10024
|
-
|
10025
10027
|
- "no": 挪威语
|
10026
10028
|
|
10027
10029
|
**注意:**
|
10028
|
-
|
10029
10030
|
如果缺少满足您需求的语言,请联系我们技术人员。
|
10030
10031
|
|
10031
|
-
示例值:zh
|
10032
10032
|
:type Language: str
|
10033
10033
|
:param _AlternativeLanguage: **发起模糊识别为高级版能力,默认按照高级版收费,仅支持填写基础版和高级版语言.**
|
10034
10034
|
注意:不支持填写"zh-dialect"
|
@@ -10074,72 +10074,42 @@ class RecognizeConfig(AbstractModel):
|
|
10074
10074
|
语音转文本不同套餐版本支持的语言如下:
|
10075
10075
|
|
10076
10076
|
**基础版**:
|
10077
|
-
|
10078
|
-
- "zh":
|
10079
|
-
|
10080
|
-
- "zh-TW": 中国台湾
|
10081
|
-
|
10077
|
+
- "zh": 中文(简体)
|
10078
|
+
- "zh-TW": 中文(繁体)
|
10082
10079
|
- "en": 英语
|
10083
10080
|
|
10084
10081
|
**标准版:**
|
10085
|
-
|
10086
10082
|
- "8k_zh_large": 普方大模型引擎. 当前模型同时支持中文等语言的识别,模型参数量极大,语言模型性能增强,针对电话音频中各类场景、各类中文方言的识别准确率极大提升.
|
10087
|
-
|
10088
10083
|
- "16k_zh_large": 普方英大模型引擎. 当前模型同时支持中文、英文、多种中文方言等语言的识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升.
|
10089
|
-
|
10090
10084
|
- "16k_multi_lang": 多语种大模型引擎. 当前模型同时支持英语、日语、韩语、阿拉伯语、菲律宾语、法语、印地语、印尼语、马来语、葡萄牙语、西班牙语、泰语、土耳其语、越南语、德语的识别,可实现15个语种的自动识别(句子/段落级别).
|
10091
|
-
|
10092
10085
|
- "16k_zh_en": 中英大模型引擎. 当前模型同时支持中文、英语识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升.
|
10093
10086
|
|
10094
10087
|
**高级版:**
|
10095
|
-
|
10096
10088
|
- "zh-dialect": 中国方言
|
10097
|
-
|
10098
10089
|
- "zh-yue": 中国粤语
|
10099
|
-
|
10100
10090
|
- "vi": 越南语
|
10101
|
-
|
10102
10091
|
- "ja": 日语
|
10103
|
-
|
10104
10092
|
- "ko": 韩语
|
10105
|
-
|
10106
10093
|
- "id": 印度尼西亚语
|
10107
|
-
|
10108
10094
|
- "th": 泰语
|
10109
|
-
|
10110
10095
|
- "pt": 葡萄牙语
|
10111
|
-
|
10112
10096
|
- "tr": 土耳其语
|
10113
|
-
|
10114
10097
|
- "ar": 阿拉伯语
|
10115
|
-
|
10116
10098
|
- "es": 西班牙语
|
10117
|
-
|
10118
10099
|
- "hi": 印地语
|
10119
|
-
|
10120
10100
|
- "fr": 法语
|
10121
|
-
|
10122
10101
|
- "ms": 马来语
|
10123
|
-
|
10124
10102
|
- "fil": 菲律宾语
|
10125
|
-
|
10126
10103
|
- "de": 德语
|
10127
|
-
|
10128
10104
|
- "it": 意大利语
|
10129
|
-
|
10130
10105
|
- "ru": 俄语
|
10131
|
-
|
10132
10106
|
- "sv": 瑞典语
|
10133
|
-
|
10134
10107
|
- "da": 丹麦语
|
10135
|
-
|
10136
10108
|
- "no": 挪威语
|
10137
10109
|
|
10138
10110
|
**注意:**
|
10139
|
-
|
10140
10111
|
如果缺少满足您需求的语言,请联系我们技术人员。
|
10141
10112
|
|
10142
|
-
示例值:zh
|
10143
10113
|
:rtype: str
|
10144
10114
|
"""
|
10145
10115
|
return self._Language
|
@@ -11644,6 +11614,8 @@ class StartAIConversationRequest(AbstractModel):
|
|
11644
11614
|
:type TTSConfig: str
|
11645
11615
|
:param _AvatarConfig: 数字人配置,为JSON字符串。**数字人配置需要提工单加白后才能使用**
|
11646
11616
|
:type AvatarConfig: str
|
11617
|
+
:param _ExperimentalParams: 实验性参数,联系后台使用
|
11618
|
+
:type ExperimentalParams: str
|
11647
11619
|
"""
|
11648
11620
|
self._SdkAppId = None
|
11649
11621
|
self._RoomId = None
|
@@ -11654,6 +11626,7 @@ class StartAIConversationRequest(AbstractModel):
|
|
11654
11626
|
self._LLMConfig = None
|
11655
11627
|
self._TTSConfig = None
|
11656
11628
|
self._AvatarConfig = None
|
11629
|
+
self._ExperimentalParams = None
|
11657
11630
|
|
11658
11631
|
@property
|
11659
11632
|
def SdkAppId(self):
|
@@ -11757,6 +11730,17 @@ class StartAIConversationRequest(AbstractModel):
|
|
11757
11730
|
def AvatarConfig(self, AvatarConfig):
|
11758
11731
|
self._AvatarConfig = AvatarConfig
|
11759
11732
|
|
11733
|
+
@property
|
11734
|
+
def ExperimentalParams(self):
|
11735
|
+
"""实验性参数,联系后台使用
|
11736
|
+
:rtype: str
|
11737
|
+
"""
|
11738
|
+
return self._ExperimentalParams
|
11739
|
+
|
11740
|
+
@ExperimentalParams.setter
|
11741
|
+
def ExperimentalParams(self, ExperimentalParams):
|
11742
|
+
self._ExperimentalParams = ExperimentalParams
|
11743
|
+
|
11760
11744
|
|
11761
11745
|
def _deserialize(self, params):
|
11762
11746
|
self._SdkAppId = params.get("SdkAppId")
|
@@ -11772,6 +11756,7 @@ class StartAIConversationRequest(AbstractModel):
|
|
11772
11756
|
self._LLMConfig = params.get("LLMConfig")
|
11773
11757
|
self._TTSConfig = params.get("TTSConfig")
|
11774
11758
|
self._AvatarConfig = params.get("AvatarConfig")
|
11759
|
+
self._ExperimentalParams = params.get("ExperimentalParams")
|
11775
11760
|
memeber_set = set(params.keys())
|
11776
11761
|
for name, value in vars(self).items():
|
11777
11762
|
property_name = name[1:]
|