tencentcloud-sdk-python-omics 3.0.1459__tar.gz → 3.0.1482__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 (18) hide show
  1. tencentcloud_sdk_python_omics-3.0.1482/PKG-INFO +46 -0
  2. {tencentcloud-sdk-python-omics-3.0.1459 → tencentcloud_sdk_python_omics-3.0.1482}/setup.py +1 -1
  3. {tencentcloud-sdk-python-omics-3.0.1459 → tencentcloud_sdk_python_omics-3.0.1482}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-omics-3.0.1459 → tencentcloud_sdk_python_omics-3.0.1482}/tencentcloud/omics/v20221128/models.py +159 -0
  5. tencentcloud_sdk_python_omics-3.0.1482/tencentcloud_sdk_python_omics.egg-info/PKG-INFO +46 -0
  6. tencentcloud_sdk_python_omics-3.0.1482/tencentcloud_sdk_python_omics.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-omics-3.0.1459/PKG-INFO +0 -45
  8. tencentcloud-sdk-python-omics-3.0.1459/tencentcloud_sdk_python_omics.egg-info/PKG-INFO +0 -45
  9. tencentcloud-sdk-python-omics-3.0.1459/tencentcloud_sdk_python_omics.egg-info/requires.txt +0 -1
  10. {tencentcloud-sdk-python-omics-3.0.1459 → tencentcloud_sdk_python_omics-3.0.1482}/README.rst +0 -0
  11. {tencentcloud-sdk-python-omics-3.0.1459 → tencentcloud_sdk_python_omics-3.0.1482}/setup.cfg +0 -0
  12. {tencentcloud-sdk-python-omics-3.0.1459 → tencentcloud_sdk_python_omics-3.0.1482}/tencentcloud/omics/__init__.py +0 -0
  13. {tencentcloud-sdk-python-omics-3.0.1459 → tencentcloud_sdk_python_omics-3.0.1482}/tencentcloud/omics/v20221128/__init__.py +0 -0
  14. {tencentcloud-sdk-python-omics-3.0.1459 → tencentcloud_sdk_python_omics-3.0.1482}/tencentcloud/omics/v20221128/errorcodes.py +0 -0
  15. {tencentcloud-sdk-python-omics-3.0.1459 → tencentcloud_sdk_python_omics-3.0.1482}/tencentcloud/omics/v20221128/omics_client.py +0 -0
  16. {tencentcloud-sdk-python-omics-3.0.1459 → tencentcloud_sdk_python_omics-3.0.1482}/tencentcloud_sdk_python_omics.egg-info/SOURCES.txt +0 -0
  17. {tencentcloud-sdk-python-omics-3.0.1459 → tencentcloud_sdk_python_omics-3.0.1482}/tencentcloud_sdk_python_omics.egg-info/dependency_links.txt +0 -0
  18. {tencentcloud-sdk-python-omics-3.0.1459 → tencentcloud_sdk_python_omics-3.0.1482}/tencentcloud_sdk_python_omics.egg-info/top_level.txt +0 -0
@@ -0,0 +1,46 @@
1
+ Metadata-Version: 2.1
2
+ Name: tencentcloud-sdk-python-omics
3
+ Version: 3.0.1482
4
+ Summary: Tencent Cloud Omics SDK for Python
5
+ Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
+ Author: Tencent Cloud
7
+ Maintainer-email: tencentcloudapi@tencent.com
8
+ License: Apache License 2.0
9
+ Platform: any
10
+ Classifier: Development Status :: 5 - Production/Stable
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: License :: OSI Approved :: Apache Software License
13
+ Classifier: Programming Language :: Python
14
+ Classifier: Programming Language :: Python :: 2.7
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.6
17
+ Classifier: Programming Language :: Python :: 3.7
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1482
19
+
20
+ ============================
21
+ Tencent Cloud SDK for Python
22
+ ============================
23
+
24
+ Tencent Cloud Python Omics SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
25
+ The SDK works on Python versions:
26
+
27
+ * 2.7 and greater, including 3.x
28
+
29
+ Quick Start
30
+ -----------
31
+
32
+ First, install the library:
33
+
34
+ .. code-block:: sh
35
+
36
+ $ pip install tencentcloud-sdk-python-common
37
+ $ pip install tencentcloud-sdk-python-omics
38
+
39
+ or download source code from github and install:
40
+
41
+ .. code-block:: sh
42
+
43
+ $ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
44
+ $ cd tencentcloud-sdk-python
45
+ $ python package.py --components common omics
46
+
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-omics',
11
- install_requires=["tencentcloud-sdk-python-common>=3.0.1459,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.0.1482,<4.0.0"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Omics 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.1459'
17
+ __version__ = '3.0.1482'
@@ -879,6 +879,57 @@ class CreateVolumeResponse(AbstractModel):
879
879
  self._RequestId = params.get("RequestId")
880
880
 
881
881
 
882
+ class CromwellConfig(AbstractModel):
883
+ r"""Cromwell工作流引擎设置
884
+
885
+ """
886
+
887
+ def __init__(self):
888
+ r"""
889
+ :param _MaxConcurrentWorkflows: 工作流并发数
890
+ :type MaxConcurrentWorkflows: int
891
+ :param _ConcurrentJobLimit: 作业并发数
892
+ :type ConcurrentJobLimit: int
893
+ """
894
+ self._MaxConcurrentWorkflows = None
895
+ self._ConcurrentJobLimit = None
896
+
897
+ @property
898
+ def MaxConcurrentWorkflows(self):
899
+ r"""工作流并发数
900
+ :rtype: int
901
+ """
902
+ return self._MaxConcurrentWorkflows
903
+
904
+ @MaxConcurrentWorkflows.setter
905
+ def MaxConcurrentWorkflows(self, MaxConcurrentWorkflows):
906
+ self._MaxConcurrentWorkflows = MaxConcurrentWorkflows
907
+
908
+ @property
909
+ def ConcurrentJobLimit(self):
910
+ r"""作业并发数
911
+ :rtype: int
912
+ """
913
+ return self._ConcurrentJobLimit
914
+
915
+ @ConcurrentJobLimit.setter
916
+ def ConcurrentJobLimit(self, ConcurrentJobLimit):
917
+ self._ConcurrentJobLimit = ConcurrentJobLimit
918
+
919
+
920
+ def _deserialize(self, params):
921
+ self._MaxConcurrentWorkflows = params.get("MaxConcurrentWorkflows")
922
+ self._ConcurrentJobLimit = params.get("ConcurrentJobLimit")
923
+ memeber_set = set(params.keys())
924
+ for name, value in vars(self).items():
925
+ property_name = name[1:]
926
+ if property_name in memeber_set:
927
+ memeber_set.remove(property_name)
928
+ if len(memeber_set) > 0:
929
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
930
+
931
+
932
+
882
933
  class DatabaseOption(AbstractModel):
883
934
  r"""数据库配置。
884
935
 
@@ -2114,6 +2165,8 @@ class Environment(AbstractModel):
2114
2165
  :type LastWorkflowUuid: str
2115
2166
  :param _CreationTime: 创建时间。
2116
2167
  :type CreationTime: str
2168
+ :param _RuntimeConfig: 运行时配置。
2169
+ :type RuntimeConfig: :class:`tencentcloud.omics.v20221128.models.EnvironmentRuntimeConfig`
2117
2170
  """
2118
2171
  self._EnvironmentId = None
2119
2172
  self._Name = None
@@ -2128,6 +2181,7 @@ class Environment(AbstractModel):
2128
2181
  self._ResourceIds = None
2129
2182
  self._LastWorkflowUuid = None
2130
2183
  self._CreationTime = None
2184
+ self._RuntimeConfig = None
2131
2185
 
2132
2186
  @property
2133
2187
  def EnvironmentId(self):
@@ -2280,6 +2334,17 @@ class Environment(AbstractModel):
2280
2334
  def CreationTime(self, CreationTime):
2281
2335
  self._CreationTime = CreationTime
2282
2336
 
2337
+ @property
2338
+ def RuntimeConfig(self):
2339
+ r"""运行时配置。
2340
+ :rtype: :class:`tencentcloud.omics.v20221128.models.EnvironmentRuntimeConfig`
2341
+ """
2342
+ return self._RuntimeConfig
2343
+
2344
+ @RuntimeConfig.setter
2345
+ def RuntimeConfig(self, RuntimeConfig):
2346
+ self._RuntimeConfig = RuntimeConfig
2347
+
2283
2348
 
2284
2349
  def _deserialize(self, params):
2285
2350
  self._EnvironmentId = params.get("EnvironmentId")
@@ -2297,6 +2362,9 @@ class Environment(AbstractModel):
2297
2362
  self._ResourceIds._deserialize(params.get("ResourceIds"))
2298
2363
  self._LastWorkflowUuid = params.get("LastWorkflowUuid")
2299
2364
  self._CreationTime = params.get("CreationTime")
2365
+ if params.get("RuntimeConfig") is not None:
2366
+ self._RuntimeConfig = EnvironmentRuntimeConfig()
2367
+ self._RuntimeConfig._deserialize(params.get("RuntimeConfig"))
2300
2368
  memeber_set = set(params.keys())
2301
2369
  for name, value in vars(self).items():
2302
2370
  property_name = name[1:]
@@ -2430,6 +2498,61 @@ class EnvironmentConfig(AbstractModel):
2430
2498
 
2431
2499
 
2432
2500
 
2501
+ class EnvironmentRuntimeConfig(AbstractModel):
2502
+ r"""环境运行时配置
2503
+
2504
+ """
2505
+
2506
+ def __init__(self):
2507
+ r"""
2508
+ :param _CromwellConfig: Cromwell工作流引擎设置
2509
+ :type CromwellConfig: :class:`tencentcloud.omics.v20221128.models.CromwellConfig`
2510
+ :param _NextflowConfig: Nextflow工作流引擎设置
2511
+ :type NextflowConfig: :class:`tencentcloud.omics.v20221128.models.NextflowConfig`
2512
+ """
2513
+ self._CromwellConfig = None
2514
+ self._NextflowConfig = None
2515
+
2516
+ @property
2517
+ def CromwellConfig(self):
2518
+ r"""Cromwell工作流引擎设置
2519
+ :rtype: :class:`tencentcloud.omics.v20221128.models.CromwellConfig`
2520
+ """
2521
+ return self._CromwellConfig
2522
+
2523
+ @CromwellConfig.setter
2524
+ def CromwellConfig(self, CromwellConfig):
2525
+ self._CromwellConfig = CromwellConfig
2526
+
2527
+ @property
2528
+ def NextflowConfig(self):
2529
+ r"""Nextflow工作流引擎设置
2530
+ :rtype: :class:`tencentcloud.omics.v20221128.models.NextflowConfig`
2531
+ """
2532
+ return self._NextflowConfig
2533
+
2534
+ @NextflowConfig.setter
2535
+ def NextflowConfig(self, NextflowConfig):
2536
+ self._NextflowConfig = NextflowConfig
2537
+
2538
+
2539
+ def _deserialize(self, params):
2540
+ if params.get("CromwellConfig") is not None:
2541
+ self._CromwellConfig = CromwellConfig()
2542
+ self._CromwellConfig._deserialize(params.get("CromwellConfig"))
2543
+ if params.get("NextflowConfig") is not None:
2544
+ self._NextflowConfig = NextflowConfig()
2545
+ self._NextflowConfig._deserialize(params.get("NextflowConfig"))
2546
+ memeber_set = set(params.keys())
2547
+ for name, value in vars(self).items():
2548
+ property_name = name[1:]
2549
+ if property_name in memeber_set:
2550
+ memeber_set.remove(property_name)
2551
+ if len(memeber_set) > 0:
2552
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
2553
+
2554
+
2555
+
2433
2556
  class ExecutionTime(AbstractModel):
2434
2557
  r"""执行时间。
2435
2558
 
@@ -3437,6 +3560,42 @@ class NFOption(AbstractModel):
3437
3560
 
3438
3561
 
3439
3562
 
3563
+ class NextflowConfig(AbstractModel):
3564
+ r"""Nextflow工作流引擎设置
3565
+
3566
+ """
3567
+
3568
+ def __init__(self):
3569
+ r"""
3570
+ :param _ExecutorQueueSize: 工作流任务并发数
3571
+ :type ExecutorQueueSize: int
3572
+ """
3573
+ self._ExecutorQueueSize = None
3574
+
3575
+ @property
3576
+ def ExecutorQueueSize(self):
3577
+ r"""工作流任务并发数
3578
+ :rtype: int
3579
+ """
3580
+ return self._ExecutorQueueSize
3581
+
3582
+ @ExecutorQueueSize.setter
3583
+ def ExecutorQueueSize(self, ExecutorQueueSize):
3584
+ self._ExecutorQueueSize = ExecutorQueueSize
3585
+
3586
+
3587
+ def _deserialize(self, params):
3588
+ self._ExecutorQueueSize = params.get("ExecutorQueueSize")
3589
+ memeber_set = set(params.keys())
3590
+ for name, value in vars(self).items():
3591
+ property_name = name[1:]
3592
+ if property_name in memeber_set:
3593
+ memeber_set.remove(property_name)
3594
+ if len(memeber_set) > 0:
3595
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
3596
+
3597
+
3598
+
3440
3599
  class NotificationType(AbstractModel):
3441
3600
  r"""通知类型
3442
3601
 
@@ -0,0 +1,46 @@
1
+ Metadata-Version: 2.1
2
+ Name: tencentcloud-sdk-python-omics
3
+ Version: 3.0.1482
4
+ Summary: Tencent Cloud Omics SDK for Python
5
+ Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
+ Author: Tencent Cloud
7
+ Maintainer-email: tencentcloudapi@tencent.com
8
+ License: Apache License 2.0
9
+ Platform: any
10
+ Classifier: Development Status :: 5 - Production/Stable
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: License :: OSI Approved :: Apache Software License
13
+ Classifier: Programming Language :: Python
14
+ Classifier: Programming Language :: Python :: 2.7
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.6
17
+ Classifier: Programming Language :: Python :: 3.7
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1482
19
+
20
+ ============================
21
+ Tencent Cloud SDK for Python
22
+ ============================
23
+
24
+ Tencent Cloud Python Omics SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
25
+ The SDK works on Python versions:
26
+
27
+ * 2.7 and greater, including 3.x
28
+
29
+ Quick Start
30
+ -----------
31
+
32
+ First, install the library:
33
+
34
+ .. code-block:: sh
35
+
36
+ $ pip install tencentcloud-sdk-python-common
37
+ $ pip install tencentcloud-sdk-python-omics
38
+
39
+ or download source code from github and install:
40
+
41
+ .. code-block:: sh
42
+
43
+ $ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
44
+ $ cd tencentcloud-sdk-python
45
+ $ python package.py --components common omics
46
+
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.0.1482
@@ -1,45 +0,0 @@
1
- Metadata-Version: 1.2
2
- Name: tencentcloud-sdk-python-omics
3
- Version: 3.0.1459
4
- Summary: Tencent Cloud Omics SDK for Python
5
- Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
- Author: Tencent Cloud
7
- Maintainer-email: tencentcloudapi@tencent.com
8
- License: Apache License 2.0
9
- Description: ============================
10
- Tencent Cloud SDK for Python
11
- ============================
12
-
13
- Tencent Cloud Python Omics SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
14
- The SDK works on Python versions:
15
-
16
- * 2.7 and greater, including 3.x
17
-
18
- Quick Start
19
- -----------
20
-
21
- First, install the library:
22
-
23
- .. code-block:: sh
24
-
25
- $ pip install tencentcloud-sdk-python-common
26
- $ pip install tencentcloud-sdk-python-omics
27
-
28
- or download source code from github and install:
29
-
30
- .. code-block:: sh
31
-
32
- $ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
33
- $ cd tencentcloud-sdk-python
34
- $ python package.py --components common omics
35
-
36
-
37
- Platform: any
38
- Classifier: Development Status :: 5 - Production/Stable
39
- Classifier: Intended Audience :: Developers
40
- Classifier: License :: OSI Approved :: Apache Software License
41
- Classifier: Programming Language :: Python
42
- Classifier: Programming Language :: Python :: 2.7
43
- Classifier: Programming Language :: Python :: 3
44
- Classifier: Programming Language :: Python :: 3.6
45
- Classifier: Programming Language :: Python :: 3.7
@@ -1,45 +0,0 @@
1
- Metadata-Version: 1.2
2
- Name: tencentcloud-sdk-python-omics
3
- Version: 3.0.1459
4
- Summary: Tencent Cloud Omics SDK for Python
5
- Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
- Author: Tencent Cloud
7
- Maintainer-email: tencentcloudapi@tencent.com
8
- License: Apache License 2.0
9
- Description: ============================
10
- Tencent Cloud SDK for Python
11
- ============================
12
-
13
- Tencent Cloud Python Omics SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
14
- The SDK works on Python versions:
15
-
16
- * 2.7 and greater, including 3.x
17
-
18
- Quick Start
19
- -----------
20
-
21
- First, install the library:
22
-
23
- .. code-block:: sh
24
-
25
- $ pip install tencentcloud-sdk-python-common
26
- $ pip install tencentcloud-sdk-python-omics
27
-
28
- or download source code from github and install:
29
-
30
- .. code-block:: sh
31
-
32
- $ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
33
- $ cd tencentcloud-sdk-python
34
- $ python package.py --components common omics
35
-
36
-
37
- Platform: any
38
- Classifier: Development Status :: 5 - Production/Stable
39
- Classifier: Intended Audience :: Developers
40
- Classifier: License :: OSI Approved :: Apache Software License
41
- Classifier: Programming Language :: Python
42
- Classifier: Programming Language :: Python :: 2.7
43
- Classifier: Programming Language :: Python :: 3
44
- Classifier: Programming Language :: Python :: 3.6
45
- Classifier: Programming Language :: Python :: 3.7
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.0.1459