tencentcloud-sdk-python-tione 3.1.120__tar.gz → 3.1.129__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.120 → tencentcloud_sdk_python_tione-3.1.129}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tione-3.1.120 → tencentcloud_sdk_python_tione-3.1.129}/setup.py +1 -1
- {tencentcloud_sdk_python_tione-3.1.120 → tencentcloud_sdk_python_tione-3.1.129}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tione-3.1.120 → tencentcloud_sdk_python_tione-3.1.129}/tencentcloud/tione/v20211111/models.py +621 -0
- {tencentcloud_sdk_python_tione-3.1.120 → tencentcloud_sdk_python_tione-3.1.129}/tencentcloud/tione/v20211111/tione_client.py +23 -0
- {tencentcloud_sdk_python_tione-3.1.120 → tencentcloud_sdk_python_tione-3.1.129}/tencentcloud/tione/v20211111/tione_client_async.py +18 -0
- {tencentcloud_sdk_python_tione-3.1.120 → tencentcloud_sdk_python_tione-3.1.129}/tencentcloud_sdk_python_tione.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tione-3.1.129/tencentcloud_sdk_python_tione.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_tione-3.1.120/tencentcloud_sdk_python_tione.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tione-3.1.120 → tencentcloud_sdk_python_tione-3.1.129}/README.rst +0 -0
- {tencentcloud_sdk_python_tione-3.1.120 → tencentcloud_sdk_python_tione-3.1.129}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tione-3.1.120 → tencentcloud_sdk_python_tione-3.1.129}/tencentcloud/tione/__init__.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.120 → tencentcloud_sdk_python_tione-3.1.129}/tencentcloud/tione/v20191022/__init__.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.120 → tencentcloud_sdk_python_tione-3.1.129}/tencentcloud/tione/v20191022/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.120 → tencentcloud_sdk_python_tione-3.1.129}/tencentcloud/tione/v20191022/models.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.120 → tencentcloud_sdk_python_tione-3.1.129}/tencentcloud/tione/v20191022/tione_client.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.120 → tencentcloud_sdk_python_tione-3.1.129}/tencentcloud/tione/v20191022/tione_client_async.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.120 → tencentcloud_sdk_python_tione-3.1.129}/tencentcloud/tione/v20211111/__init__.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.120 → tencentcloud_sdk_python_tione-3.1.129}/tencentcloud/tione/v20211111/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.120 → tencentcloud_sdk_python_tione-3.1.129}/tencentcloud_sdk_python_tione.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tione-3.1.120 → tencentcloud_sdk_python_tione-3.1.129}/tencentcloud_sdk_python_tione.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tione-3.1.120 → tencentcloud_sdk_python_tione-3.1.129}/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.129
|
|
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.129
|
|
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.129,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Tione SDK for Python',
|
|
@@ -12223,6 +12223,185 @@ class DescribePlatformImagesResponse(AbstractModel):
|
|
|
12223
12223
|
self._RequestId = params.get("RequestId")
|
|
12224
12224
|
|
|
12225
12225
|
|
|
12226
|
+
class DescribePresetImageListRequest(AbstractModel):
|
|
12227
|
+
r"""DescribePresetImageList请求参数结构体
|
|
12228
|
+
|
|
12229
|
+
"""
|
|
12230
|
+
|
|
12231
|
+
def __init__(self):
|
|
12232
|
+
r"""
|
|
12233
|
+
:param _TiProjectId: <p>TI工作空间ID</p><p>仅用于“工作空间”白名单功能。如需使用,请联系TI管理员开通白名单。</p>
|
|
12234
|
+
:type TiProjectId: str
|
|
12235
|
+
:param _Filters: <p>业务过滤表达式</p>
|
|
12236
|
+
:type Filters: list of Filter
|
|
12237
|
+
:param _Offset: <p>分页排序</p>
|
|
12238
|
+
:type Offset: int
|
|
12239
|
+
:param _Limit: <p>单页大小</p>
|
|
12240
|
+
:type Limit: int
|
|
12241
|
+
:param _OrderField: <p>排序字段</p>
|
|
12242
|
+
:type OrderField: list of str
|
|
12243
|
+
:param _Order: <p>对应字段的排序方式</p>
|
|
12244
|
+
:type Order: list of str
|
|
12245
|
+
"""
|
|
12246
|
+
self._TiProjectId = None
|
|
12247
|
+
self._Filters = None
|
|
12248
|
+
self._Offset = None
|
|
12249
|
+
self._Limit = None
|
|
12250
|
+
self._OrderField = None
|
|
12251
|
+
self._Order = None
|
|
12252
|
+
|
|
12253
|
+
@property
|
|
12254
|
+
def TiProjectId(self):
|
|
12255
|
+
r"""<p>TI工作空间ID</p><p>仅用于“工作空间”白名单功能。如需使用,请联系TI管理员开通白名单。</p>
|
|
12256
|
+
:rtype: str
|
|
12257
|
+
"""
|
|
12258
|
+
return self._TiProjectId
|
|
12259
|
+
|
|
12260
|
+
@TiProjectId.setter
|
|
12261
|
+
def TiProjectId(self, TiProjectId):
|
|
12262
|
+
self._TiProjectId = TiProjectId
|
|
12263
|
+
|
|
12264
|
+
@property
|
|
12265
|
+
def Filters(self):
|
|
12266
|
+
r"""<p>业务过滤表达式</p>
|
|
12267
|
+
:rtype: list of Filter
|
|
12268
|
+
"""
|
|
12269
|
+
return self._Filters
|
|
12270
|
+
|
|
12271
|
+
@Filters.setter
|
|
12272
|
+
def Filters(self, Filters):
|
|
12273
|
+
self._Filters = Filters
|
|
12274
|
+
|
|
12275
|
+
@property
|
|
12276
|
+
def Offset(self):
|
|
12277
|
+
r"""<p>分页排序</p>
|
|
12278
|
+
:rtype: int
|
|
12279
|
+
"""
|
|
12280
|
+
return self._Offset
|
|
12281
|
+
|
|
12282
|
+
@Offset.setter
|
|
12283
|
+
def Offset(self, Offset):
|
|
12284
|
+
self._Offset = Offset
|
|
12285
|
+
|
|
12286
|
+
@property
|
|
12287
|
+
def Limit(self):
|
|
12288
|
+
r"""<p>单页大小</p>
|
|
12289
|
+
:rtype: int
|
|
12290
|
+
"""
|
|
12291
|
+
return self._Limit
|
|
12292
|
+
|
|
12293
|
+
@Limit.setter
|
|
12294
|
+
def Limit(self, Limit):
|
|
12295
|
+
self._Limit = Limit
|
|
12296
|
+
|
|
12297
|
+
@property
|
|
12298
|
+
def OrderField(self):
|
|
12299
|
+
r"""<p>排序字段</p>
|
|
12300
|
+
:rtype: list of str
|
|
12301
|
+
"""
|
|
12302
|
+
return self._OrderField
|
|
12303
|
+
|
|
12304
|
+
@OrderField.setter
|
|
12305
|
+
def OrderField(self, OrderField):
|
|
12306
|
+
self._OrderField = OrderField
|
|
12307
|
+
|
|
12308
|
+
@property
|
|
12309
|
+
def Order(self):
|
|
12310
|
+
r"""<p>对应字段的排序方式</p>
|
|
12311
|
+
:rtype: list of str
|
|
12312
|
+
"""
|
|
12313
|
+
return self._Order
|
|
12314
|
+
|
|
12315
|
+
@Order.setter
|
|
12316
|
+
def Order(self, Order):
|
|
12317
|
+
self._Order = Order
|
|
12318
|
+
|
|
12319
|
+
|
|
12320
|
+
def _deserialize(self, params):
|
|
12321
|
+
self._TiProjectId = params.get("TiProjectId")
|
|
12322
|
+
if params.get("Filters") is not None:
|
|
12323
|
+
self._Filters = []
|
|
12324
|
+
for item in params.get("Filters"):
|
|
12325
|
+
obj = Filter()
|
|
12326
|
+
obj._deserialize(item)
|
|
12327
|
+
self._Filters.append(obj)
|
|
12328
|
+
self._Offset = params.get("Offset")
|
|
12329
|
+
self._Limit = params.get("Limit")
|
|
12330
|
+
self._OrderField = params.get("OrderField")
|
|
12331
|
+
self._Order = params.get("Order")
|
|
12332
|
+
memeber_set = set(params.keys())
|
|
12333
|
+
for name, value in vars(self).items():
|
|
12334
|
+
property_name = name[1:]
|
|
12335
|
+
if property_name in memeber_set:
|
|
12336
|
+
memeber_set.remove(property_name)
|
|
12337
|
+
if len(memeber_set) > 0:
|
|
12338
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
12339
|
+
|
|
12340
|
+
|
|
12341
|
+
|
|
12342
|
+
class DescribePresetImageListResponse(AbstractModel):
|
|
12343
|
+
r"""DescribePresetImageList返回参数结构体
|
|
12344
|
+
|
|
12345
|
+
"""
|
|
12346
|
+
|
|
12347
|
+
def __init__(self):
|
|
12348
|
+
r"""
|
|
12349
|
+
:param _TotalCount: <p>记录总数</p>
|
|
12350
|
+
:type TotalCount: int
|
|
12351
|
+
:param _PresetImageList: <p>镜像列表</p>
|
|
12352
|
+
:type PresetImageList: list of PresetImageInfo
|
|
12353
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
12354
|
+
:type RequestId: str
|
|
12355
|
+
"""
|
|
12356
|
+
self._TotalCount = None
|
|
12357
|
+
self._PresetImageList = None
|
|
12358
|
+
self._RequestId = None
|
|
12359
|
+
|
|
12360
|
+
@property
|
|
12361
|
+
def TotalCount(self):
|
|
12362
|
+
r"""<p>记录总数</p>
|
|
12363
|
+
:rtype: int
|
|
12364
|
+
"""
|
|
12365
|
+
return self._TotalCount
|
|
12366
|
+
|
|
12367
|
+
@TotalCount.setter
|
|
12368
|
+
def TotalCount(self, TotalCount):
|
|
12369
|
+
self._TotalCount = TotalCount
|
|
12370
|
+
|
|
12371
|
+
@property
|
|
12372
|
+
def PresetImageList(self):
|
|
12373
|
+
r"""<p>镜像列表</p>
|
|
12374
|
+
:rtype: list of PresetImageInfo
|
|
12375
|
+
"""
|
|
12376
|
+
return self._PresetImageList
|
|
12377
|
+
|
|
12378
|
+
@PresetImageList.setter
|
|
12379
|
+
def PresetImageList(self, PresetImageList):
|
|
12380
|
+
self._PresetImageList = PresetImageList
|
|
12381
|
+
|
|
12382
|
+
@property
|
|
12383
|
+
def RequestId(self):
|
|
12384
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
12385
|
+
:rtype: str
|
|
12386
|
+
"""
|
|
12387
|
+
return self._RequestId
|
|
12388
|
+
|
|
12389
|
+
@RequestId.setter
|
|
12390
|
+
def RequestId(self, RequestId):
|
|
12391
|
+
self._RequestId = RequestId
|
|
12392
|
+
|
|
12393
|
+
|
|
12394
|
+
def _deserialize(self, params):
|
|
12395
|
+
self._TotalCount = params.get("TotalCount")
|
|
12396
|
+
if params.get("PresetImageList") is not None:
|
|
12397
|
+
self._PresetImageList = []
|
|
12398
|
+
for item in params.get("PresetImageList"):
|
|
12399
|
+
obj = PresetImageInfo()
|
|
12400
|
+
obj._deserialize(item)
|
|
12401
|
+
self._PresetImageList.append(obj)
|
|
12402
|
+
self._RequestId = params.get("RequestId")
|
|
12403
|
+
|
|
12404
|
+
|
|
12226
12405
|
class DescribePublicAlgoVersionListRequest(AbstractModel):
|
|
12227
12406
|
r"""DescribePublicAlgoVersionList请求参数结构体
|
|
12228
12407
|
|
|
@@ -22233,6 +22412,397 @@ class PodSSHInfo(AbstractModel):
|
|
|
22233
22412
|
|
|
22234
22413
|
|
|
22235
22414
|
|
|
22415
|
+
class PresetImageInfo(AbstractModel):
|
|
22416
|
+
r"""预制镜像详情
|
|
22417
|
+
|
|
22418
|
+
"""
|
|
22419
|
+
|
|
22420
|
+
def __init__(self):
|
|
22421
|
+
r"""
|
|
22422
|
+
:param _ImageId: <p>镜像id</p>
|
|
22423
|
+
:type ImageId: str
|
|
22424
|
+
:param _ImageRepo: <p>镜像仓库名称</p>
|
|
22425
|
+
:type ImageRepo: str
|
|
22426
|
+
:param _ImageTag: <p>镜像标签</p>
|
|
22427
|
+
:type ImageTag: str
|
|
22428
|
+
:param _ImageUrl: <p>镜像url地址</p>
|
|
22429
|
+
:type ImageUrl: str
|
|
22430
|
+
:param _ImageSize: <p>镜像的大小</p>
|
|
22431
|
+
:type ImageSize: str
|
|
22432
|
+
:param _Description: <p>镜像描述</p>
|
|
22433
|
+
:type Description: str
|
|
22434
|
+
:param _ApplicableModuleList: <p>适用模块</p>
|
|
22435
|
+
:type ApplicableModuleList: list of str
|
|
22436
|
+
:param _Scenario: <p>使用场景</p>
|
|
22437
|
+
:type Scenario: str
|
|
22438
|
+
:param _Framework: <p>框架名称</p>
|
|
22439
|
+
:type Framework: str
|
|
22440
|
+
:param _FrameworkVersion: <p>框架版本</p>
|
|
22441
|
+
:type FrameworkVersion: str
|
|
22442
|
+
:param _ChipTypeList: <p>芯片类型</p>
|
|
22443
|
+
:type ChipTypeList: list of str
|
|
22444
|
+
:param _ComputeLibVersion: <p>运行库版本</p>
|
|
22445
|
+
:type ComputeLibVersion: str
|
|
22446
|
+
:param _PythonVersion: <p>python版本</p>
|
|
22447
|
+
:type PythonVersion: str
|
|
22448
|
+
:param _OS: <p>操作系统</p>
|
|
22449
|
+
:type OS: str
|
|
22450
|
+
:param _RuntimeLibList: <p>运行库列表</p>
|
|
22451
|
+
:type RuntimeLibList: list of RuntimeLib
|
|
22452
|
+
:param _SupportGpuList: <p>支持的gpu列表</p>
|
|
22453
|
+
:type SupportGpuList: list of str
|
|
22454
|
+
:param _ExtraAttributeList: <p>扩展属性</p>
|
|
22455
|
+
:type ExtraAttributeList: list of Attribute
|
|
22456
|
+
:param _SupportDistributedDeploy: <p>是否支持分布式部署</p>
|
|
22457
|
+
:type SupportDistributedDeploy: bool
|
|
22458
|
+
:param _IsLatestStable: <p>是否最新稳定版本</p>
|
|
22459
|
+
:type IsLatestStable: bool
|
|
22460
|
+
:param _ImageName: <p>镜像的名称</p>
|
|
22461
|
+
:type ImageName: str
|
|
22462
|
+
:param _Version: <p>镜像版本号(内部)</p>
|
|
22463
|
+
:type Version: int
|
|
22464
|
+
:param _CreateTime: <p>录入时间</p><p>参数格式:YYYY-MM-DDThh:mm:ssZ</p>
|
|
22465
|
+
:type CreateTime: str
|
|
22466
|
+
:param _UpdateTime: <p>更新时间</p><p>参数格式:YYYY-MM-DDThh:mm:ssZ</p>
|
|
22467
|
+
:type UpdateTime: str
|
|
22468
|
+
:param _ImageType: <p>镜像类型</p><p>枚举值:</p><ul><li>TCR: TCR类型的镜像</li></ul>
|
|
22469
|
+
:type ImageType: str
|
|
22470
|
+
"""
|
|
22471
|
+
self._ImageId = None
|
|
22472
|
+
self._ImageRepo = None
|
|
22473
|
+
self._ImageTag = None
|
|
22474
|
+
self._ImageUrl = None
|
|
22475
|
+
self._ImageSize = None
|
|
22476
|
+
self._Description = None
|
|
22477
|
+
self._ApplicableModuleList = None
|
|
22478
|
+
self._Scenario = None
|
|
22479
|
+
self._Framework = None
|
|
22480
|
+
self._FrameworkVersion = None
|
|
22481
|
+
self._ChipTypeList = None
|
|
22482
|
+
self._ComputeLibVersion = None
|
|
22483
|
+
self._PythonVersion = None
|
|
22484
|
+
self._OS = None
|
|
22485
|
+
self._RuntimeLibList = None
|
|
22486
|
+
self._SupportGpuList = None
|
|
22487
|
+
self._ExtraAttributeList = None
|
|
22488
|
+
self._SupportDistributedDeploy = None
|
|
22489
|
+
self._IsLatestStable = None
|
|
22490
|
+
self._ImageName = None
|
|
22491
|
+
self._Version = None
|
|
22492
|
+
self._CreateTime = None
|
|
22493
|
+
self._UpdateTime = None
|
|
22494
|
+
self._ImageType = None
|
|
22495
|
+
|
|
22496
|
+
@property
|
|
22497
|
+
def ImageId(self):
|
|
22498
|
+
r"""<p>镜像id</p>
|
|
22499
|
+
:rtype: str
|
|
22500
|
+
"""
|
|
22501
|
+
return self._ImageId
|
|
22502
|
+
|
|
22503
|
+
@ImageId.setter
|
|
22504
|
+
def ImageId(self, ImageId):
|
|
22505
|
+
self._ImageId = ImageId
|
|
22506
|
+
|
|
22507
|
+
@property
|
|
22508
|
+
def ImageRepo(self):
|
|
22509
|
+
r"""<p>镜像仓库名称</p>
|
|
22510
|
+
:rtype: str
|
|
22511
|
+
"""
|
|
22512
|
+
return self._ImageRepo
|
|
22513
|
+
|
|
22514
|
+
@ImageRepo.setter
|
|
22515
|
+
def ImageRepo(self, ImageRepo):
|
|
22516
|
+
self._ImageRepo = ImageRepo
|
|
22517
|
+
|
|
22518
|
+
@property
|
|
22519
|
+
def ImageTag(self):
|
|
22520
|
+
r"""<p>镜像标签</p>
|
|
22521
|
+
:rtype: str
|
|
22522
|
+
"""
|
|
22523
|
+
return self._ImageTag
|
|
22524
|
+
|
|
22525
|
+
@ImageTag.setter
|
|
22526
|
+
def ImageTag(self, ImageTag):
|
|
22527
|
+
self._ImageTag = ImageTag
|
|
22528
|
+
|
|
22529
|
+
@property
|
|
22530
|
+
def ImageUrl(self):
|
|
22531
|
+
r"""<p>镜像url地址</p>
|
|
22532
|
+
:rtype: str
|
|
22533
|
+
"""
|
|
22534
|
+
return self._ImageUrl
|
|
22535
|
+
|
|
22536
|
+
@ImageUrl.setter
|
|
22537
|
+
def ImageUrl(self, ImageUrl):
|
|
22538
|
+
self._ImageUrl = ImageUrl
|
|
22539
|
+
|
|
22540
|
+
@property
|
|
22541
|
+
def ImageSize(self):
|
|
22542
|
+
r"""<p>镜像的大小</p>
|
|
22543
|
+
:rtype: str
|
|
22544
|
+
"""
|
|
22545
|
+
return self._ImageSize
|
|
22546
|
+
|
|
22547
|
+
@ImageSize.setter
|
|
22548
|
+
def ImageSize(self, ImageSize):
|
|
22549
|
+
self._ImageSize = ImageSize
|
|
22550
|
+
|
|
22551
|
+
@property
|
|
22552
|
+
def Description(self):
|
|
22553
|
+
r"""<p>镜像描述</p>
|
|
22554
|
+
:rtype: str
|
|
22555
|
+
"""
|
|
22556
|
+
return self._Description
|
|
22557
|
+
|
|
22558
|
+
@Description.setter
|
|
22559
|
+
def Description(self, Description):
|
|
22560
|
+
self._Description = Description
|
|
22561
|
+
|
|
22562
|
+
@property
|
|
22563
|
+
def ApplicableModuleList(self):
|
|
22564
|
+
r"""<p>适用模块</p>
|
|
22565
|
+
:rtype: list of str
|
|
22566
|
+
"""
|
|
22567
|
+
return self._ApplicableModuleList
|
|
22568
|
+
|
|
22569
|
+
@ApplicableModuleList.setter
|
|
22570
|
+
def ApplicableModuleList(self, ApplicableModuleList):
|
|
22571
|
+
self._ApplicableModuleList = ApplicableModuleList
|
|
22572
|
+
|
|
22573
|
+
@property
|
|
22574
|
+
def Scenario(self):
|
|
22575
|
+
r"""<p>使用场景</p>
|
|
22576
|
+
:rtype: str
|
|
22577
|
+
"""
|
|
22578
|
+
return self._Scenario
|
|
22579
|
+
|
|
22580
|
+
@Scenario.setter
|
|
22581
|
+
def Scenario(self, Scenario):
|
|
22582
|
+
self._Scenario = Scenario
|
|
22583
|
+
|
|
22584
|
+
@property
|
|
22585
|
+
def Framework(self):
|
|
22586
|
+
r"""<p>框架名称</p>
|
|
22587
|
+
:rtype: str
|
|
22588
|
+
"""
|
|
22589
|
+
return self._Framework
|
|
22590
|
+
|
|
22591
|
+
@Framework.setter
|
|
22592
|
+
def Framework(self, Framework):
|
|
22593
|
+
self._Framework = Framework
|
|
22594
|
+
|
|
22595
|
+
@property
|
|
22596
|
+
def FrameworkVersion(self):
|
|
22597
|
+
r"""<p>框架版本</p>
|
|
22598
|
+
:rtype: str
|
|
22599
|
+
"""
|
|
22600
|
+
return self._FrameworkVersion
|
|
22601
|
+
|
|
22602
|
+
@FrameworkVersion.setter
|
|
22603
|
+
def FrameworkVersion(self, FrameworkVersion):
|
|
22604
|
+
self._FrameworkVersion = FrameworkVersion
|
|
22605
|
+
|
|
22606
|
+
@property
|
|
22607
|
+
def ChipTypeList(self):
|
|
22608
|
+
r"""<p>芯片类型</p>
|
|
22609
|
+
:rtype: list of str
|
|
22610
|
+
"""
|
|
22611
|
+
return self._ChipTypeList
|
|
22612
|
+
|
|
22613
|
+
@ChipTypeList.setter
|
|
22614
|
+
def ChipTypeList(self, ChipTypeList):
|
|
22615
|
+
self._ChipTypeList = ChipTypeList
|
|
22616
|
+
|
|
22617
|
+
@property
|
|
22618
|
+
def ComputeLibVersion(self):
|
|
22619
|
+
r"""<p>运行库版本</p>
|
|
22620
|
+
:rtype: str
|
|
22621
|
+
"""
|
|
22622
|
+
return self._ComputeLibVersion
|
|
22623
|
+
|
|
22624
|
+
@ComputeLibVersion.setter
|
|
22625
|
+
def ComputeLibVersion(self, ComputeLibVersion):
|
|
22626
|
+
self._ComputeLibVersion = ComputeLibVersion
|
|
22627
|
+
|
|
22628
|
+
@property
|
|
22629
|
+
def PythonVersion(self):
|
|
22630
|
+
r"""<p>python版本</p>
|
|
22631
|
+
:rtype: str
|
|
22632
|
+
"""
|
|
22633
|
+
return self._PythonVersion
|
|
22634
|
+
|
|
22635
|
+
@PythonVersion.setter
|
|
22636
|
+
def PythonVersion(self, PythonVersion):
|
|
22637
|
+
self._PythonVersion = PythonVersion
|
|
22638
|
+
|
|
22639
|
+
@property
|
|
22640
|
+
def OS(self):
|
|
22641
|
+
r"""<p>操作系统</p>
|
|
22642
|
+
:rtype: str
|
|
22643
|
+
"""
|
|
22644
|
+
return self._OS
|
|
22645
|
+
|
|
22646
|
+
@OS.setter
|
|
22647
|
+
def OS(self, OS):
|
|
22648
|
+
self._OS = OS
|
|
22649
|
+
|
|
22650
|
+
@property
|
|
22651
|
+
def RuntimeLibList(self):
|
|
22652
|
+
r"""<p>运行库列表</p>
|
|
22653
|
+
:rtype: list of RuntimeLib
|
|
22654
|
+
"""
|
|
22655
|
+
return self._RuntimeLibList
|
|
22656
|
+
|
|
22657
|
+
@RuntimeLibList.setter
|
|
22658
|
+
def RuntimeLibList(self, RuntimeLibList):
|
|
22659
|
+
self._RuntimeLibList = RuntimeLibList
|
|
22660
|
+
|
|
22661
|
+
@property
|
|
22662
|
+
def SupportGpuList(self):
|
|
22663
|
+
r"""<p>支持的gpu列表</p>
|
|
22664
|
+
:rtype: list of str
|
|
22665
|
+
"""
|
|
22666
|
+
return self._SupportGpuList
|
|
22667
|
+
|
|
22668
|
+
@SupportGpuList.setter
|
|
22669
|
+
def SupportGpuList(self, SupportGpuList):
|
|
22670
|
+
self._SupportGpuList = SupportGpuList
|
|
22671
|
+
|
|
22672
|
+
@property
|
|
22673
|
+
def ExtraAttributeList(self):
|
|
22674
|
+
r"""<p>扩展属性</p>
|
|
22675
|
+
:rtype: list of Attribute
|
|
22676
|
+
"""
|
|
22677
|
+
return self._ExtraAttributeList
|
|
22678
|
+
|
|
22679
|
+
@ExtraAttributeList.setter
|
|
22680
|
+
def ExtraAttributeList(self, ExtraAttributeList):
|
|
22681
|
+
self._ExtraAttributeList = ExtraAttributeList
|
|
22682
|
+
|
|
22683
|
+
@property
|
|
22684
|
+
def SupportDistributedDeploy(self):
|
|
22685
|
+
r"""<p>是否支持分布式部署</p>
|
|
22686
|
+
:rtype: bool
|
|
22687
|
+
"""
|
|
22688
|
+
return self._SupportDistributedDeploy
|
|
22689
|
+
|
|
22690
|
+
@SupportDistributedDeploy.setter
|
|
22691
|
+
def SupportDistributedDeploy(self, SupportDistributedDeploy):
|
|
22692
|
+
self._SupportDistributedDeploy = SupportDistributedDeploy
|
|
22693
|
+
|
|
22694
|
+
@property
|
|
22695
|
+
def IsLatestStable(self):
|
|
22696
|
+
r"""<p>是否最新稳定版本</p>
|
|
22697
|
+
:rtype: bool
|
|
22698
|
+
"""
|
|
22699
|
+
return self._IsLatestStable
|
|
22700
|
+
|
|
22701
|
+
@IsLatestStable.setter
|
|
22702
|
+
def IsLatestStable(self, IsLatestStable):
|
|
22703
|
+
self._IsLatestStable = IsLatestStable
|
|
22704
|
+
|
|
22705
|
+
@property
|
|
22706
|
+
def ImageName(self):
|
|
22707
|
+
r"""<p>镜像的名称</p>
|
|
22708
|
+
:rtype: str
|
|
22709
|
+
"""
|
|
22710
|
+
return self._ImageName
|
|
22711
|
+
|
|
22712
|
+
@ImageName.setter
|
|
22713
|
+
def ImageName(self, ImageName):
|
|
22714
|
+
self._ImageName = ImageName
|
|
22715
|
+
|
|
22716
|
+
@property
|
|
22717
|
+
def Version(self):
|
|
22718
|
+
r"""<p>镜像版本号(内部)</p>
|
|
22719
|
+
:rtype: int
|
|
22720
|
+
"""
|
|
22721
|
+
return self._Version
|
|
22722
|
+
|
|
22723
|
+
@Version.setter
|
|
22724
|
+
def Version(self, Version):
|
|
22725
|
+
self._Version = Version
|
|
22726
|
+
|
|
22727
|
+
@property
|
|
22728
|
+
def CreateTime(self):
|
|
22729
|
+
r"""<p>录入时间</p><p>参数格式:YYYY-MM-DDThh:mm:ssZ</p>
|
|
22730
|
+
:rtype: str
|
|
22731
|
+
"""
|
|
22732
|
+
return self._CreateTime
|
|
22733
|
+
|
|
22734
|
+
@CreateTime.setter
|
|
22735
|
+
def CreateTime(self, CreateTime):
|
|
22736
|
+
self._CreateTime = CreateTime
|
|
22737
|
+
|
|
22738
|
+
@property
|
|
22739
|
+
def UpdateTime(self):
|
|
22740
|
+
r"""<p>更新时间</p><p>参数格式:YYYY-MM-DDThh:mm:ssZ</p>
|
|
22741
|
+
:rtype: str
|
|
22742
|
+
"""
|
|
22743
|
+
return self._UpdateTime
|
|
22744
|
+
|
|
22745
|
+
@UpdateTime.setter
|
|
22746
|
+
def UpdateTime(self, UpdateTime):
|
|
22747
|
+
self._UpdateTime = UpdateTime
|
|
22748
|
+
|
|
22749
|
+
@property
|
|
22750
|
+
def ImageType(self):
|
|
22751
|
+
r"""<p>镜像类型</p><p>枚举值:</p><ul><li>TCR: TCR类型的镜像</li></ul>
|
|
22752
|
+
:rtype: str
|
|
22753
|
+
"""
|
|
22754
|
+
return self._ImageType
|
|
22755
|
+
|
|
22756
|
+
@ImageType.setter
|
|
22757
|
+
def ImageType(self, ImageType):
|
|
22758
|
+
self._ImageType = ImageType
|
|
22759
|
+
|
|
22760
|
+
|
|
22761
|
+
def _deserialize(self, params):
|
|
22762
|
+
self._ImageId = params.get("ImageId")
|
|
22763
|
+
self._ImageRepo = params.get("ImageRepo")
|
|
22764
|
+
self._ImageTag = params.get("ImageTag")
|
|
22765
|
+
self._ImageUrl = params.get("ImageUrl")
|
|
22766
|
+
self._ImageSize = params.get("ImageSize")
|
|
22767
|
+
self._Description = params.get("Description")
|
|
22768
|
+
self._ApplicableModuleList = params.get("ApplicableModuleList")
|
|
22769
|
+
self._Scenario = params.get("Scenario")
|
|
22770
|
+
self._Framework = params.get("Framework")
|
|
22771
|
+
self._FrameworkVersion = params.get("FrameworkVersion")
|
|
22772
|
+
self._ChipTypeList = params.get("ChipTypeList")
|
|
22773
|
+
self._ComputeLibVersion = params.get("ComputeLibVersion")
|
|
22774
|
+
self._PythonVersion = params.get("PythonVersion")
|
|
22775
|
+
self._OS = params.get("OS")
|
|
22776
|
+
if params.get("RuntimeLibList") is not None:
|
|
22777
|
+
self._RuntimeLibList = []
|
|
22778
|
+
for item in params.get("RuntimeLibList"):
|
|
22779
|
+
obj = RuntimeLib()
|
|
22780
|
+
obj._deserialize(item)
|
|
22781
|
+
self._RuntimeLibList.append(obj)
|
|
22782
|
+
self._SupportGpuList = params.get("SupportGpuList")
|
|
22783
|
+
if params.get("ExtraAttributeList") is not None:
|
|
22784
|
+
self._ExtraAttributeList = []
|
|
22785
|
+
for item in params.get("ExtraAttributeList"):
|
|
22786
|
+
obj = Attribute()
|
|
22787
|
+
obj._deserialize(item)
|
|
22788
|
+
self._ExtraAttributeList.append(obj)
|
|
22789
|
+
self._SupportDistributedDeploy = params.get("SupportDistributedDeploy")
|
|
22790
|
+
self._IsLatestStable = params.get("IsLatestStable")
|
|
22791
|
+
self._ImageName = params.get("ImageName")
|
|
22792
|
+
self._Version = params.get("Version")
|
|
22793
|
+
self._CreateTime = params.get("CreateTime")
|
|
22794
|
+
self._UpdateTime = params.get("UpdateTime")
|
|
22795
|
+
self._ImageType = params.get("ImageType")
|
|
22796
|
+
memeber_set = set(params.keys())
|
|
22797
|
+
for name, value in vars(self).items():
|
|
22798
|
+
property_name = name[1:]
|
|
22799
|
+
if property_name in memeber_set:
|
|
22800
|
+
memeber_set.remove(property_name)
|
|
22801
|
+
if len(memeber_set) > 0:
|
|
22802
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
22803
|
+
|
|
22804
|
+
|
|
22805
|
+
|
|
22236
22806
|
class PrivateLinkInfo(AbstractModel):
|
|
22237
22807
|
r"""私有连接信息
|
|
22238
22808
|
|
|
@@ -24394,6 +24964,57 @@ class RollingUpdate(AbstractModel):
|
|
|
24394
24964
|
|
|
24395
24965
|
|
|
24396
24966
|
|
|
24967
|
+
class RuntimeLib(AbstractModel):
|
|
24968
|
+
r"""预制镜像中的运行库详情
|
|
24969
|
+
|
|
24970
|
+
"""
|
|
24971
|
+
|
|
24972
|
+
def __init__(self):
|
|
24973
|
+
r"""
|
|
24974
|
+
:param _Name: <p>运行库名称</p>
|
|
24975
|
+
:type Name: str
|
|
24976
|
+
:param _Version: <p>运行库版本号</p>
|
|
24977
|
+
:type Version: str
|
|
24978
|
+
"""
|
|
24979
|
+
self._Name = None
|
|
24980
|
+
self._Version = None
|
|
24981
|
+
|
|
24982
|
+
@property
|
|
24983
|
+
def Name(self):
|
|
24984
|
+
r"""<p>运行库名称</p>
|
|
24985
|
+
:rtype: str
|
|
24986
|
+
"""
|
|
24987
|
+
return self._Name
|
|
24988
|
+
|
|
24989
|
+
@Name.setter
|
|
24990
|
+
def Name(self, Name):
|
|
24991
|
+
self._Name = Name
|
|
24992
|
+
|
|
24993
|
+
@property
|
|
24994
|
+
def Version(self):
|
|
24995
|
+
r"""<p>运行库版本号</p>
|
|
24996
|
+
:rtype: str
|
|
24997
|
+
"""
|
|
24998
|
+
return self._Version
|
|
24999
|
+
|
|
25000
|
+
@Version.setter
|
|
25001
|
+
def Version(self, Version):
|
|
25002
|
+
self._Version = Version
|
|
25003
|
+
|
|
25004
|
+
|
|
25005
|
+
def _deserialize(self, params):
|
|
25006
|
+
self._Name = params.get("Name")
|
|
25007
|
+
self._Version = params.get("Version")
|
|
25008
|
+
memeber_set = set(params.keys())
|
|
25009
|
+
for name, value in vars(self).items():
|
|
25010
|
+
property_name = name[1:]
|
|
25011
|
+
if property_name in memeber_set:
|
|
25012
|
+
memeber_set.remove(property_name)
|
|
25013
|
+
if len(memeber_set) > 0:
|
|
25014
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
25015
|
+
|
|
25016
|
+
|
|
25017
|
+
|
|
24397
25018
|
class SSHConfig(AbstractModel):
|
|
24398
25019
|
r"""notebook ssh端口配置
|
|
24399
25020
|
|
|
@@ -1181,6 +1181,29 @@ class TioneClient(AbstractClient):
|
|
|
1181
1181
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1182
1182
|
|
|
1183
1183
|
|
|
1184
|
+
def DescribePresetImageList(self, request):
|
|
1185
|
+
r"""该接口用于查询内置镜像列表
|
|
1186
|
+
|
|
1187
|
+
:param request: Request instance for DescribePresetImageList.
|
|
1188
|
+
:type request: :class:`tencentcloud.tione.v20211111.models.DescribePresetImageListRequest`
|
|
1189
|
+
:rtype: :class:`tencentcloud.tione.v20211111.models.DescribePresetImageListResponse`
|
|
1190
|
+
|
|
1191
|
+
"""
|
|
1192
|
+
try:
|
|
1193
|
+
params = request._serialize()
|
|
1194
|
+
headers = request.headers
|
|
1195
|
+
body = self.call("DescribePresetImageList", params, headers=headers)
|
|
1196
|
+
response = json.loads(body)
|
|
1197
|
+
model = models.DescribePresetImageListResponse()
|
|
1198
|
+
model._deserialize(response["Response"])
|
|
1199
|
+
return model
|
|
1200
|
+
except Exception as e:
|
|
1201
|
+
if isinstance(e, TencentCloudSDKException):
|
|
1202
|
+
raise
|
|
1203
|
+
else:
|
|
1204
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1205
|
+
|
|
1206
|
+
|
|
1184
1207
|
def DescribePublicAlgoVersionList(self, request):
|
|
1185
1208
|
r"""公共算法版本列表
|
|
1186
1209
|
|
|
@@ -930,6 +930,24 @@ class TioneClient(AbstractClient):
|
|
|
930
930
|
|
|
931
931
|
return await self.call_and_deserialize(**kwargs)
|
|
932
932
|
|
|
933
|
+
async def DescribePresetImageList(
|
|
934
|
+
self,
|
|
935
|
+
request: models.DescribePresetImageListRequest,
|
|
936
|
+
opts: Dict = None,
|
|
937
|
+
) -> models.DescribePresetImageListResponse:
|
|
938
|
+
"""
|
|
939
|
+
该接口用于查询内置镜像列表
|
|
940
|
+
"""
|
|
941
|
+
|
|
942
|
+
kwargs = {}
|
|
943
|
+
kwargs["action"] = "DescribePresetImageList"
|
|
944
|
+
kwargs["params"] = request._serialize()
|
|
945
|
+
kwargs["resp_cls"] = models.DescribePresetImageListResponse
|
|
946
|
+
kwargs["headers"] = request.headers
|
|
947
|
+
kwargs["opts"] = opts or {}
|
|
948
|
+
|
|
949
|
+
return await self.call_and_deserialize(**kwargs)
|
|
950
|
+
|
|
933
951
|
async def DescribePublicAlgoVersionList(
|
|
934
952
|
self,
|
|
935
953
|
request: models.DescribePublicAlgoVersionListRequest,
|
|
@@ -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.129
|
|
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.129
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.129
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.120
|
|
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
|