Class BaseCollectionStatsStorage.SessionTypeId
- java.lang.Object
-
- org.deeplearning4j.ui.model.storage.BaseCollectionStatsStorage.SessionTypeId
-
- All Implemented Interfaces:
Serializable,Comparable<BaseCollectionStatsStorage.SessionTypeId>
- Enclosing class:
- BaseCollectionStatsStorage
public static class BaseCollectionStatsStorage.SessionTypeId extends Object implements Serializable, Comparable<BaseCollectionStatsStorage.SessionTypeId>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SessionTypeId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(BaseCollectionStatsStorage.SessionTypeId o)StringtoString()
-
-
-
Method Detail
-
compareTo
public int compareTo(BaseCollectionStatsStorage.SessionTypeId o)
- Specified by:
compareToin interfaceComparable<BaseCollectionStatsStorage.SessionTypeId>
-
-