Uses of Class
ai.konduit.serving.metrics.MetricType
-
Packages that use MetricType Package Description ai.konduit.serving.metrics -
-
Uses of MetricType in ai.konduit.serving.metrics
Methods in ai.konduit.serving.metrics that return MetricType Modifier and Type Method Description static MetricTypeMetricType. valueOf(java.lang.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.
-