Uses of Class
com.azure.search.documents.indexes.models.VectorSearchCompressionKind
Packages that use VectorSearchCompressionKind
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of VectorSearchCompressionKind in com.azure.search.documents.indexes.models
Subclasses with type arguments of type VectorSearchCompressionKind in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classThe compression method used for indexing and querying.Fields in com.azure.search.documents.indexes.models declared as VectorSearchCompressionKindModifier and TypeFieldDescriptionstatic final VectorSearchCompressionKindVectorSearchCompressionKind.BINARY_QUANTIZATIONBinary Quantization, a type of compression method.static final VectorSearchCompressionKindVectorSearchCompressionKind.SCALAR_QUANTIZATIONScalar Quantization, a type of compression method.Methods in com.azure.search.documents.indexes.models that return VectorSearchCompressionKindModifier and TypeMethodDescriptionstatic VectorSearchCompressionKindVectorSearchCompressionKind.fromString(String name) Creates or finds a VectorSearchCompressionKind from its string representation.BinaryQuantizationCompression.getKind()Get the kind property: The name of the kind of compression method being configured for use with vector search.ScalarQuantizationCompression.getKind()Get the kind property: The name of the kind of compression method being configured for use with vector search.VectorSearchCompression.getKind()Get the kind property: The name of the kind of compression method being configured for use with vector search.Methods in com.azure.search.documents.indexes.models that return types with arguments of type VectorSearchCompressionKindModifier and TypeMethodDescriptionVectorSearchCompressionKind.values()Gets known VectorSearchCompressionKind values.