Uses of Class
io.milvus.param.MetricType
-
Packages that use MetricType Package Description io.milvus.param io.milvus.param.dml io.milvus.param.highlevel.collection io.milvus.param.index io.milvus.response -
-
Uses of MetricType in io.milvus.param
Methods in io.milvus.param that return MetricType Modifier and Type Method Description MetricTypeQueryNodeSingleSearch. getMetricType()static MetricTypeMetricType. valueOf(String name)Returns 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 MetricType Modifier and Type Method Description QueryNodeSingleSearch.BuilderQueryNodeSingleSearch.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 MetricType Modifier and Type Method Description AnnSearchParam.BuilderAnnSearchParam.Builder. withMetricType(@NonNull MetricType metricType)Sets metric type of ANN searching.SearchIteratorParam.BuilderSearchIteratorParam.Builder. withMetricType(@NonNull MetricType metricType)Sets metric type of ANN searching.SearchParam.BuilderSearchParam.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 MetricType Modifier and Type Method Description CreateSimpleCollectionParam.BuilderCreateSimpleCollectionParam.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 MetricType Modifier and Type Method Description CreateIndexParam.BuilderCreateIndexParam.Builder. withMetricType(@NonNull MetricType metricType)Sets the metric type. -
Uses of MetricType in io.milvus.response
Methods in io.milvus.response that return MetricType Modifier and Type Method Description MetricTypeDescIndexResponseWrapper.IndexDesc. getMetricType()
-