AIProjectDeploymentsOperations Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The AIProjectDeploymentsOperations sub-client.
public class AIProjectDeploymentsOperations
type AIProjectDeploymentsOperations = class
Public Class AIProjectDeploymentsOperations
- Inheritance
-
AIProjectDeploymentsOperations
Constructors
| Name | Description |
|---|---|
| AIProjectDeploymentsOperations() |
Initializes a new instance of AIProjectDeploymentsOperations for mocking. |
Properties
| Name | Description |
|---|---|
| Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
| Name | Description |
|---|---|
| GetDeployment(String, CancellationToken) |
Gets a deployed model. |
| GetDeployment(String, RequestOptions) |
[Protocol Method] Gets a deployed model.
|
| GetDeploymentAsync(String, CancellationToken) |
Gets a deployed model. |
| GetDeploymentAsync(String, RequestOptions) |
[Protocol Method] Gets a deployed model.
|
| GetDeployments(String, String, Nullable<AIProjectDeploymentType>, CancellationToken) |
Returns the deployed models available in the current project, optionally filtered by publisher, model name, or deployment type. |
| GetDeployments(String, String, String, RequestOptions) |
[Protocol Method] Returns the deployed models available in the current project, optionally filtered by publisher, model name, or deployment type.
|
| GetDeploymentsAsync(String, String, Nullable<AIProjectDeploymentType>, CancellationToken) |
Returns the deployed models available in the current project, optionally filtered by publisher, model name, or deployment type. |
| GetDeploymentsAsync(String, String, String, RequestOptions) |
[Protocol Method] Returns the deployed models available in the current project, optionally filtered by publisher, model name, or deployment type.
|