elasticsearch/docs/reference/ml/df-analytics/apis
Dimitris Athanasiou da0249f6c2
[ML] Data frame analytics max_num_threads setting (#59254)
This adds a setting to data frame analytics jobs called
`max_number_threads`. The setting expects a positive integer.
When used the user specifies the max number of threads that may
be used by the analysis. Note that the actual number of threads
used is limited by the number of processors on the node where
the job is assigned. Also, the process may use a couple more threads
for operational functionality that is not the analysis itself.

This setting may also be updated for a stopped job.

More threads may reduce the time it takes to complete the job at the cost
of using more CPU.
2020-07-09 16:31:26 +03:00
..
delete-dfanalytics.asciidoc [ML] Fix race condition when force stopping DF analytics job (#57680) 2020-06-05 12:13:02 +03:00
delete-inference-trained-model.asciidoc [DOCS] Replaces docdir attributes in ML APIs (#57390) 2020-06-01 11:46:10 -07:00
evaluate-dfanalytics.asciidoc Rename regression evaluation metrics to make the names consistent with loss functions (#58887) 2020-07-02 16:19:27 +02:00
explain-dfanalytics.asciidoc [DOCS] Replaces docdir attributes in ML APIs (#57390) 2020-06-01 11:46:10 -07:00
get-dfanalytics-stats.asciidoc [ML] Rename increased_memory_estimate_bytes (#58614) 2020-06-27 12:04:39 +03:00
get-dfanalytics.asciidoc [DOCS] Replaces docdir attributes in ML APIs (#57390) 2020-06-01 11:46:10 -07:00
get-inference-trained-model-stats.asciidoc [ML] calculate cache misses for inference and return in stats (#58252) 2020-06-18 17:18:43 -04:00
get-inference-trained-model.asciidoc [DOCS] Replaces docdir attributes in ML APIs (#57390) 2020-06-01 11:46:10 -07:00
index.asciidoc Introduce DataFrameAnalyticsConfig update API (#58302) 2020-06-29 09:26:31 +02:00
put-dfanalytics.asciidoc [ML] Data frame analytics max_num_threads setting (#59254) 2020-07-09 16:31:26 +03:00
put-inference.asciidoc [ML] add exponent output aggregator to inference (#58933) 2020-07-03 08:22:01 -04:00
start-dfanalytics.asciidoc [DOCS] Replaces docdir attributes in ML APIs (#57390) 2020-06-01 11:46:10 -07:00
stop-dfanalytics.asciidoc [DOCS] Replaces docdir attributes in ML APIs (#57390) 2020-06-01 11:46:10 -07:00
update-dfanalytics.asciidoc [ML] Data frame analytics max_num_threads setting (#59254) 2020-07-09 16:31:26 +03:00