Uses of Class
com.azure.search.documents.indexes.models.VectorSearchProfile
Packages that use VectorSearchProfile
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of VectorSearchProfile in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return VectorSearchProfileModifier and TypeMethodDescriptionstatic VectorSearchProfileVectorSearchProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VectorSearchProfile from the JsonReader.VectorSearchProfile.setCompressionName(String compressionName) Set the compressionName property: The name of the compression method configuration that specifies the compression method and optional parameters.VectorSearchProfile.setVectorizerName(String vectorizerName) Set the vectorizerName property: The name of the vectorization being configured for use with vector search.Methods in com.azure.search.documents.indexes.models that return types with arguments of type VectorSearchProfileModifier and TypeMethodDescriptionVectorSearch.getProfiles()Get the profiles property: Defines combinations of configurations to use with vector search.Methods in com.azure.search.documents.indexes.models with parameters of type VectorSearchProfileModifier and TypeMethodDescriptionVectorSearch.setProfiles(VectorSearchProfile... profiles) Set the profiles property: Defines combinations of configurations to use with vector search.Method parameters in com.azure.search.documents.indexes.models with type arguments of type VectorSearchProfileModifier and TypeMethodDescriptionVectorSearch.setProfiles(List<VectorSearchProfile> profiles) Set the profiles property: Defines combinations of configurations to use with vector search.