Package ai.djl.metric
Class Dimension
- java.lang.Object
-
- ai.djl.metric.Dimension
-
public class Dimension extends java.lang.ObjectA class represents a metric dimension.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Returns the dimension name.java.lang.StringgetValue()Returns the dimension value.
-