Share via


AzureOpenAIDeployment Class

Definition

Represents an Azure OpenAI Deployment.

public class AzureOpenAIDeployment
type AzureOpenAIDeployment = class
Public Class AzureOpenAIDeployment
Inheritance
AzureOpenAIDeployment

Constructors

AzureOpenAIDeployment(String, String, String, String, 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