AIProjectDeploymentsOperations Class

Definition

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.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetDeploymentAsync(String, CancellationToken)

Gets a deployed model.

GetDeploymentAsync(String, RequestOptions)

[Protocol Method] Gets a deployed model.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
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.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
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.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.

Applies to