Uses of Class
io.milvus.v2.common.IndexParam.MetricType
-
Packages that use IndexParam.MetricType Package Description io.milvus.v2.common -
-
Uses of IndexParam.MetricType in io.milvus.v2.common
Methods in io.milvus.v2.common that return IndexParam.MetricType Modifier and Type Method Description static IndexParam.MetricTypeIndexParam.MetricType. valueOf(String name)Returns the enum constant of this type with the specified name.static IndexParam.MetricType[]IndexParam.MetricType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-