Uses of Enum
io.milvus.common.clientenum.FunctionType
Packages that use FunctionType
-
Uses of FunctionType in io.milvus.common.clientenum
Methods in io.milvus.common.clientenum that return FunctionTypeModifier and TypeMethodDescriptionstatic FunctionTypestatic FunctionTypeReturns the enum constant of this type with the specified name.static FunctionType[]FunctionType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FunctionType in io.milvus.v2.service.vector.request.ranker
Methods in io.milvus.v2.service.vector.request.ranker that return FunctionTypeModifier and TypeMethodDescriptionDecayRanker.getFunctionType()ModelRanker.getFunctionType()RRFRanker.getFunctionType()WeightedRanker.getFunctionType()