Uses of Class
org.elasticsearch.client.ml.job.process.ModelSizeStats
-
Packages that use ModelSizeStats Package Description org.elasticsearch.client.ml.job.process org.elasticsearch.client.ml.job.stats -
-
Uses of ModelSizeStats in org.elasticsearch.client.ml.job.process
Methods in org.elasticsearch.client.ml.job.process that return ModelSizeStats Modifier and Type Method Description ModelSizeStatsModelSizeStats.Builder. build()ModelSizeStatsModelSnapshot. getModelSizeStats()Methods in org.elasticsearch.client.ml.job.process with parameters of type ModelSizeStats Modifier and Type Method Description ModelSnapshot.BuilderModelSnapshot.Builder. setModelSizeStats(ModelSizeStats modelSizeStats)Constructors in org.elasticsearch.client.ml.job.process with parameters of type ModelSizeStats Constructor Description Builder(ModelSizeStats modelSizeStats) -
Uses of ModelSizeStats in org.elasticsearch.client.ml.job.stats
Methods in org.elasticsearch.client.ml.job.stats that return ModelSizeStats Modifier and Type Method Description ModelSizeStatsJobStats. getModelSizeStats()An object that provides information about the size and contents of the model.
-