ListManagementImageListsOperations クラス

ListManagementImageListsOperations 操作。

継承
builtins.object
ListManagementImageListsOperations

コンストラクター

ListManagementImageListsOperations(client, config, serializer, deserializer)

パラメーター

名前 説明
client
必須

サービス要求のクライアント。

config
必須

サービス クライアントの構成。

serializer
必須

オブジェクト モデル シリアライザー。

deserializer
必須

オブジェクト モデル逆シリアライザー。

メソッド

create

イメージ リストを作成します。

delete

リスト ID が渡されたリスト ID と等しいイメージ リストを削除します。

get_all_image_lists

すべてのイメージ リストを取得します。

get_details

リスト ID が渡されたリスト ID と等しいイメージ リストの詳細を返します。

refresh_index_method

リスト ID が渡されたリスト ID と等しいリストのインデックスを更新します。

update

リスト ID が渡されたリスト ID と等しいイメージ リストを更新します。

create

イメージ リストを作成します。

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

パラメーター

名前 説明
content_type
必須
str

コンテンツの種類。

body
必須

本文のスキーマ。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

ImageList または ClientRawResponse (raw=true の場合)

例外

説明

delete

リスト ID が渡されたリスト ID と等しいイメージ リストを削除します。

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

パラメーター

名前 説明
list_id
必須
str

イメージ リストのリスト ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
str,
<xref:msrest.pipeline.ClientRawResponse>

raw=true の場合は str または ClientRawResponse

例外

説明

get_all_image_lists

すべてのイメージ リストを取得します。

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

パラメーター

名前 説明
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

list または ClientRawResponse (raw=true の場合)

例外

説明

get_details

リスト ID が渡されたリスト ID と等しいイメージ リストの詳細を返します。

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

パラメーター

名前 説明
list_id
必須
str

イメージ リストのリスト ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

ImageList または ClientRawResponse (raw=true の場合)

例外

説明

refresh_index_method

リスト ID が渡されたリスト ID と等しいリストのインデックスを更新します。

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

パラメーター

名前 説明
list_id
必須
str

イメージ リストのリスト ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

refreshIndex または ClientRawResponse (raw=true の場合)

例外

説明

update

リスト ID が渡されたリスト ID と等しいイメージ リストを更新します。

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

パラメーター

名前 説明
list_id
必須
str

イメージ リストのリスト ID。

content_type
必須
str

コンテンツの種類。

body
必須

本文のスキーマ。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

ImageList または ClientRawResponse (raw=true の場合)

例外

説明

属性

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'>