alibabacloud-aimiaobi20230801 1.38.4__py3-none-any.whl → 1.38.5__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/client.py +16 -0
- alibabacloud_aimiaobi20230801/models/__init__.py +6 -0
- alibabacloud_aimiaobi20230801/models/_export_custom_source_analysis_task_request.py +8 -0
- alibabacloud_aimiaobi20230801/models/_hottopic_news.py +95 -0
- alibabacloud_aimiaobi20230801/models/_submit_custom_source_topic_analysis_request.py +68 -0
- alibabacloud_aimiaobi20230801/models/_submit_custom_source_topic_analysis_shrink_request.py +16 -0
- {alibabacloud_aimiaobi20230801-1.38.4.dist-info → alibabacloud_aimiaobi20230801-1.38.5.dist-info}/METADATA +2 -2
- {alibabacloud_aimiaobi20230801-1.38.4.dist-info → alibabacloud_aimiaobi20230801-1.38.5.dist-info}/RECORD +12 -11
- {alibabacloud_aimiaobi20230801-1.38.4.dist-info → alibabacloud_aimiaobi20230801-1.38.5.dist-info}/LICENSE +0 -0
- {alibabacloud_aimiaobi20230801-1.38.4.dist-info → alibabacloud_aimiaobi20230801-1.38.5.dist-info}/WHEEL +0 -0
- {alibabacloud_aimiaobi20230801-1.38.4.dist-info → alibabacloud_aimiaobi20230801-1.38.5.dist-info}/top_level.txt +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '1.38.
|
|
1
|
+
__version__ = '1.38.5'
|
|
@@ -3344,6 +3344,8 @@ class Client(OpenApiClient):
|
|
|
3344
3344
|
) -> main_models.ExportCustomSourceAnalysisTaskResponse:
|
|
3345
3345
|
request.validate()
|
|
3346
3346
|
body = {}
|
|
3347
|
+
if not DaraCore.is_null(request.export_type):
|
|
3348
|
+
body['ExportType'] = request.export_type
|
|
3347
3349
|
if not DaraCore.is_null(request.task_id):
|
|
3348
3350
|
body['TaskId'] = request.task_id
|
|
3349
3351
|
if not DaraCore.is_null(request.workspace_id):
|
|
@@ -3374,6 +3376,8 @@ class Client(OpenApiClient):
|
|
|
3374
3376
|
) -> main_models.ExportCustomSourceAnalysisTaskResponse:
|
|
3375
3377
|
request.validate()
|
|
3376
3378
|
body = {}
|
|
3379
|
+
if not DaraCore.is_null(request.export_type):
|
|
3380
|
+
body['ExportType'] = request.export_type
|
|
3377
3381
|
if not DaraCore.is_null(request.task_id):
|
|
3378
3382
|
body['TaskId'] = request.task_id
|
|
3379
3383
|
if not DaraCore.is_null(request.workspace_id):
|
|
@@ -19579,6 +19583,8 @@ class Client(OpenApiClient):
|
|
|
19579
19583
|
request.analysis_types_shrink = Utils.array_to_string_with_specified_style(tmp_req.analysis_types, 'AnalysisTypes', 'json')
|
|
19580
19584
|
if not DaraCore.is_null(tmp_req.news):
|
|
19581
19585
|
request.news_shrink = Utils.array_to_string_with_specified_style(tmp_req.news, 'News', 'json')
|
|
19586
|
+
if not DaraCore.is_null(tmp_req.topics):
|
|
19587
|
+
request.topics_shrink = Utils.array_to_string_with_specified_style(tmp_req.topics, 'Topics', 'json')
|
|
19582
19588
|
body = {}
|
|
19583
19589
|
if not DaraCore.is_null(request.analysis_types_shrink):
|
|
19584
19590
|
body['AnalysisTypes'] = request.analysis_types_shrink
|
|
@@ -19590,6 +19596,10 @@ class Client(OpenApiClient):
|
|
|
19590
19596
|
body['MaxTopicSize'] = request.max_topic_size
|
|
19591
19597
|
if not DaraCore.is_null(request.news_shrink):
|
|
19592
19598
|
body['News'] = request.news_shrink
|
|
19599
|
+
if not DaraCore.is_null(request.topics_shrink):
|
|
19600
|
+
body['Topics'] = request.topics_shrink
|
|
19601
|
+
if not DaraCore.is_null(request.topics_file_url):
|
|
19602
|
+
body['TopicsFileUrl'] = request.topics_file_url
|
|
19593
19603
|
if not DaraCore.is_null(request.workspace_id):
|
|
19594
19604
|
body['WorkspaceId'] = request.workspace_id
|
|
19595
19605
|
req = open_api_util_models.OpenApiRequest(
|
|
@@ -19623,6 +19633,8 @@ class Client(OpenApiClient):
|
|
|
19623
19633
|
request.analysis_types_shrink = Utils.array_to_string_with_specified_style(tmp_req.analysis_types, 'AnalysisTypes', 'json')
|
|
19624
19634
|
if not DaraCore.is_null(tmp_req.news):
|
|
19625
19635
|
request.news_shrink = Utils.array_to_string_with_specified_style(tmp_req.news, 'News', 'json')
|
|
19636
|
+
if not DaraCore.is_null(tmp_req.topics):
|
|
19637
|
+
request.topics_shrink = Utils.array_to_string_with_specified_style(tmp_req.topics, 'Topics', 'json')
|
|
19626
19638
|
body = {}
|
|
19627
19639
|
if not DaraCore.is_null(request.analysis_types_shrink):
|
|
19628
19640
|
body['AnalysisTypes'] = request.analysis_types_shrink
|
|
@@ -19634,6 +19646,10 @@ class Client(OpenApiClient):
|
|
|
19634
19646
|
body['MaxTopicSize'] = request.max_topic_size
|
|
19635
19647
|
if not DaraCore.is_null(request.news_shrink):
|
|
19636
19648
|
body['News'] = request.news_shrink
|
|
19649
|
+
if not DaraCore.is_null(request.topics_shrink):
|
|
19650
|
+
body['Topics'] = request.topics_shrink
|
|
19651
|
+
if not DaraCore.is_null(request.topics_file_url):
|
|
19652
|
+
body['TopicsFileUrl'] = request.topics_file_url
|
|
19637
19653
|
if not DaraCore.is_null(request.workspace_id):
|
|
19638
19654
|
body['WorkspaceId'] = request.workspace_id
|
|
19639
19655
|
req = open_api_util_models.OpenApiRequest(
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
|
|
5
5
|
from ._generate_traceability import GenerateTraceability
|
|
6
|
+
from ._hottopic_news import HottopicNews
|
|
6
7
|
from ._outline_search_result import OutlineSearchResult
|
|
7
8
|
from ._outline_writing_article import OutlineWritingArticle
|
|
8
9
|
from ._topic_selection import TopicSelection
|
|
@@ -673,6 +674,7 @@ from ._validate_upload_template_request import ValidateUploadTemplateRequest
|
|
|
673
674
|
from ._validate_upload_template_response_body import ValidateUploadTemplateResponseBody
|
|
674
675
|
from ._validate_upload_template_response import ValidateUploadTemplateResponse
|
|
675
676
|
from ._generate_traceability import GenerateTraceabilityNews
|
|
677
|
+
from ._hottopic_news import HottopicNewsComments
|
|
676
678
|
from ._topic_selection import TopicSelectionOutlines
|
|
677
679
|
from ._writing_style_template_define import WritingStyleTemplateDefineExample
|
|
678
680
|
from ._writing_style_template_field import WritingStyleTemplateFieldEnums
|
|
@@ -1229,6 +1231,7 @@ from ._submit_custom_hot_topic_broadcast_job_request import SubmitCustomHotTopic
|
|
|
1229
1231
|
from ._submit_custom_hot_topic_broadcast_job_response_body import SubmitCustomHotTopicBroadcastJobResponseBodyData
|
|
1230
1232
|
from ._submit_custom_source_topic_analysis_request import SubmitCustomSourceTopicAnalysisRequestNewsComments
|
|
1231
1233
|
from ._submit_custom_source_topic_analysis_request import SubmitCustomSourceTopicAnalysisRequestNews
|
|
1234
|
+
from ._submit_custom_source_topic_analysis_request import SubmitCustomSourceTopicAnalysisRequestTopics
|
|
1232
1235
|
from ._submit_custom_source_topic_analysis_response_body import SubmitCustomSourceTopicAnalysisResponseBodyData
|
|
1233
1236
|
from ._submit_custom_topic_selection_perspective_analysis_task_request import SubmitCustomTopicSelectionPerspectiveAnalysisTaskRequestDocuments
|
|
1234
1237
|
from ._submit_custom_topic_selection_perspective_analysis_task_response_body import SubmitCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyData
|
|
@@ -1288,6 +1291,7 @@ from ._validate_upload_template_response_body import ValidateUploadTemplateRespo
|
|
|
1288
1291
|
|
|
1289
1292
|
__all__ = [
|
|
1290
1293
|
GenerateTraceability,
|
|
1294
|
+
HottopicNews,
|
|
1291
1295
|
OutlineSearchResult,
|
|
1292
1296
|
OutlineWritingArticle,
|
|
1293
1297
|
TopicSelection,
|
|
@@ -1958,6 +1962,7 @@ __all__ = [
|
|
|
1958
1962
|
ValidateUploadTemplateResponseBody,
|
|
1959
1963
|
ValidateUploadTemplateResponse,
|
|
1960
1964
|
GenerateTraceabilityNews,
|
|
1965
|
+
HottopicNewsComments,
|
|
1961
1966
|
TopicSelectionOutlines,
|
|
1962
1967
|
WritingStyleTemplateDefineExample,
|
|
1963
1968
|
WritingStyleTemplateFieldEnums,
|
|
@@ -2514,6 +2519,7 @@ __all__ = [
|
|
|
2514
2519
|
SubmitCustomHotTopicBroadcastJobResponseBodyData,
|
|
2515
2520
|
SubmitCustomSourceTopicAnalysisRequestNewsComments,
|
|
2516
2521
|
SubmitCustomSourceTopicAnalysisRequestNews,
|
|
2522
|
+
SubmitCustomSourceTopicAnalysisRequestTopics,
|
|
2517
2523
|
SubmitCustomSourceTopicAnalysisResponseBodyData,
|
|
2518
2524
|
SubmitCustomTopicSelectionPerspectiveAnalysisTaskRequestDocuments,
|
|
2519
2525
|
SubmitCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyData,
|
|
@@ -7,9 +7,11 @@ from darabonba.model import DaraModel
|
|
|
7
7
|
class ExportCustomSourceAnalysisTaskRequest(DaraModel):
|
|
8
8
|
def __init__(
|
|
9
9
|
self,
|
|
10
|
+
export_type: str = None,
|
|
10
11
|
task_id: str = None,
|
|
11
12
|
workspace_id: str = None,
|
|
12
13
|
):
|
|
14
|
+
self.export_type = export_type
|
|
13
15
|
# This parameter is required.
|
|
14
16
|
self.task_id = task_id
|
|
15
17
|
# This parameter is required.
|
|
@@ -23,6 +25,9 @@ class ExportCustomSourceAnalysisTaskRequest(DaraModel):
|
|
|
23
25
|
_map = super().to_map()
|
|
24
26
|
if _map is not None:
|
|
25
27
|
result = _map
|
|
28
|
+
if self.export_type is not None:
|
|
29
|
+
result['ExportType'] = self.export_type
|
|
30
|
+
|
|
26
31
|
if self.task_id is not None:
|
|
27
32
|
result['TaskId'] = self.task_id
|
|
28
33
|
|
|
@@ -33,6 +38,9 @@ class ExportCustomSourceAnalysisTaskRequest(DaraModel):
|
|
|
33
38
|
|
|
34
39
|
def from_map(self, m: dict = None):
|
|
35
40
|
m = m or dict()
|
|
41
|
+
if m.get('ExportType') is not None:
|
|
42
|
+
self.export_type = m.get('ExportType')
|
|
43
|
+
|
|
36
44
|
if m.get('TaskId') is not None:
|
|
37
45
|
self.task_id = m.get('TaskId')
|
|
38
46
|
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# This file is auto-generated, don't edit it. Thanks.
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import List
|
|
6
|
+
|
|
7
|
+
from alibabacloud_aimiaobi20230801 import models as main_models
|
|
8
|
+
from darabonba.model import DaraModel
|
|
9
|
+
|
|
10
|
+
class HottopicNews(DaraModel):
|
|
11
|
+
def __init__(
|
|
12
|
+
self,
|
|
13
|
+
comments: List[main_models.HottopicNewsComments] = None,
|
|
14
|
+
content: str = None,
|
|
15
|
+
title: str = None,
|
|
16
|
+
url: str = None,
|
|
17
|
+
):
|
|
18
|
+
self.comments = comments
|
|
19
|
+
self.content = content
|
|
20
|
+
self.title = title
|
|
21
|
+
self.url = url
|
|
22
|
+
|
|
23
|
+
def validate(self):
|
|
24
|
+
if self.comments:
|
|
25
|
+
for v1 in self.comments:
|
|
26
|
+
if v1:
|
|
27
|
+
v1.validate()
|
|
28
|
+
|
|
29
|
+
def to_map(self):
|
|
30
|
+
result = dict()
|
|
31
|
+
_map = super().to_map()
|
|
32
|
+
if _map is not None:
|
|
33
|
+
result = _map
|
|
34
|
+
result['Comments'] = []
|
|
35
|
+
if self.comments is not None:
|
|
36
|
+
for k1 in self.comments:
|
|
37
|
+
result['Comments'].append(k1.to_map() if k1 else None)
|
|
38
|
+
|
|
39
|
+
if self.content is not None:
|
|
40
|
+
result['Content'] = self.content
|
|
41
|
+
|
|
42
|
+
if self.title is not None:
|
|
43
|
+
result['Title'] = self.title
|
|
44
|
+
|
|
45
|
+
if self.url is not None:
|
|
46
|
+
result['Url'] = self.url
|
|
47
|
+
|
|
48
|
+
return result
|
|
49
|
+
|
|
50
|
+
def from_map(self, m: dict = None):
|
|
51
|
+
m = m or dict()
|
|
52
|
+
self.comments = []
|
|
53
|
+
if m.get('Comments') is not None:
|
|
54
|
+
for k1 in m.get('Comments'):
|
|
55
|
+
temp_model = main_models.HottopicNewsComments()
|
|
56
|
+
self.comments.append(temp_model.from_map(k1))
|
|
57
|
+
|
|
58
|
+
if m.get('Content') is not None:
|
|
59
|
+
self.content = m.get('Content')
|
|
60
|
+
|
|
61
|
+
if m.get('Title') is not None:
|
|
62
|
+
self.title = m.get('Title')
|
|
63
|
+
|
|
64
|
+
if m.get('Url') is not None:
|
|
65
|
+
self.url = m.get('Url')
|
|
66
|
+
|
|
67
|
+
return self
|
|
68
|
+
|
|
69
|
+
class HottopicNewsComments(DaraModel):
|
|
70
|
+
def __init__(
|
|
71
|
+
self,
|
|
72
|
+
text: str = None,
|
|
73
|
+
):
|
|
74
|
+
self.text = text
|
|
75
|
+
|
|
76
|
+
def validate(self):
|
|
77
|
+
pass
|
|
78
|
+
|
|
79
|
+
def to_map(self):
|
|
80
|
+
result = dict()
|
|
81
|
+
_map = super().to_map()
|
|
82
|
+
if _map is not None:
|
|
83
|
+
result = _map
|
|
84
|
+
if self.text is not None:
|
|
85
|
+
result['Text'] = self.text
|
|
86
|
+
|
|
87
|
+
return result
|
|
88
|
+
|
|
89
|
+
def from_map(self, m: dict = None):
|
|
90
|
+
m = m or dict()
|
|
91
|
+
if m.get('Text') is not None:
|
|
92
|
+
self.text = m.get('Text')
|
|
93
|
+
|
|
94
|
+
return self
|
|
95
|
+
|
|
@@ -15,6 +15,8 @@ class SubmitCustomSourceTopicAnalysisRequest(DaraModel):
|
|
|
15
15
|
file_url: str = None,
|
|
16
16
|
max_topic_size: int = None,
|
|
17
17
|
news: List[main_models.SubmitCustomSourceTopicAnalysisRequestNews] = None,
|
|
18
|
+
topics: List[main_models.SubmitCustomSourceTopicAnalysisRequestTopics] = None,
|
|
19
|
+
topics_file_url: str = None,
|
|
18
20
|
workspace_id: str = None,
|
|
19
21
|
):
|
|
20
22
|
self.analysis_types = analysis_types
|
|
@@ -22,6 +24,8 @@ class SubmitCustomSourceTopicAnalysisRequest(DaraModel):
|
|
|
22
24
|
self.file_url = file_url
|
|
23
25
|
self.max_topic_size = max_topic_size
|
|
24
26
|
self.news = news
|
|
27
|
+
self.topics = topics
|
|
28
|
+
self.topics_file_url = topics_file_url
|
|
25
29
|
# This parameter is required.
|
|
26
30
|
self.workspace_id = workspace_id
|
|
27
31
|
|
|
@@ -30,6 +34,10 @@ class SubmitCustomSourceTopicAnalysisRequest(DaraModel):
|
|
|
30
34
|
for v1 in self.news:
|
|
31
35
|
if v1:
|
|
32
36
|
v1.validate()
|
|
37
|
+
if self.topics:
|
|
38
|
+
for v1 in self.topics:
|
|
39
|
+
if v1:
|
|
40
|
+
v1.validate()
|
|
33
41
|
|
|
34
42
|
def to_map(self):
|
|
35
43
|
result = dict()
|
|
@@ -53,6 +61,14 @@ class SubmitCustomSourceTopicAnalysisRequest(DaraModel):
|
|
|
53
61
|
for k1 in self.news:
|
|
54
62
|
result['News'].append(k1.to_map() if k1 else None)
|
|
55
63
|
|
|
64
|
+
result['Topics'] = []
|
|
65
|
+
if self.topics is not None:
|
|
66
|
+
for k1 in self.topics:
|
|
67
|
+
result['Topics'].append(k1.to_map() if k1 else None)
|
|
68
|
+
|
|
69
|
+
if self.topics_file_url is not None:
|
|
70
|
+
result['TopicsFileUrl'] = self.topics_file_url
|
|
71
|
+
|
|
56
72
|
if self.workspace_id is not None:
|
|
57
73
|
result['WorkspaceId'] = self.workspace_id
|
|
58
74
|
|
|
@@ -78,11 +94,63 @@ class SubmitCustomSourceTopicAnalysisRequest(DaraModel):
|
|
|
78
94
|
temp_model = main_models.SubmitCustomSourceTopicAnalysisRequestNews()
|
|
79
95
|
self.news.append(temp_model.from_map(k1))
|
|
80
96
|
|
|
97
|
+
self.topics = []
|
|
98
|
+
if m.get('Topics') is not None:
|
|
99
|
+
for k1 in m.get('Topics'):
|
|
100
|
+
temp_model = main_models.SubmitCustomSourceTopicAnalysisRequestTopics()
|
|
101
|
+
self.topics.append(temp_model.from_map(k1))
|
|
102
|
+
|
|
103
|
+
if m.get('TopicsFileUrl') is not None:
|
|
104
|
+
self.topics_file_url = m.get('TopicsFileUrl')
|
|
105
|
+
|
|
81
106
|
if m.get('WorkspaceId') is not None:
|
|
82
107
|
self.workspace_id = m.get('WorkspaceId')
|
|
83
108
|
|
|
84
109
|
return self
|
|
85
110
|
|
|
111
|
+
class SubmitCustomSourceTopicAnalysisRequestTopics(DaraModel):
|
|
112
|
+
def __init__(
|
|
113
|
+
self,
|
|
114
|
+
news: List[main_models.HottopicNews] = None,
|
|
115
|
+
topic: str = None,
|
|
116
|
+
):
|
|
117
|
+
self.news = news
|
|
118
|
+
self.topic = topic
|
|
119
|
+
|
|
120
|
+
def validate(self):
|
|
121
|
+
if self.news:
|
|
122
|
+
for v1 in self.news:
|
|
123
|
+
if v1:
|
|
124
|
+
v1.validate()
|
|
125
|
+
|
|
126
|
+
def to_map(self):
|
|
127
|
+
result = dict()
|
|
128
|
+
_map = super().to_map()
|
|
129
|
+
if _map is not None:
|
|
130
|
+
result = _map
|
|
131
|
+
result['News'] = []
|
|
132
|
+
if self.news is not None:
|
|
133
|
+
for k1 in self.news:
|
|
134
|
+
result['News'].append(k1.to_map() if k1 else None)
|
|
135
|
+
|
|
136
|
+
if self.topic is not None:
|
|
137
|
+
result['Topic'] = self.topic
|
|
138
|
+
|
|
139
|
+
return result
|
|
140
|
+
|
|
141
|
+
def from_map(self, m: dict = None):
|
|
142
|
+
m = m or dict()
|
|
143
|
+
self.news = []
|
|
144
|
+
if m.get('News') is not None:
|
|
145
|
+
for k1 in m.get('News'):
|
|
146
|
+
temp_model = main_models.HottopicNews()
|
|
147
|
+
self.news.append(temp_model.from_map(k1))
|
|
148
|
+
|
|
149
|
+
if m.get('Topic') is not None:
|
|
150
|
+
self.topic = m.get('Topic')
|
|
151
|
+
|
|
152
|
+
return self
|
|
153
|
+
|
|
86
154
|
class SubmitCustomSourceTopicAnalysisRequestNews(DaraModel):
|
|
87
155
|
def __init__(
|
|
88
156
|
self,
|
|
@@ -12,6 +12,8 @@ class SubmitCustomSourceTopicAnalysisShrinkRequest(DaraModel):
|
|
|
12
12
|
file_url: str = None,
|
|
13
13
|
max_topic_size: int = None,
|
|
14
14
|
news_shrink: str = None,
|
|
15
|
+
topics_shrink: str = None,
|
|
16
|
+
topics_file_url: str = None,
|
|
15
17
|
workspace_id: str = None,
|
|
16
18
|
):
|
|
17
19
|
self.analysis_types_shrink = analysis_types_shrink
|
|
@@ -19,6 +21,8 @@ class SubmitCustomSourceTopicAnalysisShrinkRequest(DaraModel):
|
|
|
19
21
|
self.file_url = file_url
|
|
20
22
|
self.max_topic_size = max_topic_size
|
|
21
23
|
self.news_shrink = news_shrink
|
|
24
|
+
self.topics_shrink = topics_shrink
|
|
25
|
+
self.topics_file_url = topics_file_url
|
|
22
26
|
# This parameter is required.
|
|
23
27
|
self.workspace_id = workspace_id
|
|
24
28
|
|
|
@@ -45,6 +49,12 @@ class SubmitCustomSourceTopicAnalysisShrinkRequest(DaraModel):
|
|
|
45
49
|
if self.news_shrink is not None:
|
|
46
50
|
result['News'] = self.news_shrink
|
|
47
51
|
|
|
52
|
+
if self.topics_shrink is not None:
|
|
53
|
+
result['Topics'] = self.topics_shrink
|
|
54
|
+
|
|
55
|
+
if self.topics_file_url is not None:
|
|
56
|
+
result['TopicsFileUrl'] = self.topics_file_url
|
|
57
|
+
|
|
48
58
|
if self.workspace_id is not None:
|
|
49
59
|
result['WorkspaceId'] = self.workspace_id
|
|
50
60
|
|
|
@@ -67,6 +77,12 @@ class SubmitCustomSourceTopicAnalysisShrinkRequest(DaraModel):
|
|
|
67
77
|
if m.get('News') is not None:
|
|
68
78
|
self.news_shrink = m.get('News')
|
|
69
79
|
|
|
80
|
+
if m.get('Topics') is not None:
|
|
81
|
+
self.topics_shrink = m.get('Topics')
|
|
82
|
+
|
|
83
|
+
if m.get('TopicsFileUrl') is not None:
|
|
84
|
+
self.topics_file_url = m.get('TopicsFileUrl')
|
|
85
|
+
|
|
70
86
|
if m.get('WorkspaceId') is not None:
|
|
71
87
|
self.workspace_id = m.get('WorkspaceId')
|
|
72
88
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: alibabacloud-aimiaobi20230801
|
|
3
|
-
Version: 1.38.
|
|
3
|
+
Version: 1.38.5
|
|
4
4
|
Summary: Alibaba Cloud AiMiaoBi (20230801) SDK Library for Python
|
|
5
5
|
Home-page: https://github.com/aliyun/alibabacloud-python-sdk
|
|
6
6
|
Author: Alibaba Cloud SDK
|
|
@@ -23,7 +23,7 @@ Classifier: Topic :: Software Development
|
|
|
23
23
|
Requires-Python: >=3.7
|
|
24
24
|
Description-Content-Type: text/markdown
|
|
25
25
|
License-File: LICENSE
|
|
26
|
-
Requires-Dist: alibabacloud-tea-openapi (<1.0.0,>=0.4.
|
|
26
|
+
Requires-Dist: alibabacloud-tea-openapi (<1.0.0,>=0.4.3)
|
|
27
27
|
Requires-Dist: darabonba-core (<2.0.0,>=1.0.0)
|
|
28
28
|
|
|
29
29
|
English | [简体中文](README-CN.md)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
alibabacloud_aimiaobi20230801/__init__.py,sha256=
|
|
2
|
-
alibabacloud_aimiaobi20230801/client.py,sha256=
|
|
3
|
-
alibabacloud_aimiaobi20230801/models/__init__.py,sha256=
|
|
1
|
+
alibabacloud_aimiaobi20230801/__init__.py,sha256=0leW3RNQgMLbKEXM6CWXeZeGFaq9mUXkyno3CNRcHn0,22
|
|
2
|
+
alibabacloud_aimiaobi20230801/client.py,sha256=wfYdFyuuqoqdp-XDXOvM5Hs3zaQx4Gca7Vg0TCcT7HE,869681
|
|
3
|
+
alibabacloud_aimiaobi20230801/models/__init__.py,sha256=aHGR7aLMN83uWobnWzTl7yX7aAcZxl_cAWtl2i2mBxE,179773
|
|
4
4
|
alibabacloud_aimiaobi20230801/models/_add_audit_terms_request.py,sha256=FR3d9LH1LRxbdptELTtmsrTybA1ojFxC2VnAeFSn7Yk,2146
|
|
5
5
|
alibabacloud_aimiaobi20230801/models/_add_audit_terms_response.py,sha256=aOsAgYE2P-9VZxWeTckp9ZmAGfGwroTqL7dbzQGNzMs,1476
|
|
6
6
|
alibabacloud_aimiaobi20230801/models/_add_audit_terms_response_body.py,sha256=xzvdGMv6N_yX-63DYJxgjLI0XHUpWhQ6ysBBXuezb7w,2997
|
|
@@ -130,7 +130,7 @@ alibabacloud_aimiaobi20230801/models/_export_analysis_tag_detail_by_task_id_shri
|
|
|
130
130
|
alibabacloud_aimiaobi20230801/models/_export_audit_content_result_request.py,sha256=-4LMCRglgCz7ZXgO3CAxeC5l5UeNR3fA7_zxvwVBwp4,1019
|
|
131
131
|
alibabacloud_aimiaobi20230801/models/_export_audit_content_result_response.py,sha256=PNQb03G_AntdjrjZGgih1gj1S9Po6Ll_0FhB2jI933Q,1509
|
|
132
132
|
alibabacloud_aimiaobi20230801/models/_export_audit_content_result_response_body.py,sha256=08BzUAl4iln-S8ZcCOAZfB11BDRMHdbRQdrUOV0XE44,1975
|
|
133
|
-
alibabacloud_aimiaobi20230801/models/_export_custom_source_analysis_task_request.py,sha256=
|
|
133
|
+
alibabacloud_aimiaobi20230801/models/_export_custom_source_analysis_task_request.py,sha256=cY8dUOs1m67b965sR7fbteyJ_m_rkh85sDkK3QWuWEE,1363
|
|
134
134
|
alibabacloud_aimiaobi20230801/models/_export_custom_source_analysis_task_response.py,sha256=aXJ1GDnmYrdrSjRwF9KU4itj35LThT2Mg51tbQRXK30,1527
|
|
135
135
|
alibabacloud_aimiaobi20230801/models/_export_custom_source_analysis_task_response_body.py,sha256=ZIl1FY3xp4wp1clv1tiK8bO5gTE_HnLFYfsRlBcD2UE,1953
|
|
136
136
|
alibabacloud_aimiaobi20230801/models/_export_generated_content_request.py,sha256=q7J3LEhQ5wdZfAuU-0ibFc8amLDmm6emgfS0sM5KmF8,1024
|
|
@@ -288,6 +288,7 @@ alibabacloud_aimiaobi20230801/models/_get_topic_by_id_response_body.py,sha256=ZD
|
|
|
288
288
|
alibabacloud_aimiaobi20230801/models/_get_topic_selection_perspective_analysis_task_request.py,sha256=LuXD56d8FGQa0-8PJPsIZFWK5PHtCHu0Rvd5Y1Tj8RE,1046
|
|
289
289
|
alibabacloud_aimiaobi20230801/models/_get_topic_selection_perspective_analysis_task_response.py,sha256=DLNwj7FLUNTn4sM6v4J06AJqsl7ZIDn7QdwYIylhLRg,1557
|
|
290
290
|
alibabacloud_aimiaobi20230801/models/_get_topic_selection_perspective_analysis_task_response_body.py,sha256=iIffxg8DBzJ-n-I3z9-ucreY1aztJg06f0R2xAXS6cE,40457
|
|
291
|
+
alibabacloud_aimiaobi20230801/models/_hottopic_news.py,sha256=4bT1uOGsfFEJX_Ct4lndxAIRxkKXQc-pysdypZ-N6aA,2407
|
|
291
292
|
alibabacloud_aimiaobi20230801/models/_import_intervene_file_async_request.py,sha256=gdFnUZg3v6NB2BWTi3lzj5mFMBn4e3FKgBmYv16iW0Q,1509
|
|
292
293
|
alibabacloud_aimiaobi20230801/models/_import_intervene_file_async_response.py,sha256=MW4WBCGXh4FSmefPIYbkX-jkRLRiyOUIiwX2CMCJeLU,1509
|
|
293
294
|
alibabacloud_aimiaobi20230801/models/_import_intervene_file_async_response_body.py,sha256=9zyUPL7ZL2hUdD8qn0yxfqkZrMniLKyLUzFUAPp8KLA,3317
|
|
@@ -593,10 +594,10 @@ alibabacloud_aimiaobi20230801/models/_submit_custom_hot_topic_broadcast_job_requ
|
|
|
593
594
|
alibabacloud_aimiaobi20230801/models/_submit_custom_hot_topic_broadcast_job_response.py,sha256=5O6b4xJxEbnsAq44Sbd4hly90_sEZx81dnLddj_95i0,1533
|
|
594
595
|
alibabacloud_aimiaobi20230801/models/_submit_custom_hot_topic_broadcast_job_response_body.py,sha256=HtQr00b48mz6L6Ai7L9Tb20esHlJa2WDD_-txASf39w,2848
|
|
595
596
|
alibabacloud_aimiaobi20230801/models/_submit_custom_hot_topic_broadcast_job_shrink_request.py,sha256=jt_a2elnE-q6w5KqnPxXzxCy-1hUQWmIorK1CwGD1ck,1891
|
|
596
|
-
alibabacloud_aimiaobi20230801/models/_submit_custom_source_topic_analysis_request.py,sha256=
|
|
597
|
+
alibabacloud_aimiaobi20230801/models/_submit_custom_source_topic_analysis_request.py,sha256=RNQJdLAwBmdq5pq_P7cILpy1CgC8Xd1c9vJBy3I5PiE,7440
|
|
597
598
|
alibabacloud_aimiaobi20230801/models/_submit_custom_source_topic_analysis_response.py,sha256=gaYxj-xOJQWszyiIFJMtt9BtzVI2NbhsYHv1viBGR_c,1530
|
|
598
599
|
alibabacloud_aimiaobi20230801/models/_submit_custom_source_topic_analysis_response_body.py,sha256=ZGE3iNsW0w8YxelDbvn64AHEu2yjyIPY_bCDSvZJucA,3088
|
|
599
|
-
alibabacloud_aimiaobi20230801/models/_submit_custom_source_topic_analysis_shrink_request.py,sha256=
|
|
600
|
+
alibabacloud_aimiaobi20230801/models/_submit_custom_source_topic_analysis_shrink_request.py,sha256=bfJQlsctvRxbzWd-FWni7frmLimKJZfJA7_6UmWAIBw,2741
|
|
600
601
|
alibabacloud_aimiaobi20230801/models/_submit_custom_topic_selection_perspective_analysis_task_request.py,sha256=daikX9zaWFnm09JCImOODvrD5WcHQ2Aa6SONtKr-jyM,4090
|
|
601
602
|
alibabacloud_aimiaobi20230801/models/_submit_custom_topic_selection_perspective_analysis_task_response.py,sha256=_ypqtSKhmDVSX-TiRzdrN3dvAjeX5BhAtgCvym3Ko_o,1584
|
|
602
603
|
alibabacloud_aimiaobi20230801/models/_submit_custom_topic_selection_perspective_analysis_task_response_body.py,sha256=CxEjk7_bc02XzvjT2jhiDiXpGPi6HMDc9wQxSrLYwb0,2916
|
|
@@ -671,8 +672,8 @@ alibabacloud_aimiaobi20230801/models/_validate_upload_template_response_body.py,
|
|
|
671
672
|
alibabacloud_aimiaobi20230801/models/_writing_outline.py,sha256=o0PoNZ65g9JiPaso9w0kuoTDOLejw_R4XwxSbdyWuYc,3190
|
|
672
673
|
alibabacloud_aimiaobi20230801/models/_writing_style_template_define.py,sha256=Oc4qGbBq_WxYIcbzWl0GGmenKeSpwxtHrOrOzdl0kHQ,2635
|
|
673
674
|
alibabacloud_aimiaobi20230801/models/_writing_style_template_field.py,sha256=nL4ob5KtRLTuf4_X0aOtrA45AviWV4wOy9c5AjSacw4,8092
|
|
674
|
-
alibabacloud_aimiaobi20230801-1.38.
|
|
675
|
-
alibabacloud_aimiaobi20230801-1.38.
|
|
676
|
-
alibabacloud_aimiaobi20230801-1.38.
|
|
677
|
-
alibabacloud_aimiaobi20230801-1.38.
|
|
678
|
-
alibabacloud_aimiaobi20230801-1.38.
|
|
675
|
+
alibabacloud_aimiaobi20230801-1.38.5.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
|
|
676
|
+
alibabacloud_aimiaobi20230801-1.38.5.dist-info/METADATA,sha256=ZKy0Lnq_ZSQh8Blhppikijxu8kEW-x3SVJeok_O-WQU,2325
|
|
677
|
+
alibabacloud_aimiaobi20230801-1.38.5.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
678
|
+
alibabacloud_aimiaobi20230801-1.38.5.dist-info/top_level.txt,sha256=8_10N8zQLrK-NI6L5TUyufvojDqjPl1Q-dHKwoC_b5Q,30
|
|
679
|
+
alibabacloud_aimiaobi20230801-1.38.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|