Uses of Class
com.azure.search.documents.indexes.models.VectorSearchVectorizerKind
Packages that use VectorSearchVectorizerKind
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of VectorSearchVectorizerKind in com.azure.search.documents.indexes.models
Subclasses with type arguments of type VectorSearchVectorizerKind in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classThe vectorization method to be used during query time.Fields in com.azure.search.documents.indexes.models declared as VectorSearchVectorizerKindModifier and TypeFieldDescriptionstatic final VectorSearchVectorizerKindVectorSearchVectorizerKind.AISERVICES_VISIONGenerate embeddings for an image or text input at query time using the Azure AI Services Vision Vectorize API.static final VectorSearchVectorizerKindVectorSearchVectorizerKind.AMLGenerate embeddings using an Azure Machine Learning endpoint deployed via the Azure AI Foundry Model Catalog at query time.static final VectorSearchVectorizerKindVectorSearchVectorizerKind.AZURE_OPEN_AIGenerate embeddings using an Azure OpenAI resource at query time.static final VectorSearchVectorizerKindVectorSearchVectorizerKind.CUSTOM_WEB_APIGenerate embeddings using a custom web endpoint at query time.Methods in com.azure.search.documents.indexes.models that return VectorSearchVectorizerKindModifier and TypeMethodDescriptionstatic VectorSearchVectorizerKindVectorSearchVectorizerKind.fromString(String name) Creates or finds a VectorSearchVectorizerKind from its string representation.AIServicesVisionVectorizer.getKind()Get the kind property: The name of the kind of vectorization method being configured for use with vector search.AzureMachineLearningVectorizer.getKind()Get the kind property: The name of the kind of vectorization method being configured for use with vector search.AzureOpenAIVectorizer.getKind()Get the kind property: The name of the kind of vectorization method being configured for use with vector search.KnowledgeSourceAzureOpenAIVectorizer.getKind()Get the kind property: The name of the kind of vectorization method being configured for use with vector search.KnowledgeSourceVectorizer.getKind()Get the kind property: The name of the kind of vectorization method being configured for use with vector search.VectorSearchVectorizer.getKind()Get the kind property: The name of the kind of vectorization method being configured for use with vector search.WebApiVectorizer.getKind()Get the kind property: The name of the kind of vectorization method being configured for use with vector search.Methods in com.azure.search.documents.indexes.models that return types with arguments of type VectorSearchVectorizerKindModifier and TypeMethodDescriptionstatic Collection<VectorSearchVectorizerKind> VectorSearchVectorizerKind.values()Gets known VectorSearchVectorizerKind values.