AzureOpenAIDeploymentOperations Class
AzureOpenAIDeploymentOperations.
You should not instantiate this class directly. Instead, you should create an MLClient instance that instantiates it for you and attaches it as an attribute.
- Inheritance
-
azure.ai.ml._scope_dependent_operations._ScopeDependentOperationsAzureOpenAIDeploymentOperations
Constructor
AzureOpenAIDeploymentOperations(operation_scope: OperationScope, operation_config: OperationConfig, service_client: AzureMachineLearningWorkspaces, connections_operations: WorkspaceConnectionsOperations)
Parameters
Name | Description |
---|---|
operation_scope
Required
|
|
operation_config
Required
|
|
service_client
Required
|
|
connections_operations
Required
|
|
Methods
list |
List Azure OpenAI deployments of the workspace. |
list
List Azure OpenAI deployments of the workspace.
list(connection_name: str, **kwargs) -> Iterable[AzureOpenAIDeployment]
Parameters
Name | Description |
---|---|
connection_name
Required
|
Name of the connection from which to list deployments |
Returns
Type | Description |
---|---|
A list of Azure OpenAI deployments |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python