AzureOpenAIModelConfiguration Class
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.
Azure OpenAI model configuration. The API version would be selected by the service for querying the model.
public class AzureOpenAIModelConfiguration : Azure.AI.Projects.TargetConfig, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.AzureOpenAIModelConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.AzureOpenAIModelConfiguration>
type AzureOpenAIModelConfiguration = class
inherit TargetConfig
interface IJsonModel<AzureOpenAIModelConfiguration>
interface IPersistableModel<AzureOpenAIModelConfiguration>
Public Class AzureOpenAIModelConfiguration
Inherits TargetConfig
Implements IJsonModel(Of AzureOpenAIModelConfiguration), IPersistableModel(Of AzureOpenAIModelConfiguration)
- Inheritance
- Implements
Constructors
AzureOpenAIModelConfiguration(String) |
Initializes a new instance of AzureOpenAIModelConfiguration. |
Properties
ModelDeploymentName |
Deployment name for AOAI model. Example: gpt-4o if in AIServices or connection based |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |