tencentcloud-sdk-python 3.0.1377__py2.py3-none-any.whl → 3.0.1379__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/apm/v20210622/models.py +34 -4
- tencentcloud/autoscaling/v20180419/models.py +45 -16
- tencentcloud/batch/v20170312/batch_client.py +3 -3
- tencentcloud/batch/v20170312/models.py +230 -168
- tencentcloud/billing/v20180709/billing_client.py +322 -0
- tencentcloud/billing/v20180709/errorcodes.py +9 -0
- tencentcloud/billing/v20180709/models.py +4894 -2542
- tencentcloud/cbs/v20170312/cbs_client.py +1 -1
- tencentcloud/cbs/v20170312/models.py +18 -18
- tencentcloud/clb/v20180317/clb_client.py +7 -7
- tencentcloud/clb/v20180317/models.py +51 -41
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +46 -0
- tencentcloud/dbbrain/v20210527/models.py +368 -0
- tencentcloud/dnspod/v20210323/dnspod_client.py +23 -0
- tencentcloud/dnspod/v20210323/models.py +503 -0
- tencentcloud/domain/v20180808/errorcodes.py +3 -0
- tencentcloud/domain/v20180808/models.py +68 -44
- tencentcloud/hunyuan/v20230901/models.py +260 -0
- tencentcloud/lighthouse/v20200324/lighthouse_client.py +1 -1
- tencentcloud/lighthouse/v20200324/models.py +2 -2
- tencentcloud/lke/v20231130/models.py +192 -2
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/mps/v20190612/models.py +211 -2
- tencentcloud/postgres/v20170312/models.py +12 -4
- tencentcloud/tag/v20180813/models.py +8 -8
- tencentcloud/tcb/v20180608/models.py +34 -4
- tencentcloud/tdmq/v20200217/errorcodes.py +27 -0
- tencentcloud/teo/v20220901/models.py +0 -20
- tencentcloud/thpc/v20211109/models.py +2 -2
- tencentcloud/thpc/v20220401/models.py +4 -4
- tencentcloud/thpc/v20230321/errorcodes.py +9 -0
- tencentcloud/thpc/v20230321/models.py +85 -8
- tencentcloud/thpc/v20230321/thpc_client.py +23 -0
- tencentcloud/tione/v20211111/models.py +274 -0
- tencentcloud/tke/v20180525/models.py +10 -0
- tencentcloud/tmt/v20180321/errorcodes.py +3 -0
- tencentcloud/tmt/v20180321/models.py +296 -1
- tencentcloud/tmt/v20180321/tmt_client.py +28 -0
- tencentcloud/trtc/v20190722/models.py +15 -0
- tencentcloud/vod/v20180717/models.py +2 -2
- tencentcloud/vpc/v20170312/models.py +24 -18
- tencentcloud/waf/v20180125/models.py +15 -0
- tencentcloud/wedata/v20210820/errorcodes.py +9 -0
- tencentcloud/wedata/v20210820/models.py +1078 -0
- tencentcloud/wedata/v20210820/wedata_client.py +46 -0
- {tencentcloud_sdk_python-3.0.1377.dist-info → tencentcloud_sdk_python-3.0.1379.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1377.dist-info → tencentcloud_sdk_python-3.0.1379.dist-info}/RECORD +51 -51
- {tencentcloud_sdk_python-3.0.1377.dist-info → tencentcloud_sdk_python-3.0.1379.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1377.dist-info → tencentcloud_sdk_python-3.0.1379.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1377.dist-info → tencentcloud_sdk_python-3.0.1379.dist-info}/top_level.txt +0 -0
@@ -1525,6 +1525,8 @@ class AttrLabelDetail(AbstractModel):
|
|
1525
1525
|
:param _StatusDesc: 状态描述
|
1526
1526
|
注意:此字段可能返回 null,表示取不到有效值。
|
1527
1527
|
:type StatusDesc: str
|
1528
|
+
:param _LabelTotalCount: 标签值总数
|
1529
|
+
:type LabelTotalCount: str
|
1528
1530
|
"""
|
1529
1531
|
self._AttrBizId = None
|
1530
1532
|
self._AttrKey = None
|
@@ -1533,6 +1535,7 @@ class AttrLabelDetail(AbstractModel):
|
|
1533
1535
|
self._IsUpdating = None
|
1534
1536
|
self._Status = None
|
1535
1537
|
self._StatusDesc = None
|
1538
|
+
self._LabelTotalCount = None
|
1536
1539
|
|
1537
1540
|
@property
|
1538
1541
|
def AttrBizId(self):
|
@@ -1618,6 +1621,17 @@ class AttrLabelDetail(AbstractModel):
|
|
1618
1621
|
def StatusDesc(self, StatusDesc):
|
1619
1622
|
self._StatusDesc = StatusDesc
|
1620
1623
|
|
1624
|
+
@property
|
1625
|
+
def LabelTotalCount(self):
|
1626
|
+
"""标签值总数
|
1627
|
+
:rtype: str
|
1628
|
+
"""
|
1629
|
+
return self._LabelTotalCount
|
1630
|
+
|
1631
|
+
@LabelTotalCount.setter
|
1632
|
+
def LabelTotalCount(self, LabelTotalCount):
|
1633
|
+
self._LabelTotalCount = LabelTotalCount
|
1634
|
+
|
1621
1635
|
|
1622
1636
|
def _deserialize(self, params):
|
1623
1637
|
self._AttrBizId = params.get("AttrBizId")
|
@@ -1627,6 +1641,7 @@ class AttrLabelDetail(AbstractModel):
|
|
1627
1641
|
self._IsUpdating = params.get("IsUpdating")
|
1628
1642
|
self._Status = params.get("Status")
|
1629
1643
|
self._StatusDesc = params.get("StatusDesc")
|
1644
|
+
self._LabelTotalCount = params.get("LabelTotalCount")
|
1630
1645
|
memeber_set = set(params.keys())
|
1631
1646
|
for name, value in vars(self).items():
|
1632
1647
|
property_name = name[1:]
|
@@ -5540,6 +5555,8 @@ class DescribeAttributeLabelRequest(AbstractModel):
|
|
5540
5555
|
:type Query: str
|
5541
5556
|
:param _LastLabelBizId: 滚动加载游标的标签ID
|
5542
5557
|
:type LastLabelBizId: str
|
5558
|
+
:param _QueryScope: 查询范围 all(或者传空):标准词和相似词 standard:标准词 similar:相似词
|
5559
|
+
:type QueryScope: str
|
5543
5560
|
"""
|
5544
5561
|
self._BotBizId = None
|
5545
5562
|
self._AttributeBizId = None
|
@@ -5548,6 +5565,7 @@ class DescribeAttributeLabelRequest(AbstractModel):
|
|
5548
5565
|
self._LoginSubAccountUin = None
|
5549
5566
|
self._Query = None
|
5550
5567
|
self._LastLabelBizId = None
|
5568
|
+
self._QueryScope = None
|
5551
5569
|
|
5552
5570
|
@property
|
5553
5571
|
def BotBizId(self):
|
@@ -5626,6 +5644,17 @@ class DescribeAttributeLabelRequest(AbstractModel):
|
|
5626
5644
|
def LastLabelBizId(self, LastLabelBizId):
|
5627
5645
|
self._LastLabelBizId = LastLabelBizId
|
5628
5646
|
|
5647
|
+
@property
|
5648
|
+
def QueryScope(self):
|
5649
|
+
"""查询范围 all(或者传空):标准词和相似词 standard:标准词 similar:相似词
|
5650
|
+
:rtype: str
|
5651
|
+
"""
|
5652
|
+
return self._QueryScope
|
5653
|
+
|
5654
|
+
@QueryScope.setter
|
5655
|
+
def QueryScope(self, QueryScope):
|
5656
|
+
self._QueryScope = QueryScope
|
5657
|
+
|
5629
5658
|
|
5630
5659
|
def _deserialize(self, params):
|
5631
5660
|
self._BotBizId = params.get("BotBizId")
|
@@ -5635,6 +5664,7 @@ class DescribeAttributeLabelRequest(AbstractModel):
|
|
5635
5664
|
self._LoginSubAccountUin = params.get("LoginSubAccountUin")
|
5636
5665
|
self._Query = params.get("Query")
|
5637
5666
|
self._LastLabelBizId = params.get("LastLabelBizId")
|
5667
|
+
self._QueryScope = params.get("QueryScope")
|
5638
5668
|
memeber_set = set(params.keys())
|
5639
5669
|
for name, value in vars(self).items():
|
5640
5670
|
property_name = name[1:]
|
@@ -6576,6 +6606,10 @@ class DescribeDocResponse(AbstractModel):
|
|
6576
6606
|
:type AttrLabels: list of AttrLabel
|
6577
6607
|
:param _CateBizId: 分类ID
|
6578
6608
|
:type CateBizId: str
|
6609
|
+
:param _CustomerKnowledgeId: 文档的用户自定义ID
|
6610
|
+
:type CustomerKnowledgeId: str
|
6611
|
+
:param _AttributeFlags: 文档的属性标记,0: 不做用户外部权限校验
|
6612
|
+
:type AttributeFlags: list of int non-negative
|
6579
6613
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6580
6614
|
:type RequestId: str
|
6581
6615
|
"""
|
@@ -6603,6 +6637,8 @@ class DescribeDocResponse(AbstractModel):
|
|
6603
6637
|
self._AttrRange = None
|
6604
6638
|
self._AttrLabels = None
|
6605
6639
|
self._CateBizId = None
|
6640
|
+
self._CustomerKnowledgeId = None
|
6641
|
+
self._AttributeFlags = None
|
6606
6642
|
self._RequestId = None
|
6607
6643
|
|
6608
6644
|
@property
|
@@ -6869,6 +6905,28 @@ class DescribeDocResponse(AbstractModel):
|
|
6869
6905
|
def CateBizId(self, CateBizId):
|
6870
6906
|
self._CateBizId = CateBizId
|
6871
6907
|
|
6908
|
+
@property
|
6909
|
+
def CustomerKnowledgeId(self):
|
6910
|
+
"""文档的用户自定义ID
|
6911
|
+
:rtype: str
|
6912
|
+
"""
|
6913
|
+
return self._CustomerKnowledgeId
|
6914
|
+
|
6915
|
+
@CustomerKnowledgeId.setter
|
6916
|
+
def CustomerKnowledgeId(self, CustomerKnowledgeId):
|
6917
|
+
self._CustomerKnowledgeId = CustomerKnowledgeId
|
6918
|
+
|
6919
|
+
@property
|
6920
|
+
def AttributeFlags(self):
|
6921
|
+
"""文档的属性标记,0: 不做用户外部权限校验
|
6922
|
+
:rtype: list of int non-negative
|
6923
|
+
"""
|
6924
|
+
return self._AttributeFlags
|
6925
|
+
|
6926
|
+
@AttributeFlags.setter
|
6927
|
+
def AttributeFlags(self, AttributeFlags):
|
6928
|
+
self._AttributeFlags = AttributeFlags
|
6929
|
+
|
6872
6930
|
@property
|
6873
6931
|
def RequestId(self):
|
6874
6932
|
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -6911,6 +6969,8 @@ class DescribeDocResponse(AbstractModel):
|
|
6911
6969
|
obj._deserialize(item)
|
6912
6970
|
self._AttrLabels.append(obj)
|
6913
6971
|
self._CateBizId = params.get("CateBizId")
|
6972
|
+
self._CustomerKnowledgeId = params.get("CustomerKnowledgeId")
|
6973
|
+
self._AttributeFlags = params.get("AttributeFlags")
|
6914
6974
|
self._RequestId = params.get("RequestId")
|
6915
6975
|
|
6916
6976
|
|
@@ -14965,6 +15025,8 @@ class ListAttributeLabelRequest(AbstractModel):
|
|
14965
15025
|
:type LoginSubAccountUin: str
|
14966
15026
|
:param _Query: 查询内容
|
14967
15027
|
:type Query: str
|
15028
|
+
:param _LabelSize: 每个属性同步拉取的标签值数量
|
15029
|
+
:type LabelSize: int
|
14968
15030
|
"""
|
14969
15031
|
self._BotBizId = None
|
14970
15032
|
self._PageNumber = None
|
@@ -14972,6 +15034,7 @@ class ListAttributeLabelRequest(AbstractModel):
|
|
14972
15034
|
self._LoginUin = None
|
14973
15035
|
self._LoginSubAccountUin = None
|
14974
15036
|
self._Query = None
|
15037
|
+
self._LabelSize = None
|
14975
15038
|
|
14976
15039
|
@property
|
14977
15040
|
def BotBizId(self):
|
@@ -15039,6 +15102,17 @@ class ListAttributeLabelRequest(AbstractModel):
|
|
15039
15102
|
def Query(self, Query):
|
15040
15103
|
self._Query = Query
|
15041
15104
|
|
15105
|
+
@property
|
15106
|
+
def LabelSize(self):
|
15107
|
+
"""每个属性同步拉取的标签值数量
|
15108
|
+
:rtype: int
|
15109
|
+
"""
|
15110
|
+
return self._LabelSize
|
15111
|
+
|
15112
|
+
@LabelSize.setter
|
15113
|
+
def LabelSize(self, LabelSize):
|
15114
|
+
self._LabelSize = LabelSize
|
15115
|
+
|
15042
15116
|
|
15043
15117
|
def _deserialize(self, params):
|
15044
15118
|
self._BotBizId = params.get("BotBizId")
|
@@ -15047,6 +15121,7 @@ class ListAttributeLabelRequest(AbstractModel):
|
|
15047
15121
|
self._LoginUin = params.get("LoginUin")
|
15048
15122
|
self._LoginSubAccountUin = params.get("LoginSubAccountUin")
|
15049
15123
|
self._Query = params.get("Query")
|
15124
|
+
self._LabelSize = params.get("LabelSize")
|
15050
15125
|
memeber_set = set(params.keys())
|
15051
15126
|
for name, value in vars(self).items():
|
15052
15127
|
property_name = name[1:]
|
@@ -15306,6 +15381,10 @@ class ListDocItem(AbstractModel):
|
|
15306
15381
|
:type CreateTime: str
|
15307
15382
|
:param _CateBizId: 文档所属分类ID
|
15308
15383
|
:type CateBizId: str
|
15384
|
+
:param _CustomerKnowledgeId: 文档的用户自定义ID
|
15385
|
+
:type CustomerKnowledgeId: str
|
15386
|
+
:param _AttributeFlags: 文档的属性标记,0: 不做用户外部权限校验
|
15387
|
+
:type AttributeFlags: list of int non-negative
|
15309
15388
|
"""
|
15310
15389
|
self._DocBizId = None
|
15311
15390
|
self._FileName = None
|
@@ -15339,6 +15418,8 @@ class ListDocItem(AbstractModel):
|
|
15339
15418
|
self._Processing = None
|
15340
15419
|
self._CreateTime = None
|
15341
15420
|
self._CateBizId = None
|
15421
|
+
self._CustomerKnowledgeId = None
|
15422
|
+
self._AttributeFlags = None
|
15342
15423
|
|
15343
15424
|
@property
|
15344
15425
|
def DocBizId(self):
|
@@ -15723,6 +15804,28 @@ class ListDocItem(AbstractModel):
|
|
15723
15804
|
def CateBizId(self, CateBizId):
|
15724
15805
|
self._CateBizId = CateBizId
|
15725
15806
|
|
15807
|
+
@property
|
15808
|
+
def CustomerKnowledgeId(self):
|
15809
|
+
"""文档的用户自定义ID
|
15810
|
+
:rtype: str
|
15811
|
+
"""
|
15812
|
+
return self._CustomerKnowledgeId
|
15813
|
+
|
15814
|
+
@CustomerKnowledgeId.setter
|
15815
|
+
def CustomerKnowledgeId(self, CustomerKnowledgeId):
|
15816
|
+
self._CustomerKnowledgeId = CustomerKnowledgeId
|
15817
|
+
|
15818
|
+
@property
|
15819
|
+
def AttributeFlags(self):
|
15820
|
+
"""文档的属性标记,0: 不做用户外部权限校验
|
15821
|
+
:rtype: list of int non-negative
|
15822
|
+
"""
|
15823
|
+
return self._AttributeFlags
|
15824
|
+
|
15825
|
+
@AttributeFlags.setter
|
15826
|
+
def AttributeFlags(self, AttributeFlags):
|
15827
|
+
self._AttributeFlags = AttributeFlags
|
15828
|
+
|
15726
15829
|
|
15727
15830
|
def _deserialize(self, params):
|
15728
15831
|
self._DocBizId = params.get("DocBizId")
|
@@ -15762,6 +15865,8 @@ class ListDocItem(AbstractModel):
|
|
15762
15865
|
self._Processing = params.get("Processing")
|
15763
15866
|
self._CreateTime = params.get("CreateTime")
|
15764
15867
|
self._CateBizId = params.get("CateBizId")
|
15868
|
+
self._CustomerKnowledgeId = params.get("CustomerKnowledgeId")
|
15869
|
+
self._AttributeFlags = params.get("AttributeFlags")
|
15765
15870
|
memeber_set = set(params.keys())
|
15766
15871
|
for name, value in vars(self).items():
|
15767
15872
|
property_name = name[1:]
|
@@ -18819,6 +18924,8 @@ class ModelInfo(AbstractModel):
|
|
18819
18924
|
:type IsDefault: bool
|
18820
18925
|
:param _RoleLenLimit: 角色提示词输入长度限制
|
18821
18926
|
:type RoleLenLimit: int
|
18927
|
+
:param _IsExclusive: 是否专属并发模型
|
18928
|
+
:type IsExclusive: bool
|
18822
18929
|
"""
|
18823
18930
|
self._ModelName = None
|
18824
18931
|
self._ModelDesc = None
|
@@ -18836,6 +18943,7 @@ class ModelInfo(AbstractModel):
|
|
18836
18943
|
self._ModelCategory = None
|
18837
18944
|
self._IsDefault = None
|
18838
18945
|
self._RoleLenLimit = None
|
18946
|
+
self._IsExclusive = None
|
18839
18947
|
|
18840
18948
|
@property
|
18841
18949
|
def ModelName(self):
|
@@ -19023,6 +19131,17 @@ class ModelInfo(AbstractModel):
|
|
19023
19131
|
def RoleLenLimit(self, RoleLenLimit):
|
19024
19132
|
self._RoleLenLimit = RoleLenLimit
|
19025
19133
|
|
19134
|
+
@property
|
19135
|
+
def IsExclusive(self):
|
19136
|
+
"""是否专属并发模型
|
19137
|
+
:rtype: bool
|
19138
|
+
"""
|
19139
|
+
return self._IsExclusive
|
19140
|
+
|
19141
|
+
@IsExclusive.setter
|
19142
|
+
def IsExclusive(self, IsExclusive):
|
19143
|
+
self._IsExclusive = IsExclusive
|
19144
|
+
|
19026
19145
|
|
19027
19146
|
def _deserialize(self, params):
|
19028
19147
|
self._ModelName = params.get("ModelName")
|
@@ -19047,6 +19166,7 @@ class ModelInfo(AbstractModel):
|
|
19047
19166
|
self._ModelCategory = params.get("ModelCategory")
|
19048
19167
|
self._IsDefault = params.get("IsDefault")
|
19049
19168
|
self._RoleLenLimit = params.get("RoleLenLimit")
|
19169
|
+
self._IsExclusive = params.get("IsExclusive")
|
19050
19170
|
memeber_set = set(params.keys())
|
19051
19171
|
for name, value in vars(self).items():
|
19052
19172
|
property_name = name[1:]
|
@@ -19720,6 +19840,10 @@ class ModifyDocRequest(AbstractModel):
|
|
19720
19840
|
:type ExpireEnd: str
|
19721
19841
|
:param _CateBizId: 分类ID
|
19722
19842
|
:type CateBizId: str
|
19843
|
+
:param _CustomerKnowledgeId: 文档的用户自定义ID
|
19844
|
+
:type CustomerKnowledgeId: str
|
19845
|
+
:param _AttributeFlags: 文档的属性标记,0: 不做用户外部权限校验
|
19846
|
+
:type AttributeFlags: list of int non-negative
|
19723
19847
|
"""
|
19724
19848
|
self._BotBizId = None
|
19725
19849
|
self._DocBizId = None
|
@@ -19733,6 +19857,8 @@ class ModifyDocRequest(AbstractModel):
|
|
19733
19857
|
self._ExpireStart = None
|
19734
19858
|
self._ExpireEnd = None
|
19735
19859
|
self._CateBizId = None
|
19860
|
+
self._CustomerKnowledgeId = None
|
19861
|
+
self._AttributeFlags = None
|
19736
19862
|
|
19737
19863
|
@property
|
19738
19864
|
def BotBizId(self):
|
@@ -19867,6 +19993,28 @@ class ModifyDocRequest(AbstractModel):
|
|
19867
19993
|
def CateBizId(self, CateBizId):
|
19868
19994
|
self._CateBizId = CateBizId
|
19869
19995
|
|
19996
|
+
@property
|
19997
|
+
def CustomerKnowledgeId(self):
|
19998
|
+
"""文档的用户自定义ID
|
19999
|
+
:rtype: str
|
20000
|
+
"""
|
20001
|
+
return self._CustomerKnowledgeId
|
20002
|
+
|
20003
|
+
@CustomerKnowledgeId.setter
|
20004
|
+
def CustomerKnowledgeId(self, CustomerKnowledgeId):
|
20005
|
+
self._CustomerKnowledgeId = CustomerKnowledgeId
|
20006
|
+
|
20007
|
+
@property
|
20008
|
+
def AttributeFlags(self):
|
20009
|
+
"""文档的属性标记,0: 不做用户外部权限校验
|
20010
|
+
:rtype: list of int non-negative
|
20011
|
+
"""
|
20012
|
+
return self._AttributeFlags
|
20013
|
+
|
20014
|
+
@AttributeFlags.setter
|
20015
|
+
def AttributeFlags(self, AttributeFlags):
|
20016
|
+
self._AttributeFlags = AttributeFlags
|
20017
|
+
|
19870
20018
|
|
19871
20019
|
def _deserialize(self, params):
|
19872
20020
|
self._BotBizId = params.get("BotBizId")
|
@@ -19886,6 +20034,8 @@ class ModifyDocRequest(AbstractModel):
|
|
19886
20034
|
self._ExpireStart = params.get("ExpireStart")
|
19887
20035
|
self._ExpireEnd = params.get("ExpireEnd")
|
19888
20036
|
self._CateBizId = params.get("CateBizId")
|
20037
|
+
self._CustomerKnowledgeId = params.get("CustomerKnowledgeId")
|
20038
|
+
self._AttributeFlags = params.get("AttributeFlags")
|
19889
20039
|
memeber_set = set(params.keys())
|
19890
20040
|
for name, value in vars(self).items():
|
19891
20041
|
property_name = name[1:]
|
@@ -24453,7 +24603,12 @@ class SaveDocRequest(AbstractModel):
|
|
24453
24603
|
:type BotBizId: str
|
24454
24604
|
:param _FileName: 文件名
|
24455
24605
|
:type FileName: str
|
24456
|
-
:param _FileType:
|
24606
|
+
:param _FileType: 文档支持下面类型
|
24607
|
+
pdf、doc、docx、ppt、mhtml、pptx、wps、ppsx,单个文件不超过200MB;
|
24608
|
+
xlsx、xls、md、txt、csv、html,单个文件不超过20MB;
|
24609
|
+
|
24610
|
+
图片支持下面类型:
|
24611
|
+
jpg、png、jpeg、tiff、bmp、gif,单个文件不超过50MB
|
24457
24612
|
:type FileType: str
|
24458
24613
|
:param _CosUrl: 平台cos路径,与DescribeStorageCredential接口查询UploadPath参数保持一致
|
24459
24614
|
:type CosUrl: str
|
@@ -24488,6 +24643,10 @@ cos_hash为文档唯一性标识,与文件名无关 相同的cos_hash会被判
|
|
24488
24643
|
:type Opt: int
|
24489
24644
|
:param _CateBizId: 分类ID
|
24490
24645
|
:type CateBizId: str
|
24646
|
+
:param _CustomerKnowledgeId: 文档的用户自定义ID
|
24647
|
+
:type CustomerKnowledgeId: str
|
24648
|
+
:param _AttributeFlags: 文档的属性标记,0: 不做用户外部权限校验
|
24649
|
+
:type AttributeFlags: list of int non-negative
|
24491
24650
|
"""
|
24492
24651
|
self._BotBizId = None
|
24493
24652
|
self._FileName = None
|
@@ -24506,6 +24665,8 @@ cos_hash为文档唯一性标识,与文件名无关 相同的cos_hash会被判
|
|
24506
24665
|
self._IsRefer = None
|
24507
24666
|
self._Opt = None
|
24508
24667
|
self._CateBizId = None
|
24668
|
+
self._CustomerKnowledgeId = None
|
24669
|
+
self._AttributeFlags = None
|
24509
24670
|
|
24510
24671
|
@property
|
24511
24672
|
def BotBizId(self):
|
@@ -24531,7 +24692,12 @@ cos_hash为文档唯一性标识,与文件名无关 相同的cos_hash会被判
|
|
24531
24692
|
|
24532
24693
|
@property
|
24533
24694
|
def FileType(self):
|
24534
|
-
"""
|
24695
|
+
"""文档支持下面类型
|
24696
|
+
pdf、doc、docx、ppt、mhtml、pptx、wps、ppsx,单个文件不超过200MB;
|
24697
|
+
xlsx、xls、md、txt、csv、html,单个文件不超过20MB;
|
24698
|
+
|
24699
|
+
图片支持下面类型:
|
24700
|
+
jpg、png、jpeg、tiff、bmp、gif,单个文件不超过50MB
|
24535
24701
|
:rtype: str
|
24536
24702
|
"""
|
24537
24703
|
return self._FileType
|
@@ -24699,6 +24865,28 @@ cos_hash为文档唯一性标识,与文件名无关 相同的cos_hash会被判
|
|
24699
24865
|
def CateBizId(self, CateBizId):
|
24700
24866
|
self._CateBizId = CateBizId
|
24701
24867
|
|
24868
|
+
@property
|
24869
|
+
def CustomerKnowledgeId(self):
|
24870
|
+
"""文档的用户自定义ID
|
24871
|
+
:rtype: str
|
24872
|
+
"""
|
24873
|
+
return self._CustomerKnowledgeId
|
24874
|
+
|
24875
|
+
@CustomerKnowledgeId.setter
|
24876
|
+
def CustomerKnowledgeId(self, CustomerKnowledgeId):
|
24877
|
+
self._CustomerKnowledgeId = CustomerKnowledgeId
|
24878
|
+
|
24879
|
+
@property
|
24880
|
+
def AttributeFlags(self):
|
24881
|
+
"""文档的属性标记,0: 不做用户外部权限校验
|
24882
|
+
:rtype: list of int non-negative
|
24883
|
+
"""
|
24884
|
+
return self._AttributeFlags
|
24885
|
+
|
24886
|
+
@AttributeFlags.setter
|
24887
|
+
def AttributeFlags(self, AttributeFlags):
|
24888
|
+
self._AttributeFlags = AttributeFlags
|
24889
|
+
|
24702
24890
|
|
24703
24891
|
def _deserialize(self, params):
|
24704
24892
|
self._BotBizId = params.get("BotBizId")
|
@@ -24723,6 +24911,8 @@ cos_hash为文档唯一性标识,与文件名无关 相同的cos_hash会被判
|
|
24723
24911
|
self._IsRefer = params.get("IsRefer")
|
24724
24912
|
self._Opt = params.get("Opt")
|
24725
24913
|
self._CateBizId = params.get("CateBizId")
|
24914
|
+
self._CustomerKnowledgeId = params.get("CustomerKnowledgeId")
|
24915
|
+
self._AttributeFlags = params.get("AttributeFlags")
|
24726
24916
|
memeber_set = set(params.keys())
|
24727
24917
|
for name, value in vars(self).items():
|
24728
24918
|
property_name = name[1:]
|
@@ -45,7 +45,7 @@ class LkeapClient(AbstractClient):
|
|
45
45
|
- 支持64K上下文长度,最大输出16k。
|
46
46
|
- DeepSeek-R1(model 参数值为**deepseek-r1**)
|
47
47
|
- DeepSeek-R1为671B模型,使用强化学习训练,推理过程包含大量反思和验证,思维链长度可达数万字。 该系列模型在数学、代码以及各种复杂逻辑推理任务上推理效果优异,并为用户展现了完整的思考过程。
|
48
|
-
- 支持
|
48
|
+
- 支持96K上下文长度,最大输入长度64k,最大输出16k(默认4k),最大思维链输出长度32k。
|
49
49
|
- DeepSeek-Prover-V2(model 参数值为**deepseek-prover-v2**)
|
50
50
|
- DeepSeek-Prover-V2 为671B 参数 MoE 模型,在数学定理证明和复杂计算任务中表现出色。
|
51
51
|
- 支持64K上下文长度,最大输出16k。
|