tencentcloud-sdk-python-tsf 3.0.1489__tar.gz → 3.1.5__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 (17) hide show
  1. {tencentcloud_sdk_python_tsf-3.0.1489 → tencentcloud_sdk_python_tsf-3.1.5}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_tsf-3.0.1489 → tencentcloud_sdk_python_tsf-3.1.5}/setup.py +2 -1
  3. {tencentcloud_sdk_python_tsf-3.0.1489 → tencentcloud_sdk_python_tsf-3.1.5}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_tsf-3.0.1489 → tencentcloud_sdk_python_tsf-3.1.5}/tencentcloud/tsf/v20180326/models.py +4 -4
  5. tencentcloud_sdk_python_tsf-3.1.5/tencentcloud/tsf/v20180326/tsf_client_async.py +4143 -0
  6. {tencentcloud_sdk_python_tsf-3.0.1489 → tencentcloud_sdk_python_tsf-3.1.5}/tencentcloud_sdk_python_tsf.egg-info/PKG-INFO +2 -2
  7. {tencentcloud_sdk_python_tsf-3.0.1489 → tencentcloud_sdk_python_tsf-3.1.5}/tencentcloud_sdk_python_tsf.egg-info/SOURCES.txt +1 -0
  8. tencentcloud_sdk_python_tsf-3.1.5/tencentcloud_sdk_python_tsf.egg-info/requires.txt +1 -0
  9. tencentcloud_sdk_python_tsf-3.0.1489/tencentcloud_sdk_python_tsf.egg-info/requires.txt +0 -1
  10. {tencentcloud_sdk_python_tsf-3.0.1489 → tencentcloud_sdk_python_tsf-3.1.5}/README.rst +0 -0
  11. {tencentcloud_sdk_python_tsf-3.0.1489 → tencentcloud_sdk_python_tsf-3.1.5}/setup.cfg +0 -0
  12. {tencentcloud_sdk_python_tsf-3.0.1489 → tencentcloud_sdk_python_tsf-3.1.5}/tencentcloud/tsf/__init__.py +0 -0
  13. {tencentcloud_sdk_python_tsf-3.0.1489 → tencentcloud_sdk_python_tsf-3.1.5}/tencentcloud/tsf/v20180326/__init__.py +0 -0
  14. {tencentcloud_sdk_python_tsf-3.0.1489 → tencentcloud_sdk_python_tsf-3.1.5}/tencentcloud/tsf/v20180326/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_tsf-3.0.1489 → tencentcloud_sdk_python_tsf-3.1.5}/tencentcloud/tsf/v20180326/tsf_client.py +0 -0
  16. {tencentcloud_sdk_python_tsf-3.0.1489 → tencentcloud_sdk_python_tsf-3.1.5}/tencentcloud_sdk_python_tsf.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_tsf-3.0.1489 → tencentcloud_sdk_python_tsf-3.1.5}/tencentcloud_sdk_python_tsf.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-tsf
3
- Version: 3.0.1489
3
+ Version: 3.1.5
4
4
  Summary: Tencent Cloud Tsf SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1489
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.5
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -8,7 +8,8 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-tsf',
11
- install_requires=["tencentcloud-sdk-python-common>=3.0.1489,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.5,<4.0.0"],
12
+
12
13
  version=tencentcloud.__version__,
13
14
  description='Tencent Cloud Tsf SDK for Python',
14
15
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1489'
17
+ __version__ = '3.1.5'
@@ -14682,9 +14682,9 @@ class CreateTaskFlowRequest(AbstractModel):
14682
14682
  :type TriggerRule: :class:`tencentcloud.tsf.v20180326.models.TaskRule`
14683
14683
  :param _FlowEdges: 工作流任务节点列表
14684
14684
  :type FlowEdges: list of TaskFlowEdge
14685
- :param _TimeOut: 工作流执行超时时间
14685
+ :param _TimeOut: 工作流执行超时时间,单位:毫秒
14686
14686
  :type TimeOut: int
14687
- :param _ProgramIdList:
14687
+ :param _ProgramIdList: 数据集列表
14688
14688
  :type ProgramIdList: list of str
14689
14689
  """
14690
14690
  self._FlowName = None
@@ -14728,7 +14728,7 @@ class CreateTaskFlowRequest(AbstractModel):
14728
14728
 
14729
14729
  @property
14730
14730
  def TimeOut(self):
14731
- r"""工作流执行超时时间
14731
+ r"""工作流执行超时时间,单位:毫秒
14732
14732
  :rtype: int
14733
14733
  """
14734
14734
  return self._TimeOut
@@ -14739,7 +14739,7 @@ class CreateTaskFlowRequest(AbstractModel):
14739
14739
 
14740
14740
  @property
14741
14741
  def ProgramIdList(self):
14742
- r"""
14742
+ r"""数据集列表
14743
14743
  :rtype: list of str
14744
14744
  """
14745
14745
  return self._ProgramIdList