diff --git a/specification/ml/put_data_frame_analytics/MlPutDataFrameAnalyticsRequest.ts b/specification/ml/put_data_frame_analytics/MlPutDataFrameAnalyticsRequest.ts index 0ebef86d10..34eca92b7f 100644 --- a/specification/ml/put_data_frame_analytics/MlPutDataFrameAnalyticsRequest.ts +++ b/specification/ml/put_data_frame_analytics/MlPutDataFrameAnalyticsRequest.ts @@ -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 diff --git a/specification/ml/put_datafeed/MlPutDatafeedRequest.ts b/specification/ml/put_datafeed/MlPutDatafeedRequest.ts index 9c5efe3682..25c8bc2aea 100644 --- a/specification/ml/put_datafeed/MlPutDatafeedRequest.ts +++ b/specification/ml/put_datafeed/MlPutDatafeedRequest.ts @@ -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.