Share via


AIStudioModelCatalogName Struct

Definition

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

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

Constructors

AIStudioModelCatalogName(String)

Initializes a new instance of AIStudioModelCatalogName.

Properties

CohereEmbedV3English

Cohere-embed-v3-english.

CohereEmbedV3Multilingual

Cohere-embed-v3-multilingual.

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(AIStudioModelCatalogName)

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

Determines if two AIStudioModelCatalogName values are the same.

Implicit(String to AIStudioModelCatalogName)

Converts a string to a AIStudioModelCatalogName.

Inequality(AIStudioModelCatalogName, AIStudioModelCatalogName)

Determines if two AIStudioModelCatalogName values are not the same.

Applies to