Share via


AzureOpenAIDeployment Class

Definition

Caution

AzureOpenAIDeployment is deprecated. Please use AzureOpenAIDeploymentResource instead.

Represents an Azure OpenAI Deployment.

public class AzureOpenAIDeployment
[System.Obsolete("AzureOpenAIDeployment is deprecated. Please use AzureOpenAIDeploymentResource instead.")]
public class AzureOpenAIDeployment
type AzureOpenAIDeployment = class
[<System.Obsolete("AzureOpenAIDeployment is deprecated. Please use AzureOpenAIDeploymentResource instead.")>]
type AzureOpenAIDeployment = class
Public Class AzureOpenAIDeployment
Inheritance
AzureOpenAIDeployment
Attributes

Constructors

AzureOpenAIDeployment(String, String, String, String, Int32)

Represents an Azure OpenAI Deployment.

AzureOpenAIDeployment(String, String, String, String, Nullable<Int32>)

Represents an Azure OpenAI Deployment.

Properties

ModelName

Gets the name of the model.

ModelVersion

Gets the version of the model.

Name

Gets the name of the deployment.

SkuCapacity

Gets the capacity of the SKU.

SkuName

Gets the name of the SKU.

Applies to