tencentcloud-sdk-python 3.0.1349__py2.py3-none-any.whl → 3.0.1351__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/antiddos/v20200309/models.py +0 -118
  3. tencentcloud/batch/v20170312/models.py +0 -8
  4. tencentcloud/bi/v20220105/models.py +8 -0
  5. tencentcloud/ccc/v20200210/ccc_client.py +92 -0
  6. tencentcloud/ccc/v20200210/errorcodes.py +6 -0
  7. tencentcloud/ccc/v20200210/models.py +816 -142
  8. tencentcloud/cfw/v20190904/models.py +2 -2
  9. tencentcloud/ckafka/v20190819/models.py +6 -6
  10. tencentcloud/cme/v20191029/cme_client.py +0 -1
  11. tencentcloud/cme/v20191029/models.py +10 -14
  12. tencentcloud/cvm/v20170312/cvm_client.py +1 -1
  13. tencentcloud/cwp/v20180228/models.py +60 -0
  14. tencentcloud/cynosdb/v20190107/models.py +30 -90
  15. tencentcloud/dnspod/v20210323/models.py +2 -48
  16. tencentcloud/domain/v20180808/models.py +14 -6
  17. tencentcloud/dts/v20180330/models.py +0 -2
  18. tencentcloud/dts/v20211206/models.py +2 -14
  19. tencentcloud/ecdn/v20191012/ecdn_client.py +6 -2
  20. tencentcloud/emr/v20190103/models.py +4 -4
  21. tencentcloud/ess/v20201111/ess_client.py +5 -3
  22. tencentcloud/ess/v20201111/models.py +47 -14
  23. tencentcloud/essbasic/v20210526/models.py +4 -4
  24. tencentcloud/gs/v20191118/gs_client.py +23 -0
  25. tencentcloud/gs/v20191118/models.py +99 -0
  26. tencentcloud/iotexplorer/v20190423/models.py +34 -0
  27. tencentcloud/iotvideo/v20211125/models.py +34 -0
  28. tencentcloud/iss/v20230517/errorcodes.py +3 -0
  29. tencentcloud/iss/v20230517/iss_client.py +46 -0
  30. tencentcloud/iss/v20230517/models.py +409 -0
  31. tencentcloud/lighthouse/v20200324/models.py +10 -4
  32. tencentcloud/live/v20180801/models.py +45 -0
  33. tencentcloud/lke/v20231130/models.py +51 -2
  34. tencentcloud/lkeap/v20240522/models.py +15 -0
  35. tencentcloud/mmps/v20200710/models.py +0 -4
  36. tencentcloud/mps/v20190612/errorcodes.py +1 -5
  37. tencentcloud/mqtt/v20240516/errorcodes.py +6 -0
  38. tencentcloud/mqtt/v20240516/models.py +198 -68
  39. tencentcloud/mqtt/v20240516/mqtt_client.py +2 -2
  40. tencentcloud/ocr/v20181119/errorcodes.py +0 -9
  41. tencentcloud/ocr/v20181119/models.py +29 -478
  42. tencentcloud/ocr/v20181119/ocr_client.py +5 -79
  43. tencentcloud/partners/v20180321/models.py +154 -0
  44. tencentcloud/partners/v20180321/partners_client.py +23 -0
  45. tencentcloud/rce/v20201103/models.py +0 -15
  46. tencentcloud/sqlserver/v20180328/models.py +60 -0
  47. tencentcloud/tdid/v20210519/models.py +0 -10
  48. tencentcloud/tdmq/v20200217/models.py +0 -94
  49. tencentcloud/tdmq/v20200217/tdmq_client.py +9 -28
  50. tencentcloud/thpc/v20230321/models.py +15 -0
  51. tencentcloud/tione/v20211111/errorcodes.py +105 -0
  52. tencentcloud/tione/v20211111/models.py +666 -0
  53. tencentcloud/tione/v20211111/tione_client.py +92 -0
  54. tencentcloud/tke/v20180525/models.py +0 -4
  55. tencentcloud/trtc/v20190722/models.py +49 -64
  56. tencentcloud/vod/v20180717/models.py +39 -145
  57. tencentcloud/vod/v20180717/vod_client.py +2 -1
  58. tencentcloud/vpc/v20170312/models.py +152 -98
  59. tencentcloud/vpc/v20170312/vpc_client.py +8 -5
  60. {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1351.dist-info}/METADATA +1 -1
  61. {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1351.dist-info}/RECORD +64 -64
  62. {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1351.dist-info}/LICENSE +0 -0
  63. {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1351.dist-info}/WHEEL +0 -0
  64. {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1351.dist-info}/top_level.txt +0 -0
@@ -4169,6 +4169,115 @@ class ControlDevicePresetResponse(AbstractModel):
4169
4169
  self._RequestId = params.get("RequestId")
4170
4170
 
4171
4171
 
4172
+ class ControlDeviceSnapshotRequest(AbstractModel):
4173
+ """ControlDeviceSnapshot请求参数结构体
4174
+
4175
+ """
4176
+
4177
+ def __init__(self):
4178
+ r"""
4179
+ :param _ChannelId: 通道ID
4180
+ :type ChannelId: str
4181
+ :param _SnapNum: 连拍张数,可选值范围1~10
4182
+ :type SnapNum: int
4183
+ :param _Interval: 抓拍间隔时间,可选值范围1~1800
4184
+ :type Interval: int
4185
+ :param _Expire: 图片存储时间,默认 7 天,仅支持(7, 15, 30, 60, 90, 180, 365)天
4186
+ :type Expire: int
4187
+ """
4188
+ self._ChannelId = None
4189
+ self._SnapNum = None
4190
+ self._Interval = None
4191
+ self._Expire = None
4192
+
4193
+ @property
4194
+ def ChannelId(self):
4195
+ """通道ID
4196
+ :rtype: str
4197
+ """
4198
+ return self._ChannelId
4199
+
4200
+ @ChannelId.setter
4201
+ def ChannelId(self, ChannelId):
4202
+ self._ChannelId = ChannelId
4203
+
4204
+ @property
4205
+ def SnapNum(self):
4206
+ """连拍张数,可选值范围1~10
4207
+ :rtype: int
4208
+ """
4209
+ return self._SnapNum
4210
+
4211
+ @SnapNum.setter
4212
+ def SnapNum(self, SnapNum):
4213
+ self._SnapNum = SnapNum
4214
+
4215
+ @property
4216
+ def Interval(self):
4217
+ """抓拍间隔时间,可选值范围1~1800
4218
+ :rtype: int
4219
+ """
4220
+ return self._Interval
4221
+
4222
+ @Interval.setter
4223
+ def Interval(self, Interval):
4224
+ self._Interval = Interval
4225
+
4226
+ @property
4227
+ def Expire(self):
4228
+ """图片存储时间,默认 7 天,仅支持(7, 15, 30, 60, 90, 180, 365)天
4229
+ :rtype: int
4230
+ """
4231
+ return self._Expire
4232
+
4233
+ @Expire.setter
4234
+ def Expire(self, Expire):
4235
+ self._Expire = Expire
4236
+
4237
+
4238
+ def _deserialize(self, params):
4239
+ self._ChannelId = params.get("ChannelId")
4240
+ self._SnapNum = params.get("SnapNum")
4241
+ self._Interval = params.get("Interval")
4242
+ self._Expire = params.get("Expire")
4243
+ memeber_set = set(params.keys())
4244
+ for name, value in vars(self).items():
4245
+ property_name = name[1:]
4246
+ if property_name in memeber_set:
4247
+ memeber_set.remove(property_name)
4248
+ if len(memeber_set) > 0:
4249
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
4250
+
4251
+
4252
+
4253
+ class ControlDeviceSnapshotResponse(AbstractModel):
4254
+ """ControlDeviceSnapshot返回参数结构体
4255
+
4256
+ """
4257
+
4258
+ def __init__(self):
4259
+ r"""
4260
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4261
+ :type RequestId: str
4262
+ """
4263
+ self._RequestId = None
4264
+
4265
+ @property
4266
+ def RequestId(self):
4267
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4268
+ :rtype: str
4269
+ """
4270
+ return self._RequestId
4271
+
4272
+ @RequestId.setter
4273
+ def RequestId(self, RequestId):
4274
+ self._RequestId = RequestId
4275
+
4276
+
4277
+ def _deserialize(self, params):
4278
+ self._RequestId = params.get("RequestId")
4279
+
4280
+
4172
4281
  class ControlDeviceStreamData(AbstractModel):
4173
4282
  """获取开流地址返回数据
4174
4283
 
@@ -10191,6 +10300,132 @@ class FaceMaskAIResultInfo(AbstractModel):
10191
10300
 
10192
10301
 
10193
10302
 
10303
+ class GBDeviceSnapInfo(AbstractModel):
10304
+ """抓拍结果信息
10305
+
10306
+ """
10307
+
10308
+ def __init__(self):
10309
+ r"""
10310
+ :param _FileName: 文件名称
10311
+ :type FileName: str
10312
+ :param _DownloadUrl: 下载地址,空值表示存储图片过期
10313
+ :type DownloadUrl: str
10314
+ :param _ImageSize: 图片大小,单位B
10315
+ :type ImageSize: int
10316
+ :param _CreatedTime: 文件的创建时间
10317
+ :type CreatedTime: str
10318
+ :param _ReceivedTime: 图片的接收时间
10319
+ :type ReceivedTime: str
10320
+ :param _PreviewUrl: 预览地址,空值表示存储图片过期
10321
+ :type PreviewUrl: str
10322
+ :param _SessionId: 国标信令会话ID,同时对应控制设备抓拍 ( ControlDeviceSnapshot )接口返回的request_id
10323
+ :type SessionId: str
10324
+ """
10325
+ self._FileName = None
10326
+ self._DownloadUrl = None
10327
+ self._ImageSize = None
10328
+ self._CreatedTime = None
10329
+ self._ReceivedTime = None
10330
+ self._PreviewUrl = None
10331
+ self._SessionId = None
10332
+
10333
+ @property
10334
+ def FileName(self):
10335
+ """文件名称
10336
+ :rtype: str
10337
+ """
10338
+ return self._FileName
10339
+
10340
+ @FileName.setter
10341
+ def FileName(self, FileName):
10342
+ self._FileName = FileName
10343
+
10344
+ @property
10345
+ def DownloadUrl(self):
10346
+ """下载地址,空值表示存储图片过期
10347
+ :rtype: str
10348
+ """
10349
+ return self._DownloadUrl
10350
+
10351
+ @DownloadUrl.setter
10352
+ def DownloadUrl(self, DownloadUrl):
10353
+ self._DownloadUrl = DownloadUrl
10354
+
10355
+ @property
10356
+ def ImageSize(self):
10357
+ """图片大小,单位B
10358
+ :rtype: int
10359
+ """
10360
+ return self._ImageSize
10361
+
10362
+ @ImageSize.setter
10363
+ def ImageSize(self, ImageSize):
10364
+ self._ImageSize = ImageSize
10365
+
10366
+ @property
10367
+ def CreatedTime(self):
10368
+ """文件的创建时间
10369
+ :rtype: str
10370
+ """
10371
+ return self._CreatedTime
10372
+
10373
+ @CreatedTime.setter
10374
+ def CreatedTime(self, CreatedTime):
10375
+ self._CreatedTime = CreatedTime
10376
+
10377
+ @property
10378
+ def ReceivedTime(self):
10379
+ """图片的接收时间
10380
+ :rtype: str
10381
+ """
10382
+ return self._ReceivedTime
10383
+
10384
+ @ReceivedTime.setter
10385
+ def ReceivedTime(self, ReceivedTime):
10386
+ self._ReceivedTime = ReceivedTime
10387
+
10388
+ @property
10389
+ def PreviewUrl(self):
10390
+ """预览地址,空值表示存储图片过期
10391
+ :rtype: str
10392
+ """
10393
+ return self._PreviewUrl
10394
+
10395
+ @PreviewUrl.setter
10396
+ def PreviewUrl(self, PreviewUrl):
10397
+ self._PreviewUrl = PreviewUrl
10398
+
10399
+ @property
10400
+ def SessionId(self):
10401
+ """国标信令会话ID,同时对应控制设备抓拍 ( ControlDeviceSnapshot )接口返回的request_id
10402
+ :rtype: str
10403
+ """
10404
+ return self._SessionId
10405
+
10406
+ @SessionId.setter
10407
+ def SessionId(self, SessionId):
10408
+ self._SessionId = SessionId
10409
+
10410
+
10411
+ def _deserialize(self, params):
10412
+ self._FileName = params.get("FileName")
10413
+ self._DownloadUrl = params.get("DownloadUrl")
10414
+ self._ImageSize = params.get("ImageSize")
10415
+ self._CreatedTime = params.get("CreatedTime")
10416
+ self._ReceivedTime = params.get("ReceivedTime")
10417
+ self._PreviewUrl = params.get("PreviewUrl")
10418
+ self._SessionId = params.get("SessionId")
10419
+ memeber_set = set(params.keys())
10420
+ for name, value in vars(self).items():
10421
+ property_name = name[1:]
10422
+ if property_name in memeber_set:
10423
+ memeber_set.remove(property_name)
10424
+ if len(memeber_set) > 0:
10425
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
10426
+
10427
+
10428
+
10194
10429
  class GatewayDevice(AbstractModel):
10195
10430
  """网关设备数据
10196
10431
 
@@ -11058,6 +11293,180 @@ class ListDeviceInfo(AbstractModel):
11058
11293
 
11059
11294
 
11060
11295
 
11296
+ class ListDeviceSnapshotsRequest(AbstractModel):
11297
+ """ListDeviceSnapshots请求参数结构体
11298
+
11299
+ """
11300
+
11301
+ def __init__(self):
11302
+ r"""
11303
+ :param _ChannelId: 通道ID
11304
+ :type ChannelId: str
11305
+ :param _DeviceId: 设备ID(该字段暂不生效)
11306
+ :type DeviceId: str
11307
+ :param _Start: 查询开始时间,默认查询当天
11308
+ :type Start: int
11309
+ :param _End: 查询结束时间,默认查询当天
11310
+ :type End: int
11311
+ :param _PageNumber: 分页页码,默认1
11312
+ :type PageNumber: int
11313
+ :param _PageSize: 分页大小,默认200,最大2000
11314
+ :type PageSize: int
11315
+ """
11316
+ self._ChannelId = None
11317
+ self._DeviceId = None
11318
+ self._Start = None
11319
+ self._End = None
11320
+ self._PageNumber = None
11321
+ self._PageSize = None
11322
+
11323
+ @property
11324
+ def ChannelId(self):
11325
+ """通道ID
11326
+ :rtype: str
11327
+ """
11328
+ return self._ChannelId
11329
+
11330
+ @ChannelId.setter
11331
+ def ChannelId(self, ChannelId):
11332
+ self._ChannelId = ChannelId
11333
+
11334
+ @property
11335
+ def DeviceId(self):
11336
+ """设备ID(该字段暂不生效)
11337
+ :rtype: str
11338
+ """
11339
+ return self._DeviceId
11340
+
11341
+ @DeviceId.setter
11342
+ def DeviceId(self, DeviceId):
11343
+ self._DeviceId = DeviceId
11344
+
11345
+ @property
11346
+ def Start(self):
11347
+ """查询开始时间,默认查询当天
11348
+ :rtype: int
11349
+ """
11350
+ return self._Start
11351
+
11352
+ @Start.setter
11353
+ def Start(self, Start):
11354
+ self._Start = Start
11355
+
11356
+ @property
11357
+ def End(self):
11358
+ """查询结束时间,默认查询当天
11359
+ :rtype: int
11360
+ """
11361
+ return self._End
11362
+
11363
+ @End.setter
11364
+ def End(self, End):
11365
+ self._End = End
11366
+
11367
+ @property
11368
+ def PageNumber(self):
11369
+ """分页页码,默认1
11370
+ :rtype: int
11371
+ """
11372
+ return self._PageNumber
11373
+
11374
+ @PageNumber.setter
11375
+ def PageNumber(self, PageNumber):
11376
+ self._PageNumber = PageNumber
11377
+
11378
+ @property
11379
+ def PageSize(self):
11380
+ """分页大小,默认200,最大2000
11381
+ :rtype: int
11382
+ """
11383
+ return self._PageSize
11384
+
11385
+ @PageSize.setter
11386
+ def PageSize(self, PageSize):
11387
+ self._PageSize = PageSize
11388
+
11389
+
11390
+ def _deserialize(self, params):
11391
+ self._ChannelId = params.get("ChannelId")
11392
+ self._DeviceId = params.get("DeviceId")
11393
+ self._Start = params.get("Start")
11394
+ self._End = params.get("End")
11395
+ self._PageNumber = params.get("PageNumber")
11396
+ self._PageSize = params.get("PageSize")
11397
+ memeber_set = set(params.keys())
11398
+ for name, value in vars(self).items():
11399
+ property_name = name[1:]
11400
+ if property_name in memeber_set:
11401
+ memeber_set.remove(property_name)
11402
+ if len(memeber_set) > 0:
11403
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
11404
+
11405
+
11406
+
11407
+ class ListDeviceSnapshotsResponse(AbstractModel):
11408
+ """ListDeviceSnapshots返回参数结构体
11409
+
11410
+ """
11411
+
11412
+ def __init__(self):
11413
+ r"""
11414
+ :param _Data: 抓拍结果信息列表
11415
+ :type Data: list of GBDeviceSnapInfo
11416
+ :param _TotalCount: 抓拍结果总数
11417
+ :type TotalCount: int
11418
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11419
+ :type RequestId: str
11420
+ """
11421
+ self._Data = None
11422
+ self._TotalCount = None
11423
+ self._RequestId = None
11424
+
11425
+ @property
11426
+ def Data(self):
11427
+ """抓拍结果信息列表
11428
+ :rtype: list of GBDeviceSnapInfo
11429
+ """
11430
+ return self._Data
11431
+
11432
+ @Data.setter
11433
+ def Data(self, Data):
11434
+ self._Data = Data
11435
+
11436
+ @property
11437
+ def TotalCount(self):
11438
+ """抓拍结果总数
11439
+ :rtype: int
11440
+ """
11441
+ return self._TotalCount
11442
+
11443
+ @TotalCount.setter
11444
+ def TotalCount(self, TotalCount):
11445
+ self._TotalCount = TotalCount
11446
+
11447
+ @property
11448
+ def RequestId(self):
11449
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11450
+ :rtype: str
11451
+ """
11452
+ return self._RequestId
11453
+
11454
+ @RequestId.setter
11455
+ def RequestId(self, RequestId):
11456
+ self._RequestId = RequestId
11457
+
11458
+
11459
+ def _deserialize(self, params):
11460
+ if params.get("Data") is not None:
11461
+ self._Data = []
11462
+ for item in params.get("Data"):
11463
+ obj = GBDeviceSnapInfo()
11464
+ obj._deserialize(item)
11465
+ self._Data.append(obj)
11466
+ self._TotalCount = params.get("TotalCount")
11467
+ self._RequestId = params.get("RequestId")
11468
+
11469
+
11061
11470
  class ListDevicesRequest(AbstractModel):
11062
11471
  """ListDevices请求参数结构体
11063
11472
 
@@ -10965,8 +10965,11 @@ class FirewallRule(AbstractModel):
10965
10965
  def __init__(self):
10966
10966
  r"""
10967
10967
  :param _Protocol: 协议,取值:TCP,UDP,ICMP,ALL,ICMPv6。
10968
+
10969
+ - 使用ICMP协议时,只支持CidrBlock,不支持使用Port、Ipv6CidrBlock参数;
10970
+ - 使用ICMPv6协议时,只支持Ipv6CidrBlock,不支持使用Port、Ipv6CidrBlock参数;
10968
10971
  :type Protocol: str
10969
- :param _Port: 端口,取值:ALL,单独的端口,逗号分隔的离散端口,减号分隔的端口范围。
10972
+ :param _Port: 端口,取值:ALL,单独的端口,逗号分隔的离散端口,减号分隔的端口范围。注意:单独的端口与离散端口不能同时存在。
10970
10973
  :type Port: str
10971
10974
  :param _CidrBlock: IPv4网段或 IPv4地址(互斥)。
10972
10975
  示例值:0.0.0.0/0。
@@ -10978,7 +10981,7 @@ class FirewallRule(AbstractModel):
10978
10981
 
10979
10982
  和CidrBlock互斥,两者都不指定时,如果Protocol是ICMPv6,则取默认值::/0。
10980
10983
  :type Ipv6CidrBlock: str
10981
- :param _Action: 取值:ACCEPTDROP。默认为 ACCEPT。
10984
+ :param _Action: 取值:ACCEPT(允许),DROP(拒绝)。默认为 ACCEPT。
10982
10985
  :type Action: str
10983
10986
  :param _FirewallRuleDescription: 防火墙规则描述。
10984
10987
  :type FirewallRuleDescription: str
@@ -10993,6 +10996,9 @@ class FirewallRule(AbstractModel):
10993
10996
  @property
10994
10997
  def Protocol(self):
10995
10998
  """协议,取值:TCP,UDP,ICMP,ALL,ICMPv6。
10999
+
11000
+ - 使用ICMP协议时,只支持CidrBlock,不支持使用Port、Ipv6CidrBlock参数;
11001
+ - 使用ICMPv6协议时,只支持Ipv6CidrBlock,不支持使用Port、Ipv6CidrBlock参数;
10996
11002
  :rtype: str
10997
11003
  """
10998
11004
  return self._Protocol
@@ -11003,7 +11009,7 @@ class FirewallRule(AbstractModel):
11003
11009
 
11004
11010
  @property
11005
11011
  def Port(self):
11006
- """端口,取值:ALL,单独的端口,逗号分隔的离散端口,减号分隔的端口范围。
11012
+ """端口,取值:ALL,单独的端口,逗号分隔的离散端口,减号分隔的端口范围。注意:单独的端口与离散端口不能同时存在。
11007
11013
  :rtype: str
11008
11014
  """
11009
11015
  return self._Port
@@ -11042,7 +11048,7 @@ class FirewallRule(AbstractModel):
11042
11048
 
11043
11049
  @property
11044
11050
  def Action(self):
11045
- """取值:ACCEPTDROP。默认为 ACCEPT。
11051
+ """取值:ACCEPT(允许),DROP(拒绝)。默认为 ACCEPT。
11046
11052
  :rtype: str
11047
11053
  """
11048
11054
  return self._Action
@@ -22126,10 +22126,13 @@ Mainland:查询国内数据,
22126
22126
  Oversea:则查询国外数据,
22127
22127
  默认:查询国内+国外的数据。
22128
22128
  :type MainlandOrOversea: str
22129
+ :param _SourceType: 可选值: PullLivePushLive:拉流源类型为直播 PullVodPushLive:拉流源类型为点播 PullPicPushLive:拉流源类型为图片 默认:查询全部拉流源类型
22130
+ :type SourceType: str
22129
22131
  """
22130
22132
  self._StartTime = None
22131
22133
  self._EndTime = None
22132
22134
  self._MainlandOrOversea = None
22135
+ self._SourceType = None
22133
22136
 
22134
22137
  @property
22135
22138
  def StartTime(self):
@@ -22172,11 +22175,23 @@ Oversea:则查询国外数据,
22172
22175
  def MainlandOrOversea(self, MainlandOrOversea):
22173
22176
  self._MainlandOrOversea = MainlandOrOversea
22174
22177
 
22178
+ @property
22179
+ def SourceType(self):
22180
+ """可选值: PullLivePushLive:拉流源类型为直播 PullVodPushLive:拉流源类型为点播 PullPicPushLive:拉流源类型为图片 默认:查询全部拉流源类型
22181
+ :rtype: str
22182
+ """
22183
+ return self._SourceType
22184
+
22185
+ @SourceType.setter
22186
+ def SourceType(self, SourceType):
22187
+ self._SourceType = SourceType
22188
+
22175
22189
 
22176
22190
  def _deserialize(self, params):
22177
22191
  self._StartTime = params.get("StartTime")
22178
22192
  self._EndTime = params.get("EndTime")
22179
22193
  self._MainlandOrOversea = params.get("MainlandOrOversea")
22194
+ self._SourceType = params.get("SourceType")
22180
22195
  memeber_set = set(params.keys())
22181
22196
  for name, value in vars(self).items():
22182
22197
  property_name = name[1:]
@@ -22198,11 +22213,14 @@ class DescribePullTransformPushInfoResponse(AbstractModel):
22198
22213
  :type DataInfoList: list of TaskDurationInfo
22199
22214
  :param _TotalDuration: 拉流转推得总时长
22200
22215
  :type TotalDuration: int
22216
+ :param _TotalDurationSecond: 拉流转推得总时长(秒)
22217
+ :type TotalDurationSecond: int
22201
22218
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
22202
22219
  :type RequestId: str
22203
22220
  """
22204
22221
  self._DataInfoList = None
22205
22222
  self._TotalDuration = None
22223
+ self._TotalDurationSecond = None
22206
22224
  self._RequestId = None
22207
22225
 
22208
22226
  @property
@@ -22227,6 +22245,17 @@ class DescribePullTransformPushInfoResponse(AbstractModel):
22227
22245
  def TotalDuration(self, TotalDuration):
22228
22246
  self._TotalDuration = TotalDuration
22229
22247
 
22248
+ @property
22249
+ def TotalDurationSecond(self):
22250
+ """拉流转推得总时长(秒)
22251
+ :rtype: int
22252
+ """
22253
+ return self._TotalDurationSecond
22254
+
22255
+ @TotalDurationSecond.setter
22256
+ def TotalDurationSecond(self, TotalDurationSecond):
22257
+ self._TotalDurationSecond = TotalDurationSecond
22258
+
22230
22259
  @property
22231
22260
  def RequestId(self):
22232
22261
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -22247,6 +22276,7 @@ class DescribePullTransformPushInfoResponse(AbstractModel):
22247
22276
  obj._deserialize(item)
22248
22277
  self._DataInfoList.append(obj)
22249
22278
  self._TotalDuration = params.get("TotalDuration")
22279
+ self._TotalDurationSecond = params.get("TotalDurationSecond")
22250
22280
  self._RequestId = params.get("RequestId")
22251
22281
 
22252
22282
 
@@ -37117,9 +37147,12 @@ class TaskDurationInfo(AbstractModel):
37117
37147
  :type Time: str
37118
37148
  :param _Duration: 拉流转推任务的时长,单位为分钟
37119
37149
  :type Duration: int
37150
+ :param _DurationSecond: 拉流转推任务的时长,单位为秒
37151
+ :type DurationSecond: int
37120
37152
  """
37121
37153
  self._Time = None
37122
37154
  self._Duration = None
37155
+ self._DurationSecond = None
37123
37156
 
37124
37157
  @property
37125
37158
  def Time(self):
@@ -37143,10 +37176,22 @@ class TaskDurationInfo(AbstractModel):
37143
37176
  def Duration(self, Duration):
37144
37177
  self._Duration = Duration
37145
37178
 
37179
+ @property
37180
+ def DurationSecond(self):
37181
+ """拉流转推任务的时长,单位为秒
37182
+ :rtype: int
37183
+ """
37184
+ return self._DurationSecond
37185
+
37186
+ @DurationSecond.setter
37187
+ def DurationSecond(self, DurationSecond):
37188
+ self._DurationSecond = DurationSecond
37189
+
37146
37190
 
37147
37191
  def _deserialize(self, params):
37148
37192
  self._Time = params.get("Time")
37149
37193
  self._Duration = params.get("Duration")
37194
+ self._DurationSecond = params.get("DurationSecond")
37150
37195
  memeber_set = set(params.keys())
37151
37196
  for name, value in vars(self).items():
37152
37197
  property_name = name[1:]
@@ -18427,12 +18427,20 @@ class ModelInfo(AbstractModel):
18427
18427
  :param _MaxTokens: 最多能生成的token数量
18428
18428
  注意:此字段可能返回 null,表示取不到有效值。
18429
18429
  :type MaxTokens: :class:`tencentcloud.lke.v20231130.models.ModelParameter`
18430
- :param _Source: 模型来源 Hunyuan:腾讯混元大模型,Industry:腾讯云行业大模型,Experience:新模型体验
18430
+ :param _Source: 模型来源 Hunyuan:腾讯混元大模型,Industry:腾讯云行业大模型,Experience:新模型体验,Custom自定义模型
18431
18431
  :type Source: str
18432
18432
  :param _Icon: 模型图标
18433
18433
  :type Icon: str
18434
18434
  :param _IsFree: 是否免费
18435
18435
  :type IsFree: bool
18436
+ :param _InputLenLimit: 模型对话框可输入的上限
18437
+ 注意:此字段可能返回 null,表示取不到有效值。
18438
+ :type InputLenLimit: int
18439
+ :param _SupportWorkflowStatus: 支持工作流的类型 0:模型不支持; 1: 模型支持工作流; 2: 模型支持效果不佳;
18440
+ 注意:此字段可能返回 null,表示取不到有效值。
18441
+ :type SupportWorkflowStatus: int
18442
+ :param _ModelCategory: 模型类别 generate:生成模型,thought:思考模型
18443
+ :type ModelCategory: str
18436
18444
  """
18437
18445
  self._ModelName = None
18438
18446
  self._ModelDesc = None
@@ -18445,6 +18453,9 @@ class ModelInfo(AbstractModel):
18445
18453
  self._Source = None
18446
18454
  self._Icon = None
18447
18455
  self._IsFree = None
18456
+ self._InputLenLimit = None
18457
+ self._SupportWorkflowStatus = None
18458
+ self._ModelCategory = None
18448
18459
 
18449
18460
  @property
18450
18461
  def ModelName(self):
@@ -18544,7 +18555,7 @@ class ModelInfo(AbstractModel):
18544
18555
 
18545
18556
  @property
18546
18557
  def Source(self):
18547
- """模型来源 Hunyuan:腾讯混元大模型,Industry:腾讯云行业大模型,Experience:新模型体验
18558
+ """模型来源 Hunyuan:腾讯混元大模型,Industry:腾讯云行业大模型,Experience:新模型体验,Custom自定义模型
18548
18559
  :rtype: str
18549
18560
  """
18550
18561
  return self._Source
@@ -18575,6 +18586,41 @@ class ModelInfo(AbstractModel):
18575
18586
  def IsFree(self, IsFree):
18576
18587
  self._IsFree = IsFree
18577
18588
 
18589
+ @property
18590
+ def InputLenLimit(self):
18591
+ """模型对话框可输入的上限
18592
+ 注意:此字段可能返回 null,表示取不到有效值。
18593
+ :rtype: int
18594
+ """
18595
+ return self._InputLenLimit
18596
+
18597
+ @InputLenLimit.setter
18598
+ def InputLenLimit(self, InputLenLimit):
18599
+ self._InputLenLimit = InputLenLimit
18600
+
18601
+ @property
18602
+ def SupportWorkflowStatus(self):
18603
+ """支持工作流的类型 0:模型不支持; 1: 模型支持工作流; 2: 模型支持效果不佳;
18604
+ 注意:此字段可能返回 null,表示取不到有效值。
18605
+ :rtype: int
18606
+ """
18607
+ return self._SupportWorkflowStatus
18608
+
18609
+ @SupportWorkflowStatus.setter
18610
+ def SupportWorkflowStatus(self, SupportWorkflowStatus):
18611
+ self._SupportWorkflowStatus = SupportWorkflowStatus
18612
+
18613
+ @property
18614
+ def ModelCategory(self):
18615
+ """模型类别 generate:生成模型,thought:思考模型
18616
+ :rtype: str
18617
+ """
18618
+ return self._ModelCategory
18619
+
18620
+ @ModelCategory.setter
18621
+ def ModelCategory(self, ModelCategory):
18622
+ self._ModelCategory = ModelCategory
18623
+
18578
18624
 
18579
18625
  def _deserialize(self, params):
18580
18626
  self._ModelName = params.get("ModelName")
@@ -18594,6 +18640,9 @@ class ModelInfo(AbstractModel):
18594
18640
  self._Source = params.get("Source")
18595
18641
  self._Icon = params.get("Icon")
18596
18642
  self._IsFree = params.get("IsFree")
18643
+ self._InputLenLimit = params.get("InputLenLimit")
18644
+ self._SupportWorkflowStatus = params.get("SupportWorkflowStatus")
18645
+ self._ModelCategory = params.get("ModelCategory")
18597
18646
  memeber_set = set(params.keys())
18598
18647
  for name, value in vars(self).items():
18599
18648
  property_name = name[1:]