tencentcloud-sdk-python 3.0.1320__py2.py3-none-any.whl → 3.0.1321__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/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/essbasic/v20210526/models.py +4 -4
- tencentcloud/facefusion/v20220927/models.py +16 -4
- tencentcloud/gme/v20180711/models.py +0 -28
- tencentcloud/hunyuan/v20230901/models.py +15 -0
- tencentcloud/lighthouse/v20200324/models.py +4 -40
- tencentcloud/lkeap/v20240522/lkeap_client.py +2 -2
- tencentcloud/lkeap/v20240522/models.py +6 -4
- tencentcloud/ocr/v20181119/models.py +352 -0
- tencentcloud/ocr/v20181119/ocr_client.py +23 -0
- tencentcloud/postgres/v20170312/models.py +1255 -91
- tencentcloud/postgres/v20170312/postgres_client.py +139 -0
- tencentcloud/ssl/v20191205/models.py +6 -232
- tencentcloud/trabbit/__init__.py +0 -0
- tencentcloud/trabbit/v20230418/__init__.py +0 -0
- tencentcloud/trabbit/v20230418/errorcodes.py +75 -0
- tencentcloud/trabbit/v20230418/models.py +8390 -0
- tencentcloud/trabbit/v20230418/trabbit_client.py +693 -0
- {tencentcloud_sdk_python-3.0.1320.dist-info → tencentcloud_sdk_python-3.0.1321.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1320.dist-info → tencentcloud_sdk_python-3.0.1321.dist-info}/RECORD +24 -19
- {tencentcloud_sdk_python-3.0.1320.dist-info → tencentcloud_sdk_python-3.0.1321.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1320.dist-info → tencentcloud_sdk_python-3.0.1321.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1320.dist-info → tencentcloud_sdk_python-3.0.1321.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
@@ -14,6 +14,12 @@
|
|
14
14
|
# limitations under the License.
|
15
15
|
|
16
16
|
|
17
|
+
# 无可用的AI并发许可,请去控制台进行购买
|
18
|
+
FAILEDOPERATION_AICONCURRENTNOPACKAGE = 'FailedOperation.AIConcurrentNoPackage'
|
19
|
+
|
20
|
+
# AI并发超频
|
21
|
+
FAILEDOPERATION_AICONCURRENTOVERFREQUENCY = 'FailedOperation.AIConcurrentOverFrequency'
|
22
|
+
|
17
23
|
# 外呼失败。
|
18
24
|
FAILEDOPERATION_CALLOUTFAILED = 'FailedOperation.CallOutFailed'
|
19
25
|
|
@@ -26967,10 +26967,10 @@ class ReleasedApprover(AbstractModel):
|
|
26967
26967
|
如果签署方是企业签署方(approverType = 0 或者 approverType = 3), 则企业名称必填。
|
26968
26968
|
:type OrganizationName: str
|
26969
26969
|
:param _OrganizationOpenId: 第三方平台子客企业的唯一标识,定义Agent中的ProxyOrganizationOpenId一样, 可以参考<a href="https://qian.tencent.com/developers/partnerApis/dataTypes/#agent" target="_blank">Agent结构体</a>。
|
26970
|
-
|
26970
|
+
<font color="red">当为子客企业指定经办人时,此OrganizationOpenId必传。</font>
|
26971
26971
|
:type OrganizationOpenId: str
|
26972
26972
|
:param _OpenId: 第三方平台子客企业员工的唯一标识,长度不能超过64,只能由字母和数字组成。
|
26973
|
-
|
26973
|
+
<font color="red">当签署方为同一第三方平台下的员工时,此OpenId必传。</font>
|
26974
26974
|
:type OpenId: str
|
26975
26975
|
:param _ApproverSignComponentType: 签署控件类型,支持自定义企业签署方的签署控件类型
|
26976
26976
|
<ul><li> **SIGN_SEAL**:默认为印章控件类型(默认值)</li>
|
@@ -27103,7 +27103,7 @@ class ReleasedApprover(AbstractModel):
|
|
27103
27103
|
@property
|
27104
27104
|
def OrganizationOpenId(self):
|
27105
27105
|
"""第三方平台子客企业的唯一标识,定义Agent中的ProxyOrganizationOpenId一样, 可以参考<a href="https://qian.tencent.com/developers/partnerApis/dataTypes/#agent" target="_blank">Agent结构体</a>。
|
27106
|
-
|
27106
|
+
<font color="red">当为子客企业指定经办人时,此OrganizationOpenId必传。</font>
|
27107
27107
|
:rtype: str
|
27108
27108
|
"""
|
27109
27109
|
return self._OrganizationOpenId
|
@@ -27115,7 +27115,7 @@ class ReleasedApprover(AbstractModel):
|
|
27115
27115
|
@property
|
27116
27116
|
def OpenId(self):
|
27117
27117
|
"""第三方平台子客企业员工的唯一标识,长度不能超过64,只能由字母和数字组成。
|
27118
|
-
|
27118
|
+
<font color="red">当签署方为同一第三方平台下的员工时,此OpenId必传。</font>
|
27119
27119
|
:rtype: str
|
27120
27120
|
"""
|
27121
27121
|
return self._OpenId
|
@@ -338,6 +338,9 @@ class FuseFaceRequest(AbstractModel):
|
|
338
338
|
:param _RspImgType: 返回图像方式(url 或 base64) ,二选一。url有效期为7天。
|
339
339
|
:type RspImgType: str
|
340
340
|
:param _MergeInfos: 用户人脸图片、素材模板图的人脸位置信息。不能超过6个。
|
341
|
+
●图片分辨率限制:图片中面部尺寸大于34 * 34;图片尺寸大于64 * 64,小于4096*4096(单边限制)。
|
342
|
+
●图片大小限制:base64 编码后大小不可超过5M, url不超过10M。
|
343
|
+
●支持图片格式:支持jpg或png
|
341
344
|
:type MergeInfos: list of MergeInfo
|
342
345
|
:param _FuseProfileDegree: 脸型融合比例,数值越高,融合后的脸型越像素材人物。取值范围[0,100]
|
343
346
|
若此参数不填写,则使用人脸融合控制台中脸型参数数值。(换脸版算法暂不支持此参数调整)
|
@@ -403,6 +406,9 @@ class FuseFaceRequest(AbstractModel):
|
|
403
406
|
@property
|
404
407
|
def MergeInfos(self):
|
405
408
|
"""用户人脸图片、素材模板图的人脸位置信息。不能超过6个。
|
409
|
+
●图片分辨率限制:图片中面部尺寸大于34 * 34;图片尺寸大于64 * 64,小于4096*4096(单边限制)。
|
410
|
+
●图片大小限制:base64 编码后大小不可超过5M, url不超过10M。
|
411
|
+
●支持图片格式:支持jpg或png
|
406
412
|
:rtype: list of MergeInfo
|
407
413
|
"""
|
408
414
|
return self._MergeInfos
|
@@ -560,12 +566,15 @@ class FuseFaceUltraRequest(AbstractModel):
|
|
560
566
|
:type MergeInfos: list of MergeInfo
|
561
567
|
:param _ModelUrl: 素材模版图片的url地址。
|
562
568
|
●base64 和 url 必须提供一个,如果都提供以 url 为准。
|
563
|
-
|
569
|
+
●图片分辨率限制:图片中面部尺寸大于34 * 34;图片尺寸大于64 * 64,小于8000 * 8000(单边限制)。
|
570
|
+
●图片大小限制:base64 编码后大小不可超过10M, url不超过20M。
|
564
571
|
●图片格式:支持jpg或png
|
572
|
+
|
565
573
|
:type ModelUrl: str
|
566
574
|
:param _ModelImage: 素材模版图片base64数据。
|
567
575
|
●base64 和 url 必须提供一个,如果都提供以 url 为准。
|
568
|
-
●素材图片限制:图片中面部尺寸大于34 * 34;图片尺寸大于64 * 64,小于8000*8000
|
576
|
+
●素材图片限制:图片中面部尺寸大于34 * 34;图片尺寸大于64 * 64,小于8000*8000(单边限制)。
|
577
|
+
●图片大小限制:base64 编码后大小不可超过10M, url不超过20M。
|
569
578
|
●支持图片格式:支持jpg或png
|
570
579
|
:type ModelImage: str
|
571
580
|
:param _FusionUltraParam: 图片人脸融合(专业版)效果参数。可用于设置拉脸、人脸增强、磨皮、牙齿增强、妆容迁移等融合效果参数,生成理想的融合效果。不传默认使用接口推荐值。具体见FusionUltraParam说明
|
@@ -624,8 +633,10 @@ class FuseFaceUltraRequest(AbstractModel):
|
|
624
633
|
def ModelUrl(self):
|
625
634
|
"""素材模版图片的url地址。
|
626
635
|
●base64 和 url 必须提供一个,如果都提供以 url 为准。
|
627
|
-
|
636
|
+
●图片分辨率限制:图片中面部尺寸大于34 * 34;图片尺寸大于64 * 64,小于8000 * 8000(单边限制)。
|
637
|
+
●图片大小限制:base64 编码后大小不可超过10M, url不超过20M。
|
628
638
|
●图片格式:支持jpg或png
|
639
|
+
|
629
640
|
:rtype: str
|
630
641
|
"""
|
631
642
|
return self._ModelUrl
|
@@ -638,7 +649,8 @@ class FuseFaceUltraRequest(AbstractModel):
|
|
638
649
|
def ModelImage(self):
|
639
650
|
"""素材模版图片base64数据。
|
640
651
|
●base64 和 url 必须提供一个,如果都提供以 url 为准。
|
641
|
-
●素材图片限制:图片中面部尺寸大于34 * 34;图片尺寸大于64 * 64,小于8000*8000
|
652
|
+
●素材图片限制:图片中面部尺寸大于34 * 34;图片尺寸大于64 * 64,小于8000*8000(单边限制)。
|
653
|
+
●图片大小限制:base64 编码后大小不可超过10M, url不超过20M。
|
642
654
|
●支持图片格式:支持jpg或png
|
643
655
|
:rtype: str
|
644
656
|
"""
|
@@ -3056,10 +3056,8 @@ class DescribeScanResult(AbstractModel):
|
|
3056
3056
|
:param _Live: 是否为流
|
3057
3057
|
:type Live: bool
|
3058
3058
|
:param _Msg: 业务返回描述
|
3059
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3060
3059
|
:type Msg: str
|
3061
3060
|
:param _ScanPiece: 检测结果,Code 为 0 时返回
|
3062
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3063
3061
|
:type ScanPiece: list of ScanPiece
|
3064
3062
|
:param _ScanStartTime: 提交检测的时间戳
|
3065
3063
|
:type ScanStartTime: int
|
@@ -3149,7 +3147,6 @@ class DescribeScanResult(AbstractModel):
|
|
3149
3147
|
@property
|
3150
3148
|
def Msg(self):
|
3151
3149
|
"""业务返回描述
|
3152
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3153
3150
|
:rtype: str
|
3154
3151
|
"""
|
3155
3152
|
return self._Msg
|
@@ -3161,7 +3158,6 @@ class DescribeScanResult(AbstractModel):
|
|
3161
3158
|
@property
|
3162
3159
|
def ScanPiece(self):
|
3163
3160
|
"""检测结果,Code 为 0 时返回
|
3164
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3165
3161
|
:rtype: list of ScanPiece
|
3166
3162
|
"""
|
3167
3163
|
return self._ScanPiece
|
@@ -4825,13 +4821,10 @@ class RoomUser(AbstractModel):
|
|
4825
4821
|
:param _RoomId: 房间id
|
4826
4822
|
:type RoomId: int
|
4827
4823
|
:param _Uins: 房间里用户uin列表
|
4828
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4829
4824
|
:type Uins: list of int non-negative
|
4830
4825
|
:param _StrRoomId: 字符串房间id
|
4831
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4832
4826
|
:type StrRoomId: str
|
4833
4827
|
:param _StrUins: 房间里用户字符串uin列表
|
4834
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4835
4828
|
:type StrUins: list of str
|
4836
4829
|
"""
|
4837
4830
|
self._RoomId = None
|
@@ -4853,7 +4846,6 @@ class RoomUser(AbstractModel):
|
|
4853
4846
|
@property
|
4854
4847
|
def Uins(self):
|
4855
4848
|
"""房间里用户uin列表
|
4856
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4857
4849
|
:rtype: list of int non-negative
|
4858
4850
|
"""
|
4859
4851
|
return self._Uins
|
@@ -4865,7 +4857,6 @@ class RoomUser(AbstractModel):
|
|
4865
4857
|
@property
|
4866
4858
|
def StrRoomId(self):
|
4867
4859
|
"""字符串房间id
|
4868
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4869
4860
|
:rtype: str
|
4870
4861
|
"""
|
4871
4862
|
return self._StrRoomId
|
@@ -4877,7 +4868,6 @@ class RoomUser(AbstractModel):
|
|
4877
4868
|
@property
|
4878
4869
|
def StrUins(self):
|
4879
4870
|
"""房间里用户字符串uin列表
|
4880
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4881
4871
|
:rtype: list of str
|
4882
4872
|
"""
|
4883
4873
|
return self._StrUins
|
@@ -5006,32 +4996,24 @@ class ScanPiece(AbstractModel):
|
|
5006
4996
|
def __init__(self):
|
5007
4997
|
r"""
|
5008
4998
|
:param _DumpUrl: 流检测时返回,音频转存地址,保留30min
|
5009
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5010
4999
|
:type DumpUrl: str
|
5011
5000
|
:param _HitFlag: 是否违规
|
5012
5001
|
:type HitFlag: bool
|
5013
5002
|
:param _MainType: 违规主要类型
|
5014
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5015
5003
|
:type MainType: str
|
5016
5004
|
:param _ScanDetail: 语音检测详情
|
5017
5005
|
:type ScanDetail: list of ScanDetail
|
5018
5006
|
:param _RoomId: gme实时语音房间ID,透传任务传入时的RoomId
|
5019
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5020
5007
|
:type RoomId: str
|
5021
5008
|
:param _OpenId: gme实时语音用户ID,透传任务传入时的OpenId
|
5022
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5023
5009
|
:type OpenId: str
|
5024
5010
|
:param _Info: 备注
|
5025
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5026
5011
|
:type Info: str
|
5027
5012
|
:param _Offset: 流检测时分片在流中的偏移时间,单位毫秒
|
5028
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5029
5013
|
:type Offset: int
|
5030
5014
|
:param _Duration: 流检测时分片时长
|
5031
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5032
5015
|
:type Duration: int
|
5033
5016
|
:param _PieceStartTime: 分片开始检测时间
|
5034
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5035
5017
|
:type PieceStartTime: int
|
5036
5018
|
"""
|
5037
5019
|
self._DumpUrl = None
|
@@ -5048,7 +5030,6 @@ class ScanPiece(AbstractModel):
|
|
5048
5030
|
@property
|
5049
5031
|
def DumpUrl(self):
|
5050
5032
|
"""流检测时返回,音频转存地址,保留30min
|
5051
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5052
5033
|
:rtype: str
|
5053
5034
|
"""
|
5054
5035
|
return self._DumpUrl
|
@@ -5071,7 +5052,6 @@ class ScanPiece(AbstractModel):
|
|
5071
5052
|
@property
|
5072
5053
|
def MainType(self):
|
5073
5054
|
"""违规主要类型
|
5074
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5075
5055
|
:rtype: str
|
5076
5056
|
"""
|
5077
5057
|
return self._MainType
|
@@ -5094,7 +5074,6 @@ class ScanPiece(AbstractModel):
|
|
5094
5074
|
@property
|
5095
5075
|
def RoomId(self):
|
5096
5076
|
"""gme实时语音房间ID,透传任务传入时的RoomId
|
5097
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5098
5077
|
:rtype: str
|
5099
5078
|
"""
|
5100
5079
|
return self._RoomId
|
@@ -5106,7 +5085,6 @@ class ScanPiece(AbstractModel):
|
|
5106
5085
|
@property
|
5107
5086
|
def OpenId(self):
|
5108
5087
|
"""gme实时语音用户ID,透传任务传入时的OpenId
|
5109
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5110
5088
|
:rtype: str
|
5111
5089
|
"""
|
5112
5090
|
return self._OpenId
|
@@ -5118,7 +5096,6 @@ class ScanPiece(AbstractModel):
|
|
5118
5096
|
@property
|
5119
5097
|
def Info(self):
|
5120
5098
|
"""备注
|
5121
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5122
5099
|
:rtype: str
|
5123
5100
|
"""
|
5124
5101
|
return self._Info
|
@@ -5130,7 +5107,6 @@ class ScanPiece(AbstractModel):
|
|
5130
5107
|
@property
|
5131
5108
|
def Offset(self):
|
5132
5109
|
"""流检测时分片在流中的偏移时间,单位毫秒
|
5133
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5134
5110
|
:rtype: int
|
5135
5111
|
"""
|
5136
5112
|
return self._Offset
|
@@ -5142,7 +5118,6 @@ class ScanPiece(AbstractModel):
|
|
5142
5118
|
@property
|
5143
5119
|
def Duration(self):
|
5144
5120
|
"""流检测时分片时长
|
5145
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5146
5121
|
:rtype: int
|
5147
5122
|
"""
|
5148
5123
|
return self._Duration
|
@@ -5154,7 +5129,6 @@ class ScanPiece(AbstractModel):
|
|
5154
5129
|
@property
|
5155
5130
|
def PieceStartTime(self):
|
5156
5131
|
"""分片开始检测时间
|
5157
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5158
5132
|
:rtype: int
|
5159
5133
|
"""
|
5160
5134
|
return self._PieceStartTime
|
@@ -6430,7 +6404,6 @@ class VoiceFilterConf(AbstractModel):
|
|
6430
6404
|
:param _Status: 语音过滤服务开关,取值:open/close
|
6431
6405
|
:type Status: str
|
6432
6406
|
:param _SceneInfos: 场景配置信息,如开关状态,回调地址。
|
6433
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6434
6407
|
:type SceneInfos: list of SceneInfo
|
6435
6408
|
"""
|
6436
6409
|
self._Status = None
|
@@ -6450,7 +6423,6 @@ class VoiceFilterConf(AbstractModel):
|
|
6450
6423
|
@property
|
6451
6424
|
def SceneInfos(self):
|
6452
6425
|
"""场景配置信息,如开关状态,回调地址。
|
6453
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6454
6426
|
:rtype: list of SceneInfo
|
6455
6427
|
"""
|
6456
6428
|
return self._SceneInfos
|
@@ -187,6 +187,8 @@ class ChatCompletionsRequest(AbstractModel):
|
|
187
187
|
1. 未传值时默认关闭。
|
188
188
|
2. 开启后,在返回值的最后一个包中会增加 RecommendedQuestions 字段表示推荐问答, 最多返回3条。
|
189
189
|
:type EnableRecommendedQuestions: bool
|
190
|
+
:param _EnableDeepRead: 是否开启深度阅读,默认是false,在值为true时,会返回深度阅读的结果信息。说明:1.深度阅读需要开启插件增强,即设置EnableEnhancement为true,当设置EnableDeepRead为true时EnableEnhancement默认为true;2.目前暂时只支持单文档单轮的深度阅读;3.深度阅读功能的文件上传可以使用FilesUploads接口,具体参数详见FilesUploads接口文档
|
191
|
+
:type EnableDeepRead: bool
|
190
192
|
"""
|
191
193
|
self._Model = None
|
192
194
|
self._Messages = None
|
@@ -207,6 +209,7 @@ class ChatCompletionsRequest(AbstractModel):
|
|
207
209
|
self._ForceSearchEnhancement = None
|
208
210
|
self._Stop = None
|
209
211
|
self._EnableRecommendedQuestions = None
|
212
|
+
self._EnableDeepRead = None
|
210
213
|
|
211
214
|
@property
|
212
215
|
def Model(self):
|
@@ -477,6 +480,17 @@ class ChatCompletionsRequest(AbstractModel):
|
|
477
480
|
def EnableRecommendedQuestions(self, EnableRecommendedQuestions):
|
478
481
|
self._EnableRecommendedQuestions = EnableRecommendedQuestions
|
479
482
|
|
483
|
+
@property
|
484
|
+
def EnableDeepRead(self):
|
485
|
+
"""是否开启深度阅读,默认是false,在值为true时,会返回深度阅读的结果信息。说明:1.深度阅读需要开启插件增强,即设置EnableEnhancement为true,当设置EnableDeepRead为true时EnableEnhancement默认为true;2.目前暂时只支持单文档单轮的深度阅读;3.深度阅读功能的文件上传可以使用FilesUploads接口,具体参数详见FilesUploads接口文档
|
486
|
+
:rtype: bool
|
487
|
+
"""
|
488
|
+
return self._EnableDeepRead
|
489
|
+
|
490
|
+
@EnableDeepRead.setter
|
491
|
+
def EnableDeepRead(self, EnableDeepRead):
|
492
|
+
self._EnableDeepRead = EnableDeepRead
|
493
|
+
|
480
494
|
|
481
495
|
def _deserialize(self, params):
|
482
496
|
self._Model = params.get("Model")
|
@@ -510,6 +524,7 @@ class ChatCompletionsRequest(AbstractModel):
|
|
510
524
|
self._ForceSearchEnhancement = params.get("ForceSearchEnhancement")
|
511
525
|
self._Stop = params.get("Stop")
|
512
526
|
self._EnableRecommendedQuestions = params.get("EnableRecommendedQuestions")
|
527
|
+
self._EnableDeepRead = params.get("EnableDeepRead")
|
513
528
|
memeber_set = set(params.keys())
|
514
529
|
for name, value in vars(self).items():
|
515
530
|
property_name = name[1:]
|
@@ -693,14 +693,12 @@ class Blueprint(AbstractModel):
|
|
693
693
|
:param _RequiredMemorySize: 镜像所需内存大小, 单位: GB
|
694
694
|
:type RequiredMemorySize: int
|
695
695
|
:param _ImageId: CVM镜像共享到轻量应用服务器轻量应用服务器后的CVM镜像ID。
|
696
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
697
696
|
:type ImageId: str
|
698
697
|
:param _CommunityUrl: 官方网站Url。
|
699
698
|
:type CommunityUrl: str
|
700
699
|
:param _GuideUrl: 指导文章Url。
|
701
700
|
:type GuideUrl: str
|
702
701
|
:param _SceneIdSet: 镜像关联使用场景Id列表。
|
703
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
704
702
|
:type SceneIdSet: list of str
|
705
703
|
:param _DockerVersion: Docker版本号。
|
706
704
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -901,7 +899,6 @@ class Blueprint(AbstractModel):
|
|
901
899
|
@property
|
902
900
|
def ImageId(self):
|
903
901
|
"""CVM镜像共享到轻量应用服务器轻量应用服务器后的CVM镜像ID。
|
904
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
905
902
|
:rtype: str
|
906
903
|
"""
|
907
904
|
return self._ImageId
|
@@ -935,7 +932,6 @@ class Blueprint(AbstractModel):
|
|
935
932
|
@property
|
936
933
|
def SceneIdSet(self):
|
937
934
|
"""镜像关联使用场景Id列表。
|
938
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
939
935
|
:rtype: list of str
|
940
936
|
"""
|
941
937
|
return self._SceneIdSet
|
@@ -1199,7 +1195,6 @@ class Bundle(AbstractModel):
|
|
1199
1195
|
<li>BEFAST_BUNDLE:蜂驰型 </li>
|
1200
1196
|
:type BundleType: str
|
1201
1197
|
:param _BundleTypeDescription: 套餐类型描述信息。
|
1202
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1203
1198
|
:type BundleTypeDescription: str
|
1204
1199
|
:param _BundleDisplayLabel: 套餐展示标签.
|
1205
1200
|
取值范围:
|
@@ -1381,7 +1376,6 @@ class Bundle(AbstractModel):
|
|
1381
1376
|
@property
|
1382
1377
|
def BundleTypeDescription(self):
|
1383
1378
|
"""套餐类型描述信息。
|
1384
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1385
1379
|
:rtype: str
|
1386
1380
|
"""
|
1387
1381
|
return self._BundleTypeDescription
|
@@ -1722,8 +1716,10 @@ class ContainerEnv(AbstractModel):
|
|
1722
1716
|
def __init__(self):
|
1723
1717
|
r"""
|
1724
1718
|
:param _Key: 环境变量Key
|
1719
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1725
1720
|
:type Key: str
|
1726
1721
|
:param _Value: 环境变量值
|
1722
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1727
1723
|
:type Value: str
|
1728
1724
|
"""
|
1729
1725
|
self._Key = None
|
@@ -1732,6 +1728,7 @@ class ContainerEnv(AbstractModel):
|
|
1732
1728
|
@property
|
1733
1729
|
def Key(self):
|
1734
1730
|
"""环境变量Key
|
1731
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1735
1732
|
:rtype: str
|
1736
1733
|
"""
|
1737
1734
|
return self._Key
|
@@ -1743,6 +1740,7 @@ class ContainerEnv(AbstractModel):
|
|
1743
1740
|
@property
|
1744
1741
|
def Value(self):
|
1745
1742
|
"""环境变量值
|
1743
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1746
1744
|
:rtype: str
|
1747
1745
|
"""
|
1748
1746
|
return self._Value
|
@@ -3032,7 +3030,6 @@ class DataDiskPrice(AbstractModel):
|
|
3032
3030
|
:param _DiscountPrice: 折后总价。
|
3033
3031
|
:type DiscountPrice: float
|
3034
3032
|
:param _InstanceId: 数据盘挂载的实例ID。
|
3035
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3036
3033
|
:type InstanceId: str
|
3037
3034
|
"""
|
3038
3035
|
self._DiskId = None
|
@@ -3100,7 +3097,6 @@ class DataDiskPrice(AbstractModel):
|
|
3100
3097
|
@property
|
3101
3098
|
def InstanceId(self):
|
3102
3099
|
"""数据盘挂载的实例ID。
|
3103
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3104
3100
|
:rtype: str
|
3105
3101
|
"""
|
3106
3102
|
return self._InstanceId
|
@@ -9612,13 +9608,10 @@ class DiskBackup(AbstractModel):
|
|
9612
9608
|
:param _Percent: 创建或回滚云硬盘备份点进度百分比,成功后此字段取值为 100。
|
9613
9609
|
:type Percent: int
|
9614
9610
|
:param _LatestOperation: 上一次操作
|
9615
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9616
9611
|
:type LatestOperation: str
|
9617
9612
|
:param _LatestOperationState: 上一次操作状态
|
9618
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9619
9613
|
:type LatestOperationState: str
|
9620
9614
|
:param _LatestOperationRequestId: 上一次请求ID
|
9621
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9622
9615
|
:type LatestOperationRequestId: str
|
9623
9616
|
:param _CreatedTime: 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
|
9624
9617
|
格式为: YYYY-MM-DDThh:mm:ssZ。
|
@@ -9720,7 +9713,6 @@ class DiskBackup(AbstractModel):
|
|
9720
9713
|
@property
|
9721
9714
|
def LatestOperation(self):
|
9722
9715
|
"""上一次操作
|
9723
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9724
9716
|
:rtype: str
|
9725
9717
|
"""
|
9726
9718
|
return self._LatestOperation
|
@@ -9732,7 +9724,6 @@ class DiskBackup(AbstractModel):
|
|
9732
9724
|
@property
|
9733
9725
|
def LatestOperationState(self):
|
9734
9726
|
"""上一次操作状态
|
9735
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9736
9727
|
:rtype: str
|
9737
9728
|
"""
|
9738
9729
|
return self._LatestOperationState
|
@@ -9744,7 +9735,6 @@ class DiskBackup(AbstractModel):
|
|
9744
9735
|
@property
|
9745
9736
|
def LatestOperationRequestId(self):
|
9746
9737
|
"""上一次请求ID
|
9747
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9748
9738
|
:rtype: str
|
9749
9739
|
"""
|
9750
9740
|
return self._LatestOperationRequestId
|
@@ -10283,7 +10273,6 @@ class DockerActivity(AbstractModel):
|
|
10283
10273
|
:param _CreatedTime: 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
|
10284
10274
|
:type CreatedTime: str
|
10285
10275
|
:param _EndTime: 结束时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
|
10286
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10287
10276
|
:type EndTime: str
|
10288
10277
|
"""
|
10289
10278
|
self._ActivityId = None
|
@@ -10367,7 +10356,6 @@ class DockerActivity(AbstractModel):
|
|
10367
10356
|
@property
|
10368
10357
|
def EndTime(self):
|
10369
10358
|
"""结束时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
|
10370
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10371
10359
|
:rtype: str
|
10372
10360
|
"""
|
10373
10361
|
return self._EndTime
|
@@ -10714,10 +10702,8 @@ class DockerContainerPublishPort(AbstractModel):
|
|
10714
10702
|
:param _ContainerPort: 容器端口
|
10715
10703
|
:type ContainerPort: int
|
10716
10704
|
:param _Ip: 对外绑定IP,默认0.0.0.0
|
10717
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10718
10705
|
:type Ip: str
|
10719
10706
|
:param _Protocol: 协议,默认tcp,支持tcp/udp/sctp
|
10720
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10721
10707
|
:type Protocol: str
|
10722
10708
|
"""
|
10723
10709
|
self._HostPort = None
|
@@ -10750,7 +10736,6 @@ class DockerContainerPublishPort(AbstractModel):
|
|
10750
10736
|
@property
|
10751
10737
|
def Ip(self):
|
10752
10738
|
"""对外绑定IP,默认0.0.0.0
|
10753
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10754
10739
|
:rtype: str
|
10755
10740
|
"""
|
10756
10741
|
return self._Ip
|
@@ -10762,7 +10747,6 @@ class DockerContainerPublishPort(AbstractModel):
|
|
10762
10747
|
@property
|
10763
10748
|
def Protocol(self):
|
10764
10749
|
"""协议,默认tcp,支持tcp/udp/sctp
|
10765
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10766
10750
|
:rtype: str
|
10767
10751
|
"""
|
10768
10752
|
return self._Protocol
|
@@ -12477,7 +12461,6 @@ FAILED:表示操作失败
|
|
12477
12461
|
:param _InitInvocationId: 创建实例后自动执行TAT命令的调用ID。
|
12478
12462
|
:type InitInvocationId: str
|
12479
12463
|
:param _InstanceViolationDetail: 实例违规详情。
|
12480
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12481
12464
|
:type InstanceViolationDetail: :class:`tencentcloud.lighthouse.v20200324.models.InstanceViolationDetail`
|
12482
12465
|
"""
|
12483
12466
|
self._InstanceId = None
|
@@ -12876,7 +12859,6 @@ FAILED:表示操作失败
|
|
12876
12859
|
@property
|
12877
12860
|
def InstanceViolationDetail(self):
|
12878
12861
|
"""实例违规详情。
|
12879
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12880
12862
|
:rtype: :class:`tencentcloud.lighthouse.v20200324.models.InstanceViolationDetail`
|
12881
12863
|
"""
|
12882
12864
|
return self._InstanceViolationDetail
|
@@ -13003,7 +12985,6 @@ class InstanceDeniedActions(AbstractModel):
|
|
13003
12985
|
def __init__(self):
|
13004
12986
|
r"""
|
13005
12987
|
:param _InstanceId: 实例 ID。
|
13006
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13007
12988
|
:type InstanceId: str
|
13008
12989
|
:param _DeniedActions: 操作限制列表。
|
13009
12990
|
:type DeniedActions: list of DeniedAction
|
@@ -13014,7 +12995,6 @@ class InstanceDeniedActions(AbstractModel):
|
|
13014
12995
|
@property
|
13015
12996
|
def InstanceId(self):
|
13016
12997
|
"""实例 ID。
|
13017
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13018
12998
|
:rtype: str
|
13019
12999
|
"""
|
13020
13000
|
return self._InstanceId
|
@@ -13120,7 +13100,6 @@ class InstancePrice(AbstractModel):
|
|
13120
13100
|
:param _DiscountPrice: 折后价。
|
13121
13101
|
:type DiscountPrice: float
|
13122
13102
|
:param _Currency: 价格货币单位。取值范围CNY:人民币。USD:美元。
|
13123
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13124
13103
|
:type Currency: str
|
13125
13104
|
"""
|
13126
13105
|
self._OriginalBundlePrice = None
|
@@ -13176,7 +13155,6 @@ class InstancePrice(AbstractModel):
|
|
13176
13155
|
@property
|
13177
13156
|
def Currency(self):
|
13178
13157
|
"""价格货币单位。取值范围CNY:人民币。USD:美元。
|
13179
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13180
13158
|
:rtype: str
|
13181
13159
|
"""
|
13182
13160
|
return self._Currency
|
@@ -13210,10 +13188,8 @@ class InstancePriceDetail(AbstractModel):
|
|
13210
13188
|
def __init__(self):
|
13211
13189
|
r"""
|
13212
13190
|
:param _InstanceId: 实例ID。
|
13213
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13214
13191
|
:type InstanceId: str
|
13215
13192
|
:param _InstancePrice: 询价信息。
|
13216
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13217
13193
|
:type InstancePrice: :class:`tencentcloud.lighthouse.v20200324.models.InstancePrice`
|
13218
13194
|
:param _DiscountDetail: 折扣梯度详情,每个梯度包含的信息有:时长,折扣数,总价,折扣价,折扣详情(用户折扣、官网折扣、最终折扣)。
|
13219
13195
|
:type DiscountDetail: list of DiscountDetail
|
@@ -13225,7 +13201,6 @@ class InstancePriceDetail(AbstractModel):
|
|
13225
13201
|
@property
|
13226
13202
|
def InstanceId(self):
|
13227
13203
|
"""实例ID。
|
13228
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13229
13204
|
:rtype: str
|
13230
13205
|
"""
|
13231
13206
|
return self._InstanceId
|
@@ -13237,7 +13212,6 @@ class InstancePriceDetail(AbstractModel):
|
|
13237
13212
|
@property
|
13238
13213
|
def InstancePrice(self):
|
13239
13214
|
"""询价信息。
|
13240
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13241
13215
|
:rtype: :class:`tencentcloud.lighthouse.v20200324.models.InstancePrice`
|
13242
13216
|
"""
|
13243
13217
|
return self._InstancePrice
|
@@ -18407,10 +18381,8 @@ class TotalPrice(AbstractModel):
|
|
18407
18381
|
def __init__(self):
|
18408
18382
|
r"""
|
18409
18383
|
:param _OriginalPrice: 原始总计价格。
|
18410
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18411
18384
|
:type OriginalPrice: float
|
18412
18385
|
:param _DiscountPrice: 折扣总计价格。
|
18413
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18414
18386
|
:type DiscountPrice: float
|
18415
18387
|
"""
|
18416
18388
|
self._OriginalPrice = None
|
@@ -18419,7 +18391,6 @@ class TotalPrice(AbstractModel):
|
|
18419
18391
|
@property
|
18420
18392
|
def OriginalPrice(self):
|
18421
18393
|
"""原始总计价格。
|
18422
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18423
18394
|
:rtype: float
|
18424
18395
|
"""
|
18425
18396
|
return self._OriginalPrice
|
@@ -18431,7 +18402,6 @@ class TotalPrice(AbstractModel):
|
|
18431
18402
|
@property
|
18432
18403
|
def DiscountPrice(self):
|
18433
18404
|
"""折扣总计价格。
|
18434
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18435
18405
|
:rtype: float
|
18436
18406
|
"""
|
18437
18407
|
return self._DiscountPrice
|
@@ -18473,15 +18443,12 @@ class TrafficPackage(AbstractModel):
|
|
18473
18443
|
:type TrafficOverflow: int
|
18474
18444
|
:param _StartTime: 流量包生效周期开始时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
|
18475
18445
|
格式为: YYYY-MM-DDThh:mm:ssZ。
|
18476
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18477
18446
|
:type StartTime: str
|
18478
18447
|
:param _EndTime: 流量包生效周期结束时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
|
18479
18448
|
格式为: YYYY-MM-DDThh:mm:ssZ。
|
18480
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18481
18449
|
:type EndTime: str
|
18482
18450
|
:param _Deadline: 流量包到期时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
|
18483
18451
|
格式为: YYYY-MM-DDThh:mm:ssZ。
|
18484
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18485
18452
|
:type Deadline: str
|
18486
18453
|
:param _Status: 流量包状态:
|
18487
18454
|
<li>NETWORK_NORMAL:正常</li>
|
@@ -18557,7 +18524,6 @@ class TrafficPackage(AbstractModel):
|
|
18557
18524
|
def StartTime(self):
|
18558
18525
|
"""流量包生效周期开始时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
|
18559
18526
|
格式为: YYYY-MM-DDThh:mm:ssZ。
|
18560
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18561
18527
|
:rtype: str
|
18562
18528
|
"""
|
18563
18529
|
return self._StartTime
|
@@ -18570,7 +18536,6 @@ class TrafficPackage(AbstractModel):
|
|
18570
18536
|
def EndTime(self):
|
18571
18537
|
"""流量包生效周期结束时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
|
18572
18538
|
格式为: YYYY-MM-DDThh:mm:ssZ。
|
18573
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18574
18539
|
:rtype: str
|
18575
18540
|
"""
|
18576
18541
|
return self._EndTime
|
@@ -18583,7 +18548,6 @@ class TrafficPackage(AbstractModel):
|
|
18583
18548
|
def Deadline(self):
|
18584
18549
|
"""流量包到期时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
|
18585
18550
|
格式为: YYYY-MM-DDThh:mm:ssZ。
|
18586
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18587
18551
|
:rtype: str
|
18588
18552
|
"""
|
18589
18553
|
return self._Deadline
|
@@ -35,10 +35,10 @@ class LkeapClient(AbstractClient):
|
|
35
35
|
#### 已支持的模型
|
36
36
|
- DeepSeek-V3(model 参数值为**deepseek-v3**)
|
37
37
|
- DeepSeek-V3为671B参数MoE模型,在百科知识、数学推理等多项任务上优势突出,评测成绩在主流榜单中位列开源模型榜首。
|
38
|
-
- 支持64K上下文长度,最大支持
|
38
|
+
- 支持64K上下文长度,最大支持16K输出长度(含思维链)。
|
39
39
|
- DeepSeek-R1(model 参数值为**deepseek-r1**)
|
40
40
|
- DeepSeek-R1为671B模型,使用强化学习训练,推理过程包含大量反思和验证,思维链长度可达数万字。 该系列模型在数学、代码以及各种复杂逻辑推理任务上推理效果优异,并为用户展现了完整的思考过程。
|
41
|
-
- 支持64K上下文长度,最大支持
|
41
|
+
- 支持64K上下文长度,最大支持16K输出长度(含思维链)。
|
42
42
|
|
43
43
|
#### 计费说明
|
44
44
|
- 限时免费
|