tencentcloud-sdk-python 3.0.1373__py2.py3-none-any.whl → 3.0.1374__py2.py3-none-any.whl
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/__init__.py +1 -1
- tencentcloud/aiart/v20221229/models.py +2 -0
- tencentcloud/cbs/v20170312/models.py +27 -2
- tencentcloud/chc/v20230418/models.py +84 -2
- tencentcloud/ckafka/v20190819/models.py +0 -24
- tencentcloud/clb/v20180317/clb_client.py +14 -14
- tencentcloud/clb/v20180317/models.py +289 -164
- tencentcloud/cvm/v20170312/models.py +2 -2
- tencentcloud/cynosdb/v20190107/models.py +15 -15
- tencentcloud/dlc/v20210125/models.py +30 -0
- tencentcloud/domain/v20180808/domain_client.py +4 -0
- tencentcloud/domain/v20180808/errorcodes.py +3 -0
- tencentcloud/domain/v20180808/models.py +184 -78
- tencentcloud/es/v20250101/es_client.py +4 -2
- tencentcloud/es/v20250101/models.py +70 -70
- tencentcloud/iss/v20230517/models.py +0 -40
- tencentcloud/lowcode/v20210108/models.py +17 -2
- tencentcloud/tke/v20180525/models.py +72 -72
- tencentcloud/tsf/v20180326/errorcodes.py +3 -0
- tencentcloud/tsf/v20180326/models.py +2 -2
- tencentcloud/vod/v20180717/models.py +15 -0
- tencentcloud/vpc/v20170312/errorcodes.py +12 -0
- tencentcloud/vpc/v20170312/models.py +142 -118
- tencentcloud/vpc/v20170312/vpc_client.py +10 -10
- tencentcloud/wedata/v20210820/models.py +30 -0
- tencentcloud/wedata/v20210820/wedata_client.py +4 -4
- {tencentcloud_sdk_python-3.0.1373.dist-info → tencentcloud_sdk_python-3.0.1374.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1373.dist-info → tencentcloud_sdk_python-3.0.1374.dist-info}/RECORD +31 -31
- {tencentcloud_sdk_python-3.0.1373.dist-info → tencentcloud_sdk_python-3.0.1374.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1373.dist-info → tencentcloud_sdk_python-3.0.1374.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1373.dist-info → tencentcloud_sdk_python-3.0.1374.dist-info}/top_level.txt +0 -0
@@ -14519,10 +14519,8 @@ class ListVideoDownloadTaskData(AbstractModel):
|
|
14519
14519
|
def __init__(self):
|
14520
14520
|
r"""
|
14521
14521
|
:param _List: 任务列表
|
14522
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14523
14522
|
:type List: list of VideoDownloadTask
|
14524
14523
|
:param _TotalCount: 任务总数
|
14525
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14526
14524
|
:type TotalCount: int
|
14527
14525
|
"""
|
14528
14526
|
self._List = None
|
@@ -14531,7 +14529,6 @@ class ListVideoDownloadTaskData(AbstractModel):
|
|
14531
14529
|
@property
|
14532
14530
|
def List(self):
|
14533
14531
|
"""任务列表
|
14534
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14535
14532
|
:rtype: list of VideoDownloadTask
|
14536
14533
|
"""
|
14537
14534
|
return self._List
|
@@ -14543,7 +14540,6 @@ class ListVideoDownloadTaskData(AbstractModel):
|
|
14543
14540
|
@property
|
14544
14541
|
def TotalCount(self):
|
14545
14542
|
"""任务总数
|
14546
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14547
14543
|
:rtype: int
|
14548
14544
|
"""
|
14549
14545
|
return self._TotalCount
|
@@ -20156,56 +20152,39 @@ class VideoDownloadTask(AbstractModel):
|
|
20156
20152
|
def __init__(self):
|
20157
20153
|
r"""
|
20158
20154
|
:param _DownloadTaskId: 下载任务 ID
|
20159
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20160
20155
|
:type DownloadTaskId: str
|
20161
20156
|
:param _ChannelId: 通道 ID
|
20162
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20163
20157
|
:type ChannelId: str
|
20164
20158
|
:param _ChannelName: 通道名称
|
20165
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20166
20159
|
:type ChannelName: str
|
20167
20160
|
:param _ChannelCode: 通道编码
|
20168
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20169
20161
|
:type ChannelCode: str
|
20170
20162
|
:param _DeviceName: 设备名称
|
20171
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20172
20163
|
:type DeviceName: str
|
20173
20164
|
:param _DeviceCode: 设备编码
|
20174
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20175
20165
|
:type DeviceCode: str
|
20176
20166
|
:param _Status: 任务状态(0:未执行;1:执行中;2 任务完成;
|
20177
20167
|
3:任务失败)
|
20178
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20179
20168
|
:type Status: int
|
20180
20169
|
:param _VideoTimeSection: 下载录像时间段
|
20181
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20182
20170
|
:type VideoTimeSection: str
|
20183
20171
|
:param _Scale: 倍速
|
20184
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20185
20172
|
:type Scale: int
|
20186
20173
|
:param _DownloadTime: 下载时长
|
20187
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20188
20174
|
:type DownloadTime: int
|
20189
20175
|
:param _VideoSize: 录像大小
|
20190
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20191
20176
|
:type VideoSize: int
|
20192
20177
|
:param _StartTime: 任务开始时间
|
20193
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20194
20178
|
:type StartTime: str
|
20195
20179
|
:param _EndTime: 任务结束时间
|
20196
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20197
20180
|
:type EndTime: str
|
20198
20181
|
:param _FileDownloadUrl: 文件下载地址
|
20199
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20200
20182
|
:type FileDownloadUrl: str
|
20201
20183
|
:param _FailedReason: 失败原因
|
20202
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20203
20184
|
:type FailedReason: str
|
20204
20185
|
:param _Expire: 生命周期规则,热存天数
|
20205
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20206
20186
|
:type Expire: int
|
20207
20187
|
:param _PreviewUrl: mp4预览地址
|
20208
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20209
20188
|
:type PreviewUrl: str
|
20210
20189
|
"""
|
20211
20190
|
self._DownloadTaskId = None
|
@@ -20229,7 +20208,6 @@ class VideoDownloadTask(AbstractModel):
|
|
20229
20208
|
@property
|
20230
20209
|
def DownloadTaskId(self):
|
20231
20210
|
"""下载任务 ID
|
20232
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20233
20211
|
:rtype: str
|
20234
20212
|
"""
|
20235
20213
|
return self._DownloadTaskId
|
@@ -20241,7 +20219,6 @@ class VideoDownloadTask(AbstractModel):
|
|
20241
20219
|
@property
|
20242
20220
|
def ChannelId(self):
|
20243
20221
|
"""通道 ID
|
20244
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20245
20222
|
:rtype: str
|
20246
20223
|
"""
|
20247
20224
|
return self._ChannelId
|
@@ -20253,7 +20230,6 @@ class VideoDownloadTask(AbstractModel):
|
|
20253
20230
|
@property
|
20254
20231
|
def ChannelName(self):
|
20255
20232
|
"""通道名称
|
20256
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20257
20233
|
:rtype: str
|
20258
20234
|
"""
|
20259
20235
|
return self._ChannelName
|
@@ -20265,7 +20241,6 @@ class VideoDownloadTask(AbstractModel):
|
|
20265
20241
|
@property
|
20266
20242
|
def ChannelCode(self):
|
20267
20243
|
"""通道编码
|
20268
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20269
20244
|
:rtype: str
|
20270
20245
|
"""
|
20271
20246
|
return self._ChannelCode
|
@@ -20277,7 +20252,6 @@ class VideoDownloadTask(AbstractModel):
|
|
20277
20252
|
@property
|
20278
20253
|
def DeviceName(self):
|
20279
20254
|
"""设备名称
|
20280
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20281
20255
|
:rtype: str
|
20282
20256
|
"""
|
20283
20257
|
return self._DeviceName
|
@@ -20289,7 +20263,6 @@ class VideoDownloadTask(AbstractModel):
|
|
20289
20263
|
@property
|
20290
20264
|
def DeviceCode(self):
|
20291
20265
|
"""设备编码
|
20292
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20293
20266
|
:rtype: str
|
20294
20267
|
"""
|
20295
20268
|
return self._DeviceCode
|
@@ -20302,7 +20275,6 @@ class VideoDownloadTask(AbstractModel):
|
|
20302
20275
|
def Status(self):
|
20303
20276
|
"""任务状态(0:未执行;1:执行中;2 任务完成;
|
20304
20277
|
3:任务失败)
|
20305
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20306
20278
|
:rtype: int
|
20307
20279
|
"""
|
20308
20280
|
return self._Status
|
@@ -20314,7 +20286,6 @@ class VideoDownloadTask(AbstractModel):
|
|
20314
20286
|
@property
|
20315
20287
|
def VideoTimeSection(self):
|
20316
20288
|
"""下载录像时间段
|
20317
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20318
20289
|
:rtype: str
|
20319
20290
|
"""
|
20320
20291
|
return self._VideoTimeSection
|
@@ -20326,7 +20297,6 @@ class VideoDownloadTask(AbstractModel):
|
|
20326
20297
|
@property
|
20327
20298
|
def Scale(self):
|
20328
20299
|
"""倍速
|
20329
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20330
20300
|
:rtype: int
|
20331
20301
|
"""
|
20332
20302
|
return self._Scale
|
@@ -20338,7 +20308,6 @@ class VideoDownloadTask(AbstractModel):
|
|
20338
20308
|
@property
|
20339
20309
|
def DownloadTime(self):
|
20340
20310
|
"""下载时长
|
20341
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20342
20311
|
:rtype: int
|
20343
20312
|
"""
|
20344
20313
|
return self._DownloadTime
|
@@ -20350,7 +20319,6 @@ class VideoDownloadTask(AbstractModel):
|
|
20350
20319
|
@property
|
20351
20320
|
def VideoSize(self):
|
20352
20321
|
"""录像大小
|
20353
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20354
20322
|
:rtype: int
|
20355
20323
|
"""
|
20356
20324
|
return self._VideoSize
|
@@ -20362,7 +20330,6 @@ class VideoDownloadTask(AbstractModel):
|
|
20362
20330
|
@property
|
20363
20331
|
def StartTime(self):
|
20364
20332
|
"""任务开始时间
|
20365
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20366
20333
|
:rtype: str
|
20367
20334
|
"""
|
20368
20335
|
return self._StartTime
|
@@ -20374,7 +20341,6 @@ class VideoDownloadTask(AbstractModel):
|
|
20374
20341
|
@property
|
20375
20342
|
def EndTime(self):
|
20376
20343
|
"""任务结束时间
|
20377
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20378
20344
|
:rtype: str
|
20379
20345
|
"""
|
20380
20346
|
return self._EndTime
|
@@ -20386,7 +20352,6 @@ class VideoDownloadTask(AbstractModel):
|
|
20386
20352
|
@property
|
20387
20353
|
def FileDownloadUrl(self):
|
20388
20354
|
"""文件下载地址
|
20389
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20390
20355
|
:rtype: str
|
20391
20356
|
"""
|
20392
20357
|
return self._FileDownloadUrl
|
@@ -20398,7 +20363,6 @@ class VideoDownloadTask(AbstractModel):
|
|
20398
20363
|
@property
|
20399
20364
|
def FailedReason(self):
|
20400
20365
|
"""失败原因
|
20401
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20402
20366
|
:rtype: str
|
20403
20367
|
"""
|
20404
20368
|
return self._FailedReason
|
@@ -20410,7 +20374,6 @@ class VideoDownloadTask(AbstractModel):
|
|
20410
20374
|
@property
|
20411
20375
|
def Expire(self):
|
20412
20376
|
"""生命周期规则,热存天数
|
20413
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20414
20377
|
:rtype: int
|
20415
20378
|
"""
|
20416
20379
|
return self._Expire
|
@@ -20422,7 +20385,6 @@ class VideoDownloadTask(AbstractModel):
|
|
20422
20385
|
@property
|
20423
20386
|
def PreviewUrl(self):
|
20424
20387
|
"""mp4预览地址
|
20425
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20426
20388
|
:rtype: str
|
20427
20389
|
"""
|
20428
20390
|
return self._PreviewUrl
|
@@ -20468,7 +20430,6 @@ class VideoDownloadTaskData(AbstractModel):
|
|
20468
20430
|
def __init__(self):
|
20469
20431
|
r"""
|
20470
20432
|
:param _DownloadTaskId: 下载任务ID
|
20471
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20472
20433
|
:type DownloadTaskId: str
|
20473
20434
|
"""
|
20474
20435
|
self._DownloadTaskId = None
|
@@ -20476,7 +20437,6 @@ class VideoDownloadTaskData(AbstractModel):
|
|
20476
20437
|
@property
|
20477
20438
|
def DownloadTaskId(self):
|
20478
20439
|
"""下载任务ID
|
20479
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20480
20440
|
:rtype: str
|
20481
20441
|
"""
|
20482
20442
|
return self._DownloadTaskId
|
@@ -3752,10 +3752,12 @@ class UploadKnowledgeDocumentSetRequest(AbstractModel):
|
|
3752
3752
|
:type DocumentDesc: str
|
3753
3753
|
:param _FileTitle: 文件标题
|
3754
3754
|
:type FileTitle: str
|
3755
|
-
:param _FileMetaData:
|
3755
|
+
:param _FileMetaData: 文件元信息,为jsonstring
|
3756
3756
|
:type FileMetaData: str
|
3757
3757
|
:param _DocumentSetId: 文件id
|
3758
3758
|
:type DocumentSetId: str
|
3759
|
+
:param _Delimiter: 使用 regex 分割文档
|
3760
|
+
:type Delimiter: str
|
3759
3761
|
"""
|
3760
3762
|
self._EnvId = None
|
3761
3763
|
self._CollectionView = None
|
@@ -3766,6 +3768,7 @@ class UploadKnowledgeDocumentSetRequest(AbstractModel):
|
|
3766
3768
|
self._FileTitle = None
|
3767
3769
|
self._FileMetaData = None
|
3768
3770
|
self._DocumentSetId = None
|
3771
|
+
self._Delimiter = None
|
3769
3772
|
|
3770
3773
|
@property
|
3771
3774
|
def EnvId(self):
|
@@ -3846,7 +3849,7 @@ class UploadKnowledgeDocumentSetRequest(AbstractModel):
|
|
3846
3849
|
|
3847
3850
|
@property
|
3848
3851
|
def FileMetaData(self):
|
3849
|
-
"""
|
3852
|
+
"""文件元信息,为jsonstring
|
3850
3853
|
:rtype: str
|
3851
3854
|
"""
|
3852
3855
|
return self._FileMetaData
|
@@ -3866,6 +3869,17 @@ class UploadKnowledgeDocumentSetRequest(AbstractModel):
|
|
3866
3869
|
def DocumentSetId(self, DocumentSetId):
|
3867
3870
|
self._DocumentSetId = DocumentSetId
|
3868
3871
|
|
3872
|
+
@property
|
3873
|
+
def Delimiter(self):
|
3874
|
+
"""使用 regex 分割文档
|
3875
|
+
:rtype: str
|
3876
|
+
"""
|
3877
|
+
return self._Delimiter
|
3878
|
+
|
3879
|
+
@Delimiter.setter
|
3880
|
+
def Delimiter(self, Delimiter):
|
3881
|
+
self._Delimiter = Delimiter
|
3882
|
+
|
3869
3883
|
|
3870
3884
|
def _deserialize(self, params):
|
3871
3885
|
self._EnvId = params.get("EnvId")
|
@@ -3877,6 +3891,7 @@ class UploadKnowledgeDocumentSetRequest(AbstractModel):
|
|
3877
3891
|
self._FileTitle = params.get("FileTitle")
|
3878
3892
|
self._FileMetaData = params.get("FileMetaData")
|
3879
3893
|
self._DocumentSetId = params.get("DocumentSetId")
|
3894
|
+
self._Delimiter = params.get("Delimiter")
|
3880
3895
|
memeber_set = set(params.keys())
|
3881
3896
|
for name, value in vars(self).items():
|
3882
3897
|
property_name = name[1:]
|
@@ -1218,30 +1218,19 @@ class CUDNN(AbstractModel):
|
|
1218
1218
|
|
1219
1219
|
def __init__(self):
|
1220
1220
|
r"""
|
1221
|
-
:param _Version: cuDNN的版本
|
1222
|
-
:type Version: str
|
1223
1221
|
:param _Name: cuDNN的名字
|
1224
1222
|
:type Name: str
|
1225
|
-
:param
|
1226
|
-
:type
|
1223
|
+
:param _Version: cuDNN的版本
|
1224
|
+
:type Version: str
|
1227
1225
|
:param _DevName: cuDNN的Dev名字
|
1228
1226
|
:type DevName: str
|
1227
|
+
:param _DocName: cuDNN的Doc名字
|
1228
|
+
:type DocName: str
|
1229
1229
|
"""
|
1230
|
-
self._Version = None
|
1231
1230
|
self._Name = None
|
1232
|
-
self.
|
1231
|
+
self._Version = None
|
1233
1232
|
self._DevName = None
|
1234
|
-
|
1235
|
-
@property
|
1236
|
-
def Version(self):
|
1237
|
-
"""cuDNN的版本
|
1238
|
-
:rtype: str
|
1239
|
-
"""
|
1240
|
-
return self._Version
|
1241
|
-
|
1242
|
-
@Version.setter
|
1243
|
-
def Version(self, Version):
|
1244
|
-
self._Version = Version
|
1233
|
+
self._DocName = None
|
1245
1234
|
|
1246
1235
|
@property
|
1247
1236
|
def Name(self):
|
@@ -1255,15 +1244,15 @@ class CUDNN(AbstractModel):
|
|
1255
1244
|
self._Name = Name
|
1256
1245
|
|
1257
1246
|
@property
|
1258
|
-
def
|
1259
|
-
"""cuDNN
|
1247
|
+
def Version(self):
|
1248
|
+
"""cuDNN的版本
|
1260
1249
|
:rtype: str
|
1261
1250
|
"""
|
1262
|
-
return self.
|
1251
|
+
return self._Version
|
1263
1252
|
|
1264
|
-
@
|
1265
|
-
def
|
1266
|
-
self.
|
1253
|
+
@Version.setter
|
1254
|
+
def Version(self, Version):
|
1255
|
+
self._Version = Version
|
1267
1256
|
|
1268
1257
|
@property
|
1269
1258
|
def DevName(self):
|
@@ -1276,12 +1265,23 @@ class CUDNN(AbstractModel):
|
|
1276
1265
|
def DevName(self, DevName):
|
1277
1266
|
self._DevName = DevName
|
1278
1267
|
|
1268
|
+
@property
|
1269
|
+
def DocName(self):
|
1270
|
+
"""cuDNN的Doc名字
|
1271
|
+
:rtype: str
|
1272
|
+
"""
|
1273
|
+
return self._DocName
|
1274
|
+
|
1275
|
+
@DocName.setter
|
1276
|
+
def DocName(self, DocName):
|
1277
|
+
self._DocName = DocName
|
1278
|
+
|
1279
1279
|
|
1280
1280
|
def _deserialize(self, params):
|
1281
|
-
self._Version = params.get("Version")
|
1282
1281
|
self._Name = params.get("Name")
|
1283
|
-
self.
|
1282
|
+
self._Version = params.get("Version")
|
1284
1283
|
self._DevName = params.get("DevName")
|
1284
|
+
self._DocName = params.get("DocName")
|
1285
1285
|
memeber_set = set(params.keys())
|
1286
1286
|
for name, value in vars(self).items():
|
1287
1287
|
property_name = name[1:]
|
@@ -25771,24 +25771,13 @@ class DriverVersion(AbstractModel):
|
|
25771
25771
|
|
25772
25772
|
def __init__(self):
|
25773
25773
|
r"""
|
25774
|
-
:param _Version: GPU驱动或者CUDA的版本
|
25775
|
-
:type Version: str
|
25776
25774
|
:param _Name: GPU驱动或者CUDA的名字
|
25777
25775
|
:type Name: str
|
25776
|
+
:param _Version: GPU驱动或者CUDA的版本
|
25777
|
+
:type Version: str
|
25778
25778
|
"""
|
25779
|
-
self._Version = None
|
25780
25779
|
self._Name = None
|
25781
|
-
|
25782
|
-
@property
|
25783
|
-
def Version(self):
|
25784
|
-
"""GPU驱动或者CUDA的版本
|
25785
|
-
:rtype: str
|
25786
|
-
"""
|
25787
|
-
return self._Version
|
25788
|
-
|
25789
|
-
@Version.setter
|
25790
|
-
def Version(self, Version):
|
25791
|
-
self._Version = Version
|
25780
|
+
self._Version = None
|
25792
25781
|
|
25793
25782
|
@property
|
25794
25783
|
def Name(self):
|
@@ -25801,10 +25790,21 @@ class DriverVersion(AbstractModel):
|
|
25801
25790
|
def Name(self, Name):
|
25802
25791
|
self._Name = Name
|
25803
25792
|
|
25793
|
+
@property
|
25794
|
+
def Version(self):
|
25795
|
+
"""GPU驱动或者CUDA的版本
|
25796
|
+
:rtype: str
|
25797
|
+
"""
|
25798
|
+
return self._Version
|
25799
|
+
|
25800
|
+
@Version.setter
|
25801
|
+
def Version(self, Version):
|
25802
|
+
self._Version = Version
|
25803
|
+
|
25804
25804
|
|
25805
25805
|
def _deserialize(self, params):
|
25806
|
-
self._Version = params.get("Version")
|
25807
25806
|
self._Name = params.get("Name")
|
25807
|
+
self._Version = params.get("Version")
|
25808
25808
|
memeber_set = set(params.keys())
|
25809
25809
|
for name, value in vars(self).items():
|
25810
25810
|
property_name = name[1:]
|
@@ -29322,44 +29322,22 @@ class GPUArgs(AbstractModel):
|
|
29322
29322
|
|
29323
29323
|
def __init__(self):
|
29324
29324
|
r"""
|
29325
|
-
:param _MIGEnable: 是否启用MIG特性
|
29326
|
-
:type MIGEnable: bool
|
29327
|
-
:param _Driver: GPU驱动版本信息
|
29328
|
-
:type Driver: :class:`tencentcloud.tke.v20180525.models.DriverVersion`
|
29329
29325
|
:param _CUDA: CUDA版本信息
|
29330
29326
|
:type CUDA: :class:`tencentcloud.tke.v20180525.models.DriverVersion`
|
29331
29327
|
:param _CUDNN: cuDNN版本信息
|
29332
29328
|
:type CUDNN: :class:`tencentcloud.tke.v20180525.models.CUDNN`
|
29333
29329
|
:param _CustomDriver: 自定义GPU驱动信息
|
29334
29330
|
:type CustomDriver: :class:`tencentcloud.tke.v20180525.models.CustomDriver`
|
29331
|
+
:param _Driver: GPU驱动版本信息
|
29332
|
+
:type Driver: :class:`tencentcloud.tke.v20180525.models.DriverVersion`
|
29333
|
+
:param _MIGEnable: 是否启用MIG特性
|
29334
|
+
:type MIGEnable: bool
|
29335
29335
|
"""
|
29336
|
-
self._MIGEnable = None
|
29337
|
-
self._Driver = None
|
29338
29336
|
self._CUDA = None
|
29339
29337
|
self._CUDNN = None
|
29340
29338
|
self._CustomDriver = None
|
29341
|
-
|
29342
|
-
|
29343
|
-
def MIGEnable(self):
|
29344
|
-
"""是否启用MIG特性
|
29345
|
-
:rtype: bool
|
29346
|
-
"""
|
29347
|
-
return self._MIGEnable
|
29348
|
-
|
29349
|
-
@MIGEnable.setter
|
29350
|
-
def MIGEnable(self, MIGEnable):
|
29351
|
-
self._MIGEnable = MIGEnable
|
29352
|
-
|
29353
|
-
@property
|
29354
|
-
def Driver(self):
|
29355
|
-
"""GPU驱动版本信息
|
29356
|
-
:rtype: :class:`tencentcloud.tke.v20180525.models.DriverVersion`
|
29357
|
-
"""
|
29358
|
-
return self._Driver
|
29359
|
-
|
29360
|
-
@Driver.setter
|
29361
|
-
def Driver(self, Driver):
|
29362
|
-
self._Driver = Driver
|
29339
|
+
self._Driver = None
|
29340
|
+
self._MIGEnable = None
|
29363
29341
|
|
29364
29342
|
@property
|
29365
29343
|
def CUDA(self):
|
@@ -29394,12 +29372,30 @@ class GPUArgs(AbstractModel):
|
|
29394
29372
|
def CustomDriver(self, CustomDriver):
|
29395
29373
|
self._CustomDriver = CustomDriver
|
29396
29374
|
|
29375
|
+
@property
|
29376
|
+
def Driver(self):
|
29377
|
+
"""GPU驱动版本信息
|
29378
|
+
:rtype: :class:`tencentcloud.tke.v20180525.models.DriverVersion`
|
29379
|
+
"""
|
29380
|
+
return self._Driver
|
29381
|
+
|
29382
|
+
@Driver.setter
|
29383
|
+
def Driver(self, Driver):
|
29384
|
+
self._Driver = Driver
|
29385
|
+
|
29386
|
+
@property
|
29387
|
+
def MIGEnable(self):
|
29388
|
+
"""是否启用MIG特性
|
29389
|
+
:rtype: bool
|
29390
|
+
"""
|
29391
|
+
return self._MIGEnable
|
29392
|
+
|
29393
|
+
@MIGEnable.setter
|
29394
|
+
def MIGEnable(self, MIGEnable):
|
29395
|
+
self._MIGEnable = MIGEnable
|
29396
|
+
|
29397
29397
|
|
29398
29398
|
def _deserialize(self, params):
|
29399
|
-
self._MIGEnable = params.get("MIGEnable")
|
29400
|
-
if params.get("Driver") is not None:
|
29401
|
-
self._Driver = DriverVersion()
|
29402
|
-
self._Driver._deserialize(params.get("Driver"))
|
29403
29399
|
if params.get("CUDA") is not None:
|
29404
29400
|
self._CUDA = DriverVersion()
|
29405
29401
|
self._CUDA._deserialize(params.get("CUDA"))
|
@@ -29409,6 +29405,10 @@ class GPUArgs(AbstractModel):
|
|
29409
29405
|
if params.get("CustomDriver") is not None:
|
29410
29406
|
self._CustomDriver = CustomDriver()
|
29411
29407
|
self._CustomDriver._deserialize(params.get("CustomDriver"))
|
29408
|
+
if params.get("Driver") is not None:
|
29409
|
+
self._Driver = DriverVersion()
|
29410
|
+
self._Driver._deserialize(params.get("Driver"))
|
29411
|
+
self._MIGEnable = params.get("MIGEnable")
|
29412
29412
|
memeber_set = set(params.keys())
|
29413
29413
|
for name, value in vars(self).items():
|
29414
29414
|
property_name = name[1:]
|
@@ -113,6 +113,9 @@ FAILEDOPERATION_DISPATCHCOMMONERROR = 'FailedOperation.DispatchCommonError'
|
|
113
113
|
# 寻找独占配置中心相关指标异常
|
114
114
|
FAILEDOPERATION_FINDMETRICSEXCLUSIVEERROR = 'FailedOperation.FindMetricsExclusiveError'
|
115
115
|
|
116
|
+
# 网关通用异常:%s。
|
117
|
+
FAILEDOPERATION_GATEWAYCOMMONERROR = 'FailedOperation.GatewayCommonError'
|
118
|
+
|
116
119
|
# 远端访问错误: %s。
|
117
120
|
FAILEDOPERATION_GATEWAYREMOTECALLERROR = 'FailedOperation.GatewayRemoteCallError'
|
118
121
|
|
@@ -3342,7 +3342,7 @@ class BindPluginResponse(AbstractModel):
|
|
3342
3342
|
|
3343
3343
|
def __init__(self):
|
3344
3344
|
r"""
|
3345
|
-
:param _Result:
|
3345
|
+
:param _Result: 返回结果,成功:true,失败:false。
|
3346
3346
|
:type Result: bool
|
3347
3347
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3348
3348
|
:type RequestId: str
|
@@ -3352,7 +3352,7 @@ class BindPluginResponse(AbstractModel):
|
|
3352
3352
|
|
3353
3353
|
@property
|
3354
3354
|
def Result(self):
|
3355
|
-
"""
|
3355
|
+
"""返回结果,成功:true,失败:false。
|
3356
3356
|
:rtype: bool
|
3357
3357
|
"""
|
3358
3358
|
return self._Result
|
@@ -57554,6 +57554,8 @@ class PullUploadRequest(AbstractModel):
|
|
57554
57554
|
:type StorageRegion: str
|
57555
57555
|
:param _ClassId: 分类ID,用于对媒体进行分类管理,可通过[创建分类](https://cloud.tencent.com/document/product/266/7812)接口,创建分类,获得分类 ID。
|
57556
57556
|
:type ClassId: int
|
57557
|
+
:param _TasksPriority: 任务的优先级,数值越大优先级越高,取值范围是 -10 到 10,不填代表 0。
|
57558
|
+
:type TasksPriority: int
|
57557
57559
|
:param _SessionContext: 来源上下文,用于透传用户请求信息,当指定 Procedure 任务后,任务流状态变更回调将返回该字段值,最长 1000 个字符。
|
57558
57560
|
:type SessionContext: str
|
57559
57561
|
:param _SessionId: 用于去重的识别码,如果三天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。
|
@@ -57572,6 +57574,7 @@ class PullUploadRequest(AbstractModel):
|
|
57572
57574
|
self._ExpireTime = None
|
57573
57575
|
self._StorageRegion = None
|
57574
57576
|
self._ClassId = None
|
57577
|
+
self._TasksPriority = None
|
57575
57578
|
self._SessionContext = None
|
57576
57579
|
self._SessionId = None
|
57577
57580
|
self._ExtInfo = None
|
@@ -57680,6 +57683,17 @@ class PullUploadRequest(AbstractModel):
|
|
57680
57683
|
def ClassId(self, ClassId):
|
57681
57684
|
self._ClassId = ClassId
|
57682
57685
|
|
57686
|
+
@property
|
57687
|
+
def TasksPriority(self):
|
57688
|
+
"""任务的优先级,数值越大优先级越高,取值范围是 -10 到 10,不填代表 0。
|
57689
|
+
:rtype: int
|
57690
|
+
"""
|
57691
|
+
return self._TasksPriority
|
57692
|
+
|
57693
|
+
@TasksPriority.setter
|
57694
|
+
def TasksPriority(self, TasksPriority):
|
57695
|
+
self._TasksPriority = TasksPriority
|
57696
|
+
|
57683
57697
|
@property
|
57684
57698
|
def SessionContext(self):
|
57685
57699
|
"""来源上下文,用于透传用户请求信息,当指定 Procedure 任务后,任务流状态变更回调将返回该字段值,最长 1000 个字符。
|
@@ -57735,6 +57749,7 @@ class PullUploadRequest(AbstractModel):
|
|
57735
57749
|
self._ExpireTime = params.get("ExpireTime")
|
57736
57750
|
self._StorageRegion = params.get("StorageRegion")
|
57737
57751
|
self._ClassId = params.get("ClassId")
|
57752
|
+
self._TasksPriority = params.get("TasksPriority")
|
57738
57753
|
self._SessionContext = params.get("SessionContext")
|
57739
57754
|
self._SessionId = params.get("SessionId")
|
57740
57755
|
self._ExtInfo = params.get("ExtInfo")
|
@@ -845,6 +845,9 @@ UNSUPPORTEDOPERATION_CCNORDINARYACCOUNTREFUSEATTACH = 'UnsupportedOperation.CcnO
|
|
845
845
|
# 当前路由与已有路由的CIDR重叠,仅能开启其中一条路由。
|
846
846
|
UNSUPPORTEDOPERATION_CCNROUTECIDROVERLAP = 'UnsupportedOperation.CcnRouteCidrOverlap'
|
847
847
|
|
848
|
+
# 云联网路由重叠功能不支持关闭
|
849
|
+
UNSUPPORTEDOPERATION_CCNROUTEOVERLAPFLAGDISABLENOTSUPPORTED = 'UnsupportedOperation.CcnRouteOverlapFlagDisableNotSupported'
|
850
|
+
|
848
851
|
# 指定的路由表不存在。
|
849
852
|
UNSUPPORTEDOPERATION_CCNROUTETABLENOTEXIST = 'UnsupportedOperation.CcnRouteTableNotExist'
|
850
853
|
|
@@ -896,6 +899,9 @@ UNSUPPORTEDOPERATION_DELDEFAULTROUTE = 'UnsupportedOperation.DelDefaultRoute'
|
|
896
899
|
# 禁止删除已关联子网的路由表。
|
897
900
|
UNSUPPORTEDOPERATION_DELROUTEWITHSUBNET = 'UnsupportedOperation.DelRouteWithSubnet'
|
898
901
|
|
902
|
+
# 当前云联网存在二层加速通道不支持删除。
|
903
|
+
UNSUPPORTEDOPERATION_DELETECCNEXISTCCNEXPRESSCONNECT = 'UnsupportedOperation.DeleteCcnExistCcnExpressConnect'
|
904
|
+
|
899
905
|
# VPN通道状态为更新中/销毁中/创建中,不支持此操作。
|
900
906
|
UNSUPPORTEDOPERATION_DELETEVPNCONNINVALIDSTATE = 'UnsupportedOperation.DeleteVpnConnInvalidState'
|
901
907
|
|
@@ -932,6 +938,12 @@ UNSUPPORTEDOPERATION_ENDPOINTMISMATCHENDPOINTSERVICECDCID = 'UnsupportedOperatio
|
|
932
938
|
# 终端节点服务本身不能是终端节点。
|
933
939
|
UNSUPPORTEDOPERATION_ENDPOINTSERVICE = 'UnsupportedOperation.EndPointService'
|
934
940
|
|
941
|
+
# 存在云联网自定义路由表不允许删除该云联网
|
942
|
+
UNSUPPORTEDOPERATION_EXISTCCNCUSTOMROUTETABLESNOTSUPPORTDELETECCN = 'UnsupportedOperation.ExistCcnCustomRouteTablesNotSupportDeleteCcn'
|
943
|
+
|
944
|
+
# 存在云联网关联实例不允许删除云联网
|
945
|
+
UNSUPPORTEDOPERATION_EXISTCCNINSTANCESNOTSUPPORTDELETECCN = 'UnsupportedOperation.ExistCcnInstancesNotSupportDeleteCcn'
|
946
|
+
|
935
947
|
# 指定ResourceId对应的流日志已经创建
|
936
948
|
UNSUPPORTEDOPERATION_FLOWLOGINSTANCEEXISTED = 'UnsupportedOperation.FlowLogInstanceExisted'
|
937
949
|
|