Uses of Class
org.elasticsearch.client.ml.job.results.AnomalyRecord
-
Packages that use AnomalyRecord Package Description org.elasticsearch.client.ml org.elasticsearch.client.ml.job.results -
-
Uses of AnomalyRecord in org.elasticsearch.client.ml
Methods in org.elasticsearch.client.ml that return types with arguments of type AnomalyRecord Modifier and Type Method Description List<AnomalyRecord>GetRecordsResponse. records()The retrieved records -
Uses of AnomalyRecord in org.elasticsearch.client.ml.job.results
Fields in org.elasticsearch.client.ml.job.results with type parameters of type AnomalyRecord Modifier and Type Field Description static ConstructingObjectParser<AnomalyRecord,Void>AnomalyRecord. PARSERMethods in org.elasticsearch.client.ml.job.results that return types with arguments of type AnomalyRecord Modifier and Type Method Description List<AnomalyRecord>Bucket. getRecords()Get all the anomaly records associated with this bucket.
-