alibabacloud-aimiaobi20230801 1.30.2__tar.gz → 1.30.3__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.30.2 → alibabacloud_aimiaobi20230801-1.30.3}/ChangeLog.md +13 -0
- {alibabacloud_aimiaobi20230801-1.30.2 → alibabacloud_aimiaobi20230801-1.30.3}/PKG-INFO +1 -1
- alibabacloud_aimiaobi20230801-1.30.3/alibabacloud_aimiaobi20230801/__init__.py +1 -0
- {alibabacloud_aimiaobi20230801-1.30.2 → alibabacloud_aimiaobi20230801-1.30.3}/alibabacloud_aimiaobi20230801/client.py +8 -0
- {alibabacloud_aimiaobi20230801-1.30.2 → alibabacloud_aimiaobi20230801-1.30.3}/alibabacloud_aimiaobi20230801/models.py +30 -0
- {alibabacloud_aimiaobi20230801-1.30.2 → alibabacloud_aimiaobi20230801-1.30.3}/alibabacloud_aimiaobi20230801.egg-info/PKG-INFO +1 -1
- {alibabacloud_aimiaobi20230801-1.30.2 → alibabacloud_aimiaobi20230801-1.30.3}/setup.py +1 -1
- alibabacloud_aimiaobi20230801-1.30.2/alibabacloud_aimiaobi20230801/__init__.py +0 -1
- {alibabacloud_aimiaobi20230801-1.30.2 → alibabacloud_aimiaobi20230801-1.30.3}/LICENSE +0 -0
- {alibabacloud_aimiaobi20230801-1.30.2 → alibabacloud_aimiaobi20230801-1.30.3}/MANIFEST.in +0 -0
- {alibabacloud_aimiaobi20230801-1.30.2 → alibabacloud_aimiaobi20230801-1.30.3}/README-CN.md +0 -0
- {alibabacloud_aimiaobi20230801-1.30.2 → alibabacloud_aimiaobi20230801-1.30.3}/README.md +0 -0
- {alibabacloud_aimiaobi20230801-1.30.2 → alibabacloud_aimiaobi20230801-1.30.3}/alibabacloud_aimiaobi20230801.egg-info/SOURCES.txt +0 -0
- {alibabacloud_aimiaobi20230801-1.30.2 → alibabacloud_aimiaobi20230801-1.30.3}/alibabacloud_aimiaobi20230801.egg-info/dependency_links.txt +0 -0
- {alibabacloud_aimiaobi20230801-1.30.2 → alibabacloud_aimiaobi20230801-1.30.3}/alibabacloud_aimiaobi20230801.egg-info/requires.txt +0 -0
- {alibabacloud_aimiaobi20230801-1.30.2 → alibabacloud_aimiaobi20230801-1.30.3}/alibabacloud_aimiaobi20230801.egg-info/top_level.txt +0 -0
- {alibabacloud_aimiaobi20230801-1.30.2 → alibabacloud_aimiaobi20230801-1.30.3}/setup.cfg +0 -0
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
2025-06-25 Version: 1.30.2
|
|
2
|
+
- Update API RunCommentGeneration: add request parameters ModelId.
|
|
3
|
+
- Update API RunDocBrainmap: add request parameters ModelName.
|
|
4
|
+
- Update API RunDocIntroduction: add request parameters ModelName.
|
|
5
|
+
- Update API RunDocQa: add request parameters ModelName.
|
|
6
|
+
- Update API RunDocSmartCard: add request parameters ModelName.
|
|
7
|
+
- Update API RunDocTranslation: add request parameters ModelName.
|
|
8
|
+
- Update API RunDocWashing: add request parameters ModelId.
|
|
9
|
+
- Update API RunGenerateQuestions: add request parameters ModelName.
|
|
10
|
+
- Update API RunHotword: add request parameters ModelName.
|
|
11
|
+
- Update API RunMultiDocIntroduction: add request parameters ModelName.
|
|
12
|
+
|
|
13
|
+
|
|
1
14
|
2025-06-23 Version: 1.30.1
|
|
2
15
|
- Update API RunSearchGeneration: add request parameters ChatConfig.ExcludeGenerateOptions.
|
|
3
16
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.30.3'
|
|
@@ -16248,9 +16248,13 @@ class Client(OpenApiClient):
|
|
|
16248
16248
|
UtilClient.validate_model(tmp_req)
|
|
16249
16249
|
request = ai_miao_bi_20230801_models.SubmitCustomSourceTopicAnalysisShrinkRequest()
|
|
16250
16250
|
OpenApiUtilClient.convert(tmp_req, request)
|
|
16251
|
+
if not UtilClient.is_unset(tmp_req.analysis_types):
|
|
16252
|
+
request.analysis_types_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.analysis_types, 'AnalysisTypes', 'json')
|
|
16251
16253
|
if not UtilClient.is_unset(tmp_req.news):
|
|
16252
16254
|
request.news_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.news, 'News', 'json')
|
|
16253
16255
|
body = {}
|
|
16256
|
+
if not UtilClient.is_unset(request.analysis_types_shrink):
|
|
16257
|
+
body['AnalysisTypes'] = request.analysis_types_shrink
|
|
16254
16258
|
if not UtilClient.is_unset(request.file_type):
|
|
16255
16259
|
body['FileType'] = request.file_type
|
|
16256
16260
|
if not UtilClient.is_unset(request.file_url):
|
|
@@ -16295,9 +16299,13 @@ class Client(OpenApiClient):
|
|
|
16295
16299
|
UtilClient.validate_model(tmp_req)
|
|
16296
16300
|
request = ai_miao_bi_20230801_models.SubmitCustomSourceTopicAnalysisShrinkRequest()
|
|
16297
16301
|
OpenApiUtilClient.convert(tmp_req, request)
|
|
16302
|
+
if not UtilClient.is_unset(tmp_req.analysis_types):
|
|
16303
|
+
request.analysis_types_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.analysis_types, 'AnalysisTypes', 'json')
|
|
16298
16304
|
if not UtilClient.is_unset(tmp_req.news):
|
|
16299
16305
|
request.news_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.news, 'News', 'json')
|
|
16300
16306
|
body = {}
|
|
16307
|
+
if not UtilClient.is_unset(request.analysis_types_shrink):
|
|
16308
|
+
body['AnalysisTypes'] = request.analysis_types_shrink
|
|
16301
16309
|
if not UtilClient.is_unset(request.file_type):
|
|
16302
16310
|
body['FileType'] = request.file_type
|
|
16303
16311
|
if not UtilClient.is_unset(request.file_url):
|
|
@@ -8799,6 +8799,8 @@ class GetCustomSourceTopicAnalysisTaskResponseBodyData(TeaModel):
|
|
|
8799
8799
|
max_clustered_topic_news_size: int = None,
|
|
8800
8800
|
parsed_news_size: int = None,
|
|
8801
8801
|
status: str = None,
|
|
8802
|
+
rt: int = None,
|
|
8803
|
+
usages: Dict[str, int] = None,
|
|
8802
8804
|
):
|
|
8803
8805
|
self.cluster_count = cluster_count
|
|
8804
8806
|
self.cluster_results = cluster_results
|
|
@@ -8806,6 +8808,8 @@ class GetCustomSourceTopicAnalysisTaskResponseBodyData(TeaModel):
|
|
|
8806
8808
|
self.max_clustered_topic_news_size = max_clustered_topic_news_size
|
|
8807
8809
|
self.parsed_news_size = parsed_news_size
|
|
8808
8810
|
self.status = status
|
|
8811
|
+
self.rt = rt
|
|
8812
|
+
self.usages = usages
|
|
8809
8813
|
|
|
8810
8814
|
def validate(self):
|
|
8811
8815
|
if self.cluster_results:
|
|
@@ -8833,6 +8837,10 @@ class GetCustomSourceTopicAnalysisTaskResponseBodyData(TeaModel):
|
|
|
8833
8837
|
result['ParsedNewsSize'] = self.parsed_news_size
|
|
8834
8838
|
if self.status is not None:
|
|
8835
8839
|
result['Status'] = self.status
|
|
8840
|
+
if self.rt is not None:
|
|
8841
|
+
result['rt'] = self.rt
|
|
8842
|
+
if self.usages is not None:
|
|
8843
|
+
result['usages'] = self.usages
|
|
8836
8844
|
return result
|
|
8837
8845
|
|
|
8838
8846
|
def from_map(self, m: dict = None):
|
|
@@ -8852,6 +8860,10 @@ class GetCustomSourceTopicAnalysisTaskResponseBodyData(TeaModel):
|
|
|
8852
8860
|
self.parsed_news_size = m.get('ParsedNewsSize')
|
|
8853
8861
|
if m.get('Status') is not None:
|
|
8854
8862
|
self.status = m.get('Status')
|
|
8863
|
+
if m.get('rt') is not None:
|
|
8864
|
+
self.rt = m.get('rt')
|
|
8865
|
+
if m.get('usages') is not None:
|
|
8866
|
+
self.usages = m.get('usages')
|
|
8855
8867
|
return self
|
|
8856
8868
|
|
|
8857
8869
|
|
|
@@ -48573,12 +48585,14 @@ class SubmitCustomSourceTopicAnalysisRequestNews(TeaModel):
|
|
|
48573
48585
|
comments: List[SubmitCustomSourceTopicAnalysisRequestNewsComments] = None,
|
|
48574
48586
|
content: str = None,
|
|
48575
48587
|
pub_time: str = None,
|
|
48588
|
+
source: str = None,
|
|
48576
48589
|
title: str = None,
|
|
48577
48590
|
url: str = None,
|
|
48578
48591
|
):
|
|
48579
48592
|
self.comments = comments
|
|
48580
48593
|
self.content = content
|
|
48581
48594
|
self.pub_time = pub_time
|
|
48595
|
+
self.source = source
|
|
48582
48596
|
self.title = title
|
|
48583
48597
|
self.url = url
|
|
48584
48598
|
|
|
@@ -48602,6 +48616,8 @@ class SubmitCustomSourceTopicAnalysisRequestNews(TeaModel):
|
|
|
48602
48616
|
result['Content'] = self.content
|
|
48603
48617
|
if self.pub_time is not None:
|
|
48604
48618
|
result['PubTime'] = self.pub_time
|
|
48619
|
+
if self.source is not None:
|
|
48620
|
+
result['Source'] = self.source
|
|
48605
48621
|
if self.title is not None:
|
|
48606
48622
|
result['Title'] = self.title
|
|
48607
48623
|
if self.url is not None:
|
|
@@ -48619,6 +48635,8 @@ class SubmitCustomSourceTopicAnalysisRequestNews(TeaModel):
|
|
|
48619
48635
|
self.content = m.get('Content')
|
|
48620
48636
|
if m.get('PubTime') is not None:
|
|
48621
48637
|
self.pub_time = m.get('PubTime')
|
|
48638
|
+
if m.get('Source') is not None:
|
|
48639
|
+
self.source = m.get('Source')
|
|
48622
48640
|
if m.get('Title') is not None:
|
|
48623
48641
|
self.title = m.get('Title')
|
|
48624
48642
|
if m.get('Url') is not None:
|
|
@@ -48629,12 +48647,14 @@ class SubmitCustomSourceTopicAnalysisRequestNews(TeaModel):
|
|
|
48629
48647
|
class SubmitCustomSourceTopicAnalysisRequest(TeaModel):
|
|
48630
48648
|
def __init__(
|
|
48631
48649
|
self,
|
|
48650
|
+
analysis_types: List[str] = None,
|
|
48632
48651
|
file_type: str = None,
|
|
48633
48652
|
file_url: str = None,
|
|
48634
48653
|
max_topic_size: int = None,
|
|
48635
48654
|
news: List[SubmitCustomSourceTopicAnalysisRequestNews] = None,
|
|
48636
48655
|
workspace_id: str = None,
|
|
48637
48656
|
):
|
|
48657
|
+
self.analysis_types = analysis_types
|
|
48638
48658
|
self.file_type = file_type
|
|
48639
48659
|
self.file_url = file_url
|
|
48640
48660
|
self.max_topic_size = max_topic_size
|
|
@@ -48654,6 +48674,8 @@ class SubmitCustomSourceTopicAnalysisRequest(TeaModel):
|
|
|
48654
48674
|
return _map
|
|
48655
48675
|
|
|
48656
48676
|
result = dict()
|
|
48677
|
+
if self.analysis_types is not None:
|
|
48678
|
+
result['AnalysisTypes'] = self.analysis_types
|
|
48657
48679
|
if self.file_type is not None:
|
|
48658
48680
|
result['FileType'] = self.file_type
|
|
48659
48681
|
if self.file_url is not None:
|
|
@@ -48670,6 +48692,8 @@ class SubmitCustomSourceTopicAnalysisRequest(TeaModel):
|
|
|
48670
48692
|
|
|
48671
48693
|
def from_map(self, m: dict = None):
|
|
48672
48694
|
m = m or dict()
|
|
48695
|
+
if m.get('AnalysisTypes') is not None:
|
|
48696
|
+
self.analysis_types = m.get('AnalysisTypes')
|
|
48673
48697
|
if m.get('FileType') is not None:
|
|
48674
48698
|
self.file_type = m.get('FileType')
|
|
48675
48699
|
if m.get('FileUrl') is not None:
|
|
@@ -48689,12 +48713,14 @@ class SubmitCustomSourceTopicAnalysisRequest(TeaModel):
|
|
|
48689
48713
|
class SubmitCustomSourceTopicAnalysisShrinkRequest(TeaModel):
|
|
48690
48714
|
def __init__(
|
|
48691
48715
|
self,
|
|
48716
|
+
analysis_types_shrink: str = None,
|
|
48692
48717
|
file_type: str = None,
|
|
48693
48718
|
file_url: str = None,
|
|
48694
48719
|
max_topic_size: int = None,
|
|
48695
48720
|
news_shrink: str = None,
|
|
48696
48721
|
workspace_id: str = None,
|
|
48697
48722
|
):
|
|
48723
|
+
self.analysis_types_shrink = analysis_types_shrink
|
|
48698
48724
|
self.file_type = file_type
|
|
48699
48725
|
self.file_url = file_url
|
|
48700
48726
|
self.max_topic_size = max_topic_size
|
|
@@ -48711,6 +48737,8 @@ class SubmitCustomSourceTopicAnalysisShrinkRequest(TeaModel):
|
|
|
48711
48737
|
return _map
|
|
48712
48738
|
|
|
48713
48739
|
result = dict()
|
|
48740
|
+
if self.analysis_types_shrink is not None:
|
|
48741
|
+
result['AnalysisTypes'] = self.analysis_types_shrink
|
|
48714
48742
|
if self.file_type is not None:
|
|
48715
48743
|
result['FileType'] = self.file_type
|
|
48716
48744
|
if self.file_url is not None:
|
|
@@ -48725,6 +48753,8 @@ class SubmitCustomSourceTopicAnalysisShrinkRequest(TeaModel):
|
|
|
48725
48753
|
|
|
48726
48754
|
def from_map(self, m: dict = None):
|
|
48727
48755
|
m = m or dict()
|
|
48756
|
+
if m.get('AnalysisTypes') is not None:
|
|
48757
|
+
self.analysis_types_shrink = m.get('AnalysisTypes')
|
|
48728
48758
|
if m.get('FileType') is not None:
|
|
48729
48759
|
self.file_type = m.get('FileType')
|
|
48730
48760
|
if m.get('FileUrl') is not None:
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '1.30.2'
|
|
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
|