tencentcloud-sdk-python 3.0.1221__py2.py3-none-any.whl → 3.0.1223__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 +24 -0
- tencentcloud/asr/v20190614/asr_client.py +96 -0
- tencentcloud/asr/v20190614/errorcodes.py +3 -0
- tencentcloud/asr/v20190614/models.py +618 -0
- tencentcloud/batch/v20170312/models.py +1 -1
- tencentcloud/bi/v20220105/models.py +13 -0
- tencentcloud/cdb/v20170320/cdb_client.py +46 -0
- tencentcloud/cdb/v20170320/models.py +188 -0
- tencentcloud/cdwdoris/v20211228/models.py +69 -2
- tencentcloud/cfg/v20210820/models.py +168 -0
- tencentcloud/cfw/v20190904/cfw_client.py +23 -0
- tencentcloud/cfw/v20190904/models.py +70 -0
- tencentcloud/ckafka/v20190819/ckafka_client.py +1 -1
- tencentcloud/ckafka/v20190819/models.py +47 -1
- tencentcloud/clb/v20180317/models.py +67 -2
- tencentcloud/controlcenter/__init__.py +0 -0
- tencentcloud/controlcenter/v20230110/__init__.py +0 -0
- tencentcloud/controlcenter/v20230110/controlcenter_client.py +49 -0
- tencentcloud/controlcenter/v20230110/errorcodes.py +45 -0
- tencentcloud/controlcenter/v20230110/models.py +140 -0
- tencentcloud/cvm/v20170312/models.py +7 -5
- tencentcloud/cwp/v20180228/models.py +1 -12
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +46 -0
- tencentcloud/cynosdb/v20190107/errorcodes.py +3 -0
- tencentcloud/cynosdb/v20190107/models.py +354 -6
- tencentcloud/dasb/v20191018/models.py +25 -0
- tencentcloud/dbbrain/v20210527/models.py +2 -2
- tencentcloud/dc/v20180410/dc_client.py +3 -4
- tencentcloud/dc/v20180410/models.py +78 -18
- tencentcloud/dcdb/v20180411/dcdb_client.py +23 -0
- tencentcloud/dcdb/v20180411/models.py +82 -0
- tencentcloud/emr/v20190103/emr_client.py +24 -0
- tencentcloud/emr/v20190103/models.py +82 -0
- tencentcloud/es/v20180416/es_client.py +23 -0
- tencentcloud/es/v20180416/models.py +94 -0
- tencentcloud/essbasic/v20210526/models.py +20 -12
- tencentcloud/hunyuan/v20230901/errorcodes.py +21 -0
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +52 -0
- tencentcloud/hunyuan/v20230901/models.py +361 -1
- tencentcloud/ims/v20201229/ims_client.py +2 -2
- tencentcloud/iss/v20230517/models.py +28 -0
- tencentcloud/lke/v20231130/models.py +224 -2
- tencentcloud/mariadb/v20170312/errorcodes.py +3 -0
- tencentcloud/mariadb/v20170312/mariadb_client.py +23 -0
- tencentcloud/mariadb/v20170312/models.py +82 -0
- tencentcloud/oceanus/v20190422/models.py +13 -0
- tencentcloud/ocr/v20181119/models.py +1 -2
- tencentcloud/ocr/v20181119/ocr_client.py +8 -2
- tencentcloud/postgres/v20170312/errorcodes.py +15 -0
- tencentcloud/scf/v20180416/models.py +7 -8
- tencentcloud/ses/v20201002/models.py +177 -0
- tencentcloud/sms/v20190711/errorcodes.py +3 -0
- tencentcloud/sms/v20190711/models.py +21 -22
- tencentcloud/sms/v20190711/sms_client.py +28 -60
- tencentcloud/tdmq/v20200217/models.py +117 -0
- tencentcloud/tke/v20180525/errorcodes.py +3 -0
- tencentcloud/tke/v20180525/models.py +12 -0
- tencentcloud/tmt/v20180321/models.py +1 -1
- tencentcloud/trocket/v20230308/models.py +52 -0
- tencentcloud/vclm/v20240523/errorcodes.py +3 -0
- tencentcloud/vpc/v20170312/models.py +34 -0
- tencentcloud/wedata/v20210820/models.py +265 -0
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- {tencentcloud_sdk_python-3.0.1221.dist-info → tencentcloud_sdk_python-3.0.1223.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1221.dist-info → tencentcloud_sdk_python-3.0.1223.dist-info}/RECORD +69 -64
- {tencentcloud_sdk_python-3.0.1221.dist-info → tencentcloud_sdk_python-3.0.1223.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1221.dist-info → tencentcloud_sdk_python-3.0.1223.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1221.dist-info → tencentcloud_sdk_python-3.0.1223.dist-info}/top_level.txt +0 -0
@@ -27338,6 +27338,152 @@ class DescribeTableMetasResponse(AbstractModel):
|
|
27338
27338
|
self._RequestId = params.get("RequestId")
|
27339
27339
|
|
27340
27340
|
|
27341
|
+
class DescribeTablePartitionsRequest(AbstractModel):
|
27342
|
+
"""DescribeTablePartitions请求参数结构体
|
27343
|
+
|
27344
|
+
"""
|
27345
|
+
|
27346
|
+
def __init__(self):
|
27347
|
+
r"""
|
27348
|
+
:param _TableId: 表ID
|
27349
|
+
:type TableId: str
|
27350
|
+
:param _PageNumber: 分页number
|
27351
|
+
:type PageNumber: int
|
27352
|
+
:param _PageSize: 分页size
|
27353
|
+
:type PageSize: int
|
27354
|
+
:param _FilterSet: 过滤器
|
27355
|
+
:type FilterSet: list of Filter
|
27356
|
+
:param _OrderFieldSet: 排序字段
|
27357
|
+
:type OrderFieldSet: list of OrderField
|
27358
|
+
"""
|
27359
|
+
self._TableId = None
|
27360
|
+
self._PageNumber = None
|
27361
|
+
self._PageSize = None
|
27362
|
+
self._FilterSet = None
|
27363
|
+
self._OrderFieldSet = None
|
27364
|
+
|
27365
|
+
@property
|
27366
|
+
def TableId(self):
|
27367
|
+
return self._TableId
|
27368
|
+
|
27369
|
+
@TableId.setter
|
27370
|
+
def TableId(self, TableId):
|
27371
|
+
self._TableId = TableId
|
27372
|
+
|
27373
|
+
@property
|
27374
|
+
def PageNumber(self):
|
27375
|
+
return self._PageNumber
|
27376
|
+
|
27377
|
+
@PageNumber.setter
|
27378
|
+
def PageNumber(self, PageNumber):
|
27379
|
+
self._PageNumber = PageNumber
|
27380
|
+
|
27381
|
+
@property
|
27382
|
+
def PageSize(self):
|
27383
|
+
return self._PageSize
|
27384
|
+
|
27385
|
+
@PageSize.setter
|
27386
|
+
def PageSize(self, PageSize):
|
27387
|
+
self._PageSize = PageSize
|
27388
|
+
|
27389
|
+
@property
|
27390
|
+
def FilterSet(self):
|
27391
|
+
return self._FilterSet
|
27392
|
+
|
27393
|
+
@FilterSet.setter
|
27394
|
+
def FilterSet(self, FilterSet):
|
27395
|
+
self._FilterSet = FilterSet
|
27396
|
+
|
27397
|
+
@property
|
27398
|
+
def OrderFieldSet(self):
|
27399
|
+
return self._OrderFieldSet
|
27400
|
+
|
27401
|
+
@OrderFieldSet.setter
|
27402
|
+
def OrderFieldSet(self, OrderFieldSet):
|
27403
|
+
self._OrderFieldSet = OrderFieldSet
|
27404
|
+
|
27405
|
+
|
27406
|
+
def _deserialize(self, params):
|
27407
|
+
self._TableId = params.get("TableId")
|
27408
|
+
self._PageNumber = params.get("PageNumber")
|
27409
|
+
self._PageSize = params.get("PageSize")
|
27410
|
+
if params.get("FilterSet") is not None:
|
27411
|
+
self._FilterSet = []
|
27412
|
+
for item in params.get("FilterSet"):
|
27413
|
+
obj = Filter()
|
27414
|
+
obj._deserialize(item)
|
27415
|
+
self._FilterSet.append(obj)
|
27416
|
+
if params.get("OrderFieldSet") is not None:
|
27417
|
+
self._OrderFieldSet = []
|
27418
|
+
for item in params.get("OrderFieldSet"):
|
27419
|
+
obj = OrderField()
|
27420
|
+
obj._deserialize(item)
|
27421
|
+
self._OrderFieldSet.append(obj)
|
27422
|
+
memeber_set = set(params.keys())
|
27423
|
+
for name, value in vars(self).items():
|
27424
|
+
property_name = name[1:]
|
27425
|
+
if property_name in memeber_set:
|
27426
|
+
memeber_set.remove(property_name)
|
27427
|
+
if len(memeber_set) > 0:
|
27428
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
27429
|
+
|
27430
|
+
|
27431
|
+
|
27432
|
+
class DescribeTablePartitionsResponse(AbstractModel):
|
27433
|
+
"""DescribeTablePartitions返回参数结构体
|
27434
|
+
|
27435
|
+
"""
|
27436
|
+
|
27437
|
+
def __init__(self):
|
27438
|
+
r"""
|
27439
|
+
:param _TablePartitionSet: 分区详情列表
|
27440
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
27441
|
+
:type TablePartitionSet: list of TablePartition
|
27442
|
+
:param _TotalCount: 总记录数
|
27443
|
+
:type TotalCount: int
|
27444
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
27445
|
+
:type RequestId: str
|
27446
|
+
"""
|
27447
|
+
self._TablePartitionSet = None
|
27448
|
+
self._TotalCount = None
|
27449
|
+
self._RequestId = None
|
27450
|
+
|
27451
|
+
@property
|
27452
|
+
def TablePartitionSet(self):
|
27453
|
+
return self._TablePartitionSet
|
27454
|
+
|
27455
|
+
@TablePartitionSet.setter
|
27456
|
+
def TablePartitionSet(self, TablePartitionSet):
|
27457
|
+
self._TablePartitionSet = TablePartitionSet
|
27458
|
+
|
27459
|
+
@property
|
27460
|
+
def TotalCount(self):
|
27461
|
+
return self._TotalCount
|
27462
|
+
|
27463
|
+
@TotalCount.setter
|
27464
|
+
def TotalCount(self, TotalCount):
|
27465
|
+
self._TotalCount = TotalCount
|
27466
|
+
|
27467
|
+
@property
|
27468
|
+
def RequestId(self):
|
27469
|
+
return self._RequestId
|
27470
|
+
|
27471
|
+
@RequestId.setter
|
27472
|
+
def RequestId(self, RequestId):
|
27473
|
+
self._RequestId = RequestId
|
27474
|
+
|
27475
|
+
|
27476
|
+
def _deserialize(self, params):
|
27477
|
+
if params.get("TablePartitionSet") is not None:
|
27478
|
+
self._TablePartitionSet = []
|
27479
|
+
for item in params.get("TablePartitionSet"):
|
27480
|
+
obj = TablePartition()
|
27481
|
+
obj._deserialize(item)
|
27482
|
+
self._TablePartitionSet.append(obj)
|
27483
|
+
self._TotalCount = params.get("TotalCount")
|
27484
|
+
self._RequestId = params.get("RequestId")
|
27485
|
+
|
27486
|
+
|
27341
27487
|
class DescribeTableQualityDetailsRequest(AbstractModel):
|
27342
27488
|
"""DescribeTableQualityDetails请求参数结构体
|
27343
27489
|
|
@@ -58388,6 +58534,125 @@ class TableNameFilter(AbstractModel):
|
|
58388
58534
|
|
58389
58535
|
|
58390
58536
|
|
58537
|
+
class TablePartition(AbstractModel):
|
58538
|
+
"""表的分区数据
|
58539
|
+
|
58540
|
+
"""
|
58541
|
+
|
58542
|
+
def __init__(self):
|
58543
|
+
r"""
|
58544
|
+
:param _PartitionName: 分区名称
|
58545
|
+
:type PartitionName: str
|
58546
|
+
:param _RecordCount: 分区记录数
|
58547
|
+
:type RecordCount: int
|
58548
|
+
:param _StorageSize: 分区数据存储大小,字节数
|
58549
|
+
:type StorageSize: str
|
58550
|
+
:param _CreateTime: 分区创建时间
|
58551
|
+
:type CreateTime: str
|
58552
|
+
:param _ModifiedTime: 分区修改时间
|
58553
|
+
:type ModifiedTime: str
|
58554
|
+
:param _StorageSizeWithUnit: 分区数据存储大小,已转为适合的单位
|
58555
|
+
:type StorageSizeWithUnit: str
|
58556
|
+
:param _NumFiles: 文件数
|
58557
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
58558
|
+
:type NumFiles: int
|
58559
|
+
:param _AverageFileSizeWithUnit: 平均文件大小
|
58560
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
58561
|
+
:type AverageFileSizeWithUnit: str
|
58562
|
+
"""
|
58563
|
+
self._PartitionName = None
|
58564
|
+
self._RecordCount = None
|
58565
|
+
self._StorageSize = None
|
58566
|
+
self._CreateTime = None
|
58567
|
+
self._ModifiedTime = None
|
58568
|
+
self._StorageSizeWithUnit = None
|
58569
|
+
self._NumFiles = None
|
58570
|
+
self._AverageFileSizeWithUnit = None
|
58571
|
+
|
58572
|
+
@property
|
58573
|
+
def PartitionName(self):
|
58574
|
+
return self._PartitionName
|
58575
|
+
|
58576
|
+
@PartitionName.setter
|
58577
|
+
def PartitionName(self, PartitionName):
|
58578
|
+
self._PartitionName = PartitionName
|
58579
|
+
|
58580
|
+
@property
|
58581
|
+
def RecordCount(self):
|
58582
|
+
return self._RecordCount
|
58583
|
+
|
58584
|
+
@RecordCount.setter
|
58585
|
+
def RecordCount(self, RecordCount):
|
58586
|
+
self._RecordCount = RecordCount
|
58587
|
+
|
58588
|
+
@property
|
58589
|
+
def StorageSize(self):
|
58590
|
+
return self._StorageSize
|
58591
|
+
|
58592
|
+
@StorageSize.setter
|
58593
|
+
def StorageSize(self, StorageSize):
|
58594
|
+
self._StorageSize = StorageSize
|
58595
|
+
|
58596
|
+
@property
|
58597
|
+
def CreateTime(self):
|
58598
|
+
return self._CreateTime
|
58599
|
+
|
58600
|
+
@CreateTime.setter
|
58601
|
+
def CreateTime(self, CreateTime):
|
58602
|
+
self._CreateTime = CreateTime
|
58603
|
+
|
58604
|
+
@property
|
58605
|
+
def ModifiedTime(self):
|
58606
|
+
return self._ModifiedTime
|
58607
|
+
|
58608
|
+
@ModifiedTime.setter
|
58609
|
+
def ModifiedTime(self, ModifiedTime):
|
58610
|
+
self._ModifiedTime = ModifiedTime
|
58611
|
+
|
58612
|
+
@property
|
58613
|
+
def StorageSizeWithUnit(self):
|
58614
|
+
return self._StorageSizeWithUnit
|
58615
|
+
|
58616
|
+
@StorageSizeWithUnit.setter
|
58617
|
+
def StorageSizeWithUnit(self, StorageSizeWithUnit):
|
58618
|
+
self._StorageSizeWithUnit = StorageSizeWithUnit
|
58619
|
+
|
58620
|
+
@property
|
58621
|
+
def NumFiles(self):
|
58622
|
+
return self._NumFiles
|
58623
|
+
|
58624
|
+
@NumFiles.setter
|
58625
|
+
def NumFiles(self, NumFiles):
|
58626
|
+
self._NumFiles = NumFiles
|
58627
|
+
|
58628
|
+
@property
|
58629
|
+
def AverageFileSizeWithUnit(self):
|
58630
|
+
return self._AverageFileSizeWithUnit
|
58631
|
+
|
58632
|
+
@AverageFileSizeWithUnit.setter
|
58633
|
+
def AverageFileSizeWithUnit(self, AverageFileSizeWithUnit):
|
58634
|
+
self._AverageFileSizeWithUnit = AverageFileSizeWithUnit
|
58635
|
+
|
58636
|
+
|
58637
|
+
def _deserialize(self, params):
|
58638
|
+
self._PartitionName = params.get("PartitionName")
|
58639
|
+
self._RecordCount = params.get("RecordCount")
|
58640
|
+
self._StorageSize = params.get("StorageSize")
|
58641
|
+
self._CreateTime = params.get("CreateTime")
|
58642
|
+
self._ModifiedTime = params.get("ModifiedTime")
|
58643
|
+
self._StorageSizeWithUnit = params.get("StorageSizeWithUnit")
|
58644
|
+
self._NumFiles = params.get("NumFiles")
|
58645
|
+
self._AverageFileSizeWithUnit = params.get("AverageFileSizeWithUnit")
|
58646
|
+
memeber_set = set(params.keys())
|
58647
|
+
for name, value in vars(self).items():
|
58648
|
+
property_name = name[1:]
|
58649
|
+
if property_name in memeber_set:
|
58650
|
+
memeber_set.remove(property_name)
|
58651
|
+
if len(memeber_set) > 0:
|
58652
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
58653
|
+
|
58654
|
+
|
58655
|
+
|
58391
58656
|
class TablePropertyScore(AbstractModel):
|
58392
58657
|
"""按天更新的表的资产评分
|
58393
58658
|
|
@@ -3502,6 +3502,29 @@ class WedataClient(AbstractClient):
|
|
3502
3502
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
3503
3503
|
|
3504
3504
|
|
3505
|
+
def DescribeTablePartitions(self, request):
|
3506
|
+
"""查询表的分区详情信息
|
3507
|
+
|
3508
|
+
:param request: Request instance for DescribeTablePartitions.
|
3509
|
+
:type request: :class:`tencentcloud.wedata.v20210820.models.DescribeTablePartitionsRequest`
|
3510
|
+
:rtype: :class:`tencentcloud.wedata.v20210820.models.DescribeTablePartitionsResponse`
|
3511
|
+
|
3512
|
+
"""
|
3513
|
+
try:
|
3514
|
+
params = request._serialize()
|
3515
|
+
headers = request.headers
|
3516
|
+
body = self.call("DescribeTablePartitions", params, headers=headers)
|
3517
|
+
response = json.loads(body)
|
3518
|
+
model = models.DescribeTablePartitionsResponse()
|
3519
|
+
model._deserialize(response["Response"])
|
3520
|
+
return model
|
3521
|
+
except Exception as e:
|
3522
|
+
if isinstance(e, TencentCloudSDKException):
|
3523
|
+
raise
|
3524
|
+
else:
|
3525
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
3526
|
+
|
3527
|
+
|
3505
3528
|
def DescribeTableQualityDetails(self, request):
|
3506
3529
|
"""质量报告-查询表质量详情
|
3507
3530
|
|