ListManagementImageListsOperations Class
ListManagementImageListsOperations operations.
- Inheritance
-
builtins.objectListManagementImageListsOperations
Constructor
ListManagementImageListsOperations(client, config, serializer, deserializer)
Parameters
- client
Client for service requests.
- config
Configuration of service client.
- serializer
An object model serializer.
- deserializer
An object model deserializer.
Methods
| create |
Creates an image list. |
| delete |
Deletes image list with the list Id equal to list Id passed. |
| get_all_image_lists |
Gets all the Image Lists. |
| get_details |
Returns the details of the image list with list Id equal to list Id passed. |
| refresh_index_method |
Refreshes the index of the list with list Id equal to list Id passed. |
| update |
Updates an image list with list Id equal to list Id passed. |
create
Creates an image list.
create(content_type, body, custom_headers=None, raw=False, **operation_config)
Parameters
- operation_config
Operation configuration overrides.
Returns
ImageList or ClientRawResponse if raw=true
Return type
Exceptions
delete
Deletes image list with the list Id equal to list Id passed.
delete(list_id, custom_headers=None, raw=False, **operation_config)
Parameters
- operation_config
Operation configuration overrides.
Returns
str or ClientRawResponse if raw=true
Return type
Exceptions
get_all_image_lists
Gets all the Image Lists.
get_all_image_lists(custom_headers=None, raw=False, **operation_config)
Parameters
- operation_config
Operation configuration overrides.
Returns
list or ClientRawResponse if raw=true
Return type
Exceptions
get_details
Returns the details of the image list with list Id equal to list Id passed.
get_details(list_id, custom_headers=None, raw=False, **operation_config)
Parameters
- operation_config
Operation configuration overrides.
Returns
ImageList or ClientRawResponse if raw=true
Return type
Exceptions
refresh_index_method
Refreshes the index of the list with list Id equal to list Id passed.
refresh_index_method(list_id, custom_headers=None, raw=False, **operation_config)
Parameters
- operation_config
Operation configuration overrides.
Returns
RefreshIndex or ClientRawResponse if raw=true
Return type
Exceptions
update
Updates an image list with list Id equal to list Id passed.
update(list_id, content_type, body, custom_headers=None, raw=False, **operation_config)
Parameters
- operation_config
Operation configuration overrides.
Returns
ImageList or ClientRawResponse if raw=true
Return type
Exceptions
Attributes
models
models = <module 'azure.cognitiveservices.vision.contentmoderator.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.12\\x64\\lib\\site-packages\\azure\\cognitiveservices\\vision\\contentmoderator\\models\\__init__.py'>
الملاحظات
إرسال الملاحظات وعرضها المتعلقة بـ