mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
[DOCS] Improves navigation between forecast APIs and adds short description. (#57035)
This commit is contained in:
parent
05c019585e
commit
47bf95cee3
@ -23,7 +23,14 @@ Predicts the future behavior of a time series by using its historical behavior.
|
|||||||
[[ml-forecast-desc]]
|
[[ml-forecast-desc]]
|
||||||
==== {api-description-title}
|
==== {api-description-title}
|
||||||
|
|
||||||
See {ml-docs}/ml-overview.html#ml-forecasting[Forecasting the future].
|
You can create a forecast job based on an {anomaly-job} to extrapolate future
|
||||||
|
behavior. Refer to
|
||||||
|
{ml-docs}/ml-overview.html#ml-forecasting[Forecasting the future] and
|
||||||
|
{ml-docs}/ml-limitations.html#ml-forecast-limitations[forecast limitations] to
|
||||||
|
learn more.
|
||||||
|
|
||||||
|
You can delete a forecast by using the
|
||||||
|
<<ml-delete-forecast,Delete forecast API>>.
|
||||||
|
|
||||||
[NOTE]
|
[NOTE]
|
||||||
===============================
|
===============================
|
||||||
@ -50,9 +57,11 @@ include::{docdir}/ml/ml-shared.asciidoc[tag=job-id-anomaly-detection]
|
|||||||
processed.
|
processed.
|
||||||
|
|
||||||
`expires_in`::
|
`expires_in`::
|
||||||
(Optional, <<time-units, time units>>) The period of time that forecast results are retained.
|
(Optional, <<time-units, time units>>) The period of time that forecast
|
||||||
After a forecast expires, the results are deleted. The default value is 14 days.
|
results are retained. After a forecast expires, the results are deleted. The
|
||||||
If set to a value of `0`, the forecast is never automatically deleted.
|
default value is 14 days. If set to a value of `0`, the forecast is never
|
||||||
|
automatically deleted.
|
||||||
|
|
||||||
|
|
||||||
[[ml-forecast-example]]
|
[[ml-forecast-example]]
|
||||||
==== {api-examples-title}
|
==== {api-examples-title}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user