[DOCS] Fixed short descriptions for ML APIs

Original commit: elastic/x-pack-elasticsearch@75937c0da1
This commit is contained in:
lcawley 2018-01-15 08:44:08 -08:00
parent 86f612ae3a
commit c243d6eb21
34 changed files with 53 additions and 52 deletions

View File

@ -5,7 +5,7 @@
<titleabbrev>Close Jobs</titleabbrev>
++++
The close job API enables you to close one or more jobs.
This API enables you to close one or more jobs.
A job can be opened and closed multiple times throughout its lifecycle.
A closed job cannot receive data or perform analysis

View File

@ -5,7 +5,7 @@
<titleabbrev>Delete Jobs from Calendar</titleabbrev>
++++
The delete jobs from calendar API enables you to remove jobs from a calendar.
This API enables you to remove jobs from a calendar.
==== Request

View File

@ -5,7 +5,7 @@
<titleabbrev>Delete Calendar</titleabbrev>
++++
The delete calendar API enables you to delete a calendar.
This API enables you to delete a calendar.
==== Request

View File

@ -5,7 +5,7 @@
<titleabbrev>Delete {dfeeds-cap}</titleabbrev>
++++
The delete {dfeed} API enables you to delete an existing {dfeed}.
This API enables you to delete an existing {dfeed}.
==== Request

View File

@ -5,7 +5,7 @@
<titleabbrev>Delete Jobs</titleabbrev>
++++
The delete job API enables you to delete an existing anomaly detection job.
This API enables you to delete an existing anomaly detection job.
==== Request

View File

@ -5,7 +5,7 @@
<titleabbrev>Delete Model Snapshots</titleabbrev>
++++
The delete model snapshot API enables you to delete an existing model snapshot.
This API enables you to delete an existing model snapshot.
==== Request

View File

@ -5,7 +5,7 @@
<titleabbrev>Flush Jobs</titleabbrev>
++++
The flush job API forces any buffered data to be processed by the job.
This API forces any buffered data to be processed by the job.
==== Request
@ -15,7 +15,7 @@ The flush job API forces any buffered data to be processed by the job.
==== Description
The flush job API is only applicable when sending data for analysis using the
The flush jobs API is only applicable when sending data for analysis using the
<<ml-post-data,post data API>>. Depending on the content of the buffer, then it
might additionally calculate new results.

View File

@ -5,8 +5,8 @@
<titleabbrev>Forecast Jobs</titleabbrev>
++++
The forecast jobs API uses historical behavior to predict the future behavior of
a time series.
This API uses historical behavior to predict the future behavior of a time
series.
==== Request

View File

@ -5,7 +5,7 @@
<titleabbrev>Get Buckets</titleabbrev>
++++
The get bucket API enables you to retrieve job results for one or more buckets.
This API enables you to retrieve job results for one or more buckets.
==== Request
@ -17,7 +17,8 @@ The get bucket API enables you to retrieve job results for one or more buckets.
==== Description
This API presents a chronological view of the records, grouped by bucket.
The get buckets API presents a chronological view of the records, grouped by
bucket.
==== Path Parameters

View File

@ -5,7 +5,7 @@
<titleabbrev>Get Calendars</titleabbrev>
++++
The get calendars API enables you to retrieve configuration information for
This API enables you to retrieve configuration information for
calendars.

View File

@ -5,8 +5,7 @@
<titleabbrev>Get Categories</titleabbrev>
++++
The get categories API enables you to retrieve job results for one or more
categories.
This API enables you to retrieve job results for one or more categories.
==== Request

View File

@ -5,8 +5,7 @@
<titleabbrev>Get {dfeed-cap} Statistics</titleabbrev>
++++
The get {dfeed} statistics API enables you to retrieve usage information for
{dfeeds}.
This API enables you to retrieve usage information for {dfeeds}.
==== Request

View File

@ -5,8 +5,7 @@
<titleabbrev>Get {dfeeds-cap}</titleabbrev>
++++
The get {dfeeds} API enables you to retrieve configuration information for
{dfeeds}.
This API enables you to retrieve configuration information for {dfeeds}.
==== Request

View File

@ -5,8 +5,7 @@
<titleabbrev>Get Influencers</titleabbrev>
++++
The get influencers API enables you to retrieve job results for one or more
influencers.
This API enables you to retrieve job results for one or more influencers.
==== Request

View File

@ -5,7 +5,7 @@
<titleabbrev>Get Job Statistics</titleabbrev>
++++
The get jobs API enables you to retrieve usage information for jobs.
This API enables you to retrieve usage information for jobs.
==== Request

View File

@ -5,7 +5,7 @@
<titleabbrev>Get Jobs</titleabbrev>
++++
The get jobs API enables you to retrieve configuration information for jobs.
This API enables you to retrieve configuration information for jobs.
==== Request

View File

@ -5,8 +5,8 @@
<titleabbrev>Get Overall Buckets</titleabbrev>
++++
This API enables you to retrieve overall bucket results
that summarize the bucket results of multiple jobs.
This API enables you to retrieve overall bucket results that summarize the
bucket results of multiple jobs.
==== Request

View File

@ -5,7 +5,7 @@
<titleabbrev>Get Records</titleabbrev>
++++
The get records API enables you to retrieve anomaly records for a job.
This API enables you to retrieve anomaly records for a job.
==== Request

View File

@ -5,7 +5,7 @@
<titleabbrev>Get Model Snapshots</titleabbrev>
++++
The get model snapshots API enables you to retrieve information about model snapshots.
This API enables you to retrieve information about model snapshots.
==== Request

View File

@ -5,6 +5,7 @@
<titleabbrev>Open Jobs</titleabbrev>
++++
This API enables you to open one or more jobs.
A job must be opened in order for it to be ready to receive and analyze data.
A job can be opened and closed multiple times throughout its lifecycle.

View File

@ -5,7 +5,7 @@
<titleabbrev>Post Data to Jobs</titleabbrev>
++++
The post data API enables you to send data to an anomaly detection job for analysis.
This API enables you to send data to an anomaly detection job for analysis.
==== Request

View File

@ -5,7 +5,7 @@
<titleabbrev>Preview {dfeeds-cap}</titleabbrev>
++++
The preview {dfeed} API enables you to preview a {dfeed}.
This API enables you to preview a {dfeed}.
==== Request
@ -15,9 +15,9 @@ The preview {dfeed} API enables you to preview a {dfeed}.
==== Description
The API returns the first "page" of results from the `search` that is created
by using the current {dfeed} settings. This preview shows the structure of
the data that will be passed to the anomaly detection engine.
The preview {dfeeds} API returns the first "page" of results from the `search`
that is created by using the current {dfeed} settings. This preview shows the
structure of the data that will be passed to the anomaly detection engine.
==== Path Parameters

View File

@ -5,7 +5,7 @@
<titleabbrev>Add Jobs to Calendar</titleabbrev>
++++
The add jobs to calendar API enables you to add jobs to a calendar.
This API enables you to add jobs to a calendar.
==== Request

View File

@ -5,7 +5,7 @@
<titleabbrev>Create Calendar</titleabbrev>
++++
The create calendar API enables you to instantiate a calendar.
This API enables you to instantiate a calendar.
==== Request

View File

@ -5,7 +5,7 @@
<titleabbrev>Create {dfeeds-cap}</titleabbrev>
++++
The create {dfeed} API enables you to instantiate a {dfeed}.
This API enables you to instantiate a {dfeed}.
==== Request

View File

@ -5,7 +5,7 @@
<titleabbrev>Create Jobs</titleabbrev>
++++
The create job API enables you to instantiate a job.
This API enables you to instantiate a job.
==== Request

View File

@ -5,7 +5,7 @@
<titleabbrev>Revert Model Snapshots</titleabbrev>
++++
The revert model snapshot API enables you to revert to a specific snapshot.
This API enables you to revert to a specific snapshot.
==== Request
@ -14,13 +14,13 @@ The revert model snapshot API enables you to revert to a specific snapshot.
==== Description
The {ml} feature in {xpack} reacts quickly to anomalous input, learning new behaviors in data.
Highly anomalous input increases the variance in the models whilst the system learns
whether this is a new step-change in behavior or a one-off event. In the case
where this anomalous input is known to be a one-off, then it might be appropriate
to reset the model state to a time before this event. For example, you might
consider reverting to a saved snapshot after Black Friday
or a critical system failure.
The {ml} feature in {xpack} reacts quickly to anomalous input, learning new
behaviors in data. Highly anomalous input increases the variance in the models
whilst the system learns whether this is a new step-change in behavior or a
one-off event. In the case where this anomalous input is known to be a one-off,
then it might be appropriate to reset the model state to a time before this
event. For example, you might consider reverting to a saved snapshot after Black
Friday or a critical system failure.
////
To revert to a saved snapshot, you must follow this sequence:

View File

@ -5,6 +5,7 @@
<titleabbrev>Start {dfeeds-cap}</titleabbrev>
++++
This API enables you to start one or more {dfeeds}.
A {dfeed} must be started in order to retrieve data from {es}.
A {dfeed} can be started and stopped multiple times throughout its lifecycle.

View File

@ -5,7 +5,7 @@
<titleabbrev>Stop {dfeeds-cap}</titleabbrev>
++++
The stop {dfeeds} API enables you to stop one or more {dfeeds}.
This API enables you to stop one or more {dfeeds}.
A {dfeed} that is stopped ceases to retrieve data from {es}.
A {dfeed} can be started and stopped multiple times throughout its lifecycle.

View File

@ -5,7 +5,7 @@
<titleabbrev>Update {dfeeds-cap}</titleabbrev>
++++
The update {dfeed} API enables you to update certain properties of a {dfeed}.
This API enables you to update certain properties of a {dfeed}.
==== Request

View File

@ -5,7 +5,7 @@
<titleabbrev>Update Jobs</titleabbrev>
++++
The update job API enables you to update certain properties of a job.
This API enables you to update certain properties of a job.
==== Request

View File

@ -5,7 +5,7 @@
<titleabbrev>Update Model Snapshots</titleabbrev>
++++
The update model snapshot API enables you to update certain properties of a snapshot.
This API enables you to update certain properties of a snapshot.
==== Request

View File

@ -5,7 +5,7 @@
<titleabbrev>Validate Detectors </titleabbrev>
++++
The validate detectors API validates detector configuration information.
This API validates detector configuration information.
==== Request
@ -13,7 +13,8 @@ The validate detectors API validates detector configuration information.
==== Description
This API enables you validate the detector configuration before you create a job.
The validate detectors API enables you validate the detector configuration
before you create a job.
==== Request Body

View File

@ -5,7 +5,7 @@
<titleabbrev>Validate Jobs</titleabbrev>
++++
The validate jobs API validates job configuration information.
This API validates job configuration information.
==== Request
@ -13,7 +13,8 @@ The validate jobs API validates job configuration information.
==== Description
This API enables you validate the job configuration before you create the job.
The validate jobs API enables you validate the job configuration before you
create the job.
==== Request Body