tencentcloud-sdk-python 3.0.1301__py2.py3-none-any.whl → 3.0.1306__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/aiart/v20221229/models.py +19 -0
- tencentcloud/apm/v20210622/apm_client.py +3 -3
- tencentcloud/apm/v20210622/errorcodes.py +10 -10
- tencentcloud/apm/v20210622/models.py +586 -538
- tencentcloud/autoscaling/v20180419/models.py +141 -0
- tencentcloud/cat/v20180409/cat_client.py +1 -1
- tencentcloud/ccc/v20200210/ccc_client.py +25 -0
- tencentcloud/ccc/v20200210/models.py +159 -0
- tencentcloud/cdb/v20170320/models.py +15 -0
- tencentcloud/cdn/v20180606/models.py +2 -2
- tencentcloud/cdwdoris/v20211228/cdwdoris_client.py +1 -1
- tencentcloud/cdwdoris/v20211228/models.py +165 -380
- tencentcloud/cfs/v20190719/cfs_client.py +23 -0
- tencentcloud/cfs/v20190719/models.py +79 -0
- tencentcloud/clb/v20180317/models.py +146 -20
- tencentcloud/config/v20220802/models.py +2 -2
- tencentcloud/cvm/v20170312/cvm_client.py +24 -0
- tencentcloud/cvm/v20170312/errorcodes.py +9 -0
- tencentcloud/cvm/v20170312/models.py +188 -4
- tencentcloud/dc/v20180410/models.py +32 -16
- tencentcloud/dlc/v20210125/models.py +89 -0
- tencentcloud/emr/v20190103/models.py +50 -122
- tencentcloud/ess/v20201111/ess_client.py +1 -1
- tencentcloud/ess/v20201111/models.py +50 -38
- tencentcloud/essbasic/v20210526/models.py +78 -116
- tencentcloud/faceid/v20180301/models.py +14 -14
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +3 -1
- tencentcloud/hunyuan/v20230901/models.py +84 -2
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
- tencentcloud/iotexplorer/v20190423/models.py +422 -0
- tencentcloud/lcic/v20220817/models.py +4 -6
- tencentcloud/lighthouse/v20200324/models.py +30 -0
- tencentcloud/lke/v20231130/models.py +23 -14
- tencentcloud/lkeap/v20240522/models.py +8 -4
- tencentcloud/mna/v20210119/models.py +0 -30
- tencentcloud/monitor/v20180724/models.py +57 -6
- tencentcloud/monitor/v20180724/monitor_client.py +1 -1
- tencentcloud/mps/v20190612/errorcodes.py +6 -0
- tencentcloud/mps/v20190612/models.py +871 -18
- tencentcloud/mps/v20190612/mps_client.py +138 -0
- tencentcloud/ocr/v20181119/models.py +49 -4
- tencentcloud/postgres/v20170312/errorcodes.py +6 -0
- tencentcloud/postgres/v20170312/models.py +72 -30
- tencentcloud/pts/v20210728/models.py +0 -348
- tencentcloud/rum/v20210622/models.py +92 -2
- tencentcloud/ssl/v20191205/models.py +19 -4
- tencentcloud/ssl/v20191205/ssl_client.py +1 -1
- tencentcloud/tchd/v20230306/models.py +0 -2
- tencentcloud/teo/v20220901/models.py +8 -18
- tencentcloud/tiw/v20190919/models.py +6 -0
- tencentcloud/trtc/v20190722/models.py +15 -0
- tencentcloud/tse/v20201207/models.py +17 -0
- tencentcloud/vod/v20180717/models.py +6 -6
- tencentcloud/vpc/v20170312/errorcodes.py +2 -1235
- tencentcloud/vpc/v20170312/models.py +47 -65928
- tencentcloud/vpc/v20170312/vpc_client.py +7 -9228
- tencentcloud/wedata/v20210820/models.py +1438 -198
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- {tencentcloud_sdk_python-3.0.1301.dist-info → tencentcloud_sdk_python-3.0.1306.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1301.dist-info → tencentcloud_sdk_python-3.0.1306.dist-info}/RECORD +64 -64
- {tencentcloud_sdk_python-3.0.1301.dist-info → tencentcloud_sdk_python-3.0.1306.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1301.dist-info → tencentcloud_sdk_python-3.0.1306.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1301.dist-info → tencentcloud_sdk_python-3.0.1306.dist-info}/top_level.txt +0 -0
@@ -1822,6 +1822,7 @@ class CloudStorageAIServiceTask(AbstractModel):
|
|
1822
1822
|
|
1823
1823
|
- `RealtimeObjectDetect`:目标检测
|
1824
1824
|
- `Highlight`:视频浓缩
|
1825
|
+
- `VideoToText`:视频语义理解
|
1825
1826
|
:type ServiceType: str
|
1826
1827
|
:param _StartTime: 对应云存视频的起始时间
|
1827
1828
|
:type StartTime: int
|
@@ -1904,6 +1905,7 @@ class CloudStorageAIServiceTask(AbstractModel):
|
|
1904
1905
|
|
1905
1906
|
- `RealtimeObjectDetect`:目标检测
|
1906
1907
|
- `Highlight`:视频浓缩
|
1908
|
+
- `VideoToText`:视频语义理解
|
1907
1909
|
:rtype: str
|
1908
1910
|
"""
|
1909
1911
|
return self._ServiceType
|
@@ -2140,6 +2142,137 @@ class CloudStorageEvent(AbstractModel):
|
|
2140
2142
|
|
2141
2143
|
|
2142
2144
|
|
2145
|
+
class CloudStorageEventWithAITasks(AbstractModel):
|
2146
|
+
"""云存事件及其关联的云存 AI 任务
|
2147
|
+
|
2148
|
+
"""
|
2149
|
+
|
2150
|
+
def __init__(self):
|
2151
|
+
r"""
|
2152
|
+
:param _StartTime: 事件起始时间(Unix 时间戳,秒级
|
2153
|
+
:type StartTime: int
|
2154
|
+
:param _EndTime: 事件结束时间(Unix 时间戳,秒级
|
2155
|
+
:type EndTime: int
|
2156
|
+
:param _Thumbnail: 事件缩略图
|
2157
|
+
:type Thumbnail: str
|
2158
|
+
:param _EventId: 事件ID
|
2159
|
+
:type EventId: str
|
2160
|
+
:param _UploadStatus: 事件录像上传状态,Finished: 全部上传成功 Partial: 部分上传成功 Failed: 上传失败
|
2161
|
+
:type UploadStatus: str
|
2162
|
+
:param _Data: 事件自定义数据
|
2163
|
+
:type Data: str
|
2164
|
+
:param _AITasks: 事件关联的云存 AI 任务列表
|
2165
|
+
:type AITasks: list of CloudStorageAIServiceTask
|
2166
|
+
"""
|
2167
|
+
self._StartTime = None
|
2168
|
+
self._EndTime = None
|
2169
|
+
self._Thumbnail = None
|
2170
|
+
self._EventId = None
|
2171
|
+
self._UploadStatus = None
|
2172
|
+
self._Data = None
|
2173
|
+
self._AITasks = None
|
2174
|
+
|
2175
|
+
@property
|
2176
|
+
def StartTime(self):
|
2177
|
+
"""事件起始时间(Unix 时间戳,秒级
|
2178
|
+
:rtype: int
|
2179
|
+
"""
|
2180
|
+
return self._StartTime
|
2181
|
+
|
2182
|
+
@StartTime.setter
|
2183
|
+
def StartTime(self, StartTime):
|
2184
|
+
self._StartTime = StartTime
|
2185
|
+
|
2186
|
+
@property
|
2187
|
+
def EndTime(self):
|
2188
|
+
"""事件结束时间(Unix 时间戳,秒级
|
2189
|
+
:rtype: int
|
2190
|
+
"""
|
2191
|
+
return self._EndTime
|
2192
|
+
|
2193
|
+
@EndTime.setter
|
2194
|
+
def EndTime(self, EndTime):
|
2195
|
+
self._EndTime = EndTime
|
2196
|
+
|
2197
|
+
@property
|
2198
|
+
def Thumbnail(self):
|
2199
|
+
"""事件缩略图
|
2200
|
+
:rtype: str
|
2201
|
+
"""
|
2202
|
+
return self._Thumbnail
|
2203
|
+
|
2204
|
+
@Thumbnail.setter
|
2205
|
+
def Thumbnail(self, Thumbnail):
|
2206
|
+
self._Thumbnail = Thumbnail
|
2207
|
+
|
2208
|
+
@property
|
2209
|
+
def EventId(self):
|
2210
|
+
"""事件ID
|
2211
|
+
:rtype: str
|
2212
|
+
"""
|
2213
|
+
return self._EventId
|
2214
|
+
|
2215
|
+
@EventId.setter
|
2216
|
+
def EventId(self, EventId):
|
2217
|
+
self._EventId = EventId
|
2218
|
+
|
2219
|
+
@property
|
2220
|
+
def UploadStatus(self):
|
2221
|
+
"""事件录像上传状态,Finished: 全部上传成功 Partial: 部分上传成功 Failed: 上传失败
|
2222
|
+
:rtype: str
|
2223
|
+
"""
|
2224
|
+
return self._UploadStatus
|
2225
|
+
|
2226
|
+
@UploadStatus.setter
|
2227
|
+
def UploadStatus(self, UploadStatus):
|
2228
|
+
self._UploadStatus = UploadStatus
|
2229
|
+
|
2230
|
+
@property
|
2231
|
+
def Data(self):
|
2232
|
+
"""事件自定义数据
|
2233
|
+
:rtype: str
|
2234
|
+
"""
|
2235
|
+
return self._Data
|
2236
|
+
|
2237
|
+
@Data.setter
|
2238
|
+
def Data(self, Data):
|
2239
|
+
self._Data = Data
|
2240
|
+
|
2241
|
+
@property
|
2242
|
+
def AITasks(self):
|
2243
|
+
"""事件关联的云存 AI 任务列表
|
2244
|
+
:rtype: list of CloudStorageAIServiceTask
|
2245
|
+
"""
|
2246
|
+
return self._AITasks
|
2247
|
+
|
2248
|
+
@AITasks.setter
|
2249
|
+
def AITasks(self, AITasks):
|
2250
|
+
self._AITasks = AITasks
|
2251
|
+
|
2252
|
+
|
2253
|
+
def _deserialize(self, params):
|
2254
|
+
self._StartTime = params.get("StartTime")
|
2255
|
+
self._EndTime = params.get("EndTime")
|
2256
|
+
self._Thumbnail = params.get("Thumbnail")
|
2257
|
+
self._EventId = params.get("EventId")
|
2258
|
+
self._UploadStatus = params.get("UploadStatus")
|
2259
|
+
self._Data = params.get("Data")
|
2260
|
+
if params.get("AITasks") is not None:
|
2261
|
+
self._AITasks = []
|
2262
|
+
for item in params.get("AITasks"):
|
2263
|
+
obj = CloudStorageAIServiceTask()
|
2264
|
+
obj._deserialize(item)
|
2265
|
+
self._AITasks.append(obj)
|
2266
|
+
memeber_set = set(params.keys())
|
2267
|
+
for name, value in vars(self).items():
|
2268
|
+
property_name = name[1:]
|
2269
|
+
if property_name in memeber_set:
|
2270
|
+
memeber_set.remove(property_name)
|
2271
|
+
if len(memeber_set) > 0:
|
2272
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
2273
|
+
|
2274
|
+
|
2275
|
+
|
2143
2276
|
class CloudStoragePackageInfo(AbstractModel):
|
2144
2277
|
"""云存套餐包信息
|
2145
2278
|
|
@@ -7325,6 +7458,7 @@ class DescribeCloudStorageAIServiceTasksRequest(AbstractModel):
|
|
7325
7458
|
:param _ServiceType: 云存 AI 服务类型。可选值:
|
7326
7459
|
- `RealtimeObjectDetect`:目标检测
|
7327
7460
|
- `Highlight`:视频浓缩
|
7461
|
+
- `VideoToText`:视频语义理解
|
7328
7462
|
:type ServiceType: str
|
7329
7463
|
:param _Limit: 分页拉取数量
|
7330
7464
|
:type Limit: int
|
@@ -7378,6 +7512,7 @@ class DescribeCloudStorageAIServiceTasksRequest(AbstractModel):
|
|
7378
7512
|
"""云存 AI 服务类型。可选值:
|
7379
7513
|
- `RealtimeObjectDetect`:目标检测
|
7380
7514
|
- `Highlight`:视频浓缩
|
7515
|
+
- `VideoToText`:视频语义理解
|
7381
7516
|
:rtype: str
|
7382
7517
|
"""
|
7383
7518
|
return self._ServiceType
|
@@ -7917,6 +8052,293 @@ class DescribeCloudStorageEventsResponse(AbstractModel):
|
|
7917
8052
|
self._RequestId = params.get("RequestId")
|
7918
8053
|
|
7919
8054
|
|
8055
|
+
class DescribeCloudStorageEventsWithAITasksRequest(AbstractModel):
|
8056
|
+
"""DescribeCloudStorageEventsWithAITasks请求参数结构体
|
8057
|
+
|
8058
|
+
"""
|
8059
|
+
|
8060
|
+
def __init__(self):
|
8061
|
+
r"""
|
8062
|
+
:param _ProductId: 产品ID
|
8063
|
+
:type ProductId: str
|
8064
|
+
:param _DeviceName: 设备名称
|
8065
|
+
:type DeviceName: str
|
8066
|
+
:param _ServiceTypes: 事件关联的视频 AI 分析服务类型(支持多选)。可选值:
|
8067
|
+
|
8068
|
+
- `RealtimeObjectDetect`:目标检测
|
8069
|
+
- `Highlight`:视频浓缩
|
8070
|
+
- `VideoToText`:视频语义理解
|
8071
|
+
:type ServiceTypes: list of str
|
8072
|
+
:param _StartTime: 起始时间(Unix 时间戳,秒级), 为0 表示 当前时间 - 24h
|
8073
|
+
:type StartTime: int
|
8074
|
+
:param _EndTime: 结束时间(Unix 时间戳,秒级), 为0 表示当前时间
|
8075
|
+
:type EndTime: int
|
8076
|
+
:param _Context: 请求上下文, 用作查询游标
|
8077
|
+
:type Context: str
|
8078
|
+
:param _Size: 查询数据项目的最大数量, 默认为10。假设传Size=10,返回的实际事件数量为N,则 5 <= N <= 10。
|
8079
|
+
:type Size: int
|
8080
|
+
:param _EventId: 事件标识符,可以用来指定查询特定的事件,如果不指定,则查询所有事件。
|
8081
|
+
:type EventId: str
|
8082
|
+
:param _UserId: 用户ID
|
8083
|
+
:type UserId: str
|
8084
|
+
:param _ChannelId: 通道ID 非NVR设备则不填 NVR设备则必填 默认为无
|
8085
|
+
:type ChannelId: int
|
8086
|
+
"""
|
8087
|
+
self._ProductId = None
|
8088
|
+
self._DeviceName = None
|
8089
|
+
self._ServiceTypes = None
|
8090
|
+
self._StartTime = None
|
8091
|
+
self._EndTime = None
|
8092
|
+
self._Context = None
|
8093
|
+
self._Size = None
|
8094
|
+
self._EventId = None
|
8095
|
+
self._UserId = None
|
8096
|
+
self._ChannelId = None
|
8097
|
+
|
8098
|
+
@property
|
8099
|
+
def ProductId(self):
|
8100
|
+
"""产品ID
|
8101
|
+
:rtype: str
|
8102
|
+
"""
|
8103
|
+
return self._ProductId
|
8104
|
+
|
8105
|
+
@ProductId.setter
|
8106
|
+
def ProductId(self, ProductId):
|
8107
|
+
self._ProductId = ProductId
|
8108
|
+
|
8109
|
+
@property
|
8110
|
+
def DeviceName(self):
|
8111
|
+
"""设备名称
|
8112
|
+
:rtype: str
|
8113
|
+
"""
|
8114
|
+
return self._DeviceName
|
8115
|
+
|
8116
|
+
@DeviceName.setter
|
8117
|
+
def DeviceName(self, DeviceName):
|
8118
|
+
self._DeviceName = DeviceName
|
8119
|
+
|
8120
|
+
@property
|
8121
|
+
def ServiceTypes(self):
|
8122
|
+
"""事件关联的视频 AI 分析服务类型(支持多选)。可选值:
|
8123
|
+
|
8124
|
+
- `RealtimeObjectDetect`:目标检测
|
8125
|
+
- `Highlight`:视频浓缩
|
8126
|
+
- `VideoToText`:视频语义理解
|
8127
|
+
:rtype: list of str
|
8128
|
+
"""
|
8129
|
+
return self._ServiceTypes
|
8130
|
+
|
8131
|
+
@ServiceTypes.setter
|
8132
|
+
def ServiceTypes(self, ServiceTypes):
|
8133
|
+
self._ServiceTypes = ServiceTypes
|
8134
|
+
|
8135
|
+
@property
|
8136
|
+
def StartTime(self):
|
8137
|
+
"""起始时间(Unix 时间戳,秒级), 为0 表示 当前时间 - 24h
|
8138
|
+
:rtype: int
|
8139
|
+
"""
|
8140
|
+
return self._StartTime
|
8141
|
+
|
8142
|
+
@StartTime.setter
|
8143
|
+
def StartTime(self, StartTime):
|
8144
|
+
self._StartTime = StartTime
|
8145
|
+
|
8146
|
+
@property
|
8147
|
+
def EndTime(self):
|
8148
|
+
"""结束时间(Unix 时间戳,秒级), 为0 表示当前时间
|
8149
|
+
:rtype: int
|
8150
|
+
"""
|
8151
|
+
return self._EndTime
|
8152
|
+
|
8153
|
+
@EndTime.setter
|
8154
|
+
def EndTime(self, EndTime):
|
8155
|
+
self._EndTime = EndTime
|
8156
|
+
|
8157
|
+
@property
|
8158
|
+
def Context(self):
|
8159
|
+
"""请求上下文, 用作查询游标
|
8160
|
+
:rtype: str
|
8161
|
+
"""
|
8162
|
+
return self._Context
|
8163
|
+
|
8164
|
+
@Context.setter
|
8165
|
+
def Context(self, Context):
|
8166
|
+
self._Context = Context
|
8167
|
+
|
8168
|
+
@property
|
8169
|
+
def Size(self):
|
8170
|
+
"""查询数据项目的最大数量, 默认为10。假设传Size=10,返回的实际事件数量为N,则 5 <= N <= 10。
|
8171
|
+
:rtype: int
|
8172
|
+
"""
|
8173
|
+
return self._Size
|
8174
|
+
|
8175
|
+
@Size.setter
|
8176
|
+
def Size(self, Size):
|
8177
|
+
self._Size = Size
|
8178
|
+
|
8179
|
+
@property
|
8180
|
+
def EventId(self):
|
8181
|
+
"""事件标识符,可以用来指定查询特定的事件,如果不指定,则查询所有事件。
|
8182
|
+
:rtype: str
|
8183
|
+
"""
|
8184
|
+
return self._EventId
|
8185
|
+
|
8186
|
+
@EventId.setter
|
8187
|
+
def EventId(self, EventId):
|
8188
|
+
self._EventId = EventId
|
8189
|
+
|
8190
|
+
@property
|
8191
|
+
def UserId(self):
|
8192
|
+
"""用户ID
|
8193
|
+
:rtype: str
|
8194
|
+
"""
|
8195
|
+
return self._UserId
|
8196
|
+
|
8197
|
+
@UserId.setter
|
8198
|
+
def UserId(self, UserId):
|
8199
|
+
self._UserId = UserId
|
8200
|
+
|
8201
|
+
@property
|
8202
|
+
def ChannelId(self):
|
8203
|
+
"""通道ID 非NVR设备则不填 NVR设备则必填 默认为无
|
8204
|
+
:rtype: int
|
8205
|
+
"""
|
8206
|
+
return self._ChannelId
|
8207
|
+
|
8208
|
+
@ChannelId.setter
|
8209
|
+
def ChannelId(self, ChannelId):
|
8210
|
+
self._ChannelId = ChannelId
|
8211
|
+
|
8212
|
+
|
8213
|
+
def _deserialize(self, params):
|
8214
|
+
self._ProductId = params.get("ProductId")
|
8215
|
+
self._DeviceName = params.get("DeviceName")
|
8216
|
+
self._ServiceTypes = params.get("ServiceTypes")
|
8217
|
+
self._StartTime = params.get("StartTime")
|
8218
|
+
self._EndTime = params.get("EndTime")
|
8219
|
+
self._Context = params.get("Context")
|
8220
|
+
self._Size = params.get("Size")
|
8221
|
+
self._EventId = params.get("EventId")
|
8222
|
+
self._UserId = params.get("UserId")
|
8223
|
+
self._ChannelId = params.get("ChannelId")
|
8224
|
+
memeber_set = set(params.keys())
|
8225
|
+
for name, value in vars(self).items():
|
8226
|
+
property_name = name[1:]
|
8227
|
+
if property_name in memeber_set:
|
8228
|
+
memeber_set.remove(property_name)
|
8229
|
+
if len(memeber_set) > 0:
|
8230
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
8231
|
+
|
8232
|
+
|
8233
|
+
|
8234
|
+
class DescribeCloudStorageEventsWithAITasksResponse(AbstractModel):
|
8235
|
+
"""DescribeCloudStorageEventsWithAITasks返回参数结构体
|
8236
|
+
|
8237
|
+
"""
|
8238
|
+
|
8239
|
+
def __init__(self):
|
8240
|
+
r"""
|
8241
|
+
:param _Events: 云存事件列表
|
8242
|
+
:type Events: list of CloudStorageEventWithAITasks
|
8243
|
+
:param _Context: 请求上下文, 用作查询游标
|
8244
|
+
:type Context: str
|
8245
|
+
:param _Listover: 拉取结果是否已经结束
|
8246
|
+
:type Listover: bool
|
8247
|
+
:param _Total: 内部结果数量,并不等同于事件总数。
|
8248
|
+
:type Total: int
|
8249
|
+
:param _VideoURL: 视频播放URL
|
8250
|
+
:type VideoURL: str
|
8251
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8252
|
+
:type RequestId: str
|
8253
|
+
"""
|
8254
|
+
self._Events = None
|
8255
|
+
self._Context = None
|
8256
|
+
self._Listover = None
|
8257
|
+
self._Total = None
|
8258
|
+
self._VideoURL = None
|
8259
|
+
self._RequestId = None
|
8260
|
+
|
8261
|
+
@property
|
8262
|
+
def Events(self):
|
8263
|
+
"""云存事件列表
|
8264
|
+
:rtype: list of CloudStorageEventWithAITasks
|
8265
|
+
"""
|
8266
|
+
return self._Events
|
8267
|
+
|
8268
|
+
@Events.setter
|
8269
|
+
def Events(self, Events):
|
8270
|
+
self._Events = Events
|
8271
|
+
|
8272
|
+
@property
|
8273
|
+
def Context(self):
|
8274
|
+
"""请求上下文, 用作查询游标
|
8275
|
+
:rtype: str
|
8276
|
+
"""
|
8277
|
+
return self._Context
|
8278
|
+
|
8279
|
+
@Context.setter
|
8280
|
+
def Context(self, Context):
|
8281
|
+
self._Context = Context
|
8282
|
+
|
8283
|
+
@property
|
8284
|
+
def Listover(self):
|
8285
|
+
"""拉取结果是否已经结束
|
8286
|
+
:rtype: bool
|
8287
|
+
"""
|
8288
|
+
return self._Listover
|
8289
|
+
|
8290
|
+
@Listover.setter
|
8291
|
+
def Listover(self, Listover):
|
8292
|
+
self._Listover = Listover
|
8293
|
+
|
8294
|
+
@property
|
8295
|
+
def Total(self):
|
8296
|
+
"""内部结果数量,并不等同于事件总数。
|
8297
|
+
:rtype: int
|
8298
|
+
"""
|
8299
|
+
return self._Total
|
8300
|
+
|
8301
|
+
@Total.setter
|
8302
|
+
def Total(self, Total):
|
8303
|
+
self._Total = Total
|
8304
|
+
|
8305
|
+
@property
|
8306
|
+
def VideoURL(self):
|
8307
|
+
"""视频播放URL
|
8308
|
+
:rtype: str
|
8309
|
+
"""
|
8310
|
+
return self._VideoURL
|
8311
|
+
|
8312
|
+
@VideoURL.setter
|
8313
|
+
def VideoURL(self, VideoURL):
|
8314
|
+
self._VideoURL = VideoURL
|
8315
|
+
|
8316
|
+
@property
|
8317
|
+
def RequestId(self):
|
8318
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8319
|
+
:rtype: str
|
8320
|
+
"""
|
8321
|
+
return self._RequestId
|
8322
|
+
|
8323
|
+
@RequestId.setter
|
8324
|
+
def RequestId(self, RequestId):
|
8325
|
+
self._RequestId = RequestId
|
8326
|
+
|
8327
|
+
|
8328
|
+
def _deserialize(self, params):
|
8329
|
+
if params.get("Events") is not None:
|
8330
|
+
self._Events = []
|
8331
|
+
for item in params.get("Events"):
|
8332
|
+
obj = CloudStorageEventWithAITasks()
|
8333
|
+
obj._deserialize(item)
|
8334
|
+
self._Events.append(obj)
|
8335
|
+
self._Context = params.get("Context")
|
8336
|
+
self._Listover = params.get("Listover")
|
8337
|
+
self._Total = params.get("Total")
|
8338
|
+
self._VideoURL = params.get("VideoURL")
|
8339
|
+
self._RequestId = params.get("RequestId")
|
8340
|
+
|
8341
|
+
|
7920
8342
|
class DescribeCloudStorageMultiThumbnailRequest(AbstractModel):
|
7921
8343
|
"""DescribeCloudStorageMultiThumbnail请求参数结构体
|
7922
8344
|
|
@@ -11128,10 +11128,9 @@ class RegisterUserRequest(AbstractModel):
|
|
11128
11128
|
r"""
|
11129
11129
|
:param _SdkAppId: 低代码互动课堂的SdkAppId。
|
11130
11130
|
:type SdkAppId: int
|
11131
|
-
:param _Name:
|
11131
|
+
:param _Name: 对应用户昵称。对应修改用户信息下“nickname“字段,在修改用户信息时,可以对该字段进行调整,从而更改用户的昵称。
|
11132
11132
|
:type Name: str
|
11133
|
-
:param _OriginId: 用户在客户系统的Id,需要在同一应用下唯一。入参为空时默认赋值为UserId
|
11134
|
-
。
|
11133
|
+
:param _OriginId: 用户在客户系统的Id,需要在同一应用下唯一。入参为空时默认赋值为UserId。
|
11135
11134
|
:type OriginId: str
|
11136
11135
|
:param _Avatar: 用户头像。
|
11137
11136
|
:type Avatar: str
|
@@ -11154,7 +11153,7 @@ class RegisterUserRequest(AbstractModel):
|
|
11154
11153
|
|
11155
11154
|
@property
|
11156
11155
|
def Name(self):
|
11157
|
-
"""
|
11156
|
+
"""对应用户昵称。对应修改用户信息下“nickname“字段,在修改用户信息时,可以对该字段进行调整,从而更改用户的昵称。
|
11158
11157
|
:rtype: str
|
11159
11158
|
"""
|
11160
11159
|
return self._Name
|
@@ -11165,8 +11164,7 @@ class RegisterUserRequest(AbstractModel):
|
|
11165
11164
|
|
11166
11165
|
@property
|
11167
11166
|
def OriginId(self):
|
11168
|
-
"""用户在客户系统的Id,需要在同一应用下唯一。入参为空时默认赋值为UserId
|
11169
|
-
。
|
11167
|
+
"""用户在客户系统的Id,需要在同一应用下唯一。入参为空时默认赋值为UserId。
|
11170
11168
|
:rtype: str
|
11171
11169
|
"""
|
11172
11170
|
return self._OriginId
|
@@ -2635,6 +2635,10 @@ false(默认):发送正常请求,通过检查后直接创建实例
|
|
2635
2635
|
:type Tags: list of Tag
|
2636
2636
|
:param _InitCommand: 创建实例后自动执行的命令。
|
2637
2637
|
:type InitCommand: :class:`tencentcloud.lighthouse.v20200324.models.Command`
|
2638
|
+
:param _DomainName: 主域名。
|
2639
|
+
:type DomainName: str
|
2640
|
+
:param _Subdomain: 子域名。
|
2641
|
+
:type Subdomain: str
|
2638
2642
|
"""
|
2639
2643
|
self._BundleId = None
|
2640
2644
|
self._BlueprintId = None
|
@@ -2650,6 +2654,8 @@ false(默认):发送正常请求,通过检查后直接创建实例
|
|
2650
2654
|
self._FirewallTemplateId = None
|
2651
2655
|
self._Tags = None
|
2652
2656
|
self._InitCommand = None
|
2657
|
+
self._DomainName = None
|
2658
|
+
self._Subdomain = None
|
2653
2659
|
|
2654
2660
|
@property
|
2655
2661
|
def BundleId(self):
|
@@ -2814,6 +2820,28 @@ false(默认):发送正常请求,通过检查后直接创建实例
|
|
2814
2820
|
def InitCommand(self, InitCommand):
|
2815
2821
|
self._InitCommand = InitCommand
|
2816
2822
|
|
2823
|
+
@property
|
2824
|
+
def DomainName(self):
|
2825
|
+
"""主域名。
|
2826
|
+
:rtype: str
|
2827
|
+
"""
|
2828
|
+
return self._DomainName
|
2829
|
+
|
2830
|
+
@DomainName.setter
|
2831
|
+
def DomainName(self, DomainName):
|
2832
|
+
self._DomainName = DomainName
|
2833
|
+
|
2834
|
+
@property
|
2835
|
+
def Subdomain(self):
|
2836
|
+
"""子域名。
|
2837
|
+
:rtype: str
|
2838
|
+
"""
|
2839
|
+
return self._Subdomain
|
2840
|
+
|
2841
|
+
@Subdomain.setter
|
2842
|
+
def Subdomain(self, Subdomain):
|
2843
|
+
self._Subdomain = Subdomain
|
2844
|
+
|
2817
2845
|
|
2818
2846
|
def _deserialize(self, params):
|
2819
2847
|
self._BundleId = params.get("BundleId")
|
@@ -2846,6 +2874,8 @@ false(默认):发送正常请求,通过检查后直接创建实例
|
|
2846
2874
|
if params.get("InitCommand") is not None:
|
2847
2875
|
self._InitCommand = Command()
|
2848
2876
|
self._InitCommand._deserialize(params.get("InitCommand"))
|
2877
|
+
self._DomainName = params.get("DomainName")
|
2878
|
+
self._Subdomain = params.get("Subdomain")
|
2849
2879
|
memeber_set = set(params.keys())
|
2850
2880
|
for name, value in vars(self).items():
|
2851
2881
|
property_name = name[1:]
|
@@ -3390,9 +3390,7 @@ class CreateRejectedQuestionRequest(AbstractModel):
|
|
3390
3390
|
|
3391
3391
|
|
3392
3392
|
:type Question: str
|
3393
|
-
:param _BusinessSource: 拒答问题来源的数据源唯一id
|
3394
|
-
|
3395
|
-
|
3393
|
+
:param _BusinessSource: 拒答问题来源的数据源唯一id, - 拒答来源于不满意回复 2 - 拒答来源于手动添加
|
3396
3394
|
:type BusinessSource: int
|
3397
3395
|
:param _BusinessId: 拒答问题来源的数据源唯一id
|
3398
3396
|
|
@@ -3430,9 +3428,7 @@ class CreateRejectedQuestionRequest(AbstractModel):
|
|
3430
3428
|
|
3431
3429
|
@property
|
3432
3430
|
def BusinessSource(self):
|
3433
|
-
"""拒答问题来源的数据源唯一id
|
3434
|
-
|
3435
|
-
|
3431
|
+
"""拒答问题来源的数据源唯一id, - 拒答来源于不满意回复 2 - 拒答来源于手动添加
|
3436
3432
|
:rtype: int
|
3437
3433
|
"""
|
3438
3434
|
return self._BusinessSource
|
@@ -6762,14 +6758,14 @@ class DescribeReleaseInfoRequest(AbstractModel):
|
|
6762
6758
|
|
6763
6759
|
def __init__(self):
|
6764
6760
|
r"""
|
6765
|
-
:param _BotBizId:
|
6761
|
+
:param _BotBizId: 应用ID
|
6766
6762
|
:type BotBizId: str
|
6767
6763
|
"""
|
6768
6764
|
self._BotBizId = None
|
6769
6765
|
|
6770
6766
|
@property
|
6771
6767
|
def BotBizId(self):
|
6772
|
-
"""
|
6768
|
+
"""应用ID
|
6773
6769
|
:rtype: str
|
6774
6770
|
"""
|
6775
6771
|
return self._BotBizId
|
@@ -6800,10 +6796,9 @@ class DescribeReleaseInfoResponse(AbstractModel):
|
|
6800
6796
|
r"""
|
6801
6797
|
:param _LastTime: 最后发布时间
|
6802
6798
|
:type LastTime: str
|
6803
|
-
:param _Status: 发布状态
|
6799
|
+
:param _Status: 发布状态 , 1-待发布 , 2-发布中 , 3-发布成功 , 4-发布失败 , 5-审核中 , 6-审核成功 , 7-审核失败 , 8-发布成功回调处理中 , 9-发布暂停 , 10-申诉审核中 , 11-申诉审核通过 , 12-申诉审核不通过
|
6804
6800
|
:type Status: int
|
6805
|
-
:param _IsUpdated:
|
6806
|
-
|
6801
|
+
:param _IsUpdated: 是否编辑过, 当为true的时候表示可以发布
|
6807
6802
|
:type IsUpdated: bool
|
6808
6803
|
:param _Msg: 失败原因
|
6809
6804
|
|
@@ -6830,7 +6825,7 @@ class DescribeReleaseInfoResponse(AbstractModel):
|
|
6830
6825
|
|
6831
6826
|
@property
|
6832
6827
|
def Status(self):
|
6833
|
-
"""发布状态
|
6828
|
+
"""发布状态 , 1-待发布 , 2-发布中 , 3-发布成功 , 4-发布失败 , 5-审核中 , 6-审核成功 , 7-审核失败 , 8-发布成功回调处理中 , 9-发布暂停 , 10-申诉审核中 , 11-申诉审核通过 , 12-申诉审核不通过
|
6834
6829
|
:rtype: int
|
6835
6830
|
"""
|
6836
6831
|
return self._Status
|
@@ -6841,8 +6836,7 @@ class DescribeReleaseInfoResponse(AbstractModel):
|
|
6841
6836
|
|
6842
6837
|
@property
|
6843
6838
|
def IsUpdated(self):
|
6844
|
-
"""
|
6845
|
-
|
6839
|
+
"""是否编辑过, 当为true的时候表示可以发布
|
6846
6840
|
:rtype: bool
|
6847
6841
|
"""
|
6848
6842
|
return self._IsUpdated
|
@@ -19863,6 +19857,8 @@ class QAQuery(AbstractModel):
|
|
19863
19857
|
:param _QueryAnswer: 查询答案
|
19864
19858
|
|
19865
19859
|
:type QueryAnswer: str
|
19860
|
+
:param _QueryType: 查询类型 filename 名称、 attribute 标签
|
19861
|
+
:type QueryType: str
|
19866
19862
|
"""
|
19867
19863
|
self._PageNumber = None
|
19868
19864
|
self._PageSize = None
|
@@ -19875,6 +19871,7 @@ class QAQuery(AbstractModel):
|
|
19875
19871
|
self._QaBizId = None
|
19876
19872
|
self._Source = None
|
19877
19873
|
self._QueryAnswer = None
|
19874
|
+
self._QueryType = None
|
19878
19875
|
|
19879
19876
|
@property
|
19880
19877
|
def PageNumber(self):
|
@@ -20008,6 +20005,17 @@ class QAQuery(AbstractModel):
|
|
20008
20005
|
def QueryAnswer(self, QueryAnswer):
|
20009
20006
|
self._QueryAnswer = QueryAnswer
|
20010
20007
|
|
20008
|
+
@property
|
20009
|
+
def QueryType(self):
|
20010
|
+
"""查询类型 filename 名称、 attribute 标签
|
20011
|
+
:rtype: str
|
20012
|
+
"""
|
20013
|
+
return self._QueryType
|
20014
|
+
|
20015
|
+
@QueryType.setter
|
20016
|
+
def QueryType(self, QueryType):
|
20017
|
+
self._QueryType = QueryType
|
20018
|
+
|
20011
20019
|
|
20012
20020
|
def _deserialize(self, params):
|
20013
20021
|
self._PageNumber = params.get("PageNumber")
|
@@ -20021,6 +20029,7 @@ class QAQuery(AbstractModel):
|
|
20021
20029
|
self._QaBizId = params.get("QaBizId")
|
20022
20030
|
self._Source = params.get("Source")
|
20023
20031
|
self._QueryAnswer = params.get("QueryAnswer")
|
20032
|
+
self._QueryType = params.get("QueryType")
|
20024
20033
|
memeber_set = set(params.keys())
|
20025
20034
|
for name, value in vars(self).items():
|
20026
20035
|
property_name = name[1:]
|
@@ -495,7 +495,8 @@ class CreateReconstructDocumentFlowRequest(AbstractModel):
|
|
495
495
|
- `PDF`、`DOC`、`DOCX`、`XLS`、`XLSX`、`PPT`、`PPTX`、`MD`、`TXT`、`PNG`、`JPG`、`JPEG`、`CSV`、`HTML`、`EPUB`、`BMP`、`GIF`、`WEBP`、`HEIC`、`EPS`、`ICNS`、`IM`、`PCX`、`PPM`、`TIFF`、`XBM`、`HEIF`、`JP2`
|
496
496
|
|
497
497
|
**支持的文件大小:**
|
498
|
-
- `PDF
|
498
|
+
- `PDF` 最大500M
|
499
|
+
- `DOCX`、`DOC`、`PPT`、`PPTX` 最大 200M
|
499
500
|
- `TXT`、`MD` 最大10M
|
500
501
|
- 其他 最大20M
|
501
502
|
|
@@ -533,7 +534,8 @@ class CreateReconstructDocumentFlowRequest(AbstractModel):
|
|
533
534
|
- `PDF`、`DOC`、`DOCX`、`XLS`、`XLSX`、`PPT`、`PPTX`、`MD`、`TXT`、`PNG`、`JPG`、`JPEG`、`CSV`、`HTML`、`EPUB`、`BMP`、`GIF`、`WEBP`、`HEIC`、`EPS`、`ICNS`、`IM`、`PCX`、`PPM`、`TIFF`、`XBM`、`HEIF`、`JP2`
|
534
535
|
|
535
536
|
**支持的文件大小:**
|
536
|
-
- `PDF
|
537
|
+
- `PDF` 最大500M
|
538
|
+
- `DOCX`、`DOC`、`PPT`、`PPTX` 最大 200M
|
537
539
|
- `TXT`、`MD` 最大10M
|
538
540
|
- 其他 最大20M
|
539
541
|
|
@@ -794,7 +796,8 @@ class CreateSplitDocumentFlowRequest(AbstractModel):
|
|
794
796
|
- `PDF`、`DOC`、`DOCX`、`XLS`、`XLSX`、`PPT`、`PPTX`、`MD`、`TXT`、`PNG`、`JPG`、`JPEG`、`CSV`、`HTML`、`EPUB`
|
795
797
|
|
796
798
|
**支持的文件大小:**
|
797
|
-
- `PDF
|
799
|
+
- `PDF` 最大500M
|
800
|
+
- `DOCX`、`DOC`、`PPT`、`PPTX` 最大 200M
|
798
801
|
- `TXT`、`MD` 最大10M
|
799
802
|
- 其他 最大20M
|
800
803
|
|
@@ -837,7 +840,8 @@ class CreateSplitDocumentFlowRequest(AbstractModel):
|
|
837
840
|
- `PDF`、`DOC`、`DOCX`、`XLS`、`XLSX`、`PPT`、`PPTX`、`MD`、`TXT`、`PNG`、`JPG`、`JPEG`、`CSV`、`HTML`、`EPUB`
|
838
841
|
|
839
842
|
**支持的文件大小:**
|
840
|
-
- `PDF
|
843
|
+
- `PDF` 最大500M
|
844
|
+
- `DOCX`、`DOC`、`PPT`、`PPTX` 最大 200M
|
841
845
|
- `TXT`、`MD` 最大10M
|
842
846
|
- 其他 最大20M
|
843
847
|
|