tencentcloud-sdk-python 3.0.1384__py2.py3-none-any.whl → 3.0.1386__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/ams/v20201229/models.py +4 -8
- tencentcloud/batch/v20170312/models.py +6 -6
- tencentcloud/billing/v20180709/models.py +4 -2
- tencentcloud/cbs/v20170312/errorcodes.py +3 -0
- tencentcloud/cbs/v20170312/models.py +2 -2
- tencentcloud/cdwdoris/v20211228/models.py +107 -2
- tencentcloud/clb/v20180317/models.py +10 -2
- tencentcloud/cls/v20201016/cls_client.py +2 -1
- tencentcloud/cls/v20201016/models.py +59 -16
- tencentcloud/cvm/v20170312/cvm_client.py +1 -0
- tencentcloud/cvm/v20170312/errorcodes.py +12 -3
- tencentcloud/cvm/v20170312/models.py +38 -34
- tencentcloud/cynosdb/v20190107/errorcodes.py +3 -0
- tencentcloud/cynosdb/v20190107/models.py +0 -4
- tencentcloud/dlc/v20210125/models.py +197 -0
- tencentcloud/domain/v20180808/domain_client.py +1 -1
- tencentcloud/domain/v20180808/models.py +2 -0
- tencentcloud/dsgc/v20190723/dsgc_client.py +0 -345
- tencentcloud/dsgc/v20190723/models.py +24 -514
- tencentcloud/dts/v20180330/models.py +8 -0
- tencentcloud/es/v20180416/models.py +15 -0
- tencentcloud/ess/v20201111/ess_client.py +2 -0
- tencentcloud/ess/v20201111/models.py +8 -8
- tencentcloud/essbasic/v20210526/essbasic_client.py +2 -0
- tencentcloud/goosefs/v20220519/goosefs_client.py +138 -0
- tencentcloud/goosefs/v20220519/models.py +861 -1
- tencentcloud/hai/v20230812/models.py +6 -6
- tencentcloud/iotexplorer/v20190423/models.py +19 -4
- tencentcloud/keewidb/v20220308/models.py +26 -2
- tencentcloud/lighthouse/v20200324/models.py +4 -0
- tencentcloud/live/v20180801/models.py +15 -0
- tencentcloud/lke/v20231130/lke_client.py +3 -3
- tencentcloud/lke/v20231130/models.py +2 -92
- tencentcloud/monitor/v20180724/models.py +4 -4
- tencentcloud/mps/v20190612/models.py +29 -8
- tencentcloud/mps/v20190612/mps_client.py +1 -0
- tencentcloud/postgres/v20170312/models.py +0 -214
- tencentcloud/postgres/v20170312/postgres_client.py +3 -28
- tencentcloud/scf/v20180416/errorcodes.py +24 -0
- tencentcloud/scf/v20180416/models.py +4 -4
- tencentcloud/ses/v20201002/models.py +15 -0
- tencentcloud/sqlserver/v20180328/models.py +2 -2
- tencentcloud/ssl/v20191205/errorcodes.py +6 -0
- tencentcloud/ssl/v20191205/models.py +30 -0
- tencentcloud/tcb/v20180608/models.py +2 -2
- tencentcloud/tione/v20211111/models.py +599 -0
- tencentcloud/tione/v20211111/tione_client.py +23 -0
- tencentcloud/tke/v20180525/errorcodes.py +6 -0
- tencentcloud/tke/v20220501/models.py +17 -0
- tencentcloud/trtc/v20190722/models.py +50 -2
- tencentcloud/tse/v20201207/errorcodes.py +3 -0
- tencentcloud/tse/v20201207/models.py +126 -0
- tencentcloud/tts/v20190823/models.py +4 -4
- tencentcloud/tts/v20190823/tts_client.py +0 -1
- tencentcloud/vpc/v20170312/errorcodes.py +18 -0
- tencentcloud/vpc/v20170312/models.py +4 -2
- tencentcloud/vpc/v20170312/vpc_client.py +1 -1
- {tencentcloud_sdk_python-3.0.1384.dist-info → tencentcloud_sdk_python-3.0.1386.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1384.dist-info → tencentcloud_sdk_python-3.0.1386.dist-info}/RECORD +63 -68
- tencentcloud/apcas/__init__.py +0 -0
- tencentcloud/apcas/v20201127/__init__.py +0 -0
- tencentcloud/apcas/v20201127/apcas_client.py +0 -187
- tencentcloud/apcas/v20201127/errorcodes.py +0 -48
- tencentcloud/apcas/v20201127/models.py +0 -1514
- {tencentcloud_sdk_python-3.0.1384.dist-info → tencentcloud_sdk_python-3.0.1386.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1384.dist-info → tencentcloud_sdk_python-3.0.1386.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1384.dist-info → tencentcloud_sdk_python-3.0.1386.dist-info}/top_level.txt +0 -0
@@ -1895,7 +1895,7 @@ DISABLE_NOTIFY_AND_MANUAL_RENEW:表示明确不自动续费(用户设置)
|
|
1895
1895
|
默认值:NOTIFY_AND_MANUAL_RENEW
|
1896
1896
|
|
1897
1897
|
:type RenewFlag: str
|
1898
|
-
:param _TimeUnit:
|
1898
|
+
:param _TimeUnit: 时长单位,枚举: MONTH, DAY, HOUR;释义:月,日,小时
|
1899
1899
|
:type TimeUnit: str
|
1900
1900
|
"""
|
1901
1901
|
self._Period = None
|
@@ -1931,7 +1931,7 @@ DISABLE_NOTIFY_AND_MANUAL_RENEW:表示明确不自动续费(用户设置)
|
|
1931
1931
|
|
1932
1932
|
@property
|
1933
1933
|
def TimeUnit(self):
|
1934
|
-
"""
|
1934
|
+
"""时长单位,枚举: MONTH, DAY, HOUR;释义:月,日,小时
|
1935
1935
|
:rtype: str
|
1936
1936
|
"""
|
1937
1937
|
return self._TimeUnit
|
@@ -1962,9 +1962,9 @@ class ItemPrice(AbstractModel):
|
|
1962
1962
|
|
1963
1963
|
def __init__(self):
|
1964
1964
|
r"""
|
1965
|
-
:param _UnitPrice:
|
1965
|
+
:param _UnitPrice: 原单价,元
|
1966
1966
|
:type UnitPrice: float
|
1967
|
-
:param _DiscountUnitPrice:
|
1967
|
+
:param _DiscountUnitPrice: 折扣后单价,元
|
1968
1968
|
:type DiscountUnitPrice: float
|
1969
1969
|
:param _Discount: 折扣
|
1970
1970
|
:type Discount: float
|
@@ -1982,7 +1982,7 @@ class ItemPrice(AbstractModel):
|
|
1982
1982
|
|
1983
1983
|
@property
|
1984
1984
|
def UnitPrice(self):
|
1985
|
-
"""
|
1985
|
+
"""原单价,元
|
1986
1986
|
:rtype: float
|
1987
1987
|
"""
|
1988
1988
|
return self._UnitPrice
|
@@ -1993,7 +1993,7 @@ class ItemPrice(AbstractModel):
|
|
1993
1993
|
|
1994
1994
|
@property
|
1995
1995
|
def DiscountUnitPrice(self):
|
1996
|
-
"""
|
1996
|
+
"""折扣后单价,元
|
1997
1997
|
:rtype: float
|
1998
1998
|
"""
|
1999
1999
|
return self._DiscountUnitPrice
|
@@ -29755,7 +29755,7 @@ class VisionRecognitionResult(AbstractModel):
|
|
29755
29755
|
|
29756
29756
|
def __init__(self):
|
29757
29757
|
r"""
|
29758
|
-
:param _Status: 任务状态(1
|
29758
|
+
:param _Status: 任务状态(1:分析失败;2:下载/读取视频/图片失败;3:成功)
|
29759
29759
|
:type Status: int
|
29760
29760
|
:param _DetectedClassifications: 识别到的目标类型。可能取值:
|
29761
29761
|
|
@@ -29769,16 +29769,19 @@ class VisionRecognitionResult(AbstractModel):
|
|
29769
29769
|
- `license_plate`:车牌
|
29770
29770
|
|
29771
29771
|
:type DetectedClassifications: list of str
|
29772
|
-
:param _Summary:
|
29772
|
+
:param _Summary: 摘要文本
|
29773
29773
|
:type Summary: str
|
29774
|
+
:param _AlternativeSummary: 摘要文本(次选语言)
|
29775
|
+
:type AlternativeSummary: str
|
29774
29776
|
"""
|
29775
29777
|
self._Status = None
|
29776
29778
|
self._DetectedClassifications = None
|
29777
29779
|
self._Summary = None
|
29780
|
+
self._AlternativeSummary = None
|
29778
29781
|
|
29779
29782
|
@property
|
29780
29783
|
def Status(self):
|
29781
|
-
"""任务状态(1
|
29784
|
+
"""任务状态(1:分析失败;2:下载/读取视频/图片失败;3:成功)
|
29782
29785
|
:rtype: int
|
29783
29786
|
"""
|
29784
29787
|
return self._Status
|
@@ -29810,7 +29813,7 @@ class VisionRecognitionResult(AbstractModel):
|
|
29810
29813
|
|
29811
29814
|
@property
|
29812
29815
|
def Summary(self):
|
29813
|
-
"""
|
29816
|
+
"""摘要文本
|
29814
29817
|
:rtype: str
|
29815
29818
|
"""
|
29816
29819
|
return self._Summary
|
@@ -29819,11 +29822,23 @@ class VisionRecognitionResult(AbstractModel):
|
|
29819
29822
|
def Summary(self, Summary):
|
29820
29823
|
self._Summary = Summary
|
29821
29824
|
|
29825
|
+
@property
|
29826
|
+
def AlternativeSummary(self):
|
29827
|
+
"""摘要文本(次选语言)
|
29828
|
+
:rtype: str
|
29829
|
+
"""
|
29830
|
+
return self._AlternativeSummary
|
29831
|
+
|
29832
|
+
@AlternativeSummary.setter
|
29833
|
+
def AlternativeSummary(self, AlternativeSummary):
|
29834
|
+
self._AlternativeSummary = AlternativeSummary
|
29835
|
+
|
29822
29836
|
|
29823
29837
|
def _deserialize(self, params):
|
29824
29838
|
self._Status = params.get("Status")
|
29825
29839
|
self._DetectedClassifications = params.get("DetectedClassifications")
|
29826
29840
|
self._Summary = params.get("Summary")
|
29841
|
+
self._AlternativeSummary = params.get("AlternativeSummary")
|
29827
29842
|
memeber_set = set(params.keys())
|
29828
29843
|
for name, value in vars(self).items():
|
29829
29844
|
property_name = name[1:]
|
@@ -2644,10 +2644,12 @@ class DescribeInstancesRequest(AbstractModel):
|
|
2644
2644
|
:type TypeList: list of int
|
2645
2645
|
:param _MonitorVersion: 内部参数,用户可忽略。
|
2646
2646
|
:type MonitorVersion: str
|
2647
|
-
:param _InstanceTags:
|
2647
|
+
:param _InstanceTags: 废弃字段。请使用TagList传参。
|
2648
2648
|
:type InstanceTags: :class:`tencentcloud.keewidb.v20220308.models.InstanceTagInfo`
|
2649
2649
|
:param _TagKeys: 根据标签的 Key 筛选资源,该参数不配置或者数组设置为空值,则不根据标签Key进行过滤。
|
2650
2650
|
:type TagKeys: list of str
|
2651
|
+
:param _TagList: 根据标签的 Key 和 Value 筛选资源。该参数不配置或者数组设置为空值,则不根据标签进行过滤。
|
2652
|
+
:type TagList: list of InstanceTagInfo
|
2651
2653
|
"""
|
2652
2654
|
self._Limit = None
|
2653
2655
|
self._Offset = None
|
@@ -2670,6 +2672,7 @@ class DescribeInstancesRequest(AbstractModel):
|
|
2670
2672
|
self._MonitorVersion = None
|
2671
2673
|
self._InstanceTags = None
|
2672
2674
|
self._TagKeys = None
|
2675
|
+
self._TagList = None
|
2673
2676
|
|
2674
2677
|
@property
|
2675
2678
|
def Limit(self):
|
@@ -2883,13 +2886,17 @@ class DescribeInstancesRequest(AbstractModel):
|
|
2883
2886
|
|
2884
2887
|
@property
|
2885
2888
|
def InstanceTags(self):
|
2886
|
-
"
|
2889
|
+
warnings.warn("parameter `InstanceTags` is deprecated", DeprecationWarning)
|
2890
|
+
|
2891
|
+
"""废弃字段。请使用TagList传参。
|
2887
2892
|
:rtype: :class:`tencentcloud.keewidb.v20220308.models.InstanceTagInfo`
|
2888
2893
|
"""
|
2889
2894
|
return self._InstanceTags
|
2890
2895
|
|
2891
2896
|
@InstanceTags.setter
|
2892
2897
|
def InstanceTags(self, InstanceTags):
|
2898
|
+
warnings.warn("parameter `InstanceTags` is deprecated", DeprecationWarning)
|
2899
|
+
|
2893
2900
|
self._InstanceTags = InstanceTags
|
2894
2901
|
|
2895
2902
|
@property
|
@@ -2903,6 +2910,17 @@ class DescribeInstancesRequest(AbstractModel):
|
|
2903
2910
|
def TagKeys(self, TagKeys):
|
2904
2911
|
self._TagKeys = TagKeys
|
2905
2912
|
|
2913
|
+
@property
|
2914
|
+
def TagList(self):
|
2915
|
+
"""根据标签的 Key 和 Value 筛选资源。该参数不配置或者数组设置为空值,则不根据标签进行过滤。
|
2916
|
+
:rtype: list of InstanceTagInfo
|
2917
|
+
"""
|
2918
|
+
return self._TagList
|
2919
|
+
|
2920
|
+
@TagList.setter
|
2921
|
+
def TagList(self, TagList):
|
2922
|
+
self._TagList = TagList
|
2923
|
+
|
2906
2924
|
|
2907
2925
|
def _deserialize(self, params):
|
2908
2926
|
self._Limit = params.get("Limit")
|
@@ -2928,6 +2946,12 @@ class DescribeInstancesRequest(AbstractModel):
|
|
2928
2946
|
self._InstanceTags = InstanceTagInfo()
|
2929
2947
|
self._InstanceTags._deserialize(params.get("InstanceTags"))
|
2930
2948
|
self._TagKeys = params.get("TagKeys")
|
2949
|
+
if params.get("TagList") is not None:
|
2950
|
+
self._TagList = []
|
2951
|
+
for item in params.get("TagList"):
|
2952
|
+
obj = InstanceTagInfo()
|
2953
|
+
obj._deserialize(item)
|
2954
|
+
self._TagList.append(obj)
|
2931
2955
|
memeber_set = set(params.keys())
|
2932
2956
|
for name, value in vars(self).items():
|
2933
2957
|
property_name = name[1:]
|
@@ -15794,6 +15794,8 @@ class RenewDiskChargePrepaid(AbstractModel):
|
|
15794
15794
|
def __init__(self):
|
15795
15795
|
r"""
|
15796
15796
|
:param _Period: 续费周期。
|
15797
|
+
单位:月。
|
15798
|
+
取值范围: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24, 36]
|
15797
15799
|
:type Period: int
|
15798
15800
|
:param _RenewFlag: 自动续费标识。
|
15799
15801
|
取值范围:
|
@@ -15817,6 +15819,8 @@ class RenewDiskChargePrepaid(AbstractModel):
|
|
15817
15819
|
@property
|
15818
15820
|
def Period(self):
|
15819
15821
|
"""续费周期。
|
15822
|
+
单位:月。
|
15823
|
+
取值范围: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24, 36]
|
15820
15824
|
:rtype: int
|
15821
15825
|
"""
|
15822
15826
|
return self._Period
|
@@ -34061,6 +34061,8 @@ class PushQualityData(AbstractModel):
|
|
34061
34061
|
:type Flux: float
|
34062
34062
|
:param _ServerIp: 推流服务端 IP。
|
34063
34063
|
:type ServerIp: str
|
34064
|
+
:param _GopSize: 关键帧间隔 GOP ,单位:ms。
|
34065
|
+
:type GopSize: int
|
34064
34066
|
"""
|
34065
34067
|
self._Time = None
|
34066
34068
|
self._PushDomain = None
|
@@ -34085,6 +34087,7 @@ class PushQualityData(AbstractModel):
|
|
34085
34087
|
self._Bandwidth = None
|
34086
34088
|
self._Flux = None
|
34087
34089
|
self._ServerIp = None
|
34090
|
+
self._GopSize = None
|
34088
34091
|
|
34089
34092
|
@property
|
34090
34093
|
def Time(self):
|
@@ -34341,6 +34344,17 @@ class PushQualityData(AbstractModel):
|
|
34341
34344
|
def ServerIp(self, ServerIp):
|
34342
34345
|
self._ServerIp = ServerIp
|
34343
34346
|
|
34347
|
+
@property
|
34348
|
+
def GopSize(self):
|
34349
|
+
"""关键帧间隔 GOP ,单位:ms。
|
34350
|
+
:rtype: int
|
34351
|
+
"""
|
34352
|
+
return self._GopSize
|
34353
|
+
|
34354
|
+
@GopSize.setter
|
34355
|
+
def GopSize(self, GopSize):
|
34356
|
+
self._GopSize = GopSize
|
34357
|
+
|
34344
34358
|
|
34345
34359
|
def _deserialize(self, params):
|
34346
34360
|
self._Time = params.get("Time")
|
@@ -34366,6 +34380,7 @@ class PushQualityData(AbstractModel):
|
|
34366
34380
|
self._Bandwidth = params.get("Bandwidth")
|
34367
34381
|
self._Flux = params.get("Flux")
|
34368
34382
|
self._ServerIp = params.get("ServerIp")
|
34383
|
+
self._GopSize = params.get("GopSize")
|
34369
34384
|
memeber_set = set(params.keys())
|
34370
34385
|
for name, value in vars(self).items():
|
34371
34386
|
property_name = name[1:]
|
@@ -2202,9 +2202,9 @@ class LkeClient(AbstractClient):
|
|
2202
2202
|
def SaveDoc(self, request):
|
2203
2203
|
"""知识库文档问答保存。
|
2204
2204
|
将文件存储到应用的知识库内需要三步:
|
2205
|
-
1.获取临时密钥,参考[接口文档](https://cloud.tencent.com/document/product/1759/105050)。获取临时密钥不同参数组合权限不一样,可参考 [
|
2206
|
-
2.调用腾讯云提供的 cos
|
2207
|
-
3
|
2205
|
+
1.获取临时密钥,参考[接口文档](https://cloud.tencent.com/document/product/1759/105050)。获取临时密钥不同参数组合权限不一样,可参考 [智能体开发平台操作 cos 指南](https://cloud.tencent.com/document/product/1759/116238)
|
2206
|
+
2.调用腾讯云提供的 cos 存储接口,将文件存储到智能体开发平台 cos 中:具体可参考[ COS SDK 概览](https://cloud.tencent.com/document/product/436/6474), 注意使用的是临时密钥的方式操作 COS
|
2207
|
+
3.调用本接口,将文件的基础信息存储到智能体开发平台中。
|
2208
2208
|
以上步骤可参考[文档](https://cloud.tencent.com/document/product/1759/108903),文档最后有[代码demo](https://cloud.tencent.com/document/product/1759/108903#demo),可作为参考。
|
2209
2209
|
|
2210
2210
|
:param request: Request instance for SaveDoc.
|
@@ -6823,10 +6823,6 @@ class DescribeDocResponse(AbstractModel):
|
|
6823
6823
|
:type AttrLabels: list of AttrLabel
|
6824
6824
|
:param _CateBizId: 分类ID
|
6825
6825
|
:type CateBizId: str
|
6826
|
-
:param _CustomerKnowledgeId: 文档的用户自定义ID
|
6827
|
-
:type CustomerKnowledgeId: str
|
6828
|
-
:param _AttributeFlags: 文档的属性标记,0: 不做用户外部权限校验
|
6829
|
-
:type AttributeFlags: list of int non-negative
|
6830
6826
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6831
6827
|
:type RequestId: str
|
6832
6828
|
"""
|
@@ -6854,8 +6850,6 @@ class DescribeDocResponse(AbstractModel):
|
|
6854
6850
|
self._AttrRange = None
|
6855
6851
|
self._AttrLabels = None
|
6856
6852
|
self._CateBizId = None
|
6857
|
-
self._CustomerKnowledgeId = None
|
6858
|
-
self._AttributeFlags = None
|
6859
6853
|
self._RequestId = None
|
6860
6854
|
|
6861
6855
|
@property
|
@@ -7122,28 +7116,6 @@ class DescribeDocResponse(AbstractModel):
|
|
7122
7116
|
def CateBizId(self, CateBizId):
|
7123
7117
|
self._CateBizId = CateBizId
|
7124
7118
|
|
7125
|
-
@property
|
7126
|
-
def CustomerKnowledgeId(self):
|
7127
|
-
"""文档的用户自定义ID
|
7128
|
-
:rtype: str
|
7129
|
-
"""
|
7130
|
-
return self._CustomerKnowledgeId
|
7131
|
-
|
7132
|
-
@CustomerKnowledgeId.setter
|
7133
|
-
def CustomerKnowledgeId(self, CustomerKnowledgeId):
|
7134
|
-
self._CustomerKnowledgeId = CustomerKnowledgeId
|
7135
|
-
|
7136
|
-
@property
|
7137
|
-
def AttributeFlags(self):
|
7138
|
-
"""文档的属性标记,0: 不做用户外部权限校验
|
7139
|
-
:rtype: list of int non-negative
|
7140
|
-
"""
|
7141
|
-
return self._AttributeFlags
|
7142
|
-
|
7143
|
-
@AttributeFlags.setter
|
7144
|
-
def AttributeFlags(self, AttributeFlags):
|
7145
|
-
self._AttributeFlags = AttributeFlags
|
7146
|
-
|
7147
7119
|
@property
|
7148
7120
|
def RequestId(self):
|
7149
7121
|
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -7186,8 +7158,6 @@ class DescribeDocResponse(AbstractModel):
|
|
7186
7158
|
obj._deserialize(item)
|
7187
7159
|
self._AttrLabels.append(obj)
|
7188
7160
|
self._CateBizId = params.get("CateBizId")
|
7189
|
-
self._CustomerKnowledgeId = params.get("CustomerKnowledgeId")
|
7190
|
-
self._AttributeFlags = params.get("AttributeFlags")
|
7191
7161
|
self._RequestId = params.get("RequestId")
|
7192
7162
|
|
7193
7163
|
|
@@ -20201,10 +20171,6 @@ class ModifyDocRequest(AbstractModel):
|
|
20201
20171
|
:type ExpireEnd: str
|
20202
20172
|
:param _CateBizId: 分类ID
|
20203
20173
|
:type CateBizId: str
|
20204
|
-
:param _CustomerKnowledgeId: 文档的用户自定义ID
|
20205
|
-
:type CustomerKnowledgeId: str
|
20206
|
-
:param _AttributeFlags: 文档的属性标记,0: 不做用户外部权限校验
|
20207
|
-
:type AttributeFlags: list of int non-negative
|
20208
20174
|
"""
|
20209
20175
|
self._BotBizId = None
|
20210
20176
|
self._DocBizId = None
|
@@ -20218,8 +20184,6 @@ class ModifyDocRequest(AbstractModel):
|
|
20218
20184
|
self._ExpireStart = None
|
20219
20185
|
self._ExpireEnd = None
|
20220
20186
|
self._CateBizId = None
|
20221
|
-
self._CustomerKnowledgeId = None
|
20222
|
-
self._AttributeFlags = None
|
20223
20187
|
|
20224
20188
|
@property
|
20225
20189
|
def BotBizId(self):
|
@@ -20354,28 +20318,6 @@ class ModifyDocRequest(AbstractModel):
|
|
20354
20318
|
def CateBizId(self, CateBizId):
|
20355
20319
|
self._CateBizId = CateBizId
|
20356
20320
|
|
20357
|
-
@property
|
20358
|
-
def CustomerKnowledgeId(self):
|
20359
|
-
"""文档的用户自定义ID
|
20360
|
-
:rtype: str
|
20361
|
-
"""
|
20362
|
-
return self._CustomerKnowledgeId
|
20363
|
-
|
20364
|
-
@CustomerKnowledgeId.setter
|
20365
|
-
def CustomerKnowledgeId(self, CustomerKnowledgeId):
|
20366
|
-
self._CustomerKnowledgeId = CustomerKnowledgeId
|
20367
|
-
|
20368
|
-
@property
|
20369
|
-
def AttributeFlags(self):
|
20370
|
-
"""文档的属性标记,0: 不做用户外部权限校验
|
20371
|
-
:rtype: list of int non-negative
|
20372
|
-
"""
|
20373
|
-
return self._AttributeFlags
|
20374
|
-
|
20375
|
-
@AttributeFlags.setter
|
20376
|
-
def AttributeFlags(self, AttributeFlags):
|
20377
|
-
self._AttributeFlags = AttributeFlags
|
20378
|
-
|
20379
20321
|
|
20380
20322
|
def _deserialize(self, params):
|
20381
20323
|
self._BotBizId = params.get("BotBizId")
|
@@ -20395,8 +20337,6 @@ class ModifyDocRequest(AbstractModel):
|
|
20395
20337
|
self._ExpireStart = params.get("ExpireStart")
|
20396
20338
|
self._ExpireEnd = params.get("ExpireEnd")
|
20397
20339
|
self._CateBizId = params.get("CateBizId")
|
20398
|
-
self._CustomerKnowledgeId = params.get("CustomerKnowledgeId")
|
20399
|
-
self._AttributeFlags = params.get("AttributeFlags")
|
20400
20340
|
memeber_set = set(params.keys())
|
20401
20341
|
for name, value in vars(self).items():
|
20402
20342
|
property_name = name[1:]
|
@@ -25074,14 +25014,10 @@ cos_hash为文档唯一性标识,与文件名无关 相同的cos_hash会被判
|
|
25074
25014
|
:type ExpireEnd: str
|
25075
25015
|
:param _IsRefer: 是否引用链接
|
25076
25016
|
:type IsRefer: bool
|
25077
|
-
:param _Opt: 文档操作类型:1:批量导入(批量导入问答对);2:文档导入(正常导入单个文档) 默认为1 <br> 请注意,opt=1
|
25017
|
+
:param _Opt: 文档操作类型:1:批量导入(批量导入问答对);2:文档导入(正常导入单个文档) 默认为1 <br> 请注意,opt=1的时候请从腾讯云智能体开发平台页面下载excel模板
|
25078
25018
|
:type Opt: int
|
25079
25019
|
:param _CateBizId: 分类ID
|
25080
25020
|
:type CateBizId: str
|
25081
|
-
:param _CustomerKnowledgeId: 文档的用户自定义ID
|
25082
|
-
:type CustomerKnowledgeId: str
|
25083
|
-
:param _AttributeFlags: 文档的属性标记,0: 不做用户外部权限校验
|
25084
|
-
:type AttributeFlags: list of int non-negative
|
25085
25021
|
"""
|
25086
25022
|
self._BotBizId = None
|
25087
25023
|
self._FileName = None
|
@@ -25100,8 +25036,6 @@ cos_hash为文档唯一性标识,与文件名无关 相同的cos_hash会被判
|
|
25100
25036
|
self._IsRefer = None
|
25101
25037
|
self._Opt = None
|
25102
25038
|
self._CateBizId = None
|
25103
|
-
self._CustomerKnowledgeId = None
|
25104
|
-
self._AttributeFlags = None
|
25105
25039
|
|
25106
25040
|
@property
|
25107
25041
|
def BotBizId(self):
|
@@ -25280,7 +25214,7 @@ cos_hash为文档唯一性标识,与文件名无关 相同的cos_hash会被判
|
|
25280
25214
|
|
25281
25215
|
@property
|
25282
25216
|
def Opt(self):
|
25283
|
-
"""文档操作类型:1:批量导入(批量导入问答对);2:文档导入(正常导入单个文档) 默认为1 <br> 请注意,opt=1
|
25217
|
+
"""文档操作类型:1:批量导入(批量导入问答对);2:文档导入(正常导入单个文档) 默认为1 <br> 请注意,opt=1的时候请从腾讯云智能体开发平台页面下载excel模板
|
25284
25218
|
:rtype: int
|
25285
25219
|
"""
|
25286
25220
|
return self._Opt
|
@@ -25300,28 +25234,6 @@ cos_hash为文档唯一性标识,与文件名无关 相同的cos_hash会被判
|
|
25300
25234
|
def CateBizId(self, CateBizId):
|
25301
25235
|
self._CateBizId = CateBizId
|
25302
25236
|
|
25303
|
-
@property
|
25304
|
-
def CustomerKnowledgeId(self):
|
25305
|
-
"""文档的用户自定义ID
|
25306
|
-
:rtype: str
|
25307
|
-
"""
|
25308
|
-
return self._CustomerKnowledgeId
|
25309
|
-
|
25310
|
-
@CustomerKnowledgeId.setter
|
25311
|
-
def CustomerKnowledgeId(self, CustomerKnowledgeId):
|
25312
|
-
self._CustomerKnowledgeId = CustomerKnowledgeId
|
25313
|
-
|
25314
|
-
@property
|
25315
|
-
def AttributeFlags(self):
|
25316
|
-
"""文档的属性标记,0: 不做用户外部权限校验
|
25317
|
-
:rtype: list of int non-negative
|
25318
|
-
"""
|
25319
|
-
return self._AttributeFlags
|
25320
|
-
|
25321
|
-
@AttributeFlags.setter
|
25322
|
-
def AttributeFlags(self, AttributeFlags):
|
25323
|
-
self._AttributeFlags = AttributeFlags
|
25324
|
-
|
25325
25237
|
|
25326
25238
|
def _deserialize(self, params):
|
25327
25239
|
self._BotBizId = params.get("BotBizId")
|
@@ -25346,8 +25258,6 @@ cos_hash为文档唯一性标识,与文件名无关 相同的cos_hash会被判
|
|
25346
25258
|
self._IsRefer = params.get("IsRefer")
|
25347
25259
|
self._Opt = params.get("Opt")
|
25348
25260
|
self._CateBizId = params.get("CateBizId")
|
25349
|
-
self._CustomerKnowledgeId = params.get("CustomerKnowledgeId")
|
25350
|
-
self._AttributeFlags = params.get("AttributeFlags")
|
25351
25261
|
memeber_set = set(params.keys())
|
25352
25262
|
for name, value in vars(self).items():
|
25353
25263
|
property_name = name[1:]
|
@@ -27862,9 +27862,9 @@ class MidQueryCondition(AbstractModel):
|
|
27862
27862
|
r"""
|
27863
27863
|
:param _Key: 维度
|
27864
27864
|
:type Key: str
|
27865
|
-
:param _Operator:
|
27865
|
+
:param _Operator: 操作符,支持=、in
|
27866
27866
|
:type Operator: str
|
27867
|
-
:param _Value: 维度值,当Op
|
27867
|
+
:param _Value: 维度值,当Op是=时,只使用第一个元素
|
27868
27868
|
:type Value: list of str
|
27869
27869
|
"""
|
27870
27870
|
self._Key = None
|
@@ -27884,7 +27884,7 @@ class MidQueryCondition(AbstractModel):
|
|
27884
27884
|
|
27885
27885
|
@property
|
27886
27886
|
def Operator(self):
|
27887
|
-
"""
|
27887
|
+
"""操作符,支持=、in
|
27888
27888
|
:rtype: str
|
27889
27889
|
"""
|
27890
27890
|
return self._Operator
|
@@ -27895,7 +27895,7 @@ class MidQueryCondition(AbstractModel):
|
|
27895
27895
|
|
27896
27896
|
@property
|
27897
27897
|
def Value(self):
|
27898
|
-
"""维度值,当Op
|
27898
|
+
"""维度值,当Op是=时,只使用第一个元素
|
27899
27899
|
:rtype: list of str
|
27900
27900
|
"""
|
27901
27901
|
return self._Value
|
@@ -10929,7 +10929,7 @@ class AsrHotwordsSet(AbstractModel):
|
|
10929
10929
|
注意:此字段可能返回 null,表示取不到有效值。
|
10930
10930
|
:type HotwordsId: str
|
10931
10931
|
:param _Status: 当前热词库状态,数值表示绑定该热词库的智能字幕模板数量。
|
10932
|
-
Status 为 0
|
10932
|
+
Status 为 0 ,表示该热词库没有被智能字幕模板引用可以删除;
|
10933
10933
|
Status 不为 0,表示该热词库不能被删除。
|
10934
10934
|
注意:此字段可能返回 null,表示取不到有效值。
|
10935
10935
|
:type Status: int
|
@@ -10977,7 +10977,7 @@ Status 不为 0,表示该热词库不能被删除。
|
|
10977
10977
|
@property
|
10978
10978
|
def Status(self):
|
10979
10979
|
"""当前热词库状态,数值表示绑定该热词库的智能字幕模板数量。
|
10980
|
-
Status 为 0
|
10980
|
+
Status 为 0 ,表示该热词库没有被智能字幕模板引用可以删除;
|
10981
10981
|
Status 不为 0,表示该热词库不能被删除。
|
10982
10982
|
注意:此字段可能返回 null,表示取不到有效值。
|
10983
10983
|
:rtype: int
|
@@ -35548,7 +35548,7 @@ class ImageAreaBoxInfo(AbstractModel):
|
|
35548
35548
|
r"""
|
35549
35549
|
:param _Type: 图片框选区域类型,可选值:
|
35550
35550
|
<li>logo:图标;</li>
|
35551
|
-
<li>text
|
35551
|
+
<li>text:文字;</li>
|
35552
35552
|
默认值:logo。
|
35553
35553
|
注意:此字段可能返回 null,表示取不到有效值。
|
35554
35554
|
:type Type: str
|
@@ -35556,15 +35556,21 @@ class ImageAreaBoxInfo(AbstractModel):
|
|
35556
35556
|
示例值:[101, 85, 111, 95]
|
35557
35557
|
注意:此字段可能返回 null,表示取不到有效值。
|
35558
35558
|
:type AreaCoordSet: list of int
|
35559
|
+
:param _BoundingBox: 图片框选区域坐标,[x1, y1, x2, y2],即左上角坐标、右下角坐标, 当AreaCoordSet未指定时生效。
|
35560
|
+
- [0.1, 0.1, 0.3, 0.3] : 表示比例 (数值小于1)
|
35561
|
+
- [50, 50, 350, 280] : 表示像素 (数值大于等于1)
|
35562
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35563
|
+
:type BoundingBox: list of float
|
35559
35564
|
"""
|
35560
35565
|
self._Type = None
|
35561
35566
|
self._AreaCoordSet = None
|
35567
|
+
self._BoundingBox = None
|
35562
35568
|
|
35563
35569
|
@property
|
35564
35570
|
def Type(self):
|
35565
35571
|
"""图片框选区域类型,可选值:
|
35566
35572
|
<li>logo:图标;</li>
|
35567
|
-
<li>text
|
35573
|
+
<li>text:文字;</li>
|
35568
35574
|
默认值:logo。
|
35569
35575
|
注意:此字段可能返回 null,表示取不到有效值。
|
35570
35576
|
:rtype: str
|
@@ -35588,10 +35594,25 @@ class ImageAreaBoxInfo(AbstractModel):
|
|
35588
35594
|
def AreaCoordSet(self, AreaCoordSet):
|
35589
35595
|
self._AreaCoordSet = AreaCoordSet
|
35590
35596
|
|
35597
|
+
@property
|
35598
|
+
def BoundingBox(self):
|
35599
|
+
"""图片框选区域坐标,[x1, y1, x2, y2],即左上角坐标、右下角坐标, 当AreaCoordSet未指定时生效。
|
35600
|
+
- [0.1, 0.1, 0.3, 0.3] : 表示比例 (数值小于1)
|
35601
|
+
- [50, 50, 350, 280] : 表示像素 (数值大于等于1)
|
35602
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35603
|
+
:rtype: list of float
|
35604
|
+
"""
|
35605
|
+
return self._BoundingBox
|
35606
|
+
|
35607
|
+
@BoundingBox.setter
|
35608
|
+
def BoundingBox(self, BoundingBox):
|
35609
|
+
self._BoundingBox = BoundingBox
|
35610
|
+
|
35591
35611
|
|
35592
35612
|
def _deserialize(self, params):
|
35593
35613
|
self._Type = params.get("Type")
|
35594
35614
|
self._AreaCoordSet = params.get("AreaCoordSet")
|
35615
|
+
self._BoundingBox = params.get("BoundingBox")
|
35595
35616
|
memeber_set = set(params.keys())
|
35596
35617
|
for name, value in vars(self).items():
|
35597
35618
|
property_name = name[1:]
|
@@ -44995,8 +45016,8 @@ class ModifyAsrHotwordsRequest(AbstractModel):
|
|
44995
45016
|
def __init__(self):
|
44996
45017
|
r"""
|
44997
45018
|
:param _HotwordsId: 热词库 id
|
44998
|
-
|
44999
|
-
|
45019
|
+
如果热词库是临时热词:Name 和 Content 至少填一个
|
45020
|
+
如果热词库是文件热词:Name、FileContent 和 FileName 至少填一个
|
45000
45021
|
|
45001
45022
|
:type HotwordsId: str
|
45002
45023
|
:param _Name: 热词库名称
|
@@ -45020,8 +45041,8 @@ class ModifyAsrHotwordsRequest(AbstractModel):
|
|
45020
45041
|
@property
|
45021
45042
|
def HotwordsId(self):
|
45022
45043
|
"""热词库 id
|
45023
|
-
|
45024
|
-
|
45044
|
+
如果热词库是临时热词:Name 和 Content 至少填一个
|
45045
|
+
如果热词库是文件热词:Name、FileContent 和 FileName 至少填一个
|
45025
45046
|
|
45026
45047
|
:rtype: str
|
45027
45048
|
"""
|