Class AIStudioModelCatalogName
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AIStudioModelCatalogName>
com.azure.search.documents.indexes.models.AIStudioModelCatalogName
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class AIStudioModelCatalogName
extends com.azure.core.util.ExpandableStringEnum<AIStudioModelCatalogName>
The name of the embedding model from the Azure AI Studio Catalog that will be called.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AIStudioModelCatalogNameStatic value Cohere-embed-v3-english for AIStudioModelCatalogName.static final AIStudioModelCatalogNameStatic value Cohere-embed-v3-multilingual for AIStudioModelCatalogName.static final AIStudioModelCatalogNameStatic value Facebook-DinoV2-Image-Embeddings-ViT-Base for AIStudioModelCatalogName.static final AIStudioModelCatalogNameStatic value Facebook-DinoV2-Image-Embeddings-ViT-Giant for AIStudioModelCatalogName.static final AIStudioModelCatalogNameStatic value OpenAI-CLIP-Image-Text-Embeddings-ViT-Large-Patch14-336 for AIStudioModelCatalogName.static final AIStudioModelCatalogNameStatic value OpenAI-CLIP-Image-Text-Embeddings-vit-base-patch32 for AIStudioModelCatalogName. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AIStudioModelCatalogNamefromString(String name) Creates or finds a AIStudioModelCatalogName from its string representation.static Collection<AIStudioModelCatalogName> values()Gets known AIStudioModelCatalogName values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
OPEN_AICLIP_IMAGE_TEXT_EMBEDDINGS_VIT_BASE_PATCH32
Static value OpenAI-CLIP-Image-Text-Embeddings-vit-base-patch32 for AIStudioModelCatalogName. -
OPEN_AICLIP_IMAGE_TEXT_EMBEDDINGS_VI_TLARGE_PATCH14336
Static value OpenAI-CLIP-Image-Text-Embeddings-ViT-Large-Patch14-336 for AIStudioModelCatalogName. -
FACEBOOK_DINO_V2IMAGE_EMBEDDINGS_VI_TBASE
Static value Facebook-DinoV2-Image-Embeddings-ViT-Base for AIStudioModelCatalogName. -
FACEBOOK_DINO_V2IMAGE_EMBEDDINGS_VI_TGIANT
Static value Facebook-DinoV2-Image-Embeddings-ViT-Giant for AIStudioModelCatalogName. -
COHERE_EMBED_V3ENGLISH
Static value Cohere-embed-v3-english for AIStudioModelCatalogName. -
COHERE_EMBED_V3MULTILINGUAL
Static value Cohere-embed-v3-multilingual for AIStudioModelCatalogName.
-
-
Constructor Details
-
AIStudioModelCatalogName
Deprecated.Use thefromString(String)factory method.Creates a new instance of AIStudioModelCatalogName value.
-
-
Method Details
-
fromString
Creates or finds a AIStudioModelCatalogName from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AIStudioModelCatalogName.
-
values
Gets known AIStudioModelCatalogName values.- Returns:
- known AIStudioModelCatalogName values.
-
fromString(String)factory method.