tencentcloud-sdk-python-tione 3.0.1481__tar.gz → 3.0.1482__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.0.1481 → tencentcloud_sdk_python_tione-3.0.1482}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tione-3.0.1481 → tencentcloud_sdk_python_tione-3.0.1482}/setup.py +1 -1
- {tencentcloud_sdk_python_tione-3.0.1481 → tencentcloud_sdk_python_tione-3.0.1482}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tione-3.0.1481 → tencentcloud_sdk_python_tione-3.0.1482}/tencentcloud/tione/v20211111/models.py +270 -0
- {tencentcloud_sdk_python_tione-3.0.1481 → tencentcloud_sdk_python_tione-3.0.1482}/tencentcloud_sdk_python_tione.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tione-3.0.1482/tencentcloud_sdk_python_tione.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_tione-3.0.1481/tencentcloud_sdk_python_tione.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tione-3.0.1481 → tencentcloud_sdk_python_tione-3.0.1482}/README.rst +0 -0
- {tencentcloud_sdk_python_tione-3.0.1481 → tencentcloud_sdk_python_tione-3.0.1482}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tione-3.0.1481 → tencentcloud_sdk_python_tione-3.0.1482}/tencentcloud/tione/__init__.py +0 -0
- {tencentcloud_sdk_python_tione-3.0.1481 → tencentcloud_sdk_python_tione-3.0.1482}/tencentcloud/tione/v20191022/__init__.py +0 -0
- {tencentcloud_sdk_python_tione-3.0.1481 → tencentcloud_sdk_python_tione-3.0.1482}/tencentcloud/tione/v20191022/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tione-3.0.1481 → tencentcloud_sdk_python_tione-3.0.1482}/tencentcloud/tione/v20191022/models.py +0 -0
- {tencentcloud_sdk_python_tione-3.0.1481 → tencentcloud_sdk_python_tione-3.0.1482}/tencentcloud/tione/v20191022/tione_client.py +0 -0
- {tencentcloud_sdk_python_tione-3.0.1481 → tencentcloud_sdk_python_tione-3.0.1482}/tencentcloud/tione/v20211111/__init__.py +0 -0
- {tencentcloud_sdk_python_tione-3.0.1481 → tencentcloud_sdk_python_tione-3.0.1482}/tencentcloud/tione/v20211111/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tione-3.0.1481 → tencentcloud_sdk_python_tione-3.0.1482}/tencentcloud/tione/v20211111/tione_client.py +0 -0
- {tencentcloud_sdk_python_tione-3.0.1481 → tencentcloud_sdk_python_tione-3.0.1482}/tencentcloud_sdk_python_tione.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tione-3.0.1481 → tencentcloud_sdk_python_tione-3.0.1482}/tencentcloud_sdk_python_tione.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tione-3.0.1481 → tencentcloud_sdk_python_tione-3.0.1482}/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.0.
|
|
3
|
+
Version: 3.0.1482
|
|
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.0.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1482
|
|
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.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1482,<4.0.0"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Tione SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -1417,6 +1417,171 @@ class CreateExportRequest(AbstractModel):
|
|
|
1417
1417
|
|
|
1418
1418
|
"""
|
|
1419
1419
|
|
|
1420
|
+
def __init__(self):
|
|
1421
|
+
r"""
|
|
1422
|
+
:param _Service: 服务类型,TRAIN为任务式建模, NOTEBOOK为Notebook, INFER为在线服务, BATCH为批量预测枚举值:- TRAIN- NOTEBOOK- INFER- BATCH
|
|
1423
|
+
:type Service: str
|
|
1424
|
+
:param _ServiceId: 服务ID,和Service参数对应,不同Service的服务ID获取方式不同,具体如下:- Service类型为TRAIN: 调用[DescribeTrainingTask接口](/document/product/851/75089)查询训练任务详情,ServiceId为接口返回值中Response.TrainingTaskDetail.LatestInstanceId- Service类型为NOTEBOOK: 调用[DescribeNotebook接口](/document/product/851/95662)查询Notebook详情,ServiceId为接口返回值中Response.NotebookDetail.PodName- Service类型为INFER: 调用[DescribeModelServiceGroup接口](/document/product/851/82285)查询服务组详情,ServiceId为接口返回值中Response.ServiceGroup.Services.ServiceId- Service类型为BATCH: 调用[DescribeBatchTask接口](/document/product/851/80180)查询跑批任务详情,ServiceId为接口返回值中Response.BatchTaskDetail.LatestInstanceId
|
|
1425
|
+
:type ServiceId: str
|
|
1426
|
+
:param _StartTime: 日志查询开始时间(RFC3339格式的时间字符串),默认值为当前时间的前一个小时
|
|
1427
|
+
:type StartTime: str
|
|
1428
|
+
:param _EndTime: 日志查询结束时间(RFC3339格式的时间字符串),开始时间和结束时间必须同时填或同时不填,默认值为当前时间
|
|
1429
|
+
:type EndTime: str
|
|
1430
|
+
:param _Format: 日志导出数据格式。json,csv,默认为csv
|
|
1431
|
+
:type Format: str
|
|
1432
|
+
:param _PodName: Pod的名称,即需要查询服务对应的Pod,和Service参数对应,不同Service的PodName获取方式不同,具体如下:- Service类型为TRAIN: 调用[DescribeTrainingTaskPods接口](/document/product/851/75088)查询训练任务pod列表,PodName为接口返回值中Response.PodNames- Service类型为NOTEBOOK: 调用[DescribeNotebook接口](/document/product/851/95662)查询Notebook详情,PodName为接口返回值中Response.NotebookDetail.PodName- Service类型为INFER: 调用[DescribeModelService接口](/document/product/851/82287)查询单个服务详情,PodName为接口返回值中Response.Service.ServiceInfo.PodInfos- Service类型为BATCH: 调用[DescribeBatchTask接口](/document/product/851/80180)查询跑批任务详情,PodName为接口返回值中Response.BatchTaskDetail. PodList注:支持结尾通配符*
|
|
1433
|
+
:type PodName: str
|
|
1434
|
+
:param _JobCategory: 描述任务的类型
|
|
1435
|
+
:type JobCategory: str
|
|
1436
|
+
:param _InstanceType: 实例的类型
|
|
1437
|
+
:type InstanceType: str
|
|
1438
|
+
:param _InstanceId: 查实例Id
|
|
1439
|
+
:type InstanceId: str
|
|
1440
|
+
:param _Type: 日志类型: PLATFORM_INIT, PLATFORM_SANITY_CHECK, USER
|
|
1441
|
+
:type Type: str
|
|
1442
|
+
"""
|
|
1443
|
+
self._Service = None
|
|
1444
|
+
self._ServiceId = None
|
|
1445
|
+
self._StartTime = None
|
|
1446
|
+
self._EndTime = None
|
|
1447
|
+
self._Format = None
|
|
1448
|
+
self._PodName = None
|
|
1449
|
+
self._JobCategory = None
|
|
1450
|
+
self._InstanceType = None
|
|
1451
|
+
self._InstanceId = None
|
|
1452
|
+
self._Type = None
|
|
1453
|
+
|
|
1454
|
+
@property
|
|
1455
|
+
def Service(self):
|
|
1456
|
+
r"""服务类型,TRAIN为任务式建模, NOTEBOOK为Notebook, INFER为在线服务, BATCH为批量预测枚举值:- TRAIN- NOTEBOOK- INFER- BATCH
|
|
1457
|
+
:rtype: str
|
|
1458
|
+
"""
|
|
1459
|
+
return self._Service
|
|
1460
|
+
|
|
1461
|
+
@Service.setter
|
|
1462
|
+
def Service(self, Service):
|
|
1463
|
+
self._Service = Service
|
|
1464
|
+
|
|
1465
|
+
@property
|
|
1466
|
+
def ServiceId(self):
|
|
1467
|
+
r"""服务ID,和Service参数对应,不同Service的服务ID获取方式不同,具体如下:- Service类型为TRAIN: 调用[DescribeTrainingTask接口](/document/product/851/75089)查询训练任务详情,ServiceId为接口返回值中Response.TrainingTaskDetail.LatestInstanceId- Service类型为NOTEBOOK: 调用[DescribeNotebook接口](/document/product/851/95662)查询Notebook详情,ServiceId为接口返回值中Response.NotebookDetail.PodName- Service类型为INFER: 调用[DescribeModelServiceGroup接口](/document/product/851/82285)查询服务组详情,ServiceId为接口返回值中Response.ServiceGroup.Services.ServiceId- Service类型为BATCH: 调用[DescribeBatchTask接口](/document/product/851/80180)查询跑批任务详情,ServiceId为接口返回值中Response.BatchTaskDetail.LatestInstanceId
|
|
1468
|
+
:rtype: str
|
|
1469
|
+
"""
|
|
1470
|
+
return self._ServiceId
|
|
1471
|
+
|
|
1472
|
+
@ServiceId.setter
|
|
1473
|
+
def ServiceId(self, ServiceId):
|
|
1474
|
+
self._ServiceId = ServiceId
|
|
1475
|
+
|
|
1476
|
+
@property
|
|
1477
|
+
def StartTime(self):
|
|
1478
|
+
r"""日志查询开始时间(RFC3339格式的时间字符串),默认值为当前时间的前一个小时
|
|
1479
|
+
:rtype: str
|
|
1480
|
+
"""
|
|
1481
|
+
return self._StartTime
|
|
1482
|
+
|
|
1483
|
+
@StartTime.setter
|
|
1484
|
+
def StartTime(self, StartTime):
|
|
1485
|
+
self._StartTime = StartTime
|
|
1486
|
+
|
|
1487
|
+
@property
|
|
1488
|
+
def EndTime(self):
|
|
1489
|
+
r"""日志查询结束时间(RFC3339格式的时间字符串),开始时间和结束时间必须同时填或同时不填,默认值为当前时间
|
|
1490
|
+
:rtype: str
|
|
1491
|
+
"""
|
|
1492
|
+
return self._EndTime
|
|
1493
|
+
|
|
1494
|
+
@EndTime.setter
|
|
1495
|
+
def EndTime(self, EndTime):
|
|
1496
|
+
self._EndTime = EndTime
|
|
1497
|
+
|
|
1498
|
+
@property
|
|
1499
|
+
def Format(self):
|
|
1500
|
+
r"""日志导出数据格式。json,csv,默认为csv
|
|
1501
|
+
:rtype: str
|
|
1502
|
+
"""
|
|
1503
|
+
return self._Format
|
|
1504
|
+
|
|
1505
|
+
@Format.setter
|
|
1506
|
+
def Format(self, Format):
|
|
1507
|
+
self._Format = Format
|
|
1508
|
+
|
|
1509
|
+
@property
|
|
1510
|
+
def PodName(self):
|
|
1511
|
+
r"""Pod的名称,即需要查询服务对应的Pod,和Service参数对应,不同Service的PodName获取方式不同,具体如下:- Service类型为TRAIN: 调用[DescribeTrainingTaskPods接口](/document/product/851/75088)查询训练任务pod列表,PodName为接口返回值中Response.PodNames- Service类型为NOTEBOOK: 调用[DescribeNotebook接口](/document/product/851/95662)查询Notebook详情,PodName为接口返回值中Response.NotebookDetail.PodName- Service类型为INFER: 调用[DescribeModelService接口](/document/product/851/82287)查询单个服务详情,PodName为接口返回值中Response.Service.ServiceInfo.PodInfos- Service类型为BATCH: 调用[DescribeBatchTask接口](/document/product/851/80180)查询跑批任务详情,PodName为接口返回值中Response.BatchTaskDetail. PodList注:支持结尾通配符*
|
|
1512
|
+
:rtype: str
|
|
1513
|
+
"""
|
|
1514
|
+
return self._PodName
|
|
1515
|
+
|
|
1516
|
+
@PodName.setter
|
|
1517
|
+
def PodName(self, PodName):
|
|
1518
|
+
self._PodName = PodName
|
|
1519
|
+
|
|
1520
|
+
@property
|
|
1521
|
+
def JobCategory(self):
|
|
1522
|
+
r"""描述任务的类型
|
|
1523
|
+
:rtype: str
|
|
1524
|
+
"""
|
|
1525
|
+
return self._JobCategory
|
|
1526
|
+
|
|
1527
|
+
@JobCategory.setter
|
|
1528
|
+
def JobCategory(self, JobCategory):
|
|
1529
|
+
self._JobCategory = JobCategory
|
|
1530
|
+
|
|
1531
|
+
@property
|
|
1532
|
+
def InstanceType(self):
|
|
1533
|
+
r"""实例的类型
|
|
1534
|
+
:rtype: str
|
|
1535
|
+
"""
|
|
1536
|
+
return self._InstanceType
|
|
1537
|
+
|
|
1538
|
+
@InstanceType.setter
|
|
1539
|
+
def InstanceType(self, InstanceType):
|
|
1540
|
+
self._InstanceType = InstanceType
|
|
1541
|
+
|
|
1542
|
+
@property
|
|
1543
|
+
def InstanceId(self):
|
|
1544
|
+
r"""查实例Id
|
|
1545
|
+
:rtype: str
|
|
1546
|
+
"""
|
|
1547
|
+
return self._InstanceId
|
|
1548
|
+
|
|
1549
|
+
@InstanceId.setter
|
|
1550
|
+
def InstanceId(self, InstanceId):
|
|
1551
|
+
self._InstanceId = InstanceId
|
|
1552
|
+
|
|
1553
|
+
@property
|
|
1554
|
+
def Type(self):
|
|
1555
|
+
r"""日志类型: PLATFORM_INIT, PLATFORM_SANITY_CHECK, USER
|
|
1556
|
+
:rtype: str
|
|
1557
|
+
"""
|
|
1558
|
+
return self._Type
|
|
1559
|
+
|
|
1560
|
+
@Type.setter
|
|
1561
|
+
def Type(self, Type):
|
|
1562
|
+
self._Type = Type
|
|
1563
|
+
|
|
1564
|
+
|
|
1565
|
+
def _deserialize(self, params):
|
|
1566
|
+
self._Service = params.get("Service")
|
|
1567
|
+
self._ServiceId = params.get("ServiceId")
|
|
1568
|
+
self._StartTime = params.get("StartTime")
|
|
1569
|
+
self._EndTime = params.get("EndTime")
|
|
1570
|
+
self._Format = params.get("Format")
|
|
1571
|
+
self._PodName = params.get("PodName")
|
|
1572
|
+
self._JobCategory = params.get("JobCategory")
|
|
1573
|
+
self._InstanceType = params.get("InstanceType")
|
|
1574
|
+
self._InstanceId = params.get("InstanceId")
|
|
1575
|
+
self._Type = params.get("Type")
|
|
1576
|
+
memeber_set = set(params.keys())
|
|
1577
|
+
for name, value in vars(self).items():
|
|
1578
|
+
property_name = name[1:]
|
|
1579
|
+
if property_name in memeber_set:
|
|
1580
|
+
memeber_set.remove(property_name)
|
|
1581
|
+
if len(memeber_set) > 0:
|
|
1582
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
1583
|
+
|
|
1584
|
+
|
|
1420
1585
|
|
|
1421
1586
|
class CreateExportResponse(AbstractModel):
|
|
1422
1587
|
r"""CreateExport返回参数结构体
|
|
@@ -1425,11 +1590,25 @@ class CreateExportResponse(AbstractModel):
|
|
|
1425
1590
|
|
|
1426
1591
|
def __init__(self):
|
|
1427
1592
|
r"""
|
|
1593
|
+
:param _ExportId: 日志下载任务的ID
|
|
1594
|
+
:type ExportId: str
|
|
1428
1595
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1429
1596
|
:type RequestId: str
|
|
1430
1597
|
"""
|
|
1598
|
+
self._ExportId = None
|
|
1431
1599
|
self._RequestId = None
|
|
1432
1600
|
|
|
1601
|
+
@property
|
|
1602
|
+
def ExportId(self):
|
|
1603
|
+
r"""日志下载任务的ID
|
|
1604
|
+
:rtype: str
|
|
1605
|
+
"""
|
|
1606
|
+
return self._ExportId
|
|
1607
|
+
|
|
1608
|
+
@ExportId.setter
|
|
1609
|
+
def ExportId(self, ExportId):
|
|
1610
|
+
self._ExportId = ExportId
|
|
1611
|
+
|
|
1433
1612
|
@property
|
|
1434
1613
|
def RequestId(self):
|
|
1435
1614
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1443,6 +1622,7 @@ class CreateExportResponse(AbstractModel):
|
|
|
1443
1622
|
|
|
1444
1623
|
|
|
1445
1624
|
def _deserialize(self, params):
|
|
1625
|
+
self._ExportId = params.get("ExportId")
|
|
1446
1626
|
self._RequestId = params.get("RequestId")
|
|
1447
1627
|
|
|
1448
1628
|
|
|
@@ -7655,6 +7835,36 @@ class DescribeExportRequest(AbstractModel):
|
|
|
7655
7835
|
|
|
7656
7836
|
"""
|
|
7657
7837
|
|
|
7838
|
+
def __init__(self):
|
|
7839
|
+
r"""
|
|
7840
|
+
:param _ExportId: 日志下载任务的ID
|
|
7841
|
+
:type ExportId: str
|
|
7842
|
+
"""
|
|
7843
|
+
self._ExportId = None
|
|
7844
|
+
|
|
7845
|
+
@property
|
|
7846
|
+
def ExportId(self):
|
|
7847
|
+
r"""日志下载任务的ID
|
|
7848
|
+
:rtype: str
|
|
7849
|
+
"""
|
|
7850
|
+
return self._ExportId
|
|
7851
|
+
|
|
7852
|
+
@ExportId.setter
|
|
7853
|
+
def ExportId(self, ExportId):
|
|
7854
|
+
self._ExportId = ExportId
|
|
7855
|
+
|
|
7856
|
+
|
|
7857
|
+
def _deserialize(self, params):
|
|
7858
|
+
self._ExportId = params.get("ExportId")
|
|
7859
|
+
memeber_set = set(params.keys())
|
|
7860
|
+
for name, value in vars(self).items():
|
|
7861
|
+
property_name = name[1:]
|
|
7862
|
+
if property_name in memeber_set:
|
|
7863
|
+
memeber_set.remove(property_name)
|
|
7864
|
+
if len(memeber_set) > 0:
|
|
7865
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
7866
|
+
|
|
7867
|
+
|
|
7658
7868
|
|
|
7659
7869
|
class DescribeExportResponse(AbstractModel):
|
|
7660
7870
|
r"""DescribeExport返回参数结构体
|
|
@@ -7663,6 +7873,14 @@ class DescribeExportResponse(AbstractModel):
|
|
|
7663
7873
|
|
|
7664
7874
|
def __init__(self):
|
|
7665
7875
|
r"""
|
|
7876
|
+
:param _ExportId: 日志下载任务的ID
|
|
7877
|
+
:type ExportId: str
|
|
7878
|
+
:param _FileName: 日志下载文件名
|
|
7879
|
+
:type FileName: str
|
|
7880
|
+
:param _CosPath: 日志导出路径,有效期一个小时,请尽快使用该路径下载。
|
|
7881
|
+
:type CosPath: str
|
|
7882
|
+
:param _CreateTime: 下载任务创建时间
|
|
7883
|
+
:type CreateTime: str
|
|
7666
7884
|
:param _FileSize: 日志文件大小
|
|
7667
7885
|
:type FileSize: str
|
|
7668
7886
|
:param _Status: 日志下载状态。Processing:导出正在进行中,Completed:导出完成,Failed:导出失败,Expired:日志导出已过期(三天有效期), Queuing 排队中
|
|
@@ -7670,10 +7888,58 @@ class DescribeExportResponse(AbstractModel):
|
|
|
7670
7888
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7671
7889
|
:type RequestId: str
|
|
7672
7890
|
"""
|
|
7891
|
+
self._ExportId = None
|
|
7892
|
+
self._FileName = None
|
|
7893
|
+
self._CosPath = None
|
|
7894
|
+
self._CreateTime = None
|
|
7673
7895
|
self._FileSize = None
|
|
7674
7896
|
self._Status = None
|
|
7675
7897
|
self._RequestId = None
|
|
7676
7898
|
|
|
7899
|
+
@property
|
|
7900
|
+
def ExportId(self):
|
|
7901
|
+
r"""日志下载任务的ID
|
|
7902
|
+
:rtype: str
|
|
7903
|
+
"""
|
|
7904
|
+
return self._ExportId
|
|
7905
|
+
|
|
7906
|
+
@ExportId.setter
|
|
7907
|
+
def ExportId(self, ExportId):
|
|
7908
|
+
self._ExportId = ExportId
|
|
7909
|
+
|
|
7910
|
+
@property
|
|
7911
|
+
def FileName(self):
|
|
7912
|
+
r"""日志下载文件名
|
|
7913
|
+
:rtype: str
|
|
7914
|
+
"""
|
|
7915
|
+
return self._FileName
|
|
7916
|
+
|
|
7917
|
+
@FileName.setter
|
|
7918
|
+
def FileName(self, FileName):
|
|
7919
|
+
self._FileName = FileName
|
|
7920
|
+
|
|
7921
|
+
@property
|
|
7922
|
+
def CosPath(self):
|
|
7923
|
+
r"""日志导出路径,有效期一个小时,请尽快使用该路径下载。
|
|
7924
|
+
:rtype: str
|
|
7925
|
+
"""
|
|
7926
|
+
return self._CosPath
|
|
7927
|
+
|
|
7928
|
+
@CosPath.setter
|
|
7929
|
+
def CosPath(self, CosPath):
|
|
7930
|
+
self._CosPath = CosPath
|
|
7931
|
+
|
|
7932
|
+
@property
|
|
7933
|
+
def CreateTime(self):
|
|
7934
|
+
r"""下载任务创建时间
|
|
7935
|
+
:rtype: str
|
|
7936
|
+
"""
|
|
7937
|
+
return self._CreateTime
|
|
7938
|
+
|
|
7939
|
+
@CreateTime.setter
|
|
7940
|
+
def CreateTime(self, CreateTime):
|
|
7941
|
+
self._CreateTime = CreateTime
|
|
7942
|
+
|
|
7677
7943
|
@property
|
|
7678
7944
|
def FileSize(self):
|
|
7679
7945
|
r"""日志文件大小
|
|
@@ -7709,6 +7975,10 @@ class DescribeExportResponse(AbstractModel):
|
|
|
7709
7975
|
|
|
7710
7976
|
|
|
7711
7977
|
def _deserialize(self, params):
|
|
7978
|
+
self._ExportId = params.get("ExportId")
|
|
7979
|
+
self._FileName = params.get("FileName")
|
|
7980
|
+
self._CosPath = params.get("CosPath")
|
|
7981
|
+
self._CreateTime = params.get("CreateTime")
|
|
7712
7982
|
self._FileSize = params.get("FileSize")
|
|
7713
7983
|
self._Status = params.get("Status")
|
|
7714
7984
|
self._RequestId = params.get("RequestId")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tione
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1482
|
|
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.0.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1482
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1482
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1481
|
{tencentcloud_sdk_python_tione-3.0.1481 → tencentcloud_sdk_python_tione-3.0.1482}/README.rst
RENAMED
|
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
|