elasticsearch/docs/java-rest/high-level/dataframe
David Roberts 65b502079a
[ML-DataFrame] Combine task_state and indexer_state in _stats (#45276)
This commit replaces task_state and indexer_state in the
data frame _stats output with a single top level state
that combines the two. It is defined as:

- failed if what's currently reported as task_state is failed
- stopped if there is no persistent task
- Otherwise what's currently reported as indexer_state

Closes #45201
2019-08-07 16:39:56 +01:00
..
delete_data_frame.asciidoc [DOCS] Minor edits to HLRC ML APIs (#44865) 2019-07-25 10:00:06 -07:00
get_data_frame.asciidoc [DOCS] Minor edits to HLRC ML APIs (#44865) 2019-07-25 10:00:06 -07:00
get_data_frame_stats.asciidoc [ML-DataFrame] Combine task_state and indexer_state in _stats (#45276) 2019-08-07 16:39:56 +01:00
preview_data_frame.asciidoc [DOCS] Minor edits to HLRC ML APIs (#44865) 2019-07-25 10:00:06 -07:00
put_data_frame.asciidoc [DOCS] Minor edits to HLRC ML APIs (#44865) 2019-07-25 10:00:06 -07:00
start_data_frame.asciidoc [DOCS] Minor edits to HLRC ML APIs (#44865) 2019-07-25 10:00:06 -07:00
stop_data_frame.asciidoc [DOCS] Minor edits to HLRC ML APIs (#44865) 2019-07-25 10:00:06 -07:00
update_data_frame.asciidoc [ML][Data Frame] Add update transform api endpoint (#45154) 2019-08-07 07:28:09 -05:00