Share via


ListManagementImageListsOperations 類別

ListManagementImageListsOperations 作業。

繼承
builtins.object
ListManagementImageListsOperations

建構函式

ListManagementImageListsOperations(client, config, serializer, deserializer)

參數

名稱 Description
client
必要

服務要求的用戶端。

config
必要

服務用戶端的設定。

serializer
必要

物件模型序列化程式。

deserializer
必要

物件模型還原序列化程式。

方法

create

建立映射清單。

delete

刪除清單識別碼等於所傳遞清單識別碼的影像清單。

get_all_image_lists

取得所有影像清單。

get_details

傳回清單識別碼等於所傳遞清單識別碼之影像清單的詳細資料。

refresh_index_method

重新整理清單識別碼等於所傳遞清單識別碼的清單索引。

update

更新清單識別碼等於所傳遞清單識別碼的影像清單。

create

建立映射清單。

create(content_type, body, custom_headers=None, raw=False, **operation_config)

參數

名稱 Description
content_type
必要
str

內容型別。

body
必要

本文的架構。

custom_headers

將新增至要求的標頭

預設值: None
raw

傳回直接回應與還原序列化回應

預設值: False
operation_config
必要

作業組態覆寫

傳回

類型 Description
<xref:msrest.pipeline.ClientRawResponse>

如果 raw=true,ImageList 或 ClientRawResponse

例外狀況

類型 Description

delete

刪除清單識別碼等於所傳遞清單識別碼的影像清單。

delete(list_id, custom_headers=None, raw=False, **operation_config)

參數

名稱 Description
list_id
必要
str

影像清單的清單識別碼。

custom_headers

將新增至要求的標頭

預設值: None
raw

傳回直接回應與還原序列化回應

預設值: False
operation_config
必要

作業組態覆寫

傳回

類型 Description
str,
<xref:msrest.pipeline.ClientRawResponse>

str 或 ClientRawResponse if raw=true

例外狀況

類型 Description

get_all_image_lists

取得所有影像清單。

get_all_image_lists(custom_headers=None, raw=False, **operation_config)

參數

名稱 Description
custom_headers

將新增至要求的標頭

預設值: None
raw

傳回直接回應與還原序列化回應

預設值: False
operation_config
必要

作業組態覆寫

傳回

類型 Description
<xref:msrest.pipeline.ClientRawResponse>

list 或 ClientRawResponse if raw=true

例外狀況

類型 Description

get_details

傳回清單識別碼等於所傳遞清單識別碼之影像清單的詳細資料。

get_details(list_id, custom_headers=None, raw=False, **operation_config)

參數

名稱 Description
list_id
必要
str

影像清單的清單識別碼。

custom_headers

將新增至要求的標頭

預設值: None
raw

傳回直接回應與還原序列化回應

預設值: False
operation_config
必要

作業組態覆寫

傳回

類型 Description
<xref:msrest.pipeline.ClientRawResponse>

如果 raw=true,ImageList 或 ClientRawResponse

例外狀況

類型 Description

refresh_index_method

重新整理清單識別碼等於所傳遞清單識別碼的清單索引。

refresh_index_method(list_id, custom_headers=None, raw=False, **operation_config)

參數

名稱 Description
list_id
必要
str

影像清單的清單識別碼。

custom_headers

將新增至要求的標頭

預設值: None
raw

傳回直接回應與還原序列化回應

預設值: False
operation_config
必要

作業組態覆寫

傳回

類型 Description
<xref:msrest.pipeline.ClientRawResponse>

如果 raw=true,RefreshIndex 或 ClientRawResponse

例外狀況

類型 Description

update

更新清單識別碼等於所傳遞清單識別碼的影像清單。

update(list_id, content_type, body, custom_headers=None, raw=False, **operation_config)

參數

名稱 Description
list_id
必要
str

影像清單的清單識別碼。

content_type
必要
str

內容型別。

body
必要

本文的架構。

custom_headers

將新增至要求的標頭

預設值: None
raw

傳回直接回應與還原序列化回應

預設值: False
operation_config
必要

作業組態覆寫

傳回

類型 Description
<xref:msrest.pipeline.ClientRawResponse>

如果 raw=true,ImageList 或 ClientRawResponse

例外狀況

類型 Description

屬性

models

models = <module 'azure.cognitiveservices.vision.contentmoderator.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\cognitiveservices\\vision\\contentmoderator\\models\\__init__.py'>