Enum Class ModelSizeStats.MemoryStatus

java.lang.Object
java.lang.Enum<ModelSizeStats.MemoryStatus>
org.elasticsearch.client.ml.job.process.ModelSizeStats.MemoryStatus
All Implemented Interfaces:
Serializable, Comparable<ModelSizeStats.MemoryStatus>, Constable
Enclosing class:
ModelSizeStats

public static enum ModelSizeStats.MemoryStatus extends Enum<ModelSizeStats.MemoryStatus>
The status of the memory monitored by the ResourceMonitor. OK is default, SOFT_LIMIT means that the models have done some aggressive pruning to keep the memory below the limit, and HARD_LIMIT means that samples have been dropped