Uses of Class
org.elasticsearch.client.ml.job.process.DataCounts
-
Packages that use DataCounts Package Description org.elasticsearch.client.ml org.elasticsearch.client.ml.job.process org.elasticsearch.client.ml.job.stats -
-
Uses of DataCounts in org.elasticsearch.client.ml
Methods in org.elasticsearch.client.ml that return DataCounts Modifier and Type Method Description DataCountsPostDataResponse. getDataCounts()Constructors in org.elasticsearch.client.ml with parameters of type DataCounts Constructor Description PostDataResponse(DataCounts counts) -
Uses of DataCounts in org.elasticsearch.client.ml.job.process
Fields in org.elasticsearch.client.ml.job.process with type parameters of type DataCounts Modifier and Type Field Description static ConstructingObjectParser<DataCounts,Void>DataCounts. PARSERConstructors in org.elasticsearch.client.ml.job.process with parameters of type DataCounts Constructor Description DataCounts(DataCounts lhs) -
Uses of DataCounts in org.elasticsearch.client.ml.job.stats
Methods in org.elasticsearch.client.ml.job.stats that return DataCounts Modifier and Type Method Description DataCountsJobStats. getDataCounts()An object that describes the number of records processed and any related error counts SeeDataCounts
-