tencentcloud-sdk-python-dlc 3.0.1323__tar.gz → 3.0.1324__tar.gz

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 (16) hide show
  1. {tencentcloud-sdk-python-dlc-3.0.1323 → tencentcloud-sdk-python-dlc-3.0.1324}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-dlc-3.0.1323 → tencentcloud-sdk-python-dlc-3.0.1324}/setup.py +1 -1
  3. {tencentcloud-sdk-python-dlc-3.0.1323 → tencentcloud-sdk-python-dlc-3.0.1324}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-dlc-3.0.1323 → tencentcloud-sdk-python-dlc-3.0.1324}/tencentcloud/dlc/v20210125/models.py +0 -24
  5. {tencentcloud-sdk-python-dlc-3.0.1323 → tencentcloud-sdk-python-dlc-3.0.1324}/tencentcloud_sdk_python_dlc.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-dlc-3.0.1324/tencentcloud_sdk_python_dlc.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-dlc-3.0.1323/tencentcloud_sdk_python_dlc.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-dlc-3.0.1323 → tencentcloud-sdk-python-dlc-3.0.1324}/README.rst +0 -0
  9. {tencentcloud-sdk-python-dlc-3.0.1323 → tencentcloud-sdk-python-dlc-3.0.1324}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-dlc-3.0.1323 → tencentcloud-sdk-python-dlc-3.0.1324}/tencentcloud/dlc/__init__.py +0 -0
  11. {tencentcloud-sdk-python-dlc-3.0.1323 → tencentcloud-sdk-python-dlc-3.0.1324}/tencentcloud/dlc/v20210125/__init__.py +0 -0
  12. {tencentcloud-sdk-python-dlc-3.0.1323 → tencentcloud-sdk-python-dlc-3.0.1324}/tencentcloud/dlc/v20210125/dlc_client.py +0 -0
  13. {tencentcloud-sdk-python-dlc-3.0.1323 → tencentcloud-sdk-python-dlc-3.0.1324}/tencentcloud/dlc/v20210125/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-dlc-3.0.1323 → tencentcloud-sdk-python-dlc-3.0.1324}/tencentcloud_sdk_python_dlc.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-dlc-3.0.1323 → tencentcloud-sdk-python-dlc-3.0.1324}/tencentcloud_sdk_python_dlc.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-dlc-3.0.1323 → tencentcloud-sdk-python-dlc-3.0.1324}/tencentcloud_sdk_python_dlc.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-dlc
3
- Version: 3.0.1323
3
+ Version: 3.0.1324
4
4
  Summary: Tencent Cloud Dlc SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-dlc',
11
- install_requires=["tencentcloud-sdk-python-common==3.0.1323"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1324"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Dlc SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1323'
17
+ __version__ = '3.0.1324'
@@ -9017,18 +9017,14 @@ class DataEngineBasicInfo(AbstractModel):
9017
9017
  :param _UpdateTime: 更新时间
9018
9018
  :type UpdateTime: int
9019
9019
  :param _Message: 返回信息
9020
- 注意:此字段可能返回 null,表示取不到有效值。
9021
9020
  :type Message: str
9022
9021
  :param _DataEngineId: 引擎id
9023
9022
  :type DataEngineId: str
9024
9023
  :param _DataEngineType: 引擎类型,有效值:PrestoSQL/SparkSQL/SparkBatch
9025
- 注意:此字段可能返回 null,表示取不到有效值。
9026
9024
  :type DataEngineType: str
9027
9025
  :param _AppId: 用户ID
9028
- 注意:此字段可能返回 null,表示取不到有效值。
9029
9026
  :type AppId: int
9030
9027
  :param _UserUin: 账号ID
9031
- 注意:此字段可能返回 null,表示取不到有效值。
9032
9028
  :type UserUin: str
9033
9029
  """
9034
9030
  self._DataEngineName = None
@@ -9088,7 +9084,6 @@ class DataEngineBasicInfo(AbstractModel):
9088
9084
  @property
9089
9085
  def Message(self):
9090
9086
  """返回信息
9091
- 注意:此字段可能返回 null,表示取不到有效值。
9092
9087
  :rtype: str
9093
9088
  """
9094
9089
  return self._Message
@@ -9111,7 +9106,6 @@ class DataEngineBasicInfo(AbstractModel):
9111
9106
  @property
9112
9107
  def DataEngineType(self):
9113
9108
  """引擎类型,有效值:PrestoSQL/SparkSQL/SparkBatch
9114
- 注意:此字段可能返回 null,表示取不到有效值。
9115
9109
  :rtype: str
9116
9110
  """
9117
9111
  return self._DataEngineType
@@ -9123,7 +9117,6 @@ class DataEngineBasicInfo(AbstractModel):
9123
9117
  @property
9124
9118
  def AppId(self):
9125
9119
  """用户ID
9126
- 注意:此字段可能返回 null,表示取不到有效值。
9127
9120
  :rtype: int
9128
9121
  """
9129
9122
  return self._AppId
@@ -9135,7 +9128,6 @@ class DataEngineBasicInfo(AbstractModel):
9135
9128
  @property
9136
9129
  def UserUin(self):
9137
9130
  """账号ID
9138
- 注意:此字段可能返回 null,表示取不到有效值。
9139
9131
  :rtype: str
9140
9132
  """
9141
9133
  return self._UserUin
@@ -9248,10 +9240,8 @@ class DataEngineConfigPair(AbstractModel):
9248
9240
  def __init__(self):
9249
9241
  r"""
9250
9242
  :param _ConfigItem: 配置项
9251
- 注意:此字段可能返回 null,表示取不到有效值。
9252
9243
  :type ConfigItem: str
9253
9244
  :param _ConfigValue: 配置值
9254
- 注意:此字段可能返回 null,表示取不到有效值。
9255
9245
  :type ConfigValue: str
9256
9246
  """
9257
9247
  self._ConfigItem = None
@@ -9260,7 +9250,6 @@ class DataEngineConfigPair(AbstractModel):
9260
9250
  @property
9261
9251
  def ConfigItem(self):
9262
9252
  """配置项
9263
- 注意:此字段可能返回 null,表示取不到有效值。
9264
9253
  :rtype: str
9265
9254
  """
9266
9255
  return self._ConfigItem
@@ -9272,7 +9261,6 @@ class DataEngineConfigPair(AbstractModel):
9272
9261
  @property
9273
9262
  def ConfigValue(self):
9274
9263
  """配置值
9275
- 注意:此字段可能返回 null,表示取不到有效值。
9276
9264
  :rtype: str
9277
9265
  """
9278
9266
  return self._ConfigValue
@@ -10478,13 +10466,10 @@ class DataEngineScaleInfo(AbstractModel):
10478
10466
  def __init__(self):
10479
10467
  r"""
10480
10468
  :param _DataEngineId: 引擎ID
10481
- 注意:此字段可能返回 null,表示取不到有效值。
10482
10469
  :type DataEngineId: str
10483
10470
  :param _DataEngineName: 引擎名称
10484
- 注意:此字段可能返回 null,表示取不到有效值。
10485
10471
  :type DataEngineName: str
10486
10472
  :param _ScaleDetail: 引擎规格详情
10487
- 注意:此字段可能返回 null,表示取不到有效值。
10488
10473
  :type ScaleDetail: list of DataEngineScaleInfoDetail
10489
10474
  """
10490
10475
  self._DataEngineId = None
@@ -10494,7 +10479,6 @@ class DataEngineScaleInfo(AbstractModel):
10494
10479
  @property
10495
10480
  def DataEngineId(self):
10496
10481
  """引擎ID
10497
- 注意:此字段可能返回 null,表示取不到有效值。
10498
10482
  :rtype: str
10499
10483
  """
10500
10484
  return self._DataEngineId
@@ -10506,7 +10490,6 @@ class DataEngineScaleInfo(AbstractModel):
10506
10490
  @property
10507
10491
  def DataEngineName(self):
10508
10492
  """引擎名称
10509
- 注意:此字段可能返回 null,表示取不到有效值。
10510
10493
  :rtype: str
10511
10494
  """
10512
10495
  return self._DataEngineName
@@ -10518,7 +10501,6 @@ class DataEngineScaleInfo(AbstractModel):
10518
10501
  @property
10519
10502
  def ScaleDetail(self):
10520
10503
  """引擎规格详情
10521
- 注意:此字段可能返回 null,表示取不到有效值。
10522
10504
  :rtype: list of DataEngineScaleInfoDetail
10523
10505
  """
10524
10506
  return self._ScaleDetail
@@ -10555,13 +10537,10 @@ class DataEngineScaleInfoDetail(AbstractModel):
10555
10537
  def __init__(self):
10556
10538
  r"""
10557
10539
  :param _StartTime: 统计开始时间,格式为:yyyy-MM-dd HH:mm:ss
10558
- 注意:此字段可能返回 null,表示取不到有效值。
10559
10540
  :type StartTime: str
10560
10541
  :param _EndTime: 统计结束时间,格式为:yyyy-MM-dd HH:mm:ss
10561
- 注意:此字段可能返回 null,表示取不到有效值。
10562
10542
  :type EndTime: str
10563
10543
  :param _CU: 当前统计时间段,引擎规格
10564
- 注意:此字段可能返回 null,表示取不到有效值。
10565
10544
  :type CU: int
10566
10545
  """
10567
10546
  self._StartTime = None
@@ -10571,7 +10550,6 @@ class DataEngineScaleInfoDetail(AbstractModel):
10571
10550
  @property
10572
10551
  def StartTime(self):
10573
10552
  """统计开始时间,格式为:yyyy-MM-dd HH:mm:ss
10574
- 注意:此字段可能返回 null,表示取不到有效值。
10575
10553
  :rtype: str
10576
10554
  """
10577
10555
  return self._StartTime
@@ -10583,7 +10561,6 @@ class DataEngineScaleInfoDetail(AbstractModel):
10583
10561
  @property
10584
10562
  def EndTime(self):
10585
10563
  """统计结束时间,格式为:yyyy-MM-dd HH:mm:ss
10586
- 注意:此字段可能返回 null,表示取不到有效值。
10587
10564
  :rtype: str
10588
10565
  """
10589
10566
  return self._EndTime
@@ -10595,7 +10572,6 @@ class DataEngineScaleInfoDetail(AbstractModel):
10595
10572
  @property
10596
10573
  def CU(self):
10597
10574
  """当前统计时间段,引擎规格
10598
- 注意:此字段可能返回 null,表示取不到有效值。
10599
10575
  :rtype: int
10600
10576
  """
10601
10577
  return self._CU
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-dlc
3
- Version: 3.0.1323
3
+ Version: 3.0.1324
4
4
  Summary: Tencent Cloud Dlc SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1324
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1323