Uses of Enum Class
io.metaloom.qdrant.client.grpc.proto.Collections.Distance
Packages that use Collections.Distance
-
Uses of Collections.Distance in io.metaloom.qdrant.client.grpc.proto
Methods in io.metaloom.qdrant.client.grpc.proto that return Collections.DistanceModifier and TypeMethodDescriptionstatic Collections.DistanceCollections.Distance.forNumber(int value) Collections.VectorParams.Builder.getDistance()Distance function used for comparing vectorsCollections.VectorParams.getDistance()Distance function used for comparing vectorsCollections.VectorParamsOrBuilder.getDistance()Distance function used for comparing vectorsstatic Collections.DistanceCollections.Distance.valueOf(int value) Deprecated.static Collections.DistanceCollections.Distance.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Collections.DistanceReturns the enum constant of this class with the specified name.static Collections.Distance[]Collections.Distance.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.metaloom.qdrant.client.grpc.proto that return types with arguments of type Collections.DistanceModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Collections.Distance>Collections.Distance.internalGetValueMap()Methods in io.metaloom.qdrant.client.grpc.proto with parameters of type Collections.DistanceModifier and TypeMethodDescriptionCollections.VectorParams.Builder.setDistance(Collections.Distance value) Distance function used for comparing vectors