Skip to content

Commit fa7bd28

Browse files
Auto-generated API code (#3010)
1 parent 419ebd4 commit fa7bd28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/api/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25505,6 +25505,7 @@ export interface MlDatafeed {
2550525505
authorization?: MlDatafeedAuthorization
2550625506
chunking_config?: MlChunkingConfig
2550725507
datafeed_id: Id
25508+
/** 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. */
2550825509
frequency?: Duration
2550925510
indices: string[]
2551025511
indexes?: string[]
@@ -29438,6 +29439,7 @@ export interface MlUpdateDatafeedResponse {
2943829439
chunking_config: MlChunkingConfig
2943929440
delayed_data_check_config?: MlDelayedDataCheckConfig
2944029441
datafeed_id: Id
29442+
/** 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. */
2944129443
frequency?: Duration
2944229444
indices: string[]
2944329445
indices_options?: IndicesOptions

0 commit comments

Comments
 (0)