AzureOpenAIModelConfiguration.ModelDeploymentName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deployment name for AOAI model. Example: gpt-4o if in AIServices or connection based connection_name/deployment_name (e.g. my-aoai-connection/gpt-4o).
public string ModelDeploymentName { get; set; }
member this.ModelDeploymentName : string with get, set
Public Property ModelDeploymentName As String