mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
[DOCS] Added requirement to forecast API
Original commit: elastic/x-pack-elasticsearch@3f1360ca2b
This commit is contained in:
parent
1f808ad580
commit
4d24748170
@ -24,8 +24,13 @@ Each time you call the API, it generates a new forecast and returns a unique ID.
|
|||||||
Existing forecasts for the same job are not overwritten. You can use the forecast
|
Existing forecasts for the same job are not overwritten. You can use the forecast
|
||||||
ID to distinguish between forecasts that you generated at different times.
|
ID to distinguish between forecasts that you generated at different times.
|
||||||
|
|
||||||
NOTE: If you use an `over_field_name` property in your job, you cannot create a
|
[NOTE]
|
||||||
|
===============================
|
||||||
|
|
||||||
|
* If you use an `over_field_name` property in your job, you cannot create a
|
||||||
forecast. For more information about this property, see <<ml-job-resource>>.
|
forecast. For more information about this property, see <<ml-job-resource>>.
|
||||||
|
* The job must be open when you create a forecast. Otherwise, an error occurs.
|
||||||
|
===============================
|
||||||
|
|
||||||
==== Path Parameters
|
==== Path Parameters
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user