[DOCS] Fix ML latency definition (elastic/x-pack-elasticsearch#2091)

Original commit: elastic/x-pack-elasticsearch@78c9cb387c
This commit is contained in:
Lisa Cawley 2017-07-27 08:25:14 -07:00 committed by GitHub
parent 1159f7bfa4
commit 6614c86413
1 changed files with 5 additions and 2 deletions

View File

@ -117,8 +117,11 @@ no analysis can occur and an error is returned.
aggregates results for each influencer entity.
`latency`::
(unsigned integer) The size of the window, in seconds, in which to expect data
that is out of time order. The default value is 0 (no latency). +
(time units) The size of the window in which to expect data that is out of
time order. The default value is 0 (no latency). If you specify a non-zero
value, it must be greater than or equal to one second. For more information
about time units, see
{ref}/common-options.html#time-units[Time Units]. +
NOTE: Latency is only applicable when you send data by using
the <<ml-post-data,post data>> API.