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
AzureOpenAIModelName(String) |
Initializes a new instance of AzureOpenAIModelName. |
Properties
TextEmbedding3Large |
text-embedding-3-large. |
TextEmbedding3Small |
text-embedding-3-small. |
TextEmbeddingAda002 |
text-embedding-ada-002. |
Methods
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
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. |
Applies to
Azure SDK for .NET