Uses of Class
com.azure.search.documents.models.VectorThresholdKind
Packages that use VectorThresholdKind
Package
Description
Package containing the data models for SearchIndexClient.
-
Uses of VectorThresholdKind in com.azure.search.documents.models
Subclasses with type arguments of type VectorThresholdKind in com.azure.search.documents.modelsModifier and TypeClassDescriptionfinal classThe kind of vector query being performed.Fields in com.azure.search.documents.models declared as VectorThresholdKindModifier and TypeFieldDescriptionstatic final VectorThresholdKindVectorThresholdKind.SEARCH_SCOREThe results of the vector query will filter based on the '@search.score' value.static final VectorThresholdKindVectorThresholdKind.VECTOR_SIMILARITYThe results of the vector query will be filtered based on the vector similarity metric.Methods in com.azure.search.documents.models that return VectorThresholdKindModifier and TypeMethodDescriptionstatic VectorThresholdKindVectorThresholdKind.fromString(String name) Creates or finds a VectorThresholdKind from its string representation.SearchScoreThreshold.getKind()Get the kind property: The kind of threshold used to filter vector queries.VectorSimilarityThreshold.getKind()Get the kind property: The kind of threshold used to filter vector queries.VectorThreshold.getKind()Get the kind property: The kind of threshold used to filter vector queries.Methods in com.azure.search.documents.models that return types with arguments of type VectorThresholdKindModifier and TypeMethodDescriptionstatic Collection<VectorThresholdKind> VectorThresholdKind.values()Gets known VectorThresholdKind values.