AzureOpenAIDeployment Properties
Class Properties 5 members
Represents an Azure OpenAI Deployment.
Gets the name of the model.
public string ModelName { get; } Gets the version of the model.
public string ModelVersion { get; } Gets the capacity of the SKU.
public int SkuCapacity { get; set; }