tencentcloud-sdk-python-mps 3.1.157__tar.gz → 3.1.159__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_mps-3.1.157 → tencentcloud_sdk_python_mps-3.1.159}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_mps-3.1.157 → tencentcloud_sdk_python_mps-3.1.159}/setup.py +1 -1
  3. {tencentcloud_sdk_python_mps-3.1.157 → tencentcloud_sdk_python_mps-3.1.159}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_mps-3.1.157 → tencentcloud_sdk_python_mps-3.1.159}/tencentcloud/mps/v20190612/models.py +30 -0
  5. {tencentcloud_sdk_python_mps-3.1.157 → tencentcloud_sdk_python_mps-3.1.159}/tencentcloud_sdk_python_mps.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_mps-3.1.159/tencentcloud_sdk_python_mps.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_mps-3.1.157/tencentcloud_sdk_python_mps.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_mps-3.1.157 → tencentcloud_sdk_python_mps-3.1.159}/README.rst +0 -0
  9. {tencentcloud_sdk_python_mps-3.1.157 → tencentcloud_sdk_python_mps-3.1.159}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_mps-3.1.157 → tencentcloud_sdk_python_mps-3.1.159}/tencentcloud/mps/__init__.py +0 -0
  11. {tencentcloud_sdk_python_mps-3.1.157 → tencentcloud_sdk_python_mps-3.1.159}/tencentcloud/mps/v20190612/__init__.py +0 -0
  12. {tencentcloud_sdk_python_mps-3.1.157 → tencentcloud_sdk_python_mps-3.1.159}/tencentcloud/mps/v20190612/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_mps-3.1.157 → tencentcloud_sdk_python_mps-3.1.159}/tencentcloud/mps/v20190612/mps_client.py +0 -0
  14. {tencentcloud_sdk_python_mps-3.1.157 → tencentcloud_sdk_python_mps-3.1.159}/tencentcloud/mps/v20190612/mps_client_async.py +0 -0
  15. {tencentcloud_sdk_python_mps-3.1.157 → tencentcloud_sdk_python_mps-3.1.159}/tencentcloud_sdk_python_mps.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_mps-3.1.157 → tencentcloud_sdk_python_mps-3.1.159}/tencentcloud_sdk_python_mps.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_mps-3.1.157 → tencentcloud_sdk_python_mps-3.1.159}/tencentcloud_sdk_python_mps.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-mps
3
- Version: 3.1.157
3
+ Version: 3.1.159
4
4
  Summary: Tencent Cloud Mps 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.1.157
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.159
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-mps',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.157,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.159,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Mps SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.157'
17
+ __version__ = '3.1.159'
@@ -549,6 +549,8 @@ class Activity(AbstractModel):
549
549
  r"""
550
550
  :param _ActivityType: <p>原子任务类型:</p><li>input: 起始节点</li><li>output:终止节点</li><li>action-trans:转码</li><li>action-samplesnapshot:采样截图</li><li>action-AIAnalysis: 分析</li><li>action-AIRecognition:识别</li><li>action-aiReview:审核</li><li>action-animated-graphics:转动图</li><li>action-image-sprite:雪碧图</li><li>action-snapshotByTimeOffset: 时间点截图</li><li>action-adaptive-substream:自适应码流</li><li>action-AIQualityControl:媒体质检</li><li>action-SmartSubtitles:智能字幕</li><li>action-exec-rules:判断规则</li><li>action-SmartErase:智能擦除</li>
551
551
  :type ActivityType: str
552
+ :param _PredriveIndex: <p>前驱节点索引数组。<br>注意:创建和修改编排时,该参数无效,由服务端自动生成。</p>
553
+ :type PredriveIndex: list of int
552
554
  :param _ReardriveIndex: <p>后驱节点索引数组</p>
553
555
  :type ReardriveIndex: list of int
554
556
  :param _ActivityPara: <p>原子任务参数</p>
@@ -556,6 +558,7 @@ class Activity(AbstractModel):
556
558
  :type ActivityPara: :class:`tencentcloud.mps.v20190612.models.ActivityPara`
557
559
  """
558
560
  self._ActivityType = None
561
+ self._PredriveIndex = None
559
562
  self._ReardriveIndex = None
560
563
  self._ActivityPara = None
561
564
 
@@ -570,6 +573,17 @@ class Activity(AbstractModel):
570
573
  def ActivityType(self, ActivityType):
571
574
  self._ActivityType = ActivityType
572
575
 
576
+ @property
577
+ def PredriveIndex(self):
578
+ r"""<p>前驱节点索引数组。<br>注意:创建和修改编排时,该参数无效,由服务端自动生成。</p>
579
+ :rtype: list of int
580
+ """
581
+ return self._PredriveIndex
582
+
583
+ @PredriveIndex.setter
584
+ def PredriveIndex(self, PredriveIndex):
585
+ self._PredriveIndex = PredriveIndex
586
+
573
587
  @property
574
588
  def ReardriveIndex(self):
575
589
  r"""<p>后驱节点索引数组</p>
@@ -596,6 +610,7 @@ class Activity(AbstractModel):
596
610
 
597
611
  def _deserialize(self, params):
598
612
  self._ActivityType = params.get("ActivityType")
613
+ self._PredriveIndex = params.get("PredriveIndex")
599
614
  self._ReardriveIndex = params.get("ReardriveIndex")
600
615
  if params.get("ActivityPara") is not None:
601
616
  self._ActivityPara = ActivityPara()
@@ -23905,11 +23920,14 @@ class CreateImageConfig(AbstractModel):
23905
23920
  :type Resolution: str
23906
23921
  :param _AspectRatio: <p>输出图片的宽高比</p><p>枚举值:</p><ul><li>1:1: 宽高比 1:1</li><li>2:3: 宽高比 2:3</li><li>3:2: 宽高比 3:2</li><li>3:4: 宽高比 3:4</li><li>4:3: 宽高比 4:3</li><li>9:16: 宽高比 9:16</li><li>16:9: 宽高比 16:9</li></ul><p>默认值:1:1</p>
23907
23922
  :type AspectRatio: str
23923
+ :param _AdditionalParameters: <p>附加参数。</p>
23924
+ :type AdditionalParameters: str
23908
23925
  """
23909
23926
  self._Model = None
23910
23927
  self._Prompt = None
23911
23928
  self._Resolution = None
23912
23929
  self._AspectRatio = None
23930
+ self._AdditionalParameters = None
23913
23931
 
23914
23932
  @property
23915
23933
  def Model(self):
@@ -23955,12 +23973,24 @@ class CreateImageConfig(AbstractModel):
23955
23973
  def AspectRatio(self, AspectRatio):
23956
23974
  self._AspectRatio = AspectRatio
23957
23975
 
23976
+ @property
23977
+ def AdditionalParameters(self):
23978
+ r"""<p>附加参数。</p>
23979
+ :rtype: str
23980
+ """
23981
+ return self._AdditionalParameters
23982
+
23983
+ @AdditionalParameters.setter
23984
+ def AdditionalParameters(self, AdditionalParameters):
23985
+ self._AdditionalParameters = AdditionalParameters
23986
+
23958
23987
 
23959
23988
  def _deserialize(self, params):
23960
23989
  self._Model = params.get("Model")
23961
23990
  self._Prompt = params.get("Prompt")
23962
23991
  self._Resolution = params.get("Resolution")
23963
23992
  self._AspectRatio = params.get("AspectRatio")
23993
+ self._AdditionalParameters = params.get("AdditionalParameters")
23964
23994
  memeber_set = set(params.keys())
23965
23995
  for name, value in vars(self).items():
23966
23996
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-mps
3
- Version: 3.1.157
3
+ Version: 3.1.159
4
4
  Summary: Tencent Cloud Mps 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.1.157
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.159
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.159
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.157