alibabacloud-aimiaobi20230801 1.8.0__tar.gz → 1.8.1__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.
- {alibabacloud_aimiaobi20230801-1.8.0 → alibabacloud_aimiaobi20230801-1.8.1}/ChangeLog.md +26 -0
- {alibabacloud_aimiaobi20230801-1.8.0 → alibabacloud_aimiaobi20230801-1.8.1}/PKG-INFO +1 -1
- alibabacloud_aimiaobi20230801-1.8.1/alibabacloud_aimiaobi20230801/__init__.py +1 -0
- {alibabacloud_aimiaobi20230801-1.8.0 → alibabacloud_aimiaobi20230801-1.8.1}/alibabacloud_aimiaobi20230801/models.py +30 -0
- {alibabacloud_aimiaobi20230801-1.8.0 → alibabacloud_aimiaobi20230801-1.8.1}/alibabacloud_aimiaobi20230801.egg-info/PKG-INFO +1 -1
- {alibabacloud_aimiaobi20230801-1.8.0 → alibabacloud_aimiaobi20230801-1.8.1}/setup.py +1 -1
- alibabacloud_aimiaobi20230801-1.8.0/alibabacloud_aimiaobi20230801/__init__.py +0 -1
- {alibabacloud_aimiaobi20230801-1.8.0 → alibabacloud_aimiaobi20230801-1.8.1}/LICENSE +0 -0
- {alibabacloud_aimiaobi20230801-1.8.0 → alibabacloud_aimiaobi20230801-1.8.1}/MANIFEST.in +0 -0
- {alibabacloud_aimiaobi20230801-1.8.0 → alibabacloud_aimiaobi20230801-1.8.1}/README-CN.md +0 -0
- {alibabacloud_aimiaobi20230801-1.8.0 → alibabacloud_aimiaobi20230801-1.8.1}/README.md +0 -0
- {alibabacloud_aimiaobi20230801-1.8.0 → alibabacloud_aimiaobi20230801-1.8.1}/alibabacloud_aimiaobi20230801/client.py +0 -0
- {alibabacloud_aimiaobi20230801-1.8.0 → alibabacloud_aimiaobi20230801-1.8.1}/alibabacloud_aimiaobi20230801.egg-info/SOURCES.txt +0 -0
- {alibabacloud_aimiaobi20230801-1.8.0 → alibabacloud_aimiaobi20230801-1.8.1}/alibabacloud_aimiaobi20230801.egg-info/dependency_links.txt +0 -0
- {alibabacloud_aimiaobi20230801-1.8.0 → alibabacloud_aimiaobi20230801-1.8.1}/alibabacloud_aimiaobi20230801.egg-info/requires.txt +0 -0
- {alibabacloud_aimiaobi20230801-1.8.0 → alibabacloud_aimiaobi20230801-1.8.1}/alibabacloud_aimiaobi20230801.egg-info/top_level.txt +0 -0
- {alibabacloud_aimiaobi20230801-1.8.0 → alibabacloud_aimiaobi20230801-1.8.1}/setup.cfg +0 -0
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
2024-09-11 Version: 1.8.0
|
|
2
|
+
- Support API DeleteCustomTopicByTopic.
|
|
3
|
+
- Support API DeleteCustomTopicViewPointById.
|
|
4
|
+
- Support API ExportHotTopicPlanningProposals.
|
|
5
|
+
- Support API GetCustomTopicSelectionPerspectiveAnalysisTask.
|
|
6
|
+
- Support API GetDocClusterTask.
|
|
7
|
+
- Support API GetTopicById.
|
|
8
|
+
- Support API GetTopicSelectionPerspectiveAnalysisTask.
|
|
9
|
+
- Support API ListCustomViewPoints.
|
|
10
|
+
- Support API ListFreshViewPoints.
|
|
11
|
+
- Support API ListHotSources.
|
|
12
|
+
- Support API ListHotTopics.
|
|
13
|
+
- Support API ListHotViewPoints.
|
|
14
|
+
- Support API ListPlanningProposal.
|
|
15
|
+
- Support API ListTimedViewAttitude.
|
|
16
|
+
- Support API ListTopicRecommendEventList.
|
|
17
|
+
- Support API ListTopicViewPointRecommendEventList.
|
|
18
|
+
- Support API ListWebReviewPoints.
|
|
19
|
+
- Support API RunCustomHotTopicAnalysis.
|
|
20
|
+
- Support API RunCustomHotTopicViewPointAnalysis.
|
|
21
|
+
- Support API RunStepByStepWriting.
|
|
22
|
+
- Support API SubmitCustomTopicSelectionPerspectiveAnalysisTask.
|
|
23
|
+
- Support API SubmitDocClusterTask.
|
|
24
|
+
- Support API SubmitTopicSelectionPerspectiveAnalysisTask.
|
|
25
|
+
|
|
26
|
+
|
|
1
27
|
2024-09-09 Version: 1.7.0
|
|
2
28
|
- Support API RunAbbreviationContent.
|
|
3
29
|
- Support API RunContinueContent.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.8.1'
|
|
@@ -7288,17 +7288,27 @@ class GetTopicSelectionPerspectiveAnalysisTaskResponseBodyDataFreshViewPointsRes
|
|
|
7288
7288
|
class GetTopicSelectionPerspectiveAnalysisTaskResponseBodyDataHotViewPointsResultAttitudesNews(TeaModel):
|
|
7289
7289
|
def __init__(
|
|
7290
7290
|
self,
|
|
7291
|
+
content: str = None,
|
|
7291
7292
|
doc_id: str = None,
|
|
7292
7293
|
doc_uuid: str = None,
|
|
7293
7294
|
image_urls: List[str] = None,
|
|
7295
|
+
source: str = None,
|
|
7296
|
+
summary: str = None,
|
|
7294
7297
|
tags: List[str] = None,
|
|
7298
|
+
title: str = None,
|
|
7295
7299
|
topic: str = None,
|
|
7300
|
+
url: str = None,
|
|
7296
7301
|
):
|
|
7302
|
+
self.content = content
|
|
7297
7303
|
self.doc_id = doc_id
|
|
7298
7304
|
self.doc_uuid = doc_uuid
|
|
7299
7305
|
self.image_urls = image_urls
|
|
7306
|
+
self.source = source
|
|
7307
|
+
self.summary = summary
|
|
7300
7308
|
self.tags = tags
|
|
7309
|
+
self.title = title
|
|
7301
7310
|
self.topic = topic
|
|
7311
|
+
self.url = url
|
|
7302
7312
|
|
|
7303
7313
|
def validate(self):
|
|
7304
7314
|
pass
|
|
@@ -7309,30 +7319,50 @@ class GetTopicSelectionPerspectiveAnalysisTaskResponseBodyDataHotViewPointsResul
|
|
|
7309
7319
|
return _map
|
|
7310
7320
|
|
|
7311
7321
|
result = dict()
|
|
7322
|
+
if self.content is not None:
|
|
7323
|
+
result['Content'] = self.content
|
|
7312
7324
|
if self.doc_id is not None:
|
|
7313
7325
|
result['DocId'] = self.doc_id
|
|
7314
7326
|
if self.doc_uuid is not None:
|
|
7315
7327
|
result['DocUuid'] = self.doc_uuid
|
|
7316
7328
|
if self.image_urls is not None:
|
|
7317
7329
|
result['ImageUrls'] = self.image_urls
|
|
7330
|
+
if self.source is not None:
|
|
7331
|
+
result['Source'] = self.source
|
|
7332
|
+
if self.summary is not None:
|
|
7333
|
+
result['Summary'] = self.summary
|
|
7318
7334
|
if self.tags is not None:
|
|
7319
7335
|
result['Tags'] = self.tags
|
|
7336
|
+
if self.title is not None:
|
|
7337
|
+
result['Title'] = self.title
|
|
7320
7338
|
if self.topic is not None:
|
|
7321
7339
|
result['Topic'] = self.topic
|
|
7340
|
+
if self.url is not None:
|
|
7341
|
+
result['Url'] = self.url
|
|
7322
7342
|
return result
|
|
7323
7343
|
|
|
7324
7344
|
def from_map(self, m: dict = None):
|
|
7325
7345
|
m = m or dict()
|
|
7346
|
+
if m.get('Content') is not None:
|
|
7347
|
+
self.content = m.get('Content')
|
|
7326
7348
|
if m.get('DocId') is not None:
|
|
7327
7349
|
self.doc_id = m.get('DocId')
|
|
7328
7350
|
if m.get('DocUuid') is not None:
|
|
7329
7351
|
self.doc_uuid = m.get('DocUuid')
|
|
7330
7352
|
if m.get('ImageUrls') is not None:
|
|
7331
7353
|
self.image_urls = m.get('ImageUrls')
|
|
7354
|
+
if m.get('Source') is not None:
|
|
7355
|
+
self.source = m.get('Source')
|
|
7356
|
+
if m.get('Summary') is not None:
|
|
7357
|
+
self.summary = m.get('Summary')
|
|
7332
7358
|
if m.get('Tags') is not None:
|
|
7333
7359
|
self.tags = m.get('Tags')
|
|
7360
|
+
if m.get('Title') is not None:
|
|
7361
|
+
self.title = m.get('Title')
|
|
7334
7362
|
if m.get('Topic') is not None:
|
|
7335
7363
|
self.topic = m.get('Topic')
|
|
7364
|
+
if m.get('Url') is not None:
|
|
7365
|
+
self.url = m.get('Url')
|
|
7336
7366
|
return self
|
|
7337
7367
|
|
|
7338
7368
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '1.8.0'
|
|
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
|