Skip to content

Commit 2767a1f

Browse files
committed
Fixes code style errpr
1 parent 90d0975 commit 2767a1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/ml/update_datafeed/MlUpdateDatafeedResponse.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ export class Response {
3636
delayed_data_check_config?: DelayedDataCheckConfig
3737
datafeed_id: Id
3838
/**
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-
*/
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+
*/
4141
frequency?: Duration
4242
indices: string[]
4343
indices_options?: IndicesOptions

0 commit comments

Comments
 (0)