Uses of Class
io.milvus.client.MetricType
-
Packages that use MetricType Package Description io.milvus.client -
-
Uses of MetricType in io.milvus.client
Methods in io.milvus.client that return MetricType Modifier and Type Method Description MetricTypeCollectionMapping. getMetricType()static MetricTypeMetricType. valueOf(int val)Returns the enum constant of this type with the specified name.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.client with parameters of type MetricType Modifier and Type Method Description CollectionMapping.BuilderCollectionMapping.Builder. withMetricType(MetricType metricType)Optional.
-