Skip to content

Commit 90d0975

Browse files
committed
Adds missing description
1 parent efaf732 commit 90d0975

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

specification/ml/update_datafeed/MlUpdateDatafeedResponse.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ export class Response {
3535
chunking_config: ChunkingConfig
3636
delayed_data_check_config?: DelayedDataCheckConfig
3737
datafeed_id: Id
38+
/**
39+
* The interval at which scheduled queries are made while the datafeed runs in real time. The default value is either the bucket span for short bucket spans, or, for longer bucket spans, a sensible fraction of the bucket span. For example: `150s`. When `frequency` is shorter than the bucket span, interim results for the last (partial) bucket are written then eventually overwritten by the full bucket results. If the datafeed uses aggregations, this value must be divisible by the interval of the date histogram aggregation.
40+
*/
3841
frequency?: Duration
3942
indices: string[]
4043
indices_options?: IndicesOptions

0 commit comments

Comments
 (0)