Uses of Enum Class
io.dingodb.sdk.common.vector.VectorSearchParameter.VectorFilterType
Packages that use VectorSearchParameter.VectorFilterType
-
Uses of VectorSearchParameter.VectorFilterType in io.dingodb.sdk.common.vector
Methods in io.dingodb.sdk.common.vector that return VectorSearchParameter.VectorFilterTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.VectorSearchParameter.VectorFilterType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.dingodb.sdk.common.vector with parameters of type VectorSearchParameter.VectorFilterTypeModifierConstructorDescriptionVectorSearchParameter(Integer topN, boolean withoutVectorData, boolean withoutScalarData, List<String> selectedKeys, boolean withoutTableData, Search search, VectorSearchParameter.VectorFilter vectorFilter, VectorSearchParameter.VectorFilterType vectorFilterType, Coprocessor coprocessor, List<Long> vectorIds) Deprecated.