AnalyzeOptions.ModelDeployments Property

Definition

Gets or sets the override mapping of model names to deployments. Ex. { "gpt-5.2": "myGpt52Deployment", "text-embedding-3-large": "myTextEmbedding3LargeDeployment" }.

public System.Collections.Generic.IDictionary<string,string> ModelDeployments { get; set; }
member this.ModelDeployments : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property ModelDeployments As IDictionary(Of String, String)

Property Value

Applies to