-
Notifications
You must be signed in to change notification settings - Fork 247
/
azure.mgmt.cognitiveservices.aio.operations.ModelsOperations.yml
39 lines (39 loc) · 1.67 KB
/
azure.mgmt.cognitiveservices.aio.operations.ModelsOperations.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
### YamlMime:PythonClass
uid: azure.mgmt.cognitiveservices.aio.operations.ModelsOperations
name: ModelsOperations
fullName: azure.mgmt.cognitiveservices.aio.operations.ModelsOperations
module: azure.mgmt.cognitiveservices.aio.operations
inheritances:
- builtins.object
summary: "> [!WARNING]\n> DO NOT instantiate this class directly.\n>\n> \n>\n> Instead,\
\ you should access the following operations through\n>\n> <xref:azure.mgmt.cognitiveservices.aio.CognitiveServicesManagementClient>'s\n\
>\n> <xref:azure.mgmt.cognitiveservices.aio.operations.ModelsOperations.models>\
\ attribute.\n>"
constructor:
syntax: ModelsOperations(*args, **kwargs)
methods:
- uid: azure.mgmt.cognitiveservices.aio.operations.ModelsOperations.list
name: list
summary: List Models.
signature: 'list(location: str, **kwargs: Any) -> AsyncIterable[Model]'
parameters:
- name: location
description: Resource location. Required.
isRequired: true
types:
- <xref:str>
keywordOnlyParameters:
- name: cls
description: A custom type or function that will be passed the direct response
types:
- <xref:callable>
return:
description: An iterator like instance of either Model or the result of cls(response)
types:
- <xref:azure.core.async_paging.AsyncItemPaged>[<xref:azure.mgmt.cognitiveservices.models.Model>]
exceptions:
- type: azure.core.exceptions.HttpResponseError
attributes:
- uid: azure.mgmt.cognitiveservices.aio.operations.ModelsOperations.models
name: models
signature: models = <module 'azure.mgmt.cognitiveservices.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\cognitiveservices\\models\\__init__.py'>