Skip to content
DocsTry Aspire
DocsTry

AzureOpenAIDeployment Properties

ClassProperties5 members
Represents an Azure OpenAI Deployment.
Gets the name of the model.
public string ModelName { get; }
ModelVersionSection titled ModelVersionstring
Gets the version of the model.
public string ModelVersion { get; }
Gets the name of the deployment.
public string Name { get; }
Gets the capacity of the SKU.
public int SkuCapacity { get; set; }
Gets the name of the SKU.
public string SkuName { get; set; }