Uses of Enum
io.milvus.param.MetricType
Packages that use MetricType
Package
Description
-
Uses of MetricType in io.milvus.param
Methods in io.milvus.param that return MetricTypeModifier and TypeMethodDescriptionQueryNodeSingleSearch.getMetricType()static MetricTypeReturns the enum constant of this type with the specified name.static MetricType[]MetricType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.milvus.param with parameters of type MetricTypeModifier and TypeMethodDescriptionQueryNodeSingleSearch.Builder.withMetricType(@NonNull MetricType metricType) Sets metric type of ANN searching. -
Uses of MetricType in io.milvus.param.dml
Methods in io.milvus.param.dml with parameters of type MetricTypeModifier and TypeMethodDescriptionAnnSearchParam.Builder.withMetricType(@NonNull MetricType metricType) Sets metric type of ANN searching.SearchIteratorParam.Builder.withMetricType(@NonNull MetricType metricType) Sets metric type of ANN searching.SearchParam.Builder.withMetricType(@NonNull MetricType metricType) Sets metric type of ANN searching. -
Uses of MetricType in io.milvus.param.highlevel.collection
Methods in io.milvus.param.highlevel.collection with parameters of type MetricTypeModifier and TypeMethodDescriptionCreateSimpleCollectionParam.Builder.withMetricType(@NonNull MetricType metricType) Sets the metricType of vectorField. -
Uses of MetricType in io.milvus.param.index
Methods in io.milvus.param.index with parameters of type MetricTypeModifier and TypeMethodDescriptionCreateIndexParam.Builder.withMetricType(@NonNull MetricType metricType) Sets the metric type. -
Uses of MetricType in io.milvus.response
Methods in io.milvus.response that return MetricType