tencentcloud-sdk-python-tione 3.1.50__tar.gz → 3.1.52__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 (22) hide show
  1. {tencentcloud_sdk_python_tione-3.1.50 → tencentcloud_sdk_python_tione-3.1.52}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_tione-3.1.50 → tencentcloud_sdk_python_tione-3.1.52}/setup.py +1 -1
  3. {tencentcloud_sdk_python_tione-3.1.50 → tencentcloud_sdk_python_tione-3.1.52}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_tione-3.1.50 → tencentcloud_sdk_python_tione-3.1.52}/tencentcloud/tione/v20211111/models.py +128 -0
  5. {tencentcloud_sdk_python_tione-3.1.50 → tencentcloud_sdk_python_tione-3.1.52}/tencentcloud_sdk_python_tione.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_tione-3.1.52/tencentcloud_sdk_python_tione.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_tione-3.1.50/tencentcloud_sdk_python_tione.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_tione-3.1.50 → tencentcloud_sdk_python_tione-3.1.52}/README.rst +0 -0
  9. {tencentcloud_sdk_python_tione-3.1.50 → tencentcloud_sdk_python_tione-3.1.52}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_tione-3.1.50 → tencentcloud_sdk_python_tione-3.1.52}/tencentcloud/tione/__init__.py +0 -0
  11. {tencentcloud_sdk_python_tione-3.1.50 → tencentcloud_sdk_python_tione-3.1.52}/tencentcloud/tione/v20191022/__init__.py +0 -0
  12. {tencentcloud_sdk_python_tione-3.1.50 → tencentcloud_sdk_python_tione-3.1.52}/tencentcloud/tione/v20191022/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_tione-3.1.50 → tencentcloud_sdk_python_tione-3.1.52}/tencentcloud/tione/v20191022/models.py +0 -0
  14. {tencentcloud_sdk_python_tione-3.1.50 → tencentcloud_sdk_python_tione-3.1.52}/tencentcloud/tione/v20191022/tione_client.py +0 -0
  15. {tencentcloud_sdk_python_tione-3.1.50 → tencentcloud_sdk_python_tione-3.1.52}/tencentcloud/tione/v20191022/tione_client_async.py +0 -0
  16. {tencentcloud_sdk_python_tione-3.1.50 → tencentcloud_sdk_python_tione-3.1.52}/tencentcloud/tione/v20211111/__init__.py +0 -0
  17. {tencentcloud_sdk_python_tione-3.1.50 → tencentcloud_sdk_python_tione-3.1.52}/tencentcloud/tione/v20211111/errorcodes.py +0 -0
  18. {tencentcloud_sdk_python_tione-3.1.50 → tencentcloud_sdk_python_tione-3.1.52}/tencentcloud/tione/v20211111/tione_client.py +0 -0
  19. {tencentcloud_sdk_python_tione-3.1.50 → tencentcloud_sdk_python_tione-3.1.52}/tencentcloud/tione/v20211111/tione_client_async.py +0 -0
  20. {tencentcloud_sdk_python_tione-3.1.50 → tencentcloud_sdk_python_tione-3.1.52}/tencentcloud_sdk_python_tione.egg-info/SOURCES.txt +0 -0
  21. {tencentcloud_sdk_python_tione-3.1.50 → tencentcloud_sdk_python_tione-3.1.52}/tencentcloud_sdk_python_tione.egg-info/dependency_links.txt +0 -0
  22. {tencentcloud_sdk_python_tione-3.1.50 → tencentcloud_sdk_python_tione-3.1.52}/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.50
3
+ Version: 3.1.52
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.50
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.52
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.50,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.52,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Tione SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.50'
17
+ __version__ = '3.1.52'
@@ -182,12 +182,15 @@ class AuthTokenBase(AbstractModel):
182
182
  :type CreateTime: str
183
183
  :param _Status: token状态
184
184
  :type Status: str
185
+ :param _Id: token的唯一id,与value一一对应,重置后id也会一并变化
186
+ :type Id: str
185
187
  """
186
188
  self._Value = None
187
189
  self._Name = None
188
190
  self._Description = None
189
191
  self._CreateTime = None
190
192
  self._Status = None
193
+ self._Id = None
191
194
 
192
195
  @property
193
196
  def Value(self):
@@ -244,6 +247,17 @@ class AuthTokenBase(AbstractModel):
244
247
  def Status(self, Status):
245
248
  self._Status = Status
246
249
 
250
+ @property
251
+ def Id(self):
252
+ r"""token的唯一id,与value一一对应,重置后id也会一并变化
253
+ :rtype: str
254
+ """
255
+ return self._Id
256
+
257
+ @Id.setter
258
+ def Id(self, Id):
259
+ self._Id = Id
260
+
247
261
 
248
262
  def _deserialize(self, params):
249
263
  self._Value = params.get("Value")
@@ -251,6 +265,7 @@ class AuthTokenBase(AbstractModel):
251
265
  self._Description = params.get("Description")
252
266
  self._CreateTime = params.get("CreateTime")
253
267
  self._Status = params.get("Status")
268
+ self._Id = params.get("Id")
254
269
  memeber_set = set(params.keys())
255
270
  for name, value in vars(self).items():
256
271
  property_name = name[1:]
@@ -1836,6 +1851,8 @@ HYBRID_PAID:
1836
1851
  :type VolumeMounts: list of VolumeMount
1837
1852
  :param _SchedulingStrategy: 调度策略 [binpack] 优先占满整机,尽量避免碎卡(默认值)[spread] 优先分散在各个节点,确保服务高可用
1838
1853
  :type SchedulingStrategy: str
1854
+ :param _GatewayLogConfig: 网关日志投递相关配置
1855
+ :type GatewayLogConfig: :class:`tencentcloud.tione.v20211111.models.LogConfig`
1839
1856
  """
1840
1857
  self._ServiceGroupId = None
1841
1858
  self._ServiceGroupName = None
@@ -1880,6 +1897,7 @@ HYBRID_PAID:
1880
1897
  self._Sidecar = None
1881
1898
  self._VolumeMounts = None
1882
1899
  self._SchedulingStrategy = None
1900
+ self._GatewayLogConfig = None
1883
1901
 
1884
1902
  @property
1885
1903
  def ServiceGroupId(self):
@@ -2377,6 +2395,17 @@ HYBRID_PAID:
2377
2395
  def SchedulingStrategy(self, SchedulingStrategy):
2378
2396
  self._SchedulingStrategy = SchedulingStrategy
2379
2397
 
2398
+ @property
2399
+ def GatewayLogConfig(self):
2400
+ r"""网关日志投递相关配置
2401
+ :rtype: :class:`tencentcloud.tione.v20211111.models.LogConfig`
2402
+ """
2403
+ return self._GatewayLogConfig
2404
+
2405
+ @GatewayLogConfig.setter
2406
+ def GatewayLogConfig(self, GatewayLogConfig):
2407
+ self._GatewayLogConfig = GatewayLogConfig
2408
+
2380
2409
 
2381
2410
  def _deserialize(self, params):
2382
2411
  self._ServiceGroupId = params.get("ServiceGroupId")
@@ -2466,6 +2495,9 @@ HYBRID_PAID:
2466
2495
  obj._deserialize(item)
2467
2496
  self._VolumeMounts.append(obj)
2468
2497
  self._SchedulingStrategy = params.get("SchedulingStrategy")
2498
+ if params.get("GatewayLogConfig") is not None:
2499
+ self._GatewayLogConfig = LogConfig()
2500
+ self._GatewayLogConfig._deserialize(params.get("GatewayLogConfig"))
2469
2501
  memeber_set = set(params.keys())
2470
2502
  for name, value in vars(self).items():
2471
2503
  property_name = name[1:]
@@ -2584,6 +2616,8 @@ GooseFSx:GooseFSx存储
2584
2616
  :type SSHConfig: :class:`tencentcloud.tione.v20211111.models.SSHConfig`
2585
2617
  :param _VolumeSourceGooseFS: GooseFS存储配置
2586
2618
  :type VolumeSourceGooseFS: :class:`tencentcloud.tione.v20211111.models.GooseFS`
2619
+ :param _Description: 描述
2620
+ :type Description: str
2587
2621
  """
2588
2622
  self._Name = None
2589
2623
  self._ChargeType = None
@@ -2609,6 +2643,7 @@ GooseFSx:GooseFSx存储
2609
2643
  self._ImageType = None
2610
2644
  self._SSHConfig = None
2611
2645
  self._VolumeSourceGooseFS = None
2646
+ self._Description = None
2612
2647
 
2613
2648
  @property
2614
2649
  def Name(self):
@@ -2882,6 +2917,17 @@ GooseFSx:GooseFSx存储
2882
2917
  def VolumeSourceGooseFS(self, VolumeSourceGooseFS):
2883
2918
  self._VolumeSourceGooseFS = VolumeSourceGooseFS
2884
2919
 
2920
+ @property
2921
+ def Description(self):
2922
+ r"""描述
2923
+ :rtype: str
2924
+ """
2925
+ return self._Description
2926
+
2927
+ @Description.setter
2928
+ def Description(self, Description):
2929
+ self._Description = Description
2930
+
2885
2931
 
2886
2932
  def _deserialize(self, params):
2887
2933
  self._Name = params.get("Name")
@@ -2930,6 +2976,7 @@ GooseFSx:GooseFSx存储
2930
2976
  if params.get("VolumeSourceGooseFS") is not None:
2931
2977
  self._VolumeSourceGooseFS = GooseFS()
2932
2978
  self._VolumeSourceGooseFS._deserialize(params.get("VolumeSourceGooseFS"))
2979
+ self._Description = params.get("Description")
2933
2980
  memeber_set = set(params.keys())
2934
2981
  for name, value in vars(self).items():
2935
2982
  property_name = name[1:]
@@ -10218,8 +10265,11 @@ class DescribeTrainingTaskRequest(AbstractModel):
10218
10265
  r"""
10219
10266
  :param _Id: 训练任务ID
10220
10267
  :type Id: str
10268
+ :param _InstanceId: 训练任务实例ID
10269
+ :type InstanceId: str
10221
10270
  """
10222
10271
  self._Id = None
10272
+ self._InstanceId = None
10223
10273
 
10224
10274
  @property
10225
10275
  def Id(self):
@@ -10232,9 +10282,21 @@ class DescribeTrainingTaskRequest(AbstractModel):
10232
10282
  def Id(self, Id):
10233
10283
  self._Id = Id
10234
10284
 
10285
+ @property
10286
+ def InstanceId(self):
10287
+ r"""训练任务实例ID
10288
+ :rtype: str
10289
+ """
10290
+ return self._InstanceId
10291
+
10292
+ @InstanceId.setter
10293
+ def InstanceId(self, InstanceId):
10294
+ self._InstanceId = InstanceId
10295
+
10235
10296
 
10236
10297
  def _deserialize(self, params):
10237
10298
  self._Id = params.get("Id")
10299
+ self._InstanceId = params.get("InstanceId")
10238
10300
  memeber_set = set(params.keys())
10239
10301
  for name, value in vars(self).items():
10240
10302
  property_name = name[1:]
@@ -15524,6 +15586,8 @@ POSTPAID_BY_HOUR:按小时后付费
15524
15586
  :type SSHConfig: :class:`tencentcloud.tione.v20211111.models.SSHConfig`
15525
15587
  :param _Envs: 自定义环境变量
15526
15588
  :type Envs: list of EnvVar
15589
+ :param _Description: 描述
15590
+ :type Description: str
15527
15591
  """
15528
15592
  self._Id = None
15529
15593
  self._Name = None
@@ -15550,6 +15614,7 @@ POSTPAID_BY_HOUR:按小时后付费
15550
15614
  self._ImageType = None
15551
15615
  self._SSHConfig = None
15552
15616
  self._Envs = None
15617
+ self._Description = None
15553
15618
 
15554
15619
  @property
15555
15620
  def Id(self):
@@ -15832,6 +15897,17 @@ POSTPAID_BY_HOUR:按小时后付费
15832
15897
  def Envs(self, Envs):
15833
15898
  self._Envs = Envs
15834
15899
 
15900
+ @property
15901
+ def Description(self):
15902
+ r"""描述
15903
+ :rtype: str
15904
+ """
15905
+ return self._Description
15906
+
15907
+ @Description.setter
15908
+ def Description(self, Description):
15909
+ self._Description = Description
15910
+
15835
15911
 
15836
15912
  def _deserialize(self, params):
15837
15913
  self._Id = params.get("Id")
@@ -15884,6 +15960,7 @@ POSTPAID_BY_HOUR:按小时后付费
15884
15960
  obj = EnvVar()
15885
15961
  obj._deserialize(item)
15886
15962
  self._Envs.append(obj)
15963
+ self._Description = params.get("Description")
15887
15964
  memeber_set = set(params.keys())
15888
15965
  for name, value in vars(self).items():
15889
15966
  property_name = name[1:]
@@ -16304,6 +16381,9 @@ class NotebookDetail(AbstractModel):
16304
16381
  :param _AppId: Appid
16305
16382
  注意:此字段可能返回 null,表示取不到有效值。
16306
16383
  :type AppId: str
16384
+ :param _Description: 描述
16385
+ 注意:此字段可能返回 null,表示取不到有效值。
16386
+ :type Description: str
16307
16387
  """
16308
16388
  self._Id = None
16309
16389
  self._Name = None
@@ -16349,6 +16429,7 @@ class NotebookDetail(AbstractModel):
16349
16429
  self._SubUinName = None
16350
16430
  self._JobCreateTime = None
16351
16431
  self._AppId = None
16432
+ self._Description = None
16352
16433
 
16353
16434
  @property
16354
16435
  def Id(self):
@@ -16866,6 +16947,18 @@ class NotebookDetail(AbstractModel):
16866
16947
  def AppId(self, AppId):
16867
16948
  self._AppId = AppId
16868
16949
 
16950
+ @property
16951
+ def Description(self):
16952
+ r"""描述
16953
+ 注意:此字段可能返回 null,表示取不到有效值。
16954
+ :rtype: str
16955
+ """
16956
+ return self._Description
16957
+
16958
+ @Description.setter
16959
+ def Description(self, Description):
16960
+ self._Description = Description
16961
+
16869
16962
 
16870
16963
  def _deserialize(self, params):
16871
16964
  self._Id = params.get("Id")
@@ -16934,6 +17027,7 @@ class NotebookDetail(AbstractModel):
16934
17027
  self._SubUinName = params.get("SubUinName")
16935
17028
  self._JobCreateTime = params.get("JobCreateTime")
16936
17029
  self._AppId = params.get("AppId")
17030
+ self._Description = params.get("Description")
16937
17031
  memeber_set = set(params.keys())
16938
17032
  for name, value in vars(self).items():
16939
17033
  property_name = name[1:]
@@ -17038,6 +17132,9 @@ class NotebookSetItem(AbstractModel):
17038
17132
  :type AppId: str
17039
17133
  :param _ExposePortConfig: 容器服务暴露端口配置
17040
17134
  :type ExposePortConfig: :class:`tencentcloud.tione.v20211111.models.ExposePortConfig`
17135
+ :param _Description: 描述
17136
+ 注意:此字段可能返回 null,表示取不到有效值。
17137
+ :type Description: str
17041
17138
  """
17042
17139
  self._Id = None
17043
17140
  self._Name = None
@@ -17070,6 +17167,7 @@ class NotebookSetItem(AbstractModel):
17070
17167
  self._SubUinName = None
17071
17168
  self._AppId = None
17072
17169
  self._ExposePortConfig = None
17170
+ self._Description = None
17073
17171
 
17074
17172
  @property
17075
17173
  def Id(self):
@@ -17437,6 +17535,18 @@ class NotebookSetItem(AbstractModel):
17437
17535
  def ExposePortConfig(self, ExposePortConfig):
17438
17536
  self._ExposePortConfig = ExposePortConfig
17439
17537
 
17538
+ @property
17539
+ def Description(self):
17540
+ r"""描述
17541
+ 注意:此字段可能返回 null,表示取不到有效值。
17542
+ :rtype: str
17543
+ """
17544
+ return self._Description
17545
+
17546
+ @Description.setter
17547
+ def Description(self, Description):
17548
+ self._Description = Description
17549
+
17440
17550
 
17441
17551
  def _deserialize(self, params):
17442
17552
  self._Id = params.get("Id")
@@ -17485,6 +17595,7 @@ class NotebookSetItem(AbstractModel):
17485
17595
  if params.get("ExposePortConfig") is not None:
17486
17596
  self._ExposePortConfig = ExposePortConfig()
17487
17597
  self._ExposePortConfig._deserialize(params.get("ExposePortConfig"))
17598
+ self._Description = params.get("Description")
17488
17599
  memeber_set = set(params.keys())
17489
17600
  for name, value in vars(self).items():
17490
17601
  property_name = name[1:]
@@ -21229,6 +21340,8 @@ UPDATING 更新中
21229
21340
  :type MonitorSource: str
21230
21341
  :param _SubUinName: 子用户的 nickname
21231
21342
  :type SubUinName: str
21343
+ :param _GatewayLogConfig: 网关日志投递相关配置
21344
+ :type GatewayLogConfig: :class:`tencentcloud.tione.v20211111.models.LogConfig`
21232
21345
  """
21233
21346
  self._ServiceGroupId = None
21234
21347
  self._ServiceGroupName = None
@@ -21254,6 +21367,7 @@ UPDATING 更新中
21254
21367
  self._AuthTokens = None
21255
21368
  self._MonitorSource = None
21256
21369
  self._SubUinName = None
21370
+ self._GatewayLogConfig = None
21257
21371
 
21258
21372
  @property
21259
21373
  def ServiceGroupId(self):
@@ -21548,6 +21662,17 @@ UPDATING 更新中
21548
21662
  def SubUinName(self, SubUinName):
21549
21663
  self._SubUinName = SubUinName
21550
21664
 
21665
+ @property
21666
+ def GatewayLogConfig(self):
21667
+ r"""网关日志投递相关配置
21668
+ :rtype: :class:`tencentcloud.tione.v20211111.models.LogConfig`
21669
+ """
21670
+ return self._GatewayLogConfig
21671
+
21672
+ @GatewayLogConfig.setter
21673
+ def GatewayLogConfig(self, GatewayLogConfig):
21674
+ self._GatewayLogConfig = GatewayLogConfig
21675
+
21551
21676
 
21552
21677
  def _deserialize(self, params):
21553
21678
  self._ServiceGroupId = params.get("ServiceGroupId")
@@ -21589,6 +21714,9 @@ UPDATING 更新中
21589
21714
  self._AuthTokens.append(obj)
21590
21715
  self._MonitorSource = params.get("MonitorSource")
21591
21716
  self._SubUinName = params.get("SubUinName")
21717
+ if params.get("GatewayLogConfig") is not None:
21718
+ self._GatewayLogConfig = LogConfig()
21719
+ self._GatewayLogConfig._deserialize(params.get("GatewayLogConfig"))
21592
21720
  memeber_set = set(params.keys())
21593
21721
  for name, value in vars(self).items():
21594
21722
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-tione
3
- Version: 3.1.50
3
+ Version: 3.1.52
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.50
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.52
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.52
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.50