tencentcloud-sdk-python-tione 3.1.27__tar.gz → 3.1.33__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.
Potentially problematic release.
This version of tencentcloud-sdk-python-tione might be problematic. Click here for more details.
- {tencentcloud_sdk_python_tione-3.1.27 → tencentcloud_sdk_python_tione-3.1.33}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tione-3.1.27 → tencentcloud_sdk_python_tione-3.1.33}/setup.py +1 -1
- {tencentcloud_sdk_python_tione-3.1.27 → tencentcloud_sdk_python_tione-3.1.33}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tione-3.1.27 → tencentcloud_sdk_python_tione-3.1.33}/tencentcloud/tione/v20211111/errorcodes.py +9 -0
- {tencentcloud_sdk_python_tione-3.1.27 → tencentcloud_sdk_python_tione-3.1.33}/tencentcloud/tione/v20211111/models.py +778 -98
- {tencentcloud_sdk_python_tione-3.1.27 → tencentcloud_sdk_python_tione-3.1.33}/tencentcloud/tione/v20211111/tione_client.py +69 -0
- {tencentcloud_sdk_python_tione-3.1.27 → tencentcloud_sdk_python_tione-3.1.33}/tencentcloud/tione/v20211111/tione_client_async.py +54 -0
- {tencentcloud_sdk_python_tione-3.1.27 → tencentcloud_sdk_python_tione-3.1.33}/tencentcloud_sdk_python_tione.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tione-3.1.33/tencentcloud_sdk_python_tione.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_tione-3.1.27/tencentcloud_sdk_python_tione.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tione-3.1.27 → tencentcloud_sdk_python_tione-3.1.33}/README.rst +0 -0
- {tencentcloud_sdk_python_tione-3.1.27 → tencentcloud_sdk_python_tione-3.1.33}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tione-3.1.27 → tencentcloud_sdk_python_tione-3.1.33}/tencentcloud/tione/__init__.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.27 → tencentcloud_sdk_python_tione-3.1.33}/tencentcloud/tione/v20191022/__init__.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.27 → tencentcloud_sdk_python_tione-3.1.33}/tencentcloud/tione/v20191022/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.27 → tencentcloud_sdk_python_tione-3.1.33}/tencentcloud/tione/v20191022/models.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.27 → tencentcloud_sdk_python_tione-3.1.33}/tencentcloud/tione/v20191022/tione_client.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.27 → tencentcloud_sdk_python_tione-3.1.33}/tencentcloud/tione/v20191022/tione_client_async.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.27 → tencentcloud_sdk_python_tione-3.1.33}/tencentcloud/tione/v20211111/__init__.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.27 → tencentcloud_sdk_python_tione-3.1.33}/tencentcloud_sdk_python_tione.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tione-3.1.27 → tencentcloud_sdk_python_tione-3.1.33}/tencentcloud_sdk_python_tione.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tione-3.1.27 → tencentcloud_sdk_python_tione-3.1.33}/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.33
|
|
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.33
|
|
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.33,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Tione SDK for Python',
|
|
@@ -128,6 +128,9 @@ FAILEDOPERATION_KMSKEYNOTOPEN = 'FailedOperation.KmsKeyNotOpen'
|
|
|
128
128
|
# 变更计费配置失败。
|
|
129
129
|
FAILEDOPERATION_MODIFYBILLINGINSTANCEBATCHFAILED = 'FailedOperation.ModifyBillingInstanceBatchFailed'
|
|
130
130
|
|
|
131
|
+
# 修改计费统计的资源关联标签失败
|
|
132
|
+
FAILEDOPERATION_MODIFYRESOURCEBILLINGTAGSFAILED = 'FailedOperation.ModifyResourceBillingTagsFailed'
|
|
133
|
+
|
|
131
134
|
# 移动模型目录失败。
|
|
132
135
|
FAILEDOPERATION_MOVEMODELDIRFAILED = 'FailedOperation.MoveModelDirFailed'
|
|
133
136
|
|
|
@@ -467,6 +470,9 @@ INVALIDPARAMETERVALUE_UNSUPPORTEDGOOSEFSCONFIG = 'InvalidParameterValue.Unsuppor
|
|
|
467
470
|
# 不支持同一实例挂载多个CBS存储
|
|
468
471
|
INVALIDPARAMETERVALUE_UNSUPPORTEDMULTICBSSTORAGE = 'InvalidParameterValue.UnsupportedMultiCBSStorage'
|
|
469
472
|
|
|
473
|
+
# Notebook卷大小只能增加,如需减小容量请重新创建实例。
|
|
474
|
+
INVALIDPARAMETERVALUE_VOLUMESHRINKNOTALLOW = 'InvalidParameterValue.VolumeShrinkNotAllow'
|
|
475
|
+
|
|
470
476
|
# 超过配额限制。
|
|
471
477
|
LIMITEXCEEDED = 'LimitExceeded'
|
|
472
478
|
|
|
@@ -488,6 +494,9 @@ OPERATIONDENIED_BILLINGSTATUSNOTSUPPORTWHITELISTGPUTYPE = 'OperationDenied.Billi
|
|
|
488
494
|
# 按量计费资源售罄。
|
|
489
495
|
OPERATIONDENIED_BILLINGSTATUSRESOURCEINSUFFICIENT = 'OperationDenied.BillingStatusResourceInsufficient'
|
|
490
496
|
|
|
497
|
+
# vpc 和 子网 禁止修改
|
|
498
|
+
OPERATIONDENIED_FORBIDMODIFYVPCANDSUBNET = 'OperationDenied.ForbidModifyVpcAndSubnet'
|
|
499
|
+
|
|
491
500
|
# IP不合法。
|
|
492
501
|
OPERATIONDENIED_IPILLEGAL = 'OperationDenied.IpIllegal'
|
|
493
502
|
|
|
@@ -6517,7 +6517,7 @@ class DescribeBillingResourceGroupRequest(AbstractModel):
|
|
|
6517
6517
|
2. Filter.Values: 长度为1且Filter.Fuzzy=true时,支持模糊查询; 不为1时,精确查询
|
|
6518
6518
|
3. 每次请求的Filters的上限为10,Filter.Values的上限为100
|
|
6519
6519
|
:type Filters: list of Filter
|
|
6520
|
-
:param _Offset: 分页查询起始位置,如:Limit为10,第一页Offset为0,第二页Offset为10
|
|
6520
|
+
:param _Offset: 分页查询起始位置,如:Limit为10,第一页Offset为0,第二页Offset为10...即每页左边为闭区间; 默认0
|
|
6521
6521
|
:type Offset: int
|
|
6522
6522
|
:param _Limit: 分页查询每页大小,默认20
|
|
6523
6523
|
:type Limit: int
|
|
@@ -6563,7 +6563,7 @@ class DescribeBillingResourceGroupRequest(AbstractModel):
|
|
|
6563
6563
|
|
|
6564
6564
|
@property
|
|
6565
6565
|
def Offset(self):
|
|
6566
|
-
r"""分页查询起始位置,如:Limit为10,第一页Offset为0,第二页Offset为10
|
|
6566
|
+
r"""分页查询起始位置,如:Limit为10,第一页Offset为0,第二页Offset为10...即每页左边为闭区间; 默认0
|
|
6567
6567
|
:rtype: int
|
|
6568
6568
|
"""
|
|
6569
6569
|
return self._Offset
|
|
@@ -9823,6 +9823,60 @@ class DescribePlatformImagesResponse(AbstractModel):
|
|
|
9823
9823
|
self._RequestId = params.get("RequestId")
|
|
9824
9824
|
|
|
9825
9825
|
|
|
9826
|
+
class DescribeSubAccountLinuxUserInfosRequest(AbstractModel):
|
|
9827
|
+
r"""DescribeSubAccountLinuxUserInfos请求参数结构体
|
|
9828
|
+
|
|
9829
|
+
"""
|
|
9830
|
+
|
|
9831
|
+
|
|
9832
|
+
class DescribeSubAccountLinuxUserInfosResponse(AbstractModel):
|
|
9833
|
+
r"""DescribeSubAccountLinuxUserInfos返回参数结构体
|
|
9834
|
+
|
|
9835
|
+
"""
|
|
9836
|
+
|
|
9837
|
+
def __init__(self):
|
|
9838
|
+
r"""
|
|
9839
|
+
:param _SubAccountList: 子账号信息列表
|
|
9840
|
+
:type SubAccountList: list of SubAccountInfo
|
|
9841
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9842
|
+
:type RequestId: str
|
|
9843
|
+
"""
|
|
9844
|
+
self._SubAccountList = None
|
|
9845
|
+
self._RequestId = None
|
|
9846
|
+
|
|
9847
|
+
@property
|
|
9848
|
+
def SubAccountList(self):
|
|
9849
|
+
r"""子账号信息列表
|
|
9850
|
+
:rtype: list of SubAccountInfo
|
|
9851
|
+
"""
|
|
9852
|
+
return self._SubAccountList
|
|
9853
|
+
|
|
9854
|
+
@SubAccountList.setter
|
|
9855
|
+
def SubAccountList(self, SubAccountList):
|
|
9856
|
+
self._SubAccountList = SubAccountList
|
|
9857
|
+
|
|
9858
|
+
@property
|
|
9859
|
+
def RequestId(self):
|
|
9860
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9861
|
+
:rtype: str
|
|
9862
|
+
"""
|
|
9863
|
+
return self._RequestId
|
|
9864
|
+
|
|
9865
|
+
@RequestId.setter
|
|
9866
|
+
def RequestId(self, RequestId):
|
|
9867
|
+
self._RequestId = RequestId
|
|
9868
|
+
|
|
9869
|
+
|
|
9870
|
+
def _deserialize(self, params):
|
|
9871
|
+
if params.get("SubAccountList") is not None:
|
|
9872
|
+
self._SubAccountList = []
|
|
9873
|
+
for item in params.get("SubAccountList"):
|
|
9874
|
+
obj = SubAccountInfo()
|
|
9875
|
+
obj._deserialize(item)
|
|
9876
|
+
self._SubAccountList.append(obj)
|
|
9877
|
+
self._RequestId = params.get("RequestId")
|
|
9878
|
+
|
|
9879
|
+
|
|
9826
9880
|
class DescribeTrainingModelVersionRequest(AbstractModel):
|
|
9827
9881
|
r"""DescribeTrainingModelVersion请求参数结构体
|
|
9828
9882
|
|
|
@@ -15192,92 +15246,572 @@ HYBRID_PAID:
|
|
|
15192
15246
|
self._VolumeMounts = VolumeMounts
|
|
15193
15247
|
|
|
15194
15248
|
@property
|
|
15195
|
-
def SchedulingStrategy(self):
|
|
15196
|
-
r"""调度策略 [binpack] 优先占满整机,尽量避免碎卡(默认值)[spread] 优先分散在各个节点,确保服务高可用
|
|
15197
|
-
:rtype: str
|
|
15249
|
+
def SchedulingStrategy(self):
|
|
15250
|
+
r"""调度策略 [binpack] 优先占满整机,尽量避免碎卡(默认值)[spread] 优先分散在各个节点,确保服务高可用
|
|
15251
|
+
:rtype: str
|
|
15252
|
+
"""
|
|
15253
|
+
return self._SchedulingStrategy
|
|
15254
|
+
|
|
15255
|
+
@SchedulingStrategy.setter
|
|
15256
|
+
def SchedulingStrategy(self, SchedulingStrategy):
|
|
15257
|
+
self._SchedulingStrategy = SchedulingStrategy
|
|
15258
|
+
|
|
15259
|
+
|
|
15260
|
+
def _deserialize(self, params):
|
|
15261
|
+
self._ServiceId = params.get("ServiceId")
|
|
15262
|
+
if params.get("ModelInfo") is not None:
|
|
15263
|
+
self._ModelInfo = ModelInfo()
|
|
15264
|
+
self._ModelInfo._deserialize(params.get("ModelInfo"))
|
|
15265
|
+
if params.get("ImageInfo") is not None:
|
|
15266
|
+
self._ImageInfo = ImageInfo()
|
|
15267
|
+
self._ImageInfo._deserialize(params.get("ImageInfo"))
|
|
15268
|
+
if params.get("Env") is not None:
|
|
15269
|
+
self._Env = []
|
|
15270
|
+
for item in params.get("Env"):
|
|
15271
|
+
obj = EnvVar()
|
|
15272
|
+
obj._deserialize(item)
|
|
15273
|
+
self._Env.append(obj)
|
|
15274
|
+
if params.get("Resources") is not None:
|
|
15275
|
+
self._Resources = ResourceInfo()
|
|
15276
|
+
self._Resources._deserialize(params.get("Resources"))
|
|
15277
|
+
self._InstanceType = params.get("InstanceType")
|
|
15278
|
+
self._ScaleMode = params.get("ScaleMode")
|
|
15279
|
+
self._Replicas = params.get("Replicas")
|
|
15280
|
+
if params.get("HorizontalPodAutoscaler") is not None:
|
|
15281
|
+
self._HorizontalPodAutoscaler = HorizontalPodAutoscaler()
|
|
15282
|
+
self._HorizontalPodAutoscaler._deserialize(params.get("HorizontalPodAutoscaler"))
|
|
15283
|
+
self._LogEnable = params.get("LogEnable")
|
|
15284
|
+
if params.get("LogConfig") is not None:
|
|
15285
|
+
self._LogConfig = LogConfig()
|
|
15286
|
+
self._LogConfig._deserialize(params.get("LogConfig"))
|
|
15287
|
+
self._ServiceAction = params.get("ServiceAction")
|
|
15288
|
+
self._ServiceDescription = params.get("ServiceDescription")
|
|
15289
|
+
self._ScaleStrategy = params.get("ScaleStrategy")
|
|
15290
|
+
if params.get("CronScaleJobs") is not None:
|
|
15291
|
+
self._CronScaleJobs = []
|
|
15292
|
+
for item in params.get("CronScaleJobs"):
|
|
15293
|
+
obj = CronScaleJob()
|
|
15294
|
+
obj._deserialize(item)
|
|
15295
|
+
self._CronScaleJobs.append(obj)
|
|
15296
|
+
self._HybridBillingPrepaidReplicas = params.get("HybridBillingPrepaidReplicas")
|
|
15297
|
+
self._ModelHotUpdateEnable = params.get("ModelHotUpdateEnable")
|
|
15298
|
+
if params.get("ScheduledAction") is not None:
|
|
15299
|
+
self._ScheduledAction = ScheduledAction()
|
|
15300
|
+
self._ScheduledAction._deserialize(params.get("ScheduledAction"))
|
|
15301
|
+
if params.get("ServiceLimit") is not None:
|
|
15302
|
+
self._ServiceLimit = ServiceLimit()
|
|
15303
|
+
self._ServiceLimit._deserialize(params.get("ServiceLimit"))
|
|
15304
|
+
if params.get("VolumeMount") is not None:
|
|
15305
|
+
self._VolumeMount = VolumeMount()
|
|
15306
|
+
self._VolumeMount._deserialize(params.get("VolumeMount"))
|
|
15307
|
+
self._ModelTurboEnable = params.get("ModelTurboEnable")
|
|
15308
|
+
self._Command = params.get("Command")
|
|
15309
|
+
if params.get("ServiceEIP") is not None:
|
|
15310
|
+
self._ServiceEIP = ServiceEIP()
|
|
15311
|
+
self._ServiceEIP._deserialize(params.get("ServiceEIP"))
|
|
15312
|
+
self._CommandBase64 = params.get("CommandBase64")
|
|
15313
|
+
self._ServicePort = params.get("ServicePort")
|
|
15314
|
+
self._InstancePerReplicas = params.get("InstancePerReplicas")
|
|
15315
|
+
self._TerminationGracePeriodSeconds = params.get("TerminationGracePeriodSeconds")
|
|
15316
|
+
self._PreStopCommand = params.get("PreStopCommand")
|
|
15317
|
+
self._GrpcEnable = params.get("GrpcEnable")
|
|
15318
|
+
if params.get("HealthProbe") is not None:
|
|
15319
|
+
self._HealthProbe = HealthProbe()
|
|
15320
|
+
self._HealthProbe._deserialize(params.get("HealthProbe"))
|
|
15321
|
+
if params.get("RollingUpdate") is not None:
|
|
15322
|
+
self._RollingUpdate = RollingUpdate()
|
|
15323
|
+
self._RollingUpdate._deserialize(params.get("RollingUpdate"))
|
|
15324
|
+
if params.get("Sidecar") is not None:
|
|
15325
|
+
self._Sidecar = SidecarSpec()
|
|
15326
|
+
self._Sidecar._deserialize(params.get("Sidecar"))
|
|
15327
|
+
self._ResourceGroupId = params.get("ResourceGroupId")
|
|
15328
|
+
if params.get("VolumeMounts") is not None:
|
|
15329
|
+
self._VolumeMounts = []
|
|
15330
|
+
for item in params.get("VolumeMounts"):
|
|
15331
|
+
obj = VolumeMount()
|
|
15332
|
+
obj._deserialize(item)
|
|
15333
|
+
self._VolumeMounts.append(obj)
|
|
15334
|
+
self._SchedulingStrategy = params.get("SchedulingStrategy")
|
|
15335
|
+
memeber_set = set(params.keys())
|
|
15336
|
+
for name, value in vars(self).items():
|
|
15337
|
+
property_name = name[1:]
|
|
15338
|
+
if property_name in memeber_set:
|
|
15339
|
+
memeber_set.remove(property_name)
|
|
15340
|
+
if len(memeber_set) > 0:
|
|
15341
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
15342
|
+
|
|
15343
|
+
|
|
15344
|
+
|
|
15345
|
+
class ModifyModelServiceResponse(AbstractModel):
|
|
15346
|
+
r"""ModifyModelService返回参数结构体
|
|
15347
|
+
|
|
15348
|
+
"""
|
|
15349
|
+
|
|
15350
|
+
def __init__(self):
|
|
15351
|
+
r"""
|
|
15352
|
+
:param _Service: 生成的模型服务
|
|
15353
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15354
|
+
:type Service: :class:`tencentcloud.tione.v20211111.models.Service`
|
|
15355
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
15356
|
+
:type RequestId: str
|
|
15357
|
+
"""
|
|
15358
|
+
self._Service = None
|
|
15359
|
+
self._RequestId = None
|
|
15360
|
+
|
|
15361
|
+
@property
|
|
15362
|
+
def Service(self):
|
|
15363
|
+
r"""生成的模型服务
|
|
15364
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15365
|
+
:rtype: :class:`tencentcloud.tione.v20211111.models.Service`
|
|
15366
|
+
"""
|
|
15367
|
+
return self._Service
|
|
15368
|
+
|
|
15369
|
+
@Service.setter
|
|
15370
|
+
def Service(self, Service):
|
|
15371
|
+
self._Service = Service
|
|
15372
|
+
|
|
15373
|
+
@property
|
|
15374
|
+
def RequestId(self):
|
|
15375
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
15376
|
+
:rtype: str
|
|
15377
|
+
"""
|
|
15378
|
+
return self._RequestId
|
|
15379
|
+
|
|
15380
|
+
@RequestId.setter
|
|
15381
|
+
def RequestId(self, RequestId):
|
|
15382
|
+
self._RequestId = RequestId
|
|
15383
|
+
|
|
15384
|
+
|
|
15385
|
+
def _deserialize(self, params):
|
|
15386
|
+
if params.get("Service") is not None:
|
|
15387
|
+
self._Service = Service()
|
|
15388
|
+
self._Service._deserialize(params.get("Service"))
|
|
15389
|
+
self._RequestId = params.get("RequestId")
|
|
15390
|
+
|
|
15391
|
+
|
|
15392
|
+
class ModifyNotebookRequest(AbstractModel):
|
|
15393
|
+
r"""ModifyNotebook请求参数结构体
|
|
15394
|
+
|
|
15395
|
+
"""
|
|
15396
|
+
|
|
15397
|
+
def __init__(self):
|
|
15398
|
+
r"""
|
|
15399
|
+
:param _Id: notebook id
|
|
15400
|
+
:type Id: str
|
|
15401
|
+
:param _Name: 名称。不超过60个字符,仅支持中英文、数字、下划线"_"、短横"-",只能以中英文、数字开头
|
|
15402
|
+
:type Name: str
|
|
15403
|
+
:param _ChargeType: (不允许修改)计算资源付费模式 ,可选值为:
|
|
15404
|
+
PREPAID:预付费,即包年包月
|
|
15405
|
+
POSTPAID_BY_HOUR:按小时后付费
|
|
15406
|
+
:type ChargeType: str
|
|
15407
|
+
:param _ResourceConf: 计算资源配置
|
|
15408
|
+
:type ResourceConf: :class:`tencentcloud.tione.v20211111.models.ResourceConf`
|
|
15409
|
+
:param _AutoStopping: 是否自动停止
|
|
15410
|
+
:type AutoStopping: bool
|
|
15411
|
+
:param _DirectInternetAccess: 是否访问公网
|
|
15412
|
+
:type DirectInternetAccess: bool
|
|
15413
|
+
:param _RootAccess: 是否ROOT权限
|
|
15414
|
+
:type RootAccess: bool
|
|
15415
|
+
:param _LogEnable: 是否上报日志
|
|
15416
|
+
:type LogEnable: bool
|
|
15417
|
+
:param _ResourceGroupId: 资源组ID(for预付费)
|
|
15418
|
+
:type ResourceGroupId: str
|
|
15419
|
+
:param _VpcId: (不允许修改)Vpc-Id
|
|
15420
|
+
:type VpcId: str
|
|
15421
|
+
:param _SubnetId: (不允许修改)子网Id
|
|
15422
|
+
:type SubnetId: str
|
|
15423
|
+
:param _VolumeSizeInGB: 存储卷大小,单位GB
|
|
15424
|
+
:type VolumeSizeInGB: int
|
|
15425
|
+
:param _VolumeSourceType: (不允许修改)存储的类型。取值包含:
|
|
15426
|
+
FREE: 预付费的免费存储
|
|
15427
|
+
CLOUD_PREMIUM: 高性能云硬盘
|
|
15428
|
+
CLOUD_SSD: SSD云硬盘
|
|
15429
|
+
CFS: CFS存储,包含NFS和turbo
|
|
15430
|
+
:type VolumeSourceType: str
|
|
15431
|
+
:param _VolumeSourceCFS: (不允许修改)CFS存储的配置
|
|
15432
|
+
:type VolumeSourceCFS: :class:`tencentcloud.tione.v20211111.models.CFSConfig`
|
|
15433
|
+
:param _LogConfig: 日志配置
|
|
15434
|
+
:type LogConfig: :class:`tencentcloud.tione.v20211111.models.LogConfig`
|
|
15435
|
+
:param _LifecycleScriptId: 生命周期脚本的ID
|
|
15436
|
+
:type LifecycleScriptId: str
|
|
15437
|
+
:param _DefaultCodeRepoId: 默认GIT存储库的ID
|
|
15438
|
+
:type DefaultCodeRepoId: str
|
|
15439
|
+
:param _AdditionalCodeRepoIds: 其他GIT存储库的ID,最多3个
|
|
15440
|
+
:type AdditionalCodeRepoIds: list of str
|
|
15441
|
+
:param _AutomaticStopTime: 自动停止时间,单位小时
|
|
15442
|
+
:type AutomaticStopTime: int
|
|
15443
|
+
:param _Tags: 标签配置
|
|
15444
|
+
:type Tags: list of Tag
|
|
15445
|
+
:param _DataConfigs: 数据配置,只支持WEDATA_HDFS
|
|
15446
|
+
:type DataConfigs: list of DataConfig
|
|
15447
|
+
:param _ImageInfo: 镜像信息
|
|
15448
|
+
:type ImageInfo: :class:`tencentcloud.tione.v20211111.models.ImageInfo`
|
|
15449
|
+
:param _ImageType: 镜像类型,包括SYSTEM、TCR、CCR
|
|
15450
|
+
:type ImageType: str
|
|
15451
|
+
:param _SSHConfig: SSH配置
|
|
15452
|
+
:type SSHConfig: :class:`tencentcloud.tione.v20211111.models.SSHConfig`
|
|
15453
|
+
:param _Envs: 自定义环境变量
|
|
15454
|
+
:type Envs: list of EnvVar
|
|
15455
|
+
"""
|
|
15456
|
+
self._Id = None
|
|
15457
|
+
self._Name = None
|
|
15458
|
+
self._ChargeType = None
|
|
15459
|
+
self._ResourceConf = None
|
|
15460
|
+
self._AutoStopping = None
|
|
15461
|
+
self._DirectInternetAccess = None
|
|
15462
|
+
self._RootAccess = None
|
|
15463
|
+
self._LogEnable = None
|
|
15464
|
+
self._ResourceGroupId = None
|
|
15465
|
+
self._VpcId = None
|
|
15466
|
+
self._SubnetId = None
|
|
15467
|
+
self._VolumeSizeInGB = None
|
|
15468
|
+
self._VolumeSourceType = None
|
|
15469
|
+
self._VolumeSourceCFS = None
|
|
15470
|
+
self._LogConfig = None
|
|
15471
|
+
self._LifecycleScriptId = None
|
|
15472
|
+
self._DefaultCodeRepoId = None
|
|
15473
|
+
self._AdditionalCodeRepoIds = None
|
|
15474
|
+
self._AutomaticStopTime = None
|
|
15475
|
+
self._Tags = None
|
|
15476
|
+
self._DataConfigs = None
|
|
15477
|
+
self._ImageInfo = None
|
|
15478
|
+
self._ImageType = None
|
|
15479
|
+
self._SSHConfig = None
|
|
15480
|
+
self._Envs = None
|
|
15481
|
+
|
|
15482
|
+
@property
|
|
15483
|
+
def Id(self):
|
|
15484
|
+
r"""notebook id
|
|
15485
|
+
:rtype: str
|
|
15486
|
+
"""
|
|
15487
|
+
return self._Id
|
|
15488
|
+
|
|
15489
|
+
@Id.setter
|
|
15490
|
+
def Id(self, Id):
|
|
15491
|
+
self._Id = Id
|
|
15492
|
+
|
|
15493
|
+
@property
|
|
15494
|
+
def Name(self):
|
|
15495
|
+
r"""名称。不超过60个字符,仅支持中英文、数字、下划线"_"、短横"-",只能以中英文、数字开头
|
|
15496
|
+
:rtype: str
|
|
15497
|
+
"""
|
|
15498
|
+
return self._Name
|
|
15499
|
+
|
|
15500
|
+
@Name.setter
|
|
15501
|
+
def Name(self, Name):
|
|
15502
|
+
self._Name = Name
|
|
15503
|
+
|
|
15504
|
+
@property
|
|
15505
|
+
def ChargeType(self):
|
|
15506
|
+
r"""(不允许修改)计算资源付费模式 ,可选值为:
|
|
15507
|
+
PREPAID:预付费,即包年包月
|
|
15508
|
+
POSTPAID_BY_HOUR:按小时后付费
|
|
15509
|
+
:rtype: str
|
|
15510
|
+
"""
|
|
15511
|
+
return self._ChargeType
|
|
15512
|
+
|
|
15513
|
+
@ChargeType.setter
|
|
15514
|
+
def ChargeType(self, ChargeType):
|
|
15515
|
+
self._ChargeType = ChargeType
|
|
15516
|
+
|
|
15517
|
+
@property
|
|
15518
|
+
def ResourceConf(self):
|
|
15519
|
+
r"""计算资源配置
|
|
15520
|
+
:rtype: :class:`tencentcloud.tione.v20211111.models.ResourceConf`
|
|
15521
|
+
"""
|
|
15522
|
+
return self._ResourceConf
|
|
15523
|
+
|
|
15524
|
+
@ResourceConf.setter
|
|
15525
|
+
def ResourceConf(self, ResourceConf):
|
|
15526
|
+
self._ResourceConf = ResourceConf
|
|
15527
|
+
|
|
15528
|
+
@property
|
|
15529
|
+
def AutoStopping(self):
|
|
15530
|
+
r"""是否自动停止
|
|
15531
|
+
:rtype: bool
|
|
15532
|
+
"""
|
|
15533
|
+
return self._AutoStopping
|
|
15534
|
+
|
|
15535
|
+
@AutoStopping.setter
|
|
15536
|
+
def AutoStopping(self, AutoStopping):
|
|
15537
|
+
self._AutoStopping = AutoStopping
|
|
15538
|
+
|
|
15539
|
+
@property
|
|
15540
|
+
def DirectInternetAccess(self):
|
|
15541
|
+
r"""是否访问公网
|
|
15542
|
+
:rtype: bool
|
|
15543
|
+
"""
|
|
15544
|
+
return self._DirectInternetAccess
|
|
15545
|
+
|
|
15546
|
+
@DirectInternetAccess.setter
|
|
15547
|
+
def DirectInternetAccess(self, DirectInternetAccess):
|
|
15548
|
+
self._DirectInternetAccess = DirectInternetAccess
|
|
15549
|
+
|
|
15550
|
+
@property
|
|
15551
|
+
def RootAccess(self):
|
|
15552
|
+
r"""是否ROOT权限
|
|
15553
|
+
:rtype: bool
|
|
15554
|
+
"""
|
|
15555
|
+
return self._RootAccess
|
|
15556
|
+
|
|
15557
|
+
@RootAccess.setter
|
|
15558
|
+
def RootAccess(self, RootAccess):
|
|
15559
|
+
self._RootAccess = RootAccess
|
|
15560
|
+
|
|
15561
|
+
@property
|
|
15562
|
+
def LogEnable(self):
|
|
15563
|
+
r"""是否上报日志
|
|
15564
|
+
:rtype: bool
|
|
15565
|
+
"""
|
|
15566
|
+
return self._LogEnable
|
|
15567
|
+
|
|
15568
|
+
@LogEnable.setter
|
|
15569
|
+
def LogEnable(self, LogEnable):
|
|
15570
|
+
self._LogEnable = LogEnable
|
|
15571
|
+
|
|
15572
|
+
@property
|
|
15573
|
+
def ResourceGroupId(self):
|
|
15574
|
+
r"""资源组ID(for预付费)
|
|
15575
|
+
:rtype: str
|
|
15576
|
+
"""
|
|
15577
|
+
return self._ResourceGroupId
|
|
15578
|
+
|
|
15579
|
+
@ResourceGroupId.setter
|
|
15580
|
+
def ResourceGroupId(self, ResourceGroupId):
|
|
15581
|
+
self._ResourceGroupId = ResourceGroupId
|
|
15582
|
+
|
|
15583
|
+
@property
|
|
15584
|
+
def VpcId(self):
|
|
15585
|
+
r"""(不允许修改)Vpc-Id
|
|
15586
|
+
:rtype: str
|
|
15587
|
+
"""
|
|
15588
|
+
return self._VpcId
|
|
15589
|
+
|
|
15590
|
+
@VpcId.setter
|
|
15591
|
+
def VpcId(self, VpcId):
|
|
15592
|
+
self._VpcId = VpcId
|
|
15593
|
+
|
|
15594
|
+
@property
|
|
15595
|
+
def SubnetId(self):
|
|
15596
|
+
r"""(不允许修改)子网Id
|
|
15597
|
+
:rtype: str
|
|
15598
|
+
"""
|
|
15599
|
+
return self._SubnetId
|
|
15600
|
+
|
|
15601
|
+
@SubnetId.setter
|
|
15602
|
+
def SubnetId(self, SubnetId):
|
|
15603
|
+
self._SubnetId = SubnetId
|
|
15604
|
+
|
|
15605
|
+
@property
|
|
15606
|
+
def VolumeSizeInGB(self):
|
|
15607
|
+
r"""存储卷大小,单位GB
|
|
15608
|
+
:rtype: int
|
|
15609
|
+
"""
|
|
15610
|
+
return self._VolumeSizeInGB
|
|
15611
|
+
|
|
15612
|
+
@VolumeSizeInGB.setter
|
|
15613
|
+
def VolumeSizeInGB(self, VolumeSizeInGB):
|
|
15614
|
+
self._VolumeSizeInGB = VolumeSizeInGB
|
|
15615
|
+
|
|
15616
|
+
@property
|
|
15617
|
+
def VolumeSourceType(self):
|
|
15618
|
+
r"""(不允许修改)存储的类型。取值包含:
|
|
15619
|
+
FREE: 预付费的免费存储
|
|
15620
|
+
CLOUD_PREMIUM: 高性能云硬盘
|
|
15621
|
+
CLOUD_SSD: SSD云硬盘
|
|
15622
|
+
CFS: CFS存储,包含NFS和turbo
|
|
15623
|
+
:rtype: str
|
|
15624
|
+
"""
|
|
15625
|
+
return self._VolumeSourceType
|
|
15626
|
+
|
|
15627
|
+
@VolumeSourceType.setter
|
|
15628
|
+
def VolumeSourceType(self, VolumeSourceType):
|
|
15629
|
+
self._VolumeSourceType = VolumeSourceType
|
|
15630
|
+
|
|
15631
|
+
@property
|
|
15632
|
+
def VolumeSourceCFS(self):
|
|
15633
|
+
r"""(不允许修改)CFS存储的配置
|
|
15634
|
+
:rtype: :class:`tencentcloud.tione.v20211111.models.CFSConfig`
|
|
15635
|
+
"""
|
|
15636
|
+
return self._VolumeSourceCFS
|
|
15637
|
+
|
|
15638
|
+
@VolumeSourceCFS.setter
|
|
15639
|
+
def VolumeSourceCFS(self, VolumeSourceCFS):
|
|
15640
|
+
self._VolumeSourceCFS = VolumeSourceCFS
|
|
15641
|
+
|
|
15642
|
+
@property
|
|
15643
|
+
def LogConfig(self):
|
|
15644
|
+
r"""日志配置
|
|
15645
|
+
:rtype: :class:`tencentcloud.tione.v20211111.models.LogConfig`
|
|
15646
|
+
"""
|
|
15647
|
+
return self._LogConfig
|
|
15648
|
+
|
|
15649
|
+
@LogConfig.setter
|
|
15650
|
+
def LogConfig(self, LogConfig):
|
|
15651
|
+
self._LogConfig = LogConfig
|
|
15652
|
+
|
|
15653
|
+
@property
|
|
15654
|
+
def LifecycleScriptId(self):
|
|
15655
|
+
r"""生命周期脚本的ID
|
|
15656
|
+
:rtype: str
|
|
15657
|
+
"""
|
|
15658
|
+
return self._LifecycleScriptId
|
|
15659
|
+
|
|
15660
|
+
@LifecycleScriptId.setter
|
|
15661
|
+
def LifecycleScriptId(self, LifecycleScriptId):
|
|
15662
|
+
self._LifecycleScriptId = LifecycleScriptId
|
|
15663
|
+
|
|
15664
|
+
@property
|
|
15665
|
+
def DefaultCodeRepoId(self):
|
|
15666
|
+
r"""默认GIT存储库的ID
|
|
15667
|
+
:rtype: str
|
|
15668
|
+
"""
|
|
15669
|
+
return self._DefaultCodeRepoId
|
|
15670
|
+
|
|
15671
|
+
@DefaultCodeRepoId.setter
|
|
15672
|
+
def DefaultCodeRepoId(self, DefaultCodeRepoId):
|
|
15673
|
+
self._DefaultCodeRepoId = DefaultCodeRepoId
|
|
15674
|
+
|
|
15675
|
+
@property
|
|
15676
|
+
def AdditionalCodeRepoIds(self):
|
|
15677
|
+
r"""其他GIT存储库的ID,最多3个
|
|
15678
|
+
:rtype: list of str
|
|
15679
|
+
"""
|
|
15680
|
+
return self._AdditionalCodeRepoIds
|
|
15681
|
+
|
|
15682
|
+
@AdditionalCodeRepoIds.setter
|
|
15683
|
+
def AdditionalCodeRepoIds(self, AdditionalCodeRepoIds):
|
|
15684
|
+
self._AdditionalCodeRepoIds = AdditionalCodeRepoIds
|
|
15685
|
+
|
|
15686
|
+
@property
|
|
15687
|
+
def AutomaticStopTime(self):
|
|
15688
|
+
r"""自动停止时间,单位小时
|
|
15689
|
+
:rtype: int
|
|
15690
|
+
"""
|
|
15691
|
+
return self._AutomaticStopTime
|
|
15692
|
+
|
|
15693
|
+
@AutomaticStopTime.setter
|
|
15694
|
+
def AutomaticStopTime(self, AutomaticStopTime):
|
|
15695
|
+
self._AutomaticStopTime = AutomaticStopTime
|
|
15696
|
+
|
|
15697
|
+
@property
|
|
15698
|
+
def Tags(self):
|
|
15699
|
+
r"""标签配置
|
|
15700
|
+
:rtype: list of Tag
|
|
15701
|
+
"""
|
|
15702
|
+
return self._Tags
|
|
15703
|
+
|
|
15704
|
+
@Tags.setter
|
|
15705
|
+
def Tags(self, Tags):
|
|
15706
|
+
self._Tags = Tags
|
|
15707
|
+
|
|
15708
|
+
@property
|
|
15709
|
+
def DataConfigs(self):
|
|
15710
|
+
r"""数据配置,只支持WEDATA_HDFS
|
|
15711
|
+
:rtype: list of DataConfig
|
|
15712
|
+
"""
|
|
15713
|
+
return self._DataConfigs
|
|
15714
|
+
|
|
15715
|
+
@DataConfigs.setter
|
|
15716
|
+
def DataConfigs(self, DataConfigs):
|
|
15717
|
+
self._DataConfigs = DataConfigs
|
|
15718
|
+
|
|
15719
|
+
@property
|
|
15720
|
+
def ImageInfo(self):
|
|
15721
|
+
r"""镜像信息
|
|
15722
|
+
:rtype: :class:`tencentcloud.tione.v20211111.models.ImageInfo`
|
|
15723
|
+
"""
|
|
15724
|
+
return self._ImageInfo
|
|
15725
|
+
|
|
15726
|
+
@ImageInfo.setter
|
|
15727
|
+
def ImageInfo(self, ImageInfo):
|
|
15728
|
+
self._ImageInfo = ImageInfo
|
|
15729
|
+
|
|
15730
|
+
@property
|
|
15731
|
+
def ImageType(self):
|
|
15732
|
+
r"""镜像类型,包括SYSTEM、TCR、CCR
|
|
15733
|
+
:rtype: str
|
|
15734
|
+
"""
|
|
15735
|
+
return self._ImageType
|
|
15736
|
+
|
|
15737
|
+
@ImageType.setter
|
|
15738
|
+
def ImageType(self, ImageType):
|
|
15739
|
+
self._ImageType = ImageType
|
|
15740
|
+
|
|
15741
|
+
@property
|
|
15742
|
+
def SSHConfig(self):
|
|
15743
|
+
r"""SSH配置
|
|
15744
|
+
:rtype: :class:`tencentcloud.tione.v20211111.models.SSHConfig`
|
|
15745
|
+
"""
|
|
15746
|
+
return self._SSHConfig
|
|
15747
|
+
|
|
15748
|
+
@SSHConfig.setter
|
|
15749
|
+
def SSHConfig(self, SSHConfig):
|
|
15750
|
+
self._SSHConfig = SSHConfig
|
|
15751
|
+
|
|
15752
|
+
@property
|
|
15753
|
+
def Envs(self):
|
|
15754
|
+
r"""自定义环境变量
|
|
15755
|
+
:rtype: list of EnvVar
|
|
15198
15756
|
"""
|
|
15199
|
-
return self.
|
|
15757
|
+
return self._Envs
|
|
15200
15758
|
|
|
15201
|
-
@
|
|
15202
|
-
def
|
|
15203
|
-
self.
|
|
15759
|
+
@Envs.setter
|
|
15760
|
+
def Envs(self, Envs):
|
|
15761
|
+
self._Envs = Envs
|
|
15204
15762
|
|
|
15205
15763
|
|
|
15206
15764
|
def _deserialize(self, params):
|
|
15207
|
-
self.
|
|
15208
|
-
|
|
15209
|
-
|
|
15210
|
-
|
|
15211
|
-
|
|
15212
|
-
self.
|
|
15213
|
-
|
|
15214
|
-
|
|
15215
|
-
|
|
15216
|
-
for item in params.get("Env"):
|
|
15217
|
-
obj = EnvVar()
|
|
15218
|
-
obj._deserialize(item)
|
|
15219
|
-
self._Env.append(obj)
|
|
15220
|
-
if params.get("Resources") is not None:
|
|
15221
|
-
self._Resources = ResourceInfo()
|
|
15222
|
-
self._Resources._deserialize(params.get("Resources"))
|
|
15223
|
-
self._InstanceType = params.get("InstanceType")
|
|
15224
|
-
self._ScaleMode = params.get("ScaleMode")
|
|
15225
|
-
self._Replicas = params.get("Replicas")
|
|
15226
|
-
if params.get("HorizontalPodAutoscaler") is not None:
|
|
15227
|
-
self._HorizontalPodAutoscaler = HorizontalPodAutoscaler()
|
|
15228
|
-
self._HorizontalPodAutoscaler._deserialize(params.get("HorizontalPodAutoscaler"))
|
|
15765
|
+
self._Id = params.get("Id")
|
|
15766
|
+
self._Name = params.get("Name")
|
|
15767
|
+
self._ChargeType = params.get("ChargeType")
|
|
15768
|
+
if params.get("ResourceConf") is not None:
|
|
15769
|
+
self._ResourceConf = ResourceConf()
|
|
15770
|
+
self._ResourceConf._deserialize(params.get("ResourceConf"))
|
|
15771
|
+
self._AutoStopping = params.get("AutoStopping")
|
|
15772
|
+
self._DirectInternetAccess = params.get("DirectInternetAccess")
|
|
15773
|
+
self._RootAccess = params.get("RootAccess")
|
|
15229
15774
|
self._LogEnable = params.get("LogEnable")
|
|
15775
|
+
self._ResourceGroupId = params.get("ResourceGroupId")
|
|
15776
|
+
self._VpcId = params.get("VpcId")
|
|
15777
|
+
self._SubnetId = params.get("SubnetId")
|
|
15778
|
+
self._VolumeSizeInGB = params.get("VolumeSizeInGB")
|
|
15779
|
+
self._VolumeSourceType = params.get("VolumeSourceType")
|
|
15780
|
+
if params.get("VolumeSourceCFS") is not None:
|
|
15781
|
+
self._VolumeSourceCFS = CFSConfig()
|
|
15782
|
+
self._VolumeSourceCFS._deserialize(params.get("VolumeSourceCFS"))
|
|
15230
15783
|
if params.get("LogConfig") is not None:
|
|
15231
15784
|
self._LogConfig = LogConfig()
|
|
15232
15785
|
self._LogConfig._deserialize(params.get("LogConfig"))
|
|
15233
|
-
self.
|
|
15234
|
-
self.
|
|
15235
|
-
self.
|
|
15236
|
-
|
|
15237
|
-
|
|
15238
|
-
|
|
15239
|
-
|
|
15786
|
+
self._LifecycleScriptId = params.get("LifecycleScriptId")
|
|
15787
|
+
self._DefaultCodeRepoId = params.get("DefaultCodeRepoId")
|
|
15788
|
+
self._AdditionalCodeRepoIds = params.get("AdditionalCodeRepoIds")
|
|
15789
|
+
self._AutomaticStopTime = params.get("AutomaticStopTime")
|
|
15790
|
+
if params.get("Tags") is not None:
|
|
15791
|
+
self._Tags = []
|
|
15792
|
+
for item in params.get("Tags"):
|
|
15793
|
+
obj = Tag()
|
|
15240
15794
|
obj._deserialize(item)
|
|
15241
|
-
self.
|
|
15242
|
-
|
|
15243
|
-
|
|
15244
|
-
|
|
15245
|
-
|
|
15246
|
-
self._ScheduledAction._deserialize(params.get("ScheduledAction"))
|
|
15247
|
-
if params.get("ServiceLimit") is not None:
|
|
15248
|
-
self._ServiceLimit = ServiceLimit()
|
|
15249
|
-
self._ServiceLimit._deserialize(params.get("ServiceLimit"))
|
|
15250
|
-
if params.get("VolumeMount") is not None:
|
|
15251
|
-
self._VolumeMount = VolumeMount()
|
|
15252
|
-
self._VolumeMount._deserialize(params.get("VolumeMount"))
|
|
15253
|
-
self._ModelTurboEnable = params.get("ModelTurboEnable")
|
|
15254
|
-
self._Command = params.get("Command")
|
|
15255
|
-
if params.get("ServiceEIP") is not None:
|
|
15256
|
-
self._ServiceEIP = ServiceEIP()
|
|
15257
|
-
self._ServiceEIP._deserialize(params.get("ServiceEIP"))
|
|
15258
|
-
self._CommandBase64 = params.get("CommandBase64")
|
|
15259
|
-
self._ServicePort = params.get("ServicePort")
|
|
15260
|
-
self._InstancePerReplicas = params.get("InstancePerReplicas")
|
|
15261
|
-
self._TerminationGracePeriodSeconds = params.get("TerminationGracePeriodSeconds")
|
|
15262
|
-
self._PreStopCommand = params.get("PreStopCommand")
|
|
15263
|
-
self._GrpcEnable = params.get("GrpcEnable")
|
|
15264
|
-
if params.get("HealthProbe") is not None:
|
|
15265
|
-
self._HealthProbe = HealthProbe()
|
|
15266
|
-
self._HealthProbe._deserialize(params.get("HealthProbe"))
|
|
15267
|
-
if params.get("RollingUpdate") is not None:
|
|
15268
|
-
self._RollingUpdate = RollingUpdate()
|
|
15269
|
-
self._RollingUpdate._deserialize(params.get("RollingUpdate"))
|
|
15270
|
-
if params.get("Sidecar") is not None:
|
|
15271
|
-
self._Sidecar = SidecarSpec()
|
|
15272
|
-
self._Sidecar._deserialize(params.get("Sidecar"))
|
|
15273
|
-
self._ResourceGroupId = params.get("ResourceGroupId")
|
|
15274
|
-
if params.get("VolumeMounts") is not None:
|
|
15275
|
-
self._VolumeMounts = []
|
|
15276
|
-
for item in params.get("VolumeMounts"):
|
|
15277
|
-
obj = VolumeMount()
|
|
15795
|
+
self._Tags.append(obj)
|
|
15796
|
+
if params.get("DataConfigs") is not None:
|
|
15797
|
+
self._DataConfigs = []
|
|
15798
|
+
for item in params.get("DataConfigs"):
|
|
15799
|
+
obj = DataConfig()
|
|
15278
15800
|
obj._deserialize(item)
|
|
15279
|
-
self.
|
|
15280
|
-
|
|
15801
|
+
self._DataConfigs.append(obj)
|
|
15802
|
+
if params.get("ImageInfo") is not None:
|
|
15803
|
+
self._ImageInfo = ImageInfo()
|
|
15804
|
+
self._ImageInfo._deserialize(params.get("ImageInfo"))
|
|
15805
|
+
self._ImageType = params.get("ImageType")
|
|
15806
|
+
if params.get("SSHConfig") is not None:
|
|
15807
|
+
self._SSHConfig = SSHConfig()
|
|
15808
|
+
self._SSHConfig._deserialize(params.get("SSHConfig"))
|
|
15809
|
+
if params.get("Envs") is not None:
|
|
15810
|
+
self._Envs = []
|
|
15811
|
+
for item in params.get("Envs"):
|
|
15812
|
+
obj = EnvVar()
|
|
15813
|
+
obj._deserialize(item)
|
|
15814
|
+
self._Envs.append(obj)
|
|
15281
15815
|
memeber_set = set(params.keys())
|
|
15282
15816
|
for name, value in vars(self).items():
|
|
15283
15817
|
property_name = name[1:]
|
|
@@ -15288,34 +15822,18 @@ HYBRID_PAID:
|
|
|
15288
15822
|
|
|
15289
15823
|
|
|
15290
15824
|
|
|
15291
|
-
class
|
|
15292
|
-
r"""
|
|
15825
|
+
class ModifyNotebookResponse(AbstractModel):
|
|
15826
|
+
r"""ModifyNotebook返回参数结构体
|
|
15293
15827
|
|
|
15294
15828
|
"""
|
|
15295
15829
|
|
|
15296
15830
|
def __init__(self):
|
|
15297
15831
|
r"""
|
|
15298
|
-
:param _Service: 生成的模型服务
|
|
15299
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
15300
|
-
:type Service: :class:`tencentcloud.tione.v20211111.models.Service`
|
|
15301
15832
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
15302
15833
|
:type RequestId: str
|
|
15303
15834
|
"""
|
|
15304
|
-
self._Service = None
|
|
15305
15835
|
self._RequestId = None
|
|
15306
15836
|
|
|
15307
|
-
@property
|
|
15308
|
-
def Service(self):
|
|
15309
|
-
r"""生成的模型服务
|
|
15310
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
15311
|
-
:rtype: :class:`tencentcloud.tione.v20211111.models.Service`
|
|
15312
|
-
"""
|
|
15313
|
-
return self._Service
|
|
15314
|
-
|
|
15315
|
-
@Service.setter
|
|
15316
|
-
def Service(self, Service):
|
|
15317
|
-
self._Service = Service
|
|
15318
|
-
|
|
15319
15837
|
@property
|
|
15320
15838
|
def RequestId(self):
|
|
15321
15839
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -15329,9 +15847,6 @@ class ModifyModelServiceResponse(AbstractModel):
|
|
|
15329
15847
|
|
|
15330
15848
|
|
|
15331
15849
|
def _deserialize(self, params):
|
|
15332
|
-
if params.get("Service") is not None:
|
|
15333
|
-
self._Service = Service()
|
|
15334
|
-
self._Service._deserialize(params.get("Service"))
|
|
15335
15850
|
self._RequestId = params.get("RequestId")
|
|
15336
15851
|
|
|
15337
15852
|
|
|
@@ -22627,6 +23142,102 @@ class StopTrainingTaskResponse(AbstractModel):
|
|
|
22627
23142
|
self._RequestId = params.get("RequestId")
|
|
22628
23143
|
|
|
22629
23144
|
|
|
23145
|
+
class SubAccountInfo(AbstractModel):
|
|
23146
|
+
r"""子账号信息
|
|
23147
|
+
|
|
23148
|
+
"""
|
|
23149
|
+
|
|
23150
|
+
def __init__(self):
|
|
23151
|
+
r"""
|
|
23152
|
+
:param _Uin: 腾讯云主账号UIN
|
|
23153
|
+
:type Uin: str
|
|
23154
|
+
:param _SubUin: 腾讯云子账号UIN
|
|
23155
|
+
:type SubUin: str
|
|
23156
|
+
:param _SubUinName: 子账号名称
|
|
23157
|
+
:type SubUinName: str
|
|
23158
|
+
:param _LinuxUid: 子账号在Linux下的UID
|
|
23159
|
+
:type LinuxUid: int
|
|
23160
|
+
:param _LinuxGid: 子账号在Linux下的GID
|
|
23161
|
+
:type LinuxGid: int
|
|
23162
|
+
"""
|
|
23163
|
+
self._Uin = None
|
|
23164
|
+
self._SubUin = None
|
|
23165
|
+
self._SubUinName = None
|
|
23166
|
+
self._LinuxUid = None
|
|
23167
|
+
self._LinuxGid = None
|
|
23168
|
+
|
|
23169
|
+
@property
|
|
23170
|
+
def Uin(self):
|
|
23171
|
+
r"""腾讯云主账号UIN
|
|
23172
|
+
:rtype: str
|
|
23173
|
+
"""
|
|
23174
|
+
return self._Uin
|
|
23175
|
+
|
|
23176
|
+
@Uin.setter
|
|
23177
|
+
def Uin(self, Uin):
|
|
23178
|
+
self._Uin = Uin
|
|
23179
|
+
|
|
23180
|
+
@property
|
|
23181
|
+
def SubUin(self):
|
|
23182
|
+
r"""腾讯云子账号UIN
|
|
23183
|
+
:rtype: str
|
|
23184
|
+
"""
|
|
23185
|
+
return self._SubUin
|
|
23186
|
+
|
|
23187
|
+
@SubUin.setter
|
|
23188
|
+
def SubUin(self, SubUin):
|
|
23189
|
+
self._SubUin = SubUin
|
|
23190
|
+
|
|
23191
|
+
@property
|
|
23192
|
+
def SubUinName(self):
|
|
23193
|
+
r"""子账号名称
|
|
23194
|
+
:rtype: str
|
|
23195
|
+
"""
|
|
23196
|
+
return self._SubUinName
|
|
23197
|
+
|
|
23198
|
+
@SubUinName.setter
|
|
23199
|
+
def SubUinName(self, SubUinName):
|
|
23200
|
+
self._SubUinName = SubUinName
|
|
23201
|
+
|
|
23202
|
+
@property
|
|
23203
|
+
def LinuxUid(self):
|
|
23204
|
+
r"""子账号在Linux下的UID
|
|
23205
|
+
:rtype: int
|
|
23206
|
+
"""
|
|
23207
|
+
return self._LinuxUid
|
|
23208
|
+
|
|
23209
|
+
@LinuxUid.setter
|
|
23210
|
+
def LinuxUid(self, LinuxUid):
|
|
23211
|
+
self._LinuxUid = LinuxUid
|
|
23212
|
+
|
|
23213
|
+
@property
|
|
23214
|
+
def LinuxGid(self):
|
|
23215
|
+
r"""子账号在Linux下的GID
|
|
23216
|
+
:rtype: int
|
|
23217
|
+
"""
|
|
23218
|
+
return self._LinuxGid
|
|
23219
|
+
|
|
23220
|
+
@LinuxGid.setter
|
|
23221
|
+
def LinuxGid(self, LinuxGid):
|
|
23222
|
+
self._LinuxGid = LinuxGid
|
|
23223
|
+
|
|
23224
|
+
|
|
23225
|
+
def _deserialize(self, params):
|
|
23226
|
+
self._Uin = params.get("Uin")
|
|
23227
|
+
self._SubUin = params.get("SubUin")
|
|
23228
|
+
self._SubUinName = params.get("SubUinName")
|
|
23229
|
+
self._LinuxUid = params.get("LinuxUid")
|
|
23230
|
+
self._LinuxGid = params.get("LinuxGid")
|
|
23231
|
+
memeber_set = set(params.keys())
|
|
23232
|
+
for name, value in vars(self).items():
|
|
23233
|
+
property_name = name[1:]
|
|
23234
|
+
if property_name in memeber_set:
|
|
23235
|
+
memeber_set.remove(property_name)
|
|
23236
|
+
if len(memeber_set) > 0:
|
|
23237
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
23238
|
+
|
|
23239
|
+
|
|
23240
|
+
|
|
22630
23241
|
class TCPSocketAction(AbstractModel):
|
|
22631
23242
|
r"""tcp socket 健康探针检查行为
|
|
22632
23243
|
|
|
@@ -24553,6 +25164,75 @@ STARTING启动中、RUNNING运行中、STOPPING停止中、STOPPED已停止、FA
|
|
|
24553
25164
|
|
|
24554
25165
|
|
|
24555
25166
|
|
|
25167
|
+
class UpdateSubAccountLinuxUserInfoRequest(AbstractModel):
|
|
25168
|
+
r"""UpdateSubAccountLinuxUserInfo请求参数结构体
|
|
25169
|
+
|
|
25170
|
+
"""
|
|
25171
|
+
|
|
25172
|
+
def __init__(self):
|
|
25173
|
+
r"""
|
|
25174
|
+
:param _SubAccountList: 子账号信息列表
|
|
25175
|
+
:type SubAccountList: list of SubAccountInfo
|
|
25176
|
+
"""
|
|
25177
|
+
self._SubAccountList = None
|
|
25178
|
+
|
|
25179
|
+
@property
|
|
25180
|
+
def SubAccountList(self):
|
|
25181
|
+
r"""子账号信息列表
|
|
25182
|
+
:rtype: list of SubAccountInfo
|
|
25183
|
+
"""
|
|
25184
|
+
return self._SubAccountList
|
|
25185
|
+
|
|
25186
|
+
@SubAccountList.setter
|
|
25187
|
+
def SubAccountList(self, SubAccountList):
|
|
25188
|
+
self._SubAccountList = SubAccountList
|
|
25189
|
+
|
|
25190
|
+
|
|
25191
|
+
def _deserialize(self, params):
|
|
25192
|
+
if params.get("SubAccountList") is not None:
|
|
25193
|
+
self._SubAccountList = []
|
|
25194
|
+
for item in params.get("SubAccountList"):
|
|
25195
|
+
obj = SubAccountInfo()
|
|
25196
|
+
obj._deserialize(item)
|
|
25197
|
+
self._SubAccountList.append(obj)
|
|
25198
|
+
memeber_set = set(params.keys())
|
|
25199
|
+
for name, value in vars(self).items():
|
|
25200
|
+
property_name = name[1:]
|
|
25201
|
+
if property_name in memeber_set:
|
|
25202
|
+
memeber_set.remove(property_name)
|
|
25203
|
+
if len(memeber_set) > 0:
|
|
25204
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
25205
|
+
|
|
25206
|
+
|
|
25207
|
+
|
|
25208
|
+
class UpdateSubAccountLinuxUserInfoResponse(AbstractModel):
|
|
25209
|
+
r"""UpdateSubAccountLinuxUserInfo返回参数结构体
|
|
25210
|
+
|
|
25211
|
+
"""
|
|
25212
|
+
|
|
25213
|
+
def __init__(self):
|
|
25214
|
+
r"""
|
|
25215
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
25216
|
+
:type RequestId: str
|
|
25217
|
+
"""
|
|
25218
|
+
self._RequestId = None
|
|
25219
|
+
|
|
25220
|
+
@property
|
|
25221
|
+
def RequestId(self):
|
|
25222
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
25223
|
+
:rtype: str
|
|
25224
|
+
"""
|
|
25225
|
+
return self._RequestId
|
|
25226
|
+
|
|
25227
|
+
@RequestId.setter
|
|
25228
|
+
def RequestId(self, RequestId):
|
|
25229
|
+
self._RequestId = RequestId
|
|
25230
|
+
|
|
25231
|
+
|
|
25232
|
+
def _deserialize(self, params):
|
|
25233
|
+
self._RequestId = params.get("RequestId")
|
|
25234
|
+
|
|
25235
|
+
|
|
24556
25236
|
class Usage(AbstractModel):
|
|
24557
25237
|
r"""大模型生成Token统计
|
|
24558
25238
|
|
|
@@ -928,6 +928,29 @@ class TioneClient(AbstractClient):
|
|
|
928
928
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
929
929
|
|
|
930
930
|
|
|
931
|
+
def DescribeSubAccountLinuxUserInfos(self, request):
|
|
932
|
+
r"""批量查询子账号Linux用户信息
|
|
933
|
+
|
|
934
|
+
:param request: Request instance for DescribeSubAccountLinuxUserInfos.
|
|
935
|
+
:type request: :class:`tencentcloud.tione.v20211111.models.DescribeSubAccountLinuxUserInfosRequest`
|
|
936
|
+
:rtype: :class:`tencentcloud.tione.v20211111.models.DescribeSubAccountLinuxUserInfosResponse`
|
|
937
|
+
|
|
938
|
+
"""
|
|
939
|
+
try:
|
|
940
|
+
params = request._serialize()
|
|
941
|
+
headers = request.headers
|
|
942
|
+
body = self.call("DescribeSubAccountLinuxUserInfos", params, headers=headers)
|
|
943
|
+
response = json.loads(body)
|
|
944
|
+
model = models.DescribeSubAccountLinuxUserInfosResponse()
|
|
945
|
+
model._deserialize(response["Response"])
|
|
946
|
+
return model
|
|
947
|
+
except Exception as e:
|
|
948
|
+
if isinstance(e, TencentCloudSDKException):
|
|
949
|
+
raise
|
|
950
|
+
else:
|
|
951
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
952
|
+
|
|
953
|
+
|
|
931
954
|
def DescribeTrainingModelVersion(self, request):
|
|
932
955
|
r"""查询模型版本
|
|
933
956
|
|
|
@@ -1112,6 +1135,29 @@ class TioneClient(AbstractClient):
|
|
|
1112
1135
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1113
1136
|
|
|
1114
1137
|
|
|
1138
|
+
def ModifyNotebook(self, request):
|
|
1139
|
+
r"""修改Notebook
|
|
1140
|
+
|
|
1141
|
+
:param request: Request instance for ModifyNotebook.
|
|
1142
|
+
:type request: :class:`tencentcloud.tione.v20211111.models.ModifyNotebookRequest`
|
|
1143
|
+
:rtype: :class:`tencentcloud.tione.v20211111.models.ModifyNotebookResponse`
|
|
1144
|
+
|
|
1145
|
+
"""
|
|
1146
|
+
try:
|
|
1147
|
+
params = request._serialize()
|
|
1148
|
+
headers = request.headers
|
|
1149
|
+
body = self.call("ModifyNotebook", params, headers=headers)
|
|
1150
|
+
response = json.loads(body)
|
|
1151
|
+
model = models.ModifyNotebookResponse()
|
|
1152
|
+
model._deserialize(response["Response"])
|
|
1153
|
+
return model
|
|
1154
|
+
except Exception as e:
|
|
1155
|
+
if isinstance(e, TencentCloudSDKException):
|
|
1156
|
+
raise
|
|
1157
|
+
else:
|
|
1158
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1159
|
+
|
|
1160
|
+
|
|
1115
1161
|
def ModifyNotebookTags(self, request):
|
|
1116
1162
|
r"""修改Notebook标签
|
|
1117
1163
|
|
|
@@ -1266,6 +1312,29 @@ class TioneClient(AbstractClient):
|
|
|
1266
1312
|
model = models.StopTrainingTaskResponse()
|
|
1267
1313
|
model._deserialize(response["Response"])
|
|
1268
1314
|
return model
|
|
1315
|
+
except Exception as e:
|
|
1316
|
+
if isinstance(e, TencentCloudSDKException):
|
|
1317
|
+
raise
|
|
1318
|
+
else:
|
|
1319
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1320
|
+
|
|
1321
|
+
|
|
1322
|
+
def UpdateSubAccountLinuxUserInfo(self, request):
|
|
1323
|
+
r"""更新子账号Linux用户信息
|
|
1324
|
+
|
|
1325
|
+
:param request: Request instance for UpdateSubAccountLinuxUserInfo.
|
|
1326
|
+
:type request: :class:`tencentcloud.tione.v20211111.models.UpdateSubAccountLinuxUserInfoRequest`
|
|
1327
|
+
:rtype: :class:`tencentcloud.tione.v20211111.models.UpdateSubAccountLinuxUserInfoResponse`
|
|
1328
|
+
|
|
1329
|
+
"""
|
|
1330
|
+
try:
|
|
1331
|
+
params = request._serialize()
|
|
1332
|
+
headers = request.headers
|
|
1333
|
+
body = self.call("UpdateSubAccountLinuxUserInfo", params, headers=headers)
|
|
1334
|
+
response = json.loads(body)
|
|
1335
|
+
model = models.UpdateSubAccountLinuxUserInfoResponse()
|
|
1336
|
+
model._deserialize(response["Response"])
|
|
1337
|
+
return model
|
|
1269
1338
|
except Exception as e:
|
|
1270
1339
|
if isinstance(e, TencentCloudSDKException):
|
|
1271
1340
|
raise
|
|
@@ -732,6 +732,24 @@ class TioneClient(AbstractClient):
|
|
|
732
732
|
|
|
733
733
|
return await self.call_and_deserialize(**kwargs)
|
|
734
734
|
|
|
735
|
+
async def DescribeSubAccountLinuxUserInfos(
|
|
736
|
+
self,
|
|
737
|
+
request: models.DescribeSubAccountLinuxUserInfosRequest,
|
|
738
|
+
opts: Dict = None,
|
|
739
|
+
) -> models.DescribeSubAccountLinuxUserInfosResponse:
|
|
740
|
+
"""
|
|
741
|
+
批量查询子账号Linux用户信息
|
|
742
|
+
"""
|
|
743
|
+
|
|
744
|
+
kwargs = {}
|
|
745
|
+
kwargs["action"] = "DescribeSubAccountLinuxUserInfos"
|
|
746
|
+
kwargs["params"] = request._serialize()
|
|
747
|
+
kwargs["resp_cls"] = models.DescribeSubAccountLinuxUserInfosResponse
|
|
748
|
+
kwargs["headers"] = request.headers
|
|
749
|
+
kwargs["opts"] = opts or {}
|
|
750
|
+
|
|
751
|
+
return await self.call_and_deserialize(**kwargs)
|
|
752
|
+
|
|
735
753
|
async def DescribeTrainingModelVersion(
|
|
736
754
|
self,
|
|
737
755
|
request: models.DescribeTrainingModelVersionRequest,
|
|
@@ -876,6 +894,24 @@ class TioneClient(AbstractClient):
|
|
|
876
894
|
|
|
877
895
|
return await self.call_and_deserialize(**kwargs)
|
|
878
896
|
|
|
897
|
+
async def ModifyNotebook(
|
|
898
|
+
self,
|
|
899
|
+
request: models.ModifyNotebookRequest,
|
|
900
|
+
opts: Dict = None,
|
|
901
|
+
) -> models.ModifyNotebookResponse:
|
|
902
|
+
"""
|
|
903
|
+
修改Notebook
|
|
904
|
+
"""
|
|
905
|
+
|
|
906
|
+
kwargs = {}
|
|
907
|
+
kwargs["action"] = "ModifyNotebook"
|
|
908
|
+
kwargs["params"] = request._serialize()
|
|
909
|
+
kwargs["resp_cls"] = models.ModifyNotebookResponse
|
|
910
|
+
kwargs["headers"] = request.headers
|
|
911
|
+
kwargs["opts"] = opts or {}
|
|
912
|
+
|
|
913
|
+
return await self.call_and_deserialize(**kwargs)
|
|
914
|
+
|
|
879
915
|
async def ModifyNotebookTags(
|
|
880
916
|
self,
|
|
881
917
|
request: models.ModifyNotebookTagsRequest,
|
|
@@ -1000,4 +1036,22 @@ class TioneClient(AbstractClient):
|
|
|
1000
1036
|
kwargs["headers"] = request.headers
|
|
1001
1037
|
kwargs["opts"] = opts or {}
|
|
1002
1038
|
|
|
1039
|
+
return await self.call_and_deserialize(**kwargs)
|
|
1040
|
+
|
|
1041
|
+
async def UpdateSubAccountLinuxUserInfo(
|
|
1042
|
+
self,
|
|
1043
|
+
request: models.UpdateSubAccountLinuxUserInfoRequest,
|
|
1044
|
+
opts: Dict = None,
|
|
1045
|
+
) -> models.UpdateSubAccountLinuxUserInfoResponse:
|
|
1046
|
+
"""
|
|
1047
|
+
更新子账号Linux用户信息
|
|
1048
|
+
"""
|
|
1049
|
+
|
|
1050
|
+
kwargs = {}
|
|
1051
|
+
kwargs["action"] = "UpdateSubAccountLinuxUserInfo"
|
|
1052
|
+
kwargs["params"] = request._serialize()
|
|
1053
|
+
kwargs["resp_cls"] = models.UpdateSubAccountLinuxUserInfoResponse
|
|
1054
|
+
kwargs["headers"] = request.headers
|
|
1055
|
+
kwargs["opts"] = opts or {}
|
|
1056
|
+
|
|
1003
1057
|
return await self.call_and_deserialize(**kwargs)
|
|
@@ -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.33
|
|
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.33
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.33
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.27
|
|
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
|