Share via


AIFoundryModelCatalogName Struct

Definition

The name of the embedding model from the Azure AI Foundry Catalog that will be called.

public readonly struct AIFoundryModelCatalogName : IEquatable<Azure.Search.Documents.Indexes.Models.AIFoundryModelCatalogName>
type AIFoundryModelCatalogName = struct
Public Structure AIFoundryModelCatalogName
Implements IEquatable(Of AIFoundryModelCatalogName)
Inheritance
AIFoundryModelCatalogName
Implements

Constructors

AIFoundryModelCatalogName(String)

Initializes a new instance of AIFoundryModelCatalogName.

Properties

CohereEmbedV3English

Cohere-embed-v3-english.

CohereEmbedV3Multilingual

Cohere-embed-v3-multilingual.

CohereEmbedV4

Cohere embed v4 model for generating embeddings from both text and images.

FacebookDinoV2ImageEmbeddingsViTBase

Facebook-DinoV2-Image-Embeddings-ViT-Base.

FacebookDinoV2ImageEmbeddingsViTGiant

Facebook-DinoV2-Image-Embeddings-ViT-Giant.

OpenAIClipImageTextEmbeddingsVitBasePatch32

OpenAI-CLIP-Image-Text-Embeddings-vit-base-patch32.

OpenAIClipImageTextEmbeddingsViTLargePatch14336

OpenAI-CLIP-Image-Text-Embeddings-ViT-Large-Patch14-336.

Methods

Equals(AIFoundryModelCatalogName)

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(AIFoundryModelCatalogName, AIFoundryModelCatalogName)

Determines if two AIFoundryModelCatalogName values are the same.

Implicit(String to AIFoundryModelCatalogName)

Converts a String to a AIFoundryModelCatalogName.

Inequality(AIFoundryModelCatalogName, AIFoundryModelCatalogName)

Determines if two AIFoundryModelCatalogName values are not the same.

Applies to