Skip to content

Commit aafd211

Browse files
committed
Fix spacing
1 parent 7990f97 commit aafd211

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

specification/ml/put_data_frame_analytics/MlPutDataFrameAnalyticsRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ import { integer } from '@_types/Numeric'
3232
* This API creates a data frame analytics job that performs an analysis on the
3333
* source indices and stores the outcome in a destination index.
3434
* By default, the query used in the source configuration is `{"match_all": {}}`.
35-
*
35+
*
3636
* If the destination index does not exist, it is created automatically when you start the job.
37-
*
37+
*
3838
* 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.
3939
* @rest_spec_name ml.put_data_frame_analytics
4040
* @availability stack since=7.3.0 stability=stable

specification/ml/put_datafeed/MlPutDatafeedRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import { Duration } from '@_types/Time'
4141
* The datafeed contains a query that runs at a defined interval (`frequency`).
4242
* If you are concerned about delayed data, you can add a delay (`query_delay') at each interval.
4343
* By default, the datafeed uses the following query: `{"match_all": {"boost": 1}}`.
44-
*
44+
*
4545
* When Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had
4646
* at the time of creation and runs the query using those same roles. If you provide secondary authorization headers,
4747
* those credentials are used instead.

0 commit comments

Comments
 (0)