tencentcloud-sdk-python-dataagent 3.1.46__tar.gz → 3.1.60__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_dataagent-3.1.46 → tencentcloud_sdk_python_dataagent-3.1.60}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_dataagent-3.1.46 → tencentcloud_sdk_python_dataagent-3.1.60}/setup.py +1 -1
  3. {tencentcloud_sdk_python_dataagent-3.1.46 → tencentcloud_sdk_python_dataagent-3.1.60}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_dataagent-3.1.46 → tencentcloud_sdk_python_dataagent-3.1.60}/tencentcloud/dataagent/v20250513/models.py +39 -28
  5. {tencentcloud_sdk_python_dataagent-3.1.46 → tencentcloud_sdk_python_dataagent-3.1.60}/tencentcloud_sdk_python_dataagent.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_dataagent-3.1.60/tencentcloud_sdk_python_dataagent.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_dataagent-3.1.46/tencentcloud_sdk_python_dataagent.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_dataagent-3.1.46 → tencentcloud_sdk_python_dataagent-3.1.60}/README.rst +0 -0
  9. {tencentcloud_sdk_python_dataagent-3.1.46 → tencentcloud_sdk_python_dataagent-3.1.60}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_dataagent-3.1.46 → tencentcloud_sdk_python_dataagent-3.1.60}/tencentcloud/dataagent/__init__.py +0 -0
  11. {tencentcloud_sdk_python_dataagent-3.1.46 → tencentcloud_sdk_python_dataagent-3.1.60}/tencentcloud/dataagent/v20250513/__init__.py +0 -0
  12. {tencentcloud_sdk_python_dataagent-3.1.46 → tencentcloud_sdk_python_dataagent-3.1.60}/tencentcloud/dataagent/v20250513/dataagent_client.py +0 -0
  13. {tencentcloud_sdk_python_dataagent-3.1.46 → tencentcloud_sdk_python_dataagent-3.1.60}/tencentcloud/dataagent/v20250513/dataagent_client_async.py +0 -0
  14. {tencentcloud_sdk_python_dataagent-3.1.46 → tencentcloud_sdk_python_dataagent-3.1.60}/tencentcloud/dataagent/v20250513/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_dataagent-3.1.46 → tencentcloud_sdk_python_dataagent-3.1.60}/tencentcloud_sdk_python_dataagent.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_dataagent-3.1.46 → tencentcloud_sdk_python_dataagent-3.1.60}/tencentcloud_sdk_python_dataagent.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_dataagent-3.1.46 → tencentcloud_sdk_python_dataagent-3.1.60}/tencentcloud_sdk_python_dataagent.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-dataagent
3
- Version: 3.1.46
3
+ Version: 3.1.60
4
4
  Summary: Tencent Cloud Dataagent 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.46
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.60
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-dataagent',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.46,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.60,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Dataagent SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.46'
17
+ __version__ = '3.1.60'
@@ -1264,32 +1264,32 @@ class FileInfo(AbstractModel):
1264
1264
 
1265
1265
  def __init__(self):
1266
1266
  r"""
1267
- :param _FileName: 文件名称
1267
+ :param _FileName: <p>文件名称</p>
1268
1268
  :type FileName: str
1269
- :param _FileSize: 文件大小,字节
1269
+ :param _FileSize: <p>文件大小,字节</p>
1270
1270
  :type FileSize: float
1271
- :param _Type: 文件类型,0=文本,1=表格,默认0
1272
-
1271
+ :param _Type: <p>文件类型,0=文本,1=表格,默认0</p>
1273
1272
  :type Type: int
1274
- :param _FileId: 文件ID
1273
+ :param _FileId: <p>文件ID</p>
1275
1274
  :type FileId: str
1276
- :param _Status: 状态,0:数据处理中 1:可用 -1:错误
1275
+ :param _Status: <p>状态,0:数据处理中 1:可用 -1:错误</p>
1277
1276
  :type Status: int
1278
- :param _CreateUser: 操作者
1279
-
1277
+ :param _CreateUser: <p>操作者</p>
1280
1278
  :type CreateUser: str
1281
- :param _CreateTime: 创建时间
1279
+ :param _CreateTime: <p>创建时间</p>
1282
1280
  :type CreateTime: str
1283
- :param _ChunkConfig: 分片策略
1281
+ :param _ChunkConfig: <p>分片策略</p>
1284
1282
  :type ChunkConfig: :class:`tencentcloud.dataagent.v20250513.models.KnowledgeTaskConfig`
1285
- :param _Source: 文件来源0=unknow,1=user_cos,2=local
1283
+ :param _Source: <p>文件来源0=unknow,1=user_cos,2=local</p>
1286
1284
  :type Source: int
1287
- :param _FileUrl: 文件url
1285
+ :param _FileUrl: <p>文件url</p>
1288
1286
  :type FileUrl: str
1289
- :param _IsShowCase: 是否官方示例,0=否,1=是
1287
+ :param _IsShowCase: <p>是否官方示例,0=否,1=是</p>
1290
1288
  :type IsShowCase: int
1291
- :param _DocumentSummary: 文档摘要
1289
+ :param _DocumentSummary: <p>文档摘要</p>
1292
1290
  :type DocumentSummary: str
1291
+ :param _WebUrl: <p>网页地址</p>
1292
+ :type WebUrl: str
1293
1293
  """
1294
1294
  self._FileName = None
1295
1295
  self._FileSize = None
@@ -1303,10 +1303,11 @@ class FileInfo(AbstractModel):
1303
1303
  self._FileUrl = None
1304
1304
  self._IsShowCase = None
1305
1305
  self._DocumentSummary = None
1306
+ self._WebUrl = None
1306
1307
 
1307
1308
  @property
1308
1309
  def FileName(self):
1309
- r"""文件名称
1310
+ r"""<p>文件名称</p>
1310
1311
  :rtype: str
1311
1312
  """
1312
1313
  return self._FileName
@@ -1317,7 +1318,7 @@ class FileInfo(AbstractModel):
1317
1318
 
1318
1319
  @property
1319
1320
  def FileSize(self):
1320
- r"""文件大小,字节
1321
+ r"""<p>文件大小,字节</p>
1321
1322
  :rtype: float
1322
1323
  """
1323
1324
  return self._FileSize
@@ -1328,8 +1329,7 @@ class FileInfo(AbstractModel):
1328
1329
 
1329
1330
  @property
1330
1331
  def Type(self):
1331
- r"""文件类型,0=文本,1=表格,默认0
1332
-
1332
+ r"""<p>文件类型,0=文本,1=表格,默认0</p>
1333
1333
  :rtype: int
1334
1334
  """
1335
1335
  return self._Type
@@ -1340,7 +1340,7 @@ class FileInfo(AbstractModel):
1340
1340
 
1341
1341
  @property
1342
1342
  def FileId(self):
1343
- r"""文件ID
1343
+ r"""<p>文件ID</p>
1344
1344
  :rtype: str
1345
1345
  """
1346
1346
  return self._FileId
@@ -1351,7 +1351,7 @@ class FileInfo(AbstractModel):
1351
1351
 
1352
1352
  @property
1353
1353
  def Status(self):
1354
- r"""状态,0:数据处理中 1:可用 -1:错误
1354
+ r"""<p>状态,0:数据处理中 1:可用 -1:错误</p>
1355
1355
  :rtype: int
1356
1356
  """
1357
1357
  return self._Status
@@ -1362,8 +1362,7 @@ class FileInfo(AbstractModel):
1362
1362
 
1363
1363
  @property
1364
1364
  def CreateUser(self):
1365
- r"""操作者
1366
-
1365
+ r"""<p>操作者</p>
1367
1366
  :rtype: str
1368
1367
  """
1369
1368
  return self._CreateUser
@@ -1374,7 +1373,7 @@ class FileInfo(AbstractModel):
1374
1373
 
1375
1374
  @property
1376
1375
  def CreateTime(self):
1377
- r"""创建时间
1376
+ r"""<p>创建时间</p>
1378
1377
  :rtype: str
1379
1378
  """
1380
1379
  return self._CreateTime
@@ -1385,7 +1384,7 @@ class FileInfo(AbstractModel):
1385
1384
 
1386
1385
  @property
1387
1386
  def ChunkConfig(self):
1388
- r"""分片策略
1387
+ r"""<p>分片策略</p>
1389
1388
  :rtype: :class:`tencentcloud.dataagent.v20250513.models.KnowledgeTaskConfig`
1390
1389
  """
1391
1390
  return self._ChunkConfig
@@ -1396,7 +1395,7 @@ class FileInfo(AbstractModel):
1396
1395
 
1397
1396
  @property
1398
1397
  def Source(self):
1399
- r"""文件来源0=unknow,1=user_cos,2=local
1398
+ r"""<p>文件来源0=unknow,1=user_cos,2=local</p>
1400
1399
  :rtype: int
1401
1400
  """
1402
1401
  return self._Source
@@ -1407,7 +1406,7 @@ class FileInfo(AbstractModel):
1407
1406
 
1408
1407
  @property
1409
1408
  def FileUrl(self):
1410
- r"""文件url
1409
+ r"""<p>文件url</p>
1411
1410
  :rtype: str
1412
1411
  """
1413
1412
  return self._FileUrl
@@ -1418,7 +1417,7 @@ class FileInfo(AbstractModel):
1418
1417
 
1419
1418
  @property
1420
1419
  def IsShowCase(self):
1421
- r"""是否官方示例,0=否,1=是
1420
+ r"""<p>是否官方示例,0=否,1=是</p>
1422
1421
  :rtype: int
1423
1422
  """
1424
1423
  return self._IsShowCase
@@ -1429,7 +1428,7 @@ class FileInfo(AbstractModel):
1429
1428
 
1430
1429
  @property
1431
1430
  def DocumentSummary(self):
1432
- r"""文档摘要
1431
+ r"""<p>文档摘要</p>
1433
1432
  :rtype: str
1434
1433
  """
1435
1434
  return self._DocumentSummary
@@ -1438,6 +1437,17 @@ class FileInfo(AbstractModel):
1438
1437
  def DocumentSummary(self, DocumentSummary):
1439
1438
  self._DocumentSummary = DocumentSummary
1440
1439
 
1440
+ @property
1441
+ def WebUrl(self):
1442
+ r"""<p>网页地址</p>
1443
+ :rtype: str
1444
+ """
1445
+ return self._WebUrl
1446
+
1447
+ @WebUrl.setter
1448
+ def WebUrl(self, WebUrl):
1449
+ self._WebUrl = WebUrl
1450
+
1441
1451
 
1442
1452
  def _deserialize(self, params):
1443
1453
  self._FileName = params.get("FileName")
@@ -1454,6 +1464,7 @@ class FileInfo(AbstractModel):
1454
1464
  self._FileUrl = params.get("FileUrl")
1455
1465
  self._IsShowCase = params.get("IsShowCase")
1456
1466
  self._DocumentSummary = params.get("DocumentSummary")
1467
+ self._WebUrl = params.get("WebUrl")
1457
1468
  memeber_set = set(params.keys())
1458
1469
  for name, value in vars(self).items():
1459
1470
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-dataagent
3
- Version: 3.1.46
3
+ Version: 3.1.60
4
4
  Summary: Tencent Cloud Dataagent 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.46
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.60
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.60
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.46