alibabacloud-ice20201109 6.3.1__tar.gz → 6.4.0__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_ice20201109-6.3.1 → alibabacloud_ice20201109-6.4.0}/ChangeLog.md +19 -0
- {alibabacloud_ice20201109-6.3.1 → alibabacloud_ice20201109-6.4.0}/PKG-INFO +1 -1
- alibabacloud_ice20201109-6.4.0/alibabacloud_ice20201109/__init__.py +1 -0
- {alibabacloud_ice20201109-6.3.1 → alibabacloud_ice20201109-6.4.0}/alibabacloud_ice20201109/client.py +124 -0
- {alibabacloud_ice20201109-6.3.1 → alibabacloud_ice20201109-6.4.0}/alibabacloud_ice20201109/models.py +1246 -170
- {alibabacloud_ice20201109-6.3.1 → alibabacloud_ice20201109-6.4.0}/alibabacloud_ice20201109.egg-info/PKG-INFO +1 -1
- {alibabacloud_ice20201109-6.3.1 → alibabacloud_ice20201109-6.4.0}/alibabacloud_ice20201109.egg-info/requires.txt +1 -1
- {alibabacloud_ice20201109-6.3.1 → alibabacloud_ice20201109-6.4.0}/setup.py +2 -2
- alibabacloud_ice20201109-6.3.1/alibabacloud_ice20201109/__init__.py +0 -1
- {alibabacloud_ice20201109-6.3.1 → alibabacloud_ice20201109-6.4.0}/LICENSE +0 -0
- {alibabacloud_ice20201109-6.3.1 → alibabacloud_ice20201109-6.4.0}/MANIFEST.in +0 -0
- {alibabacloud_ice20201109-6.3.1 → alibabacloud_ice20201109-6.4.0}/README-CN.md +0 -0
- {alibabacloud_ice20201109-6.3.1 → alibabacloud_ice20201109-6.4.0}/README.md +0 -0
- {alibabacloud_ice20201109-6.3.1 → alibabacloud_ice20201109-6.4.0}/alibabacloud_ice20201109.egg-info/SOURCES.txt +0 -0
- {alibabacloud_ice20201109-6.3.1 → alibabacloud_ice20201109-6.4.0}/alibabacloud_ice20201109.egg-info/dependency_links.txt +0 -0
- {alibabacloud_ice20201109-6.3.1 → alibabacloud_ice20201109-6.4.0}/alibabacloud_ice20201109.egg-info/top_level.txt +0 -0
- {alibabacloud_ice20201109-6.3.1 → alibabacloud_ice20201109-6.4.0}/setup.cfg +0 -0
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
2025-06-17 Version: 6.3.2
|
|
2
|
+
- Update API GetMediaConvertJob: add response parameters Body.Job.CreateTime.
|
|
3
|
+
- Update API GetMediaConvertJob: add response parameters Body.Job.FinishTime.
|
|
4
|
+
- Update API GetMediaConvertJob: add response parameters Body.Job.Percent.
|
|
5
|
+
- Update API GetMediaConvertJob: add response parameters Body.Job.Config.JobName.
|
|
6
|
+
- Update API SubmitMediaConvertJob: add response parameters Body.Job.Config.JobName.
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
2025-06-11 Version: 6.3.1
|
|
10
|
+
- Update API InsertMediaToSearchLib: add request parameters ImagesInput.
|
|
11
|
+
- Update API SearchMedia: add response parameters Body.MediaInfoList.$.FileInfoList.$.FileBasicInfo.ImagesInput.
|
|
12
|
+
- Update API SearchMedia: add response parameters Body.MediaInfoList.$.MediaBasicInfo.Namespace.
|
|
13
|
+
- Update API SearchMedia: add response parameters Body.MediaInfoList.$.MediaBasicInfo.VisionDescription.
|
|
14
|
+
- Update API SearchMediaByAILabel: add request parameters Namespace.
|
|
15
|
+
- Update API SearchMediaByFace: add request parameters Namespace.
|
|
16
|
+
- Update API SearchMediaByHybrid: add request parameters Namespace.
|
|
17
|
+
- Update API SearchMediaByMultimodal: add request parameters Namespace.
|
|
18
|
+
|
|
19
|
+
|
|
1
20
|
2025-06-05 Version: 6.3.0
|
|
2
21
|
- Support API CreateRecognitionEntity.
|
|
3
22
|
- Support API CreateRecognitionLib.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '6.4.0'
|
{alibabacloud_ice20201109-6.3.1 → alibabacloud_ice20201109-6.4.0}/alibabacloud_ice20201109/client.py
RENAMED
|
@@ -21680,6 +21680,126 @@ class Client(OpenApiClient):
|
|
|
21680
21680
|
runtime = util_models.RuntimeOptions()
|
|
21681
21681
|
return await self.list_media_basic_infos_with_options_async(request, runtime)
|
|
21682
21682
|
|
|
21683
|
+
def list_media_convert_jobs_with_options(
|
|
21684
|
+
self,
|
|
21685
|
+
request: ice20201109_models.ListMediaConvertJobsRequest,
|
|
21686
|
+
runtime: util_models.RuntimeOptions,
|
|
21687
|
+
) -> ice20201109_models.ListMediaConvertJobsResponse:
|
|
21688
|
+
"""
|
|
21689
|
+
@summary 查询 MediaConvertJob 列表
|
|
21690
|
+
|
|
21691
|
+
@param request: ListMediaConvertJobsRequest
|
|
21692
|
+
@param runtime: runtime options for this request RuntimeOptions
|
|
21693
|
+
@return: ListMediaConvertJobsResponse
|
|
21694
|
+
"""
|
|
21695
|
+
UtilClient.validate_model(request)
|
|
21696
|
+
query = {}
|
|
21697
|
+
if not UtilClient.is_unset(request.end_of_create_time):
|
|
21698
|
+
query['EndOfCreateTime'] = request.end_of_create_time
|
|
21699
|
+
if not UtilClient.is_unset(request.job_id):
|
|
21700
|
+
query['JobId'] = request.job_id
|
|
21701
|
+
if not UtilClient.is_unset(request.next_page_token):
|
|
21702
|
+
query['NextPageToken'] = request.next_page_token
|
|
21703
|
+
if not UtilClient.is_unset(request.order_by):
|
|
21704
|
+
query['OrderBy'] = request.order_by
|
|
21705
|
+
if not UtilClient.is_unset(request.page_size):
|
|
21706
|
+
query['PageSize'] = request.page_size
|
|
21707
|
+
if not UtilClient.is_unset(request.start_of_create_time):
|
|
21708
|
+
query['StartOfCreateTime'] = request.start_of_create_time
|
|
21709
|
+
if not UtilClient.is_unset(request.status):
|
|
21710
|
+
query['Status'] = request.status
|
|
21711
|
+
req = open_api_models.OpenApiRequest(
|
|
21712
|
+
query=OpenApiUtilClient.query(query)
|
|
21713
|
+
)
|
|
21714
|
+
params = open_api_models.Params(
|
|
21715
|
+
action='ListMediaConvertJobs',
|
|
21716
|
+
version='2020-11-09',
|
|
21717
|
+
protocol='HTTPS',
|
|
21718
|
+
pathname='/',
|
|
21719
|
+
method='POST',
|
|
21720
|
+
auth_type='AK',
|
|
21721
|
+
style='RPC',
|
|
21722
|
+
req_body_type='formData',
|
|
21723
|
+
body_type='json'
|
|
21724
|
+
)
|
|
21725
|
+
return TeaCore.from_map(
|
|
21726
|
+
ice20201109_models.ListMediaConvertJobsResponse(),
|
|
21727
|
+
self.call_api(params, req, runtime)
|
|
21728
|
+
)
|
|
21729
|
+
|
|
21730
|
+
async def list_media_convert_jobs_with_options_async(
|
|
21731
|
+
self,
|
|
21732
|
+
request: ice20201109_models.ListMediaConvertJobsRequest,
|
|
21733
|
+
runtime: util_models.RuntimeOptions,
|
|
21734
|
+
) -> ice20201109_models.ListMediaConvertJobsResponse:
|
|
21735
|
+
"""
|
|
21736
|
+
@summary 查询 MediaConvertJob 列表
|
|
21737
|
+
|
|
21738
|
+
@param request: ListMediaConvertJobsRequest
|
|
21739
|
+
@param runtime: runtime options for this request RuntimeOptions
|
|
21740
|
+
@return: ListMediaConvertJobsResponse
|
|
21741
|
+
"""
|
|
21742
|
+
UtilClient.validate_model(request)
|
|
21743
|
+
query = {}
|
|
21744
|
+
if not UtilClient.is_unset(request.end_of_create_time):
|
|
21745
|
+
query['EndOfCreateTime'] = request.end_of_create_time
|
|
21746
|
+
if not UtilClient.is_unset(request.job_id):
|
|
21747
|
+
query['JobId'] = request.job_id
|
|
21748
|
+
if not UtilClient.is_unset(request.next_page_token):
|
|
21749
|
+
query['NextPageToken'] = request.next_page_token
|
|
21750
|
+
if not UtilClient.is_unset(request.order_by):
|
|
21751
|
+
query['OrderBy'] = request.order_by
|
|
21752
|
+
if not UtilClient.is_unset(request.page_size):
|
|
21753
|
+
query['PageSize'] = request.page_size
|
|
21754
|
+
if not UtilClient.is_unset(request.start_of_create_time):
|
|
21755
|
+
query['StartOfCreateTime'] = request.start_of_create_time
|
|
21756
|
+
if not UtilClient.is_unset(request.status):
|
|
21757
|
+
query['Status'] = request.status
|
|
21758
|
+
req = open_api_models.OpenApiRequest(
|
|
21759
|
+
query=OpenApiUtilClient.query(query)
|
|
21760
|
+
)
|
|
21761
|
+
params = open_api_models.Params(
|
|
21762
|
+
action='ListMediaConvertJobs',
|
|
21763
|
+
version='2020-11-09',
|
|
21764
|
+
protocol='HTTPS',
|
|
21765
|
+
pathname='/',
|
|
21766
|
+
method='POST',
|
|
21767
|
+
auth_type='AK',
|
|
21768
|
+
style='RPC',
|
|
21769
|
+
req_body_type='formData',
|
|
21770
|
+
body_type='json'
|
|
21771
|
+
)
|
|
21772
|
+
return TeaCore.from_map(
|
|
21773
|
+
ice20201109_models.ListMediaConvertJobsResponse(),
|
|
21774
|
+
await self.call_api_async(params, req, runtime)
|
|
21775
|
+
)
|
|
21776
|
+
|
|
21777
|
+
def list_media_convert_jobs(
|
|
21778
|
+
self,
|
|
21779
|
+
request: ice20201109_models.ListMediaConvertJobsRequest,
|
|
21780
|
+
) -> ice20201109_models.ListMediaConvertJobsResponse:
|
|
21781
|
+
"""
|
|
21782
|
+
@summary 查询 MediaConvertJob 列表
|
|
21783
|
+
|
|
21784
|
+
@param request: ListMediaConvertJobsRequest
|
|
21785
|
+
@return: ListMediaConvertJobsResponse
|
|
21786
|
+
"""
|
|
21787
|
+
runtime = util_models.RuntimeOptions()
|
|
21788
|
+
return self.list_media_convert_jobs_with_options(request, runtime)
|
|
21789
|
+
|
|
21790
|
+
async def list_media_convert_jobs_async(
|
|
21791
|
+
self,
|
|
21792
|
+
request: ice20201109_models.ListMediaConvertJobsRequest,
|
|
21793
|
+
) -> ice20201109_models.ListMediaConvertJobsResponse:
|
|
21794
|
+
"""
|
|
21795
|
+
@summary 查询 MediaConvertJob 列表
|
|
21796
|
+
|
|
21797
|
+
@param request: ListMediaConvertJobsRequest
|
|
21798
|
+
@return: ListMediaConvertJobsResponse
|
|
21799
|
+
"""
|
|
21800
|
+
runtime = util_models.RuntimeOptions()
|
|
21801
|
+
return await self.list_media_convert_jobs_with_options_async(request, runtime)
|
|
21802
|
+
|
|
21683
21803
|
def list_media_info_jobs_with_options(
|
|
21684
21804
|
self,
|
|
21685
21805
|
request: ice20201109_models.ListMediaInfoJobsRequest,
|
|
@@ -29649,6 +29769,8 @@ class Client(OpenApiClient):
|
|
|
29649
29769
|
"""
|
|
29650
29770
|
UtilClient.validate_model(request)
|
|
29651
29771
|
query = {}
|
|
29772
|
+
if not UtilClient.is_unset(request.skip_input_verification):
|
|
29773
|
+
query['SkipInputVerification'] = request.skip_input_verification
|
|
29652
29774
|
if not UtilClient.is_unset(request.task_input):
|
|
29653
29775
|
query['TaskInput'] = request.task_input
|
|
29654
29776
|
if not UtilClient.is_unset(request.user_data):
|
|
@@ -29691,6 +29813,8 @@ class Client(OpenApiClient):
|
|
|
29691
29813
|
"""
|
|
29692
29814
|
UtilClient.validate_model(request)
|
|
29693
29815
|
query = {}
|
|
29816
|
+
if not UtilClient.is_unset(request.skip_input_verification):
|
|
29817
|
+
query['SkipInputVerification'] = request.skip_input_verification
|
|
29694
29818
|
if not UtilClient.is_unset(request.task_input):
|
|
29695
29819
|
query['TaskInput'] = request.task_input
|
|
29696
29820
|
if not UtilClient.is_unset(request.user_data):
|