mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 19:05:06 +00:00
Docs: Rework close ml section (#41435)
Reworks the close ml section to work properly in Asciidoctor. It renders a little funny in AsciiDoc but AsciiDoc is on its way out anyway....
This commit is contained in:
parent
7e2aec022d
commit
7c2e151bf2
@ -25,18 +25,16 @@ it puts increased load on the cluster.
|
|||||||
prevent new jobs from opening by using the
|
prevent new jobs from opening by using the
|
||||||
<<ml-set-upgrade-mode,set upgrade mode API>>:
|
<<ml-set-upgrade-mode,set upgrade mode API>>:
|
||||||
+
|
+
|
||||||
--
|
|
||||||
[source,js]
|
[source,js]
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
POST _ml/set_upgrade_mode?enabled=true
|
POST _ml/set_upgrade_mode?enabled=true
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
// CONSOLE
|
// CONSOLE
|
||||||
|
+
|
||||||
When you disable upgrade mode, the jobs resume using the last model
|
When you disable upgrade mode, the jobs resume using the last model
|
||||||
state that was automatically saved. This option avoids the overhead of managing
|
state that was automatically saved. This option avoids the overhead of managing
|
||||||
active jobs during the upgrade and is faster than explicitly stopping {dfeeds}
|
active jobs during the upgrade and is faster than explicitly stopping {dfeeds}
|
||||||
and closing jobs.
|
and closing jobs.
|
||||||
--
|
|
||||||
|
|
||||||
* {stack-ov}/stopping-ml.html[Stop all {dfeeds} and close all jobs]. This option
|
* {stack-ov}/stopping-ml.html[Stop all {dfeeds} and close all jobs]. This option
|
||||||
saves the model state at the time of closure. When you reopen the jobs after the
|
saves the model state at the time of closure. When you reopen the jobs after the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user