AzureOpenAIModelName Struct
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.
The Azure Open AI model name that will be called.
public readonly struct AzureOpenAIModelName : IEquatable<Azure.Search.Documents.Indexes.Models.AzureOpenAIModelName>
type AzureOpenAIModelName = struct
Public Structure AzureOpenAIModelName
Implements IEquatable(Of AzureOpenAIModelName)
- Inheritance
-
AzureOpenAIModelName
- Implements
Constructors
| Name | Description |
|---|---|
| AzureOpenAIModelName(String) |
Initializes a new instance of AzureOpenAIModelName. |
Properties
| Name | Description |
|---|---|
| Gpt41 |
gpt-4.1. |
| Gpt41Mini |
gpt-4.1-mini. |
| Gpt41Nano |
gpt-4.1-nano. |
| Gpt4O |
gpt-4o. |
| Gpt4OMini |
gpt-4o-mini. |
| Gpt5 |
gpt-5. |
| Gpt5Mini |
gpt-5-mini. |
| Gpt5Nano |
gpt-5-nano. |
| TextEmbedding3Large |
text-embedding-3-large. |
| TextEmbedding3Small |
text-embedding-3-small. |
| TextEmbeddingAda002 |
text-embedding-ada-002. |
Methods
| Name | Description |
|---|---|
| Equals(AzureOpenAIModelName) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(AzureOpenAIModelName, AzureOpenAIModelName) |
Determines if two AzureOpenAIModelName values are the same. |
| Implicit(String to AzureOpenAIModelName) |
Converts a String to a AzureOpenAIModelName. |
| Inequality(AzureOpenAIModelName, AzureOpenAIModelName) |
Determines if two AzureOpenAIModelName values are not the same. |