Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Sep 20, 2024
1 parent 1b312ff commit 5dcec25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ import { integer } from '@_types/Numeric'
* This API creates a data frame analytics job that performs an analysis on the
* source indices and stores the outcome in a destination index.
* By default, the query used in the source configuration is `{"match_all": {}}`.
*
*
* If the destination index does not exist, it is created automatically when you start the job.
*
*
* If you supply only a subset of the regression or classification parameters, hyperparameter optimization occurs. It determines a value for each of the undefined parameters.
* @rest_spec_name ml.put_data_frame_analytics
* @availability stack since=7.3.0 stability=stable
Expand Down
2 changes: 1 addition & 1 deletion specification/ml/put_datafeed/MlPutDatafeedRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import { Duration } from '@_types/Time'
* The datafeed contains a query that runs at a defined interval (`frequency`).
* If you are concerned about delayed data, you can add a delay (`query_delay') at each interval.
* By default, the datafeed uses the following query: `{"match_all": {"boost": 1}}`.
*
*
* When Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had
* at the time of creation and runs the query using those same roles. If you provide secondary authorization headers,
* those credentials are used instead.
Expand Down

0 comments on commit 5dcec25

Please sign in to comment.