Sdílet prostřednictvím


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

Experimental

experimental.

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