Uses of Enum Class
io.dingodb.sdk.service.entity.common.VectorLoadParameter.LoadNest.Nest
Packages that use VectorLoadParameter.LoadNest.Nest
-
Uses of VectorLoadParameter.LoadNest.Nest in io.dingodb.sdk.service.entity.common
Methods in io.dingodb.sdk.service.entity.common that return VectorLoadParameter.LoadNest.NestModifier and TypeMethodDescriptionVectorLoadParameter.LoadNest.Diskann.nest()VectorLoadParameter.LoadNest.Flat.nest()VectorLoadParameter.LoadNest.Hnsw.nest()VectorLoadParameter.LoadNest.IvfFlat.nest()VectorLoadParameter.LoadNest.IvfPq.nest()VectorLoadParameter.LoadNest.nest()Returns the enum constant of this class with the specified name.static VectorLoadParameter.LoadNest.Nest[]VectorLoadParameter.LoadNest.Nest.values()Returns an array containing the constants of this enum class, in the order they are declared.