Uses of Class
com.azure.search.documents.indexes.models.VectorSearchVectorizer
Packages that use VectorSearchVectorizer
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of VectorSearchVectorizer in com.azure.search.documents.indexes.models
Subclasses of VectorSearchVectorizer in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classSpecifies the AI Services Vision parameters for vectorizing a query image or text.final classSpecifies an Azure Machine Learning endpoint deployed via the Azure AI Foundry Model Catalog for generating the vector embedding of a query string.final classSpecifies the Azure OpenAI resource used to vectorize a query string.final classSpecifies a user-defined vectorizer for generating the vector embedding of a query string.Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type VectorSearchVectorizerModifier and TypeClassDescriptionclassSpecifies the vectorization method to be used during query time.Methods in com.azure.search.documents.indexes.models that return VectorSearchVectorizerModifier and TypeMethodDescriptionstatic VectorSearchVectorizerVectorSearchVectorizer.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VectorSearchVectorizer from the JsonReader.Methods in com.azure.search.documents.indexes.models that return types with arguments of type VectorSearchVectorizerModifier and TypeMethodDescriptionVectorSearch.getVectorizers()Get the vectorizers property: Contains configuration options on how to vectorize text vector queries.Methods in com.azure.search.documents.indexes.models with parameters of type VectorSearchVectorizerModifier and TypeMethodDescriptionVectorSearch.setVectorizers(VectorSearchVectorizer... vectorizers) Set the vectorizers property: Contains configuration options on how to vectorize text vector queries.Method parameters in com.azure.search.documents.indexes.models with type arguments of type VectorSearchVectorizerModifier and TypeMethodDescriptionVectorSearch.setVectorizers(List<VectorSearchVectorizer> vectorizers) Set the vectorizers property: Contains configuration options on how to vectorize text vector queries.