tencentcloud-sdk-python-cls 3.0.1447__tar.gz → 3.0.1448__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-cls-3.0.1447 → tencentcloud-sdk-python-cls-3.0.1448}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-cls-3.0.1447 → tencentcloud-sdk-python-cls-3.0.1448}/setup.py +1 -1
  3. {tencentcloud-sdk-python-cls-3.0.1447 → tencentcloud-sdk-python-cls-3.0.1448}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-cls-3.0.1447 → tencentcloud-sdk-python-cls-3.0.1448}/tencentcloud/cls/v20201016/models.py +16 -6
  5. {tencentcloud-sdk-python-cls-3.0.1447 → tencentcloud-sdk-python-cls-3.0.1448}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-cls-3.0.1448/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-cls-3.0.1447/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-cls-3.0.1447 → tencentcloud-sdk-python-cls-3.0.1448}/README.rst +0 -0
  9. {tencentcloud-sdk-python-cls-3.0.1447 → tencentcloud-sdk-python-cls-3.0.1448}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-cls-3.0.1447 → tencentcloud-sdk-python-cls-3.0.1448}/tencentcloud/cls/__init__.py +0 -0
  11. {tencentcloud-sdk-python-cls-3.0.1447 → tencentcloud-sdk-python-cls-3.0.1448}/tencentcloud/cls/v20201016/__init__.py +0 -0
  12. {tencentcloud-sdk-python-cls-3.0.1447 → tencentcloud-sdk-python-cls-3.0.1448}/tencentcloud/cls/v20201016/cls_client.py +0 -0
  13. {tencentcloud-sdk-python-cls-3.0.1447 → tencentcloud-sdk-python-cls-3.0.1448}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-cls-3.0.1447 → tencentcloud-sdk-python-cls-3.0.1448}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-cls-3.0.1447 → tencentcloud-sdk-python-cls-3.0.1448}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-cls-3.0.1447 → tencentcloud-sdk-python-cls-3.0.1448}/tencentcloud_sdk_python_cls.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.0.1447
3
+ Version: 3.0.1448
4
4
  Summary: Tencent Cloud Cls 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-cls',
11
- install_requires=["tencentcloud-sdk-python-common>=3.0.1447,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.0.1448,<4.0.0"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Cls 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.1447'
17
+ __version__ = '3.0.1448'
@@ -10884,7 +10884,8 @@ class DataTransformResouceInfo(AbstractModel):
10884
10884
 
10885
10885
  def __init__(self):
10886
10886
  r"""
10887
- :param _TopicId: 目标主题id
10887
+ :param _TopicId: 日志主题ID
10888
+ - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
10888
10889
  :type TopicId: str
10889
10890
  :param _Alias: 别名
10890
10891
  :type Alias: str
@@ -10894,7 +10895,8 @@ class DataTransformResouceInfo(AbstractModel):
10894
10895
 
10895
10896
  @property
10896
10897
  def TopicId(self):
10897
- """目标主题id
10898
+ """日志主题ID
10899
+ - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
10898
10900
  :rtype: str
10899
10901
  """
10900
10902
  return self._TopicId
@@ -10948,12 +10950,16 @@ class DataTransformTaskInfo(AbstractModel):
10948
10950
  :param _Status: 当前加工任务状态(1准备中/2运行中/3停止中/4已停止)
10949
10951
  :type Status: int
10950
10952
  :param _CreateTime: 加工任务创建时间
10953
+ 示例值:2025-03-18 19:55:54
10954
+ 时间格式:yyyy-MM-dd HH:mm:ss
10951
10955
  :type CreateTime: str
10952
10956
  :param _UpdateTime: 最近修改时间
10953
- 示例值:2025-06-18 16:55:54
10957
+ 示例值:2025-04-18 16:55:54
10958
+ 时间格式:yyyy-MM-dd HH:mm:ss
10954
10959
  :type UpdateTime: str
10955
10960
  :param _LastEnableTime: 最后启用时间,如果需要重建集群,修改该时间
10956
- 示例值:2025-06-18 19:55:54
10961
+ 示例值:2025-05-18 19:55:54
10962
+ 时间格式:yyyy-MM-dd HH:mm:ss
10957
10963
  :type LastEnableTime: str
10958
10964
  :param _SrcTopicName: 日志主题名称
10959
10965
  :type SrcTopicName: str
@@ -11056,6 +11062,8 @@ class DataTransformTaskInfo(AbstractModel):
11056
11062
  @property
11057
11063
  def CreateTime(self):
11058
11064
  """加工任务创建时间
11065
+ 示例值:2025-03-18 19:55:54
11066
+ 时间格式:yyyy-MM-dd HH:mm:ss
11059
11067
  :rtype: str
11060
11068
  """
11061
11069
  return self._CreateTime
@@ -11067,7 +11075,8 @@ class DataTransformTaskInfo(AbstractModel):
11067
11075
  @property
11068
11076
  def UpdateTime(self):
11069
11077
  """最近修改时间
11070
- 示例值:2025-06-18 16:55:54
11078
+ 示例值:2025-04-18 16:55:54
11079
+ 时间格式:yyyy-MM-dd HH:mm:ss
11071
11080
  :rtype: str
11072
11081
  """
11073
11082
  return self._UpdateTime
@@ -11079,7 +11088,8 @@ class DataTransformTaskInfo(AbstractModel):
11079
11088
  @property
11080
11089
  def LastEnableTime(self):
11081
11090
  """最后启用时间,如果需要重建集群,修改该时间
11082
- 示例值:2025-06-18 19:55:54
11091
+ 示例值:2025-05-18 19:55:54
11092
+ 时间格式:yyyy-MM-dd HH:mm:ss
11083
11093
  :rtype: str
11084
11094
  """
11085
11095
  return self._LastEnableTime
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.0.1447
3
+ Version: 3.0.1448
4
4
  Summary: Tencent Cloud Cls 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<4.0.0,>=3.0.1448
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.0.1447