alibabacloud-aimiaobi20230801 1.8.2__py3-none-any.whl → 1.8.3__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.
- alibabacloud_aimiaobi20230801/__init__.py +1 -1
- alibabacloud_aimiaobi20230801/models.py +12 -0
- {alibabacloud_aimiaobi20230801-1.8.2.dist-info → alibabacloud_aimiaobi20230801-1.8.3.dist-info}/METADATA +1 -1
- alibabacloud_aimiaobi20230801-1.8.3.dist-info/RECORD +8 -0
- alibabacloud_aimiaobi20230801-1.8.2.dist-info/RECORD +0 -8
- {alibabacloud_aimiaobi20230801-1.8.2.dist-info → alibabacloud_aimiaobi20230801-1.8.3.dist-info}/LICENSE +0 -0
- {alibabacloud_aimiaobi20230801-1.8.2.dist-info → alibabacloud_aimiaobi20230801-1.8.3.dist-info}/WHEEL +0 -0
- {alibabacloud_aimiaobi20230801-1.8.2.dist-info → alibabacloud_aimiaobi20230801-1.8.3.dist-info}/top_level.txt +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '1.8.
|
|
1
|
+
__version__ = '1.8.3'
|
|
@@ -7289,9 +7289,11 @@ class GetTopicSelectionPerspectiveAnalysisTaskResponseBodyDataHotViewPointsResul
|
|
|
7289
7289
|
def __init__(
|
|
7290
7290
|
self,
|
|
7291
7291
|
content: str = None,
|
|
7292
|
+
create_time: str = None,
|
|
7292
7293
|
doc_id: str = None,
|
|
7293
7294
|
doc_uuid: str = None,
|
|
7294
7295
|
image_urls: List[str] = None,
|
|
7296
|
+
pub_time: str = None,
|
|
7295
7297
|
source: str = None,
|
|
7296
7298
|
summary: str = None,
|
|
7297
7299
|
tags: List[str] = None,
|
|
@@ -7300,9 +7302,11 @@ class GetTopicSelectionPerspectiveAnalysisTaskResponseBodyDataHotViewPointsResul
|
|
|
7300
7302
|
url: str = None,
|
|
7301
7303
|
):
|
|
7302
7304
|
self.content = content
|
|
7305
|
+
self.create_time = create_time
|
|
7303
7306
|
self.doc_id = doc_id
|
|
7304
7307
|
self.doc_uuid = doc_uuid
|
|
7305
7308
|
self.image_urls = image_urls
|
|
7309
|
+
self.pub_time = pub_time
|
|
7306
7310
|
self.source = source
|
|
7307
7311
|
self.summary = summary
|
|
7308
7312
|
self.tags = tags
|
|
@@ -7321,12 +7325,16 @@ class GetTopicSelectionPerspectiveAnalysisTaskResponseBodyDataHotViewPointsResul
|
|
|
7321
7325
|
result = dict()
|
|
7322
7326
|
if self.content is not None:
|
|
7323
7327
|
result['Content'] = self.content
|
|
7328
|
+
if self.create_time is not None:
|
|
7329
|
+
result['CreateTime'] = self.create_time
|
|
7324
7330
|
if self.doc_id is not None:
|
|
7325
7331
|
result['DocId'] = self.doc_id
|
|
7326
7332
|
if self.doc_uuid is not None:
|
|
7327
7333
|
result['DocUuid'] = self.doc_uuid
|
|
7328
7334
|
if self.image_urls is not None:
|
|
7329
7335
|
result['ImageUrls'] = self.image_urls
|
|
7336
|
+
if self.pub_time is not None:
|
|
7337
|
+
result['PubTime'] = self.pub_time
|
|
7330
7338
|
if self.source is not None:
|
|
7331
7339
|
result['Source'] = self.source
|
|
7332
7340
|
if self.summary is not None:
|
|
@@ -7345,12 +7353,16 @@ class GetTopicSelectionPerspectiveAnalysisTaskResponseBodyDataHotViewPointsResul
|
|
|
7345
7353
|
m = m or dict()
|
|
7346
7354
|
if m.get('Content') is not None:
|
|
7347
7355
|
self.content = m.get('Content')
|
|
7356
|
+
if m.get('CreateTime') is not None:
|
|
7357
|
+
self.create_time = m.get('CreateTime')
|
|
7348
7358
|
if m.get('DocId') is not None:
|
|
7349
7359
|
self.doc_id = m.get('DocId')
|
|
7350
7360
|
if m.get('DocUuid') is not None:
|
|
7351
7361
|
self.doc_uuid = m.get('DocUuid')
|
|
7352
7362
|
if m.get('ImageUrls') is not None:
|
|
7353
7363
|
self.image_urls = m.get('ImageUrls')
|
|
7364
|
+
if m.get('PubTime') is not None:
|
|
7365
|
+
self.pub_time = m.get('PubTime')
|
|
7354
7366
|
if m.get('Source') is not None:
|
|
7355
7367
|
self.source = m.get('Source')
|
|
7356
7368
|
if m.get('Summary') is not None:
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
alibabacloud_aimiaobi20230801/__init__.py,sha256=DOtzaIR7Y05YroOBC_FH3acXS4FvsvIA1K19M5mvtyg,21
|
|
2
|
+
alibabacloud_aimiaobi20230801/client.py,sha256=SIK3IOcZOAmbgsAET8mtSuFPu71hLEz8Ue17zQQhasY,395512
|
|
3
|
+
alibabacloud_aimiaobi20230801/models.py,sha256=S8uIGOovXpvcrpofrhArZ8Ya_ojKhBrJHTTjaU02wdQ,797071
|
|
4
|
+
alibabacloud_aimiaobi20230801-1.8.3.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
|
|
5
|
+
alibabacloud_aimiaobi20230801-1.8.3.dist-info/METADATA,sha256=LlpGGf4NMo8u0FwuYM2Z6coXE3WoLZhBtojZ6WJDYLc,2347
|
|
6
|
+
alibabacloud_aimiaobi20230801-1.8.3.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
7
|
+
alibabacloud_aimiaobi20230801-1.8.3.dist-info/top_level.txt,sha256=8_10N8zQLrK-NI6L5TUyufvojDqjPl1Q-dHKwoC_b5Q,30
|
|
8
|
+
alibabacloud_aimiaobi20230801-1.8.3.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
alibabacloud_aimiaobi20230801/__init__.py,sha256=rC5r8a57tNS8iEsH9-9wBJhgkqTnEUlOLtqdDToxtfM,21
|
|
2
|
-
alibabacloud_aimiaobi20230801/client.py,sha256=SIK3IOcZOAmbgsAET8mtSuFPu71hLEz8Ue17zQQhasY,395512
|
|
3
|
-
alibabacloud_aimiaobi20230801/models.py,sha256=stoz_xqWGsFUAASr-jHiEFLrrBJmqeRLGtmEdNzfGTs,796578
|
|
4
|
-
alibabacloud_aimiaobi20230801-1.8.2.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
|
|
5
|
-
alibabacloud_aimiaobi20230801-1.8.2.dist-info/METADATA,sha256=0qZgtNzxM0ErC1aAQZ-X7OUT55K7xKDeDKEES3ydeC0,2347
|
|
6
|
-
alibabacloud_aimiaobi20230801-1.8.2.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
7
|
-
alibabacloud_aimiaobi20230801-1.8.2.dist-info/top_level.txt,sha256=8_10N8zQLrK-NI6L5TUyufvojDqjPl1Q-dHKwoC_b5Q,30
|
|
8
|
-
alibabacloud_aimiaobi20230801-1.8.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|