AzureOpenAIModelConfiguration(String) Constructor
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.
Initializes a new instance of AzureOpenAIModelConfiguration.
public AzureOpenAIModelConfiguration(string modelDeploymentName);
new Azure.AI.Projects.AzureOpenAIModelConfiguration : string -> Azure.AI.Projects.AzureOpenAIModelConfiguration
Public Sub New (modelDeploymentName As String)
Parameters
- modelDeploymentName
- String
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).
Exceptions
modelDeploymentName is null.