Skip to content
Docs Try Aspire

AzureOpenAIDeployment Properties

Class Properties 5 members
Represents an Azure OpenAI Deployment.
Gets the name of the model.
public string ModelName { get; }
ModelVersion Section titled ModelVersion string
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; }