Uses of Enum Class
io.dingodb.sdk.common.index.VectorIndexParameter.VectorIndexType
Packages that use VectorIndexParameter.VectorIndexType
-
Uses of VectorIndexParameter.VectorIndexType in io.dingodb.sdk.common.index
Methods in io.dingodb.sdk.common.index that return VectorIndexParameter.VectorIndexTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static VectorIndexParameter.VectorIndexType[]VectorIndexParameter.VectorIndexType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.dingodb.sdk.common.index with parameters of type VectorIndexParameter.VectorIndexTypeModifierConstructorDescriptionVectorIndexParameter(VectorIndexParameter.VectorIndexType vectorIndexType, BruteForceParam bruteForceParam) VectorIndexParameter(VectorIndexParameter.VectorIndexType vectorIndexType, DiskAnnParam diskAnnParam) VectorIndexParameter(VectorIndexParameter.VectorIndexType vectorIndexType, FlatParam flatParam) VectorIndexParameter(VectorIndexParameter.VectorIndexType vectorIndexType, HnswParam hnswParam) VectorIndexParameter(VectorIndexParameter.VectorIndexType vectorIndexType, IvfFlatParam ivfFlatParam) VectorIndexParameter(VectorIndexParameter.VectorIndexType vectorIndexType, IvfPqParam ivfPqParam)