Uses of Class
org.elasticsearch.client.ml.job.process.ModelSizeStats.MemoryStatus
-
Packages that use ModelSizeStats.MemoryStatus Package Description org.elasticsearch.client.ml.job.process -
-
Uses of ModelSizeStats.MemoryStatus in org.elasticsearch.client.ml.job.process
Methods in org.elasticsearch.client.ml.job.process that return ModelSizeStats.MemoryStatus Modifier and Type Method Description static ModelSizeStats.MemoryStatusModelSizeStats.MemoryStatus. fromString(String statusName)ModelSizeStats.MemoryStatusModelSizeStats. getMemoryStatus()static ModelSizeStats.MemoryStatusModelSizeStats.MemoryStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelSizeStats.MemoryStatus[]ModelSizeStats.MemoryStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.client.ml.job.process with parameters of type ModelSizeStats.MemoryStatus Modifier and Type Method Description ModelSizeStats.BuilderModelSizeStats.Builder. setMemoryStatus(ModelSizeStats.MemoryStatus memoryStatus)
-