Share via


AzureOpenAIModelName Struct

Definition

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

Gpt41

gpt-4.1.

Gpt41Mini

gpt-4.1-mini.

Gpt41Nano

gpt-4.1-nano.

Gpt4O

gpt-4o.

Gpt4OMini

gpt-4o-mini.

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