AzureOpenAIDeploymentResource Properties
Class Properties 7 members
Represents an Azure OpenAI Deployment resource.
Gets the connection string expression for the Azure OpenAI Deployment resource.
public ReferenceExpression ConnectionStringExpression { get; }Remarks
This property is not available in polyglot app hosts.
Gets or sets the name of the deployment.
public string DeploymentName { get; set; }Remarks
This defaults to
Resource.Name, but allows for a different deployment name in Azure. Gets the name of the model.
public string ModelName { get; set; } Gets the version of the model.
public string ModelVersion { get; set; } Gets the parent Azure OpenAI resource.
public AzureOpenAIResource Parent { get; }Remarks
This property is not available in polyglot app hosts.
Gets the capacity of the SKU.
public int SkuCapacity { get; set; }