tencentcloud-sdk-python-tione 3.1.139__tar.gz → 3.1.143__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.
- {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.143}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.143}/setup.py +1 -1
- {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.143}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.143}/tencentcloud/tione/v20211111/models.py +225 -8
- {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.143}/tencentcloud_sdk_python_tione.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tione-3.1.143/tencentcloud_sdk_python_tione.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_tione-3.1.139/tencentcloud_sdk_python_tione.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.143}/README.rst +0 -0
- {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.143}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.143}/tencentcloud/tione/__init__.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.143}/tencentcloud/tione/v20191022/__init__.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.143}/tencentcloud/tione/v20191022/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.143}/tencentcloud/tione/v20191022/models.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.143}/tencentcloud/tione/v20191022/tione_client.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.143}/tencentcloud/tione/v20191022/tione_client_async.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.143}/tencentcloud/tione/v20211111/__init__.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.143}/tencentcloud/tione/v20211111/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.143}/tencentcloud/tione/v20211111/tione_client.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.143}/tencentcloud/tione/v20211111/tione_client_async.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.143}/tencentcloud_sdk_python_tione.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.143}/tencentcloud_sdk_python_tione.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.143}/tencentcloud_sdk_python_tione.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tione
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.143
|
|
4
4
|
Summary: Tencent Cloud Tione 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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.143
|
|
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-tione',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.143,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Tione SDK for Python',
|
|
@@ -2521,6 +2521,8 @@ class CreateModelServiceRequest(AbstractModel):
|
|
|
2521
2521
|
:type GatewayLogConfig: :class:`tencentcloud.tione.v20211111.models.LogConfig`
|
|
2522
2522
|
:param _GatewayConfig: <p>网关相关配置</p>
|
|
2523
2523
|
:type GatewayConfig: :class:`tencentcloud.tione.v20211111.models.GatewayConfig`
|
|
2524
|
+
:param _ResourceSupplyAttribute: <p>资源供应属性(潮汐/竞价等供应模式);空表示常规按量后付费</p>
|
|
2525
|
+
:type ResourceSupplyAttribute: :class:`tencentcloud.tione.v20211111.models.ResourceSupplyAttribute`
|
|
2524
2526
|
"""
|
|
2525
2527
|
self._TiProjectId = None
|
|
2526
2528
|
self._ServiceGroupId = None
|
|
@@ -2568,6 +2570,7 @@ class CreateModelServiceRequest(AbstractModel):
|
|
|
2568
2570
|
self._SchedulingStrategy = None
|
|
2569
2571
|
self._GatewayLogConfig = None
|
|
2570
2572
|
self._GatewayConfig = None
|
|
2573
|
+
self._ResourceSupplyAttribute = None
|
|
2571
2574
|
|
|
2572
2575
|
@property
|
|
2573
2576
|
def TiProjectId(self):
|
|
@@ -3075,6 +3078,17 @@ class CreateModelServiceRequest(AbstractModel):
|
|
|
3075
3078
|
def GatewayConfig(self, GatewayConfig):
|
|
3076
3079
|
self._GatewayConfig = GatewayConfig
|
|
3077
3080
|
|
|
3081
|
+
@property
|
|
3082
|
+
def ResourceSupplyAttribute(self):
|
|
3083
|
+
r"""<p>资源供应属性(潮汐/竞价等供应模式);空表示常规按量后付费</p>
|
|
3084
|
+
:rtype: :class:`tencentcloud.tione.v20211111.models.ResourceSupplyAttribute`
|
|
3085
|
+
"""
|
|
3086
|
+
return self._ResourceSupplyAttribute
|
|
3087
|
+
|
|
3088
|
+
@ResourceSupplyAttribute.setter
|
|
3089
|
+
def ResourceSupplyAttribute(self, ResourceSupplyAttribute):
|
|
3090
|
+
self._ResourceSupplyAttribute = ResourceSupplyAttribute
|
|
3091
|
+
|
|
3078
3092
|
|
|
3079
3093
|
def _deserialize(self, params):
|
|
3080
3094
|
self._TiProjectId = params.get("TiProjectId")
|
|
@@ -3171,6 +3185,9 @@ class CreateModelServiceRequest(AbstractModel):
|
|
|
3171
3185
|
if params.get("GatewayConfig") is not None:
|
|
3172
3186
|
self._GatewayConfig = GatewayConfig()
|
|
3173
3187
|
self._GatewayConfig._deserialize(params.get("GatewayConfig"))
|
|
3188
|
+
if params.get("ResourceSupplyAttribute") is not None:
|
|
3189
|
+
self._ResourceSupplyAttribute = ResourceSupplyAttribute()
|
|
3190
|
+
self._ResourceSupplyAttribute._deserialize(params.get("ResourceSupplyAttribute"))
|
|
3174
3191
|
memeber_set = set(params.keys())
|
|
3175
3192
|
for name, value in vars(self).items():
|
|
3176
3193
|
property_name = name[1:]
|
|
@@ -4426,6 +4443,10 @@ class CreateTrainingTaskRequest(AbstractModel):
|
|
|
4426
4443
|
:type ExposeNetworkConfig: :class:`tencentcloud.tione.v20211111.models.ExposeNetworkConfig`
|
|
4427
4444
|
:param _Envs: <p>环境变量</p>
|
|
4428
4445
|
:type Envs: list of EnvVar
|
|
4446
|
+
:param _TrainToolConfig: <p>训练诊断工具配置</p>
|
|
4447
|
+
:type TrainToolConfig: :class:`tencentcloud.tione.v20211111.models.TrainToolConfig`
|
|
4448
|
+
:param _ResourceSupplyAttribute: <p>资源供应属性</p>
|
|
4449
|
+
:type ResourceSupplyAttribute: :class:`tencentcloud.tione.v20211111.models.ResourceSupplyAttribute`
|
|
4429
4450
|
"""
|
|
4430
4451
|
self._Name = None
|
|
4431
4452
|
self._ChargeType = None
|
|
@@ -4454,6 +4475,8 @@ class CreateTrainingTaskRequest(AbstractModel):
|
|
|
4454
4475
|
self._CodeRepos = None
|
|
4455
4476
|
self._ExposeNetworkConfig = None
|
|
4456
4477
|
self._Envs = None
|
|
4478
|
+
self._TrainToolConfig = None
|
|
4479
|
+
self._ResourceSupplyAttribute = None
|
|
4457
4480
|
|
|
4458
4481
|
@property
|
|
4459
4482
|
def Name(self):
|
|
@@ -4752,6 +4775,28 @@ class CreateTrainingTaskRequest(AbstractModel):
|
|
|
4752
4775
|
def Envs(self, Envs):
|
|
4753
4776
|
self._Envs = Envs
|
|
4754
4777
|
|
|
4778
|
+
@property
|
|
4779
|
+
def TrainToolConfig(self):
|
|
4780
|
+
r"""<p>训练诊断工具配置</p>
|
|
4781
|
+
:rtype: :class:`tencentcloud.tione.v20211111.models.TrainToolConfig`
|
|
4782
|
+
"""
|
|
4783
|
+
return self._TrainToolConfig
|
|
4784
|
+
|
|
4785
|
+
@TrainToolConfig.setter
|
|
4786
|
+
def TrainToolConfig(self, TrainToolConfig):
|
|
4787
|
+
self._TrainToolConfig = TrainToolConfig
|
|
4788
|
+
|
|
4789
|
+
@property
|
|
4790
|
+
def ResourceSupplyAttribute(self):
|
|
4791
|
+
r"""<p>资源供应属性</p>
|
|
4792
|
+
:rtype: :class:`tencentcloud.tione.v20211111.models.ResourceSupplyAttribute`
|
|
4793
|
+
"""
|
|
4794
|
+
return self._ResourceSupplyAttribute
|
|
4795
|
+
|
|
4796
|
+
@ResourceSupplyAttribute.setter
|
|
4797
|
+
def ResourceSupplyAttribute(self, ResourceSupplyAttribute):
|
|
4798
|
+
self._ResourceSupplyAttribute = ResourceSupplyAttribute
|
|
4799
|
+
|
|
4755
4800
|
|
|
4756
4801
|
def _deserialize(self, params):
|
|
4757
4802
|
self._Name = params.get("Name")
|
|
@@ -4820,6 +4865,12 @@ class CreateTrainingTaskRequest(AbstractModel):
|
|
|
4820
4865
|
obj = EnvVar()
|
|
4821
4866
|
obj._deserialize(item)
|
|
4822
4867
|
self._Envs.append(obj)
|
|
4868
|
+
if params.get("TrainToolConfig") is not None:
|
|
4869
|
+
self._TrainToolConfig = TrainToolConfig()
|
|
4870
|
+
self._TrainToolConfig._deserialize(params.get("TrainToolConfig"))
|
|
4871
|
+
if params.get("ResourceSupplyAttribute") is not None:
|
|
4872
|
+
self._ResourceSupplyAttribute = ResourceSupplyAttribute()
|
|
4873
|
+
self._ResourceSupplyAttribute._deserialize(params.get("ResourceSupplyAttribute"))
|
|
4823
4874
|
memeber_set = set(params.keys())
|
|
4824
4875
|
for name, value in vars(self).items():
|
|
4825
4876
|
property_name = name[1:]
|
|
@@ -10050,6 +10101,8 @@ class DescribeLogsRequest(AbstractModel):
|
|
|
10050
10101
|
:type Filters: list of Filter
|
|
10051
10102
|
:param _Offset: <p>使用OFFSET分页查询时,指定返回的数据偏移量,默认为0</p>
|
|
10052
10103
|
:type Offset: int
|
|
10104
|
+
:param _LogStream: <p>日志类别</p><p>枚举值:</p><ul><li>stdout: stdout</li><li>stderr: stderr</li></ul><p>默认值:""</p>
|
|
10105
|
+
:type LogStream: str
|
|
10053
10106
|
"""
|
|
10054
10107
|
self._Service = None
|
|
10055
10108
|
self._TiProjectId = None
|
|
@@ -10063,6 +10116,7 @@ class DescribeLogsRequest(AbstractModel):
|
|
|
10063
10116
|
self._Context = None
|
|
10064
10117
|
self._Filters = None
|
|
10065
10118
|
self._Offset = None
|
|
10119
|
+
self._LogStream = None
|
|
10066
10120
|
|
|
10067
10121
|
@property
|
|
10068
10122
|
def Service(self):
|
|
@@ -10196,6 +10250,17 @@ class DescribeLogsRequest(AbstractModel):
|
|
|
10196
10250
|
def Offset(self, Offset):
|
|
10197
10251
|
self._Offset = Offset
|
|
10198
10252
|
|
|
10253
|
+
@property
|
|
10254
|
+
def LogStream(self):
|
|
10255
|
+
r"""<p>日志类别</p><p>枚举值:</p><ul><li>stdout: stdout</li><li>stderr: stderr</li></ul><p>默认值:""</p>
|
|
10256
|
+
:rtype: str
|
|
10257
|
+
"""
|
|
10258
|
+
return self._LogStream
|
|
10259
|
+
|
|
10260
|
+
@LogStream.setter
|
|
10261
|
+
def LogStream(self, LogStream):
|
|
10262
|
+
self._LogStream = LogStream
|
|
10263
|
+
|
|
10199
10264
|
|
|
10200
10265
|
def _deserialize(self, params):
|
|
10201
10266
|
self._Service = params.get("Service")
|
|
@@ -10215,6 +10280,7 @@ class DescribeLogsRequest(AbstractModel):
|
|
|
10215
10280
|
obj._deserialize(item)
|
|
10216
10281
|
self._Filters.append(obj)
|
|
10217
10282
|
self._Offset = params.get("Offset")
|
|
10283
|
+
self._LogStream = params.get("LogStream")
|
|
10218
10284
|
memeber_set = set(params.keys())
|
|
10219
10285
|
for name, value in vars(self).items():
|
|
10220
10286
|
property_name = name[1:]
|
|
@@ -16496,27 +16562,33 @@ class LogIdentity(AbstractModel):
|
|
|
16496
16562
|
|
|
16497
16563
|
def __init__(self):
|
|
16498
16564
|
r"""
|
|
16499
|
-
:param _Id:
|
|
16565
|
+
:param _Id: <p>单条日志的ID</p>
|
|
16500
16566
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16501
16567
|
:type Id: str
|
|
16502
|
-
:param _Message:
|
|
16568
|
+
:param _Message: <p>单条日志的内容</p>
|
|
16503
16569
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16504
16570
|
:type Message: str
|
|
16505
|
-
:param _PodName:
|
|
16571
|
+
:param _PodName: <p>这条日志对应的Pod名称</p>
|
|
16506
16572
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16507
16573
|
:type PodName: str
|
|
16508
|
-
:param _Timestamp:
|
|
16574
|
+
:param _Timestamp: <p>日志的时间戳(RFC3339格式的时间字符串)</p>
|
|
16509
16575
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16510
16576
|
:type Timestamp: str
|
|
16577
|
+
:param _PkgId: <p>日志上报请求包的ID</p>
|
|
16578
|
+
:type PkgId: str
|
|
16579
|
+
:param _PkgLogId: <p>请求包内日志的ID</p>
|
|
16580
|
+
:type PkgLogId: str
|
|
16511
16581
|
"""
|
|
16512
16582
|
self._Id = None
|
|
16513
16583
|
self._Message = None
|
|
16514
16584
|
self._PodName = None
|
|
16515
16585
|
self._Timestamp = None
|
|
16586
|
+
self._PkgId = None
|
|
16587
|
+
self._PkgLogId = None
|
|
16516
16588
|
|
|
16517
16589
|
@property
|
|
16518
16590
|
def Id(self):
|
|
16519
|
-
r"""
|
|
16591
|
+
r"""<p>单条日志的ID</p>
|
|
16520
16592
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16521
16593
|
:rtype: str
|
|
16522
16594
|
"""
|
|
@@ -16528,7 +16600,7 @@ class LogIdentity(AbstractModel):
|
|
|
16528
16600
|
|
|
16529
16601
|
@property
|
|
16530
16602
|
def Message(self):
|
|
16531
|
-
r"""
|
|
16603
|
+
r"""<p>单条日志的内容</p>
|
|
16532
16604
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16533
16605
|
:rtype: str
|
|
16534
16606
|
"""
|
|
@@ -16540,7 +16612,7 @@ class LogIdentity(AbstractModel):
|
|
|
16540
16612
|
|
|
16541
16613
|
@property
|
|
16542
16614
|
def PodName(self):
|
|
16543
|
-
r"""
|
|
16615
|
+
r"""<p>这条日志对应的Pod名称</p>
|
|
16544
16616
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16545
16617
|
:rtype: str
|
|
16546
16618
|
"""
|
|
@@ -16552,7 +16624,7 @@ class LogIdentity(AbstractModel):
|
|
|
16552
16624
|
|
|
16553
16625
|
@property
|
|
16554
16626
|
def Timestamp(self):
|
|
16555
|
-
r"""
|
|
16627
|
+
r"""<p>日志的时间戳(RFC3339格式的时间字符串)</p>
|
|
16556
16628
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16557
16629
|
:rtype: str
|
|
16558
16630
|
"""
|
|
@@ -16562,12 +16634,36 @@ class LogIdentity(AbstractModel):
|
|
|
16562
16634
|
def Timestamp(self, Timestamp):
|
|
16563
16635
|
self._Timestamp = Timestamp
|
|
16564
16636
|
|
|
16637
|
+
@property
|
|
16638
|
+
def PkgId(self):
|
|
16639
|
+
r"""<p>日志上报请求包的ID</p>
|
|
16640
|
+
:rtype: str
|
|
16641
|
+
"""
|
|
16642
|
+
return self._PkgId
|
|
16643
|
+
|
|
16644
|
+
@PkgId.setter
|
|
16645
|
+
def PkgId(self, PkgId):
|
|
16646
|
+
self._PkgId = PkgId
|
|
16647
|
+
|
|
16648
|
+
@property
|
|
16649
|
+
def PkgLogId(self):
|
|
16650
|
+
r"""<p>请求包内日志的ID</p>
|
|
16651
|
+
:rtype: str
|
|
16652
|
+
"""
|
|
16653
|
+
return self._PkgLogId
|
|
16654
|
+
|
|
16655
|
+
@PkgLogId.setter
|
|
16656
|
+
def PkgLogId(self, PkgLogId):
|
|
16657
|
+
self._PkgLogId = PkgLogId
|
|
16658
|
+
|
|
16565
16659
|
|
|
16566
16660
|
def _deserialize(self, params):
|
|
16567
16661
|
self._Id = params.get("Id")
|
|
16568
16662
|
self._Message = params.get("Message")
|
|
16569
16663
|
self._PodName = params.get("PodName")
|
|
16570
16664
|
self._Timestamp = params.get("Timestamp")
|
|
16665
|
+
self._PkgId = params.get("PkgId")
|
|
16666
|
+
self._PkgLogId = params.get("PkgLogId")
|
|
16571
16667
|
memeber_set = set(params.keys())
|
|
16572
16668
|
for name, value in vars(self).items():
|
|
16573
16669
|
property_name = name[1:]
|
|
@@ -24945,6 +25041,42 @@ class ResourceSpec(AbstractModel):
|
|
|
24945
25041
|
|
|
24946
25042
|
|
|
24947
25043
|
|
|
25044
|
+
class ResourceSupplyAttribute(AbstractModel):
|
|
25045
|
+
r"""资源供应属性
|
|
25046
|
+
|
|
25047
|
+
"""
|
|
25048
|
+
|
|
25049
|
+
def __init__(self):
|
|
25050
|
+
r"""
|
|
25051
|
+
:param _SupplyType: <p>资源供应类型。TIDE:潮汐;SPOT:竞价;空:常规按量后付费</p>
|
|
25052
|
+
:type SupplyType: str
|
|
25053
|
+
"""
|
|
25054
|
+
self._SupplyType = None
|
|
25055
|
+
|
|
25056
|
+
@property
|
|
25057
|
+
def SupplyType(self):
|
|
25058
|
+
r"""<p>资源供应类型。TIDE:潮汐;SPOT:竞价;空:常规按量后付费</p>
|
|
25059
|
+
:rtype: str
|
|
25060
|
+
"""
|
|
25061
|
+
return self._SupplyType
|
|
25062
|
+
|
|
25063
|
+
@SupplyType.setter
|
|
25064
|
+
def SupplyType(self, SupplyType):
|
|
25065
|
+
self._SupplyType = SupplyType
|
|
25066
|
+
|
|
25067
|
+
|
|
25068
|
+
def _deserialize(self, params):
|
|
25069
|
+
self._SupplyType = params.get("SupplyType")
|
|
25070
|
+
memeber_set = set(params.keys())
|
|
25071
|
+
for name, value in vars(self).items():
|
|
25072
|
+
property_name = name[1:]
|
|
25073
|
+
if property_name in memeber_set:
|
|
25074
|
+
memeber_set.remove(property_name)
|
|
25075
|
+
if len(memeber_set) > 0:
|
|
25076
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
25077
|
+
|
|
25078
|
+
|
|
25079
|
+
|
|
24948
25080
|
class RollingUpdate(AbstractModel):
|
|
24949
25081
|
r"""滚动更新策略
|
|
24950
25082
|
|
|
@@ -25429,6 +25561,9 @@ class Service(AbstractModel):
|
|
|
25429
25561
|
:type Changer: str
|
|
25430
25562
|
:param _ChangerName: <p>变更服务的子账户名称</p>
|
|
25431
25563
|
:type ChangerName: str
|
|
25564
|
+
:param _ResourceSupplyAttribute: <p>资源供应属性(潮汐/竞价等供应模式);空表示常规按量后付费</p>
|
|
25565
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
25566
|
+
:type ResourceSupplyAttribute: :class:`tencentcloud.tione.v20211111.models.ResourceSupplyAttribute`
|
|
25432
25567
|
"""
|
|
25433
25568
|
self._ServiceGroupId = None
|
|
25434
25569
|
self._ServiceId = None
|
|
@@ -25470,6 +25605,7 @@ class Service(AbstractModel):
|
|
|
25470
25605
|
self._ProjectId = None
|
|
25471
25606
|
self._Changer = None
|
|
25472
25607
|
self._ChangerName = None
|
|
25608
|
+
self._ResourceSupplyAttribute = None
|
|
25473
25609
|
|
|
25474
25610
|
@property
|
|
25475
25611
|
def ServiceGroupId(self):
|
|
@@ -25947,6 +26083,18 @@ class Service(AbstractModel):
|
|
|
25947
26083
|
def ChangerName(self, ChangerName):
|
|
25948
26084
|
self._ChangerName = ChangerName
|
|
25949
26085
|
|
|
26086
|
+
@property
|
|
26087
|
+
def ResourceSupplyAttribute(self):
|
|
26088
|
+
r"""<p>资源供应属性(潮汐/竞价等供应模式);空表示常规按量后付费</p>
|
|
26089
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
26090
|
+
:rtype: :class:`tencentcloud.tione.v20211111.models.ResourceSupplyAttribute`
|
|
26091
|
+
"""
|
|
26092
|
+
return self._ResourceSupplyAttribute
|
|
26093
|
+
|
|
26094
|
+
@ResourceSupplyAttribute.setter
|
|
26095
|
+
def ResourceSupplyAttribute(self, ResourceSupplyAttribute):
|
|
26096
|
+
self._ResourceSupplyAttribute = ResourceSupplyAttribute
|
|
26097
|
+
|
|
25950
26098
|
|
|
25951
26099
|
def _deserialize(self, params):
|
|
25952
26100
|
self._ServiceGroupId = params.get("ServiceGroupId")
|
|
@@ -26007,6 +26155,9 @@ class Service(AbstractModel):
|
|
|
26007
26155
|
self._ProjectId = params.get("ProjectId")
|
|
26008
26156
|
self._Changer = params.get("Changer")
|
|
26009
26157
|
self._ChangerName = params.get("ChangerName")
|
|
26158
|
+
if params.get("ResourceSupplyAttribute") is not None:
|
|
26159
|
+
self._ResourceSupplyAttribute = ResourceSupplyAttribute()
|
|
26160
|
+
self._ResourceSupplyAttribute._deserialize(params.get("ResourceSupplyAttribute"))
|
|
26010
26161
|
memeber_set = set(params.keys())
|
|
26011
26162
|
for name, value in vars(self).items():
|
|
26012
26163
|
property_name = name[1:]
|
|
@@ -29245,6 +29396,72 @@ class TrainParam(AbstractModel):
|
|
|
29245
29396
|
|
|
29246
29397
|
|
|
29247
29398
|
|
|
29399
|
+
class TrainToolConfig(AbstractModel):
|
|
29400
|
+
r"""训练诊断工具配置
|
|
29401
|
+
|
|
29402
|
+
"""
|
|
29403
|
+
|
|
29404
|
+
def __init__(self):
|
|
29405
|
+
r"""
|
|
29406
|
+
:param _EnableHangMonitor: <p>是否开启 Hang 检测</p><p>默认值:false</p>
|
|
29407
|
+
:type EnableHangMonitor: bool
|
|
29408
|
+
:param _HangMonitorNodes: <p>Hang 检测的节点列表</p>
|
|
29409
|
+
:type HangMonitorNodes: list of str
|
|
29410
|
+
:param _LogHangTimeoutInMinute: <p>Hang 超时时间</p><p>取值范围:[1, 14400]</p><p>单位:分</p>
|
|
29411
|
+
:type LogHangTimeoutInMinute: int
|
|
29412
|
+
"""
|
|
29413
|
+
self._EnableHangMonitor = None
|
|
29414
|
+
self._HangMonitorNodes = None
|
|
29415
|
+
self._LogHangTimeoutInMinute = None
|
|
29416
|
+
|
|
29417
|
+
@property
|
|
29418
|
+
def EnableHangMonitor(self):
|
|
29419
|
+
r"""<p>是否开启 Hang 检测</p><p>默认值:false</p>
|
|
29420
|
+
:rtype: bool
|
|
29421
|
+
"""
|
|
29422
|
+
return self._EnableHangMonitor
|
|
29423
|
+
|
|
29424
|
+
@EnableHangMonitor.setter
|
|
29425
|
+
def EnableHangMonitor(self, EnableHangMonitor):
|
|
29426
|
+
self._EnableHangMonitor = EnableHangMonitor
|
|
29427
|
+
|
|
29428
|
+
@property
|
|
29429
|
+
def HangMonitorNodes(self):
|
|
29430
|
+
r"""<p>Hang 检测的节点列表</p>
|
|
29431
|
+
:rtype: list of str
|
|
29432
|
+
"""
|
|
29433
|
+
return self._HangMonitorNodes
|
|
29434
|
+
|
|
29435
|
+
@HangMonitorNodes.setter
|
|
29436
|
+
def HangMonitorNodes(self, HangMonitorNodes):
|
|
29437
|
+
self._HangMonitorNodes = HangMonitorNodes
|
|
29438
|
+
|
|
29439
|
+
@property
|
|
29440
|
+
def LogHangTimeoutInMinute(self):
|
|
29441
|
+
r"""<p>Hang 超时时间</p><p>取值范围:[1, 14400]</p><p>单位:分</p>
|
|
29442
|
+
:rtype: int
|
|
29443
|
+
"""
|
|
29444
|
+
return self._LogHangTimeoutInMinute
|
|
29445
|
+
|
|
29446
|
+
@LogHangTimeoutInMinute.setter
|
|
29447
|
+
def LogHangTimeoutInMinute(self, LogHangTimeoutInMinute):
|
|
29448
|
+
self._LogHangTimeoutInMinute = LogHangTimeoutInMinute
|
|
29449
|
+
|
|
29450
|
+
|
|
29451
|
+
def _deserialize(self, params):
|
|
29452
|
+
self._EnableHangMonitor = params.get("EnableHangMonitor")
|
|
29453
|
+
self._HangMonitorNodes = params.get("HangMonitorNodes")
|
|
29454
|
+
self._LogHangTimeoutInMinute = params.get("LogHangTimeoutInMinute")
|
|
29455
|
+
memeber_set = set(params.keys())
|
|
29456
|
+
for name, value in vars(self).items():
|
|
29457
|
+
property_name = name[1:]
|
|
29458
|
+
if property_name in memeber_set:
|
|
29459
|
+
memeber_set.remove(property_name)
|
|
29460
|
+
if len(memeber_set) > 0:
|
|
29461
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
29462
|
+
|
|
29463
|
+
|
|
29464
|
+
|
|
29248
29465
|
class TrainingModelVersionDTO(AbstractModel):
|
|
29249
29466
|
r"""模型版本列表
|
|
29250
29467
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tione
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.143
|
|
4
4
|
Summary: Tencent Cloud Tione 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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.143
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.143
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.139
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|