From ea2e99f5b944a149fb9f4652692e3f6295bcf149 Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Mon, 15 Sep 2025 06:03:51 +0000 Subject: [PATCH] Auto-generated API code --- src/api/types.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/api/types.ts b/src/api/types.ts index aad790588..2d12e5079 100644 --- a/src/api/types.ts +++ b/src/api/types.ts @@ -25505,6 +25505,7 @@ export interface MlDatafeed { authorization?: MlDatafeedAuthorization chunking_config?: MlChunkingConfig datafeed_id: Id + /** 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. */ frequency?: Duration indices: string[] indexes?: string[] @@ -29438,6 +29439,7 @@ export interface MlUpdateDatafeedResponse { chunking_config: MlChunkingConfig delayed_data_check_config?: MlDelayedDataCheckConfig datafeed_id: Id + /** 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. */ frequency?: Duration indices: string[] indices_options?: IndicesOptions