Uses of Enum Class
com.google.genkit.plugins.milvus.MilvusCollectionConfig.Metric
Packages that use MilvusCollectionConfig.Metric
-
Uses of MilvusCollectionConfig.Metric in com.google.genkit.plugins.milvus
Methods in com.google.genkit.plugins.milvus that return MilvusCollectionConfig.MetricModifier and TypeMethodDescriptionMilvusCollectionConfig.getMetric()Returns the vector similarity metric (defaultCOSINE).Returns the enum constant of this class with the specified name.static MilvusCollectionConfig.Metric[]MilvusCollectionConfig.Metric.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.genkit.plugins.milvus with parameters of type MilvusCollectionConfig.MetricModifier and TypeMethodDescriptionMilvusCollectionConfig.Builder.metric(MilvusCollectionConfig.Metric metric) Sets the vector similarity metric.