Skip to content

Commit 1410d96

Browse files
szabostevelcawldavidkyle
authored
Reviews summaries of ML APIs (F-Z) (#2764)
Co-authored-by: Lisa Cawley <[email protected]> Co-authored-by: David Kyle <[email protected]>
1 parent 330429a commit 1410d96

File tree

57 files changed

+357
-326
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+357
-326
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 103 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 70 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 120 additions & 120 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/ml/flush_job/MlFlushJobRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { Id } from '@_types/common'
2222
import { DateTime } from '@_types/Time'
2323

2424
/**
25-
* Forces any buffered data to be processed by the job.
25+
* Force buffered data to be processed.
2626
* The flush jobs API is only applicable when sending data for analysis using
2727
* the post data API. Depending on the content of the buffer, then it might
2828
* additionally calculate new results. Both flush and close operations are

specification/ml/forecast/MlForecastJobRequest.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ import { Id } from '@_types/common'
2222
import { Duration } from '@_types/Time'
2323

2424
/**
25-
* Predicts the future behavior of a time series by using its historical
26-
* behavior.
25+
* Predict future behavior of a time series.
2726
*
2827
* Forecasts are not supported for jobs that perform population analysis; an
2928
* error occurs if you try to create a forecast for a job that has an
30-
* `over_field_name` in its configuration.
29+
* `over_field_name` in its configuration. Forcasts predict future behavior
30+
* based on historical data.
3131
*
3232
* @rest_spec_name ml.forecast
3333
* @availability stack since=6.1.0 stability=stable

specification/ml/get_buckets/MlGetBucketsRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { double, integer } from '@_types/Numeric'
2424
import { DateTime } from '@_types/Time'
2525

2626
/**
27-
* Retrieves anomaly detection job results for one or more buckets.
27+
* Get anomaly detection job results for buckets.
2828
* The API presents a chronological view of the records, grouped by bucket.
2929
* @rest_spec_name ml.get_buckets
3030
* @availability stack since=5.4.0 stability=stable

specification/ml/get_calendar_events/MlGetCalendarEventsRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { integer } from '@_types/Numeric'
2323
import { DateTime } from '@_types/Time'
2424

2525
/**
26-
* Retrieves information about the scheduled events in calendars.
26+
* Get info about events in calendars.
2727
* @rest_spec_name ml.get_calendar_events
2828
* @availability stack since=6.2.0 stability=stable
2929
* @availability serverless stability=stable visibility=public

specification/ml/get_calendars/MlGetCalendarsRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { Id } from '@_types/common'
2323
import { integer } from '@_types/Numeric'
2424

2525
/**
26-
* Retrieves configuration information for calendars.
26+
* Get calendar configuration info.
2727
* @rest_spec_name ml.get_calendars
2828
* @availability stack since=6.2.0 stability=stable
2929
* @availability serverless stability=stable visibility=public

specification/ml/get_categories/MlGetCategoriesRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { CategoryId, Id } from '@_types/common'
2323
import { integer } from '@_types/Numeric'
2424

2525
/**
26-
* Retrieves anomaly detection job results for one or more categories.
26+
* Get anomaly detection job results for categories.
2727
* @rest_spec_name ml.get_categories
2828
* @availability stack since=5.4.0 stability=stable
2929
* @availability serverless stability=stable visibility=private

0 commit comments

Comments
 (0)