OpenSearch/docs/reference/ml/df-analytics/apis
Benjamin Trent 24d41eb695
[ML] partitions model definitions into chunks (#55260) (#55484)
This paves the data layer way so that exceptionally large models are partitioned across multiple documents.

This change means that nodes before 7.8.0 will not be able to use trained inference models created on nodes on or after 7.8.0.

I chose the definition document limit to be 100. This *SHOULD* be plenty for any large model. One of the largest models that I have created so far had the following stats:
~314MB of inflated JSON, ~66MB when compressed, ~177MB of heap.
With the chunking sizes of `16 * 1024 * 1024` its compressed string could be partitioned to 5 documents.
Supporting models 20 times this size (compressed) seems adequate for now.
2020-04-20 16:08:54 -04:00
..
delete-dfanalytics.asciidoc [DOCS] Changes kibana_user to kibana_admin in DFA API prerequisites. (#54806) 2020-04-06 15:46:18 +02:00
delete-inference-trained-model.asciidoc [DOCS] Changes kibana_user to kibana_admin in DFA API prerequisites. (#54806) 2020-04-06 15:46:18 +02:00
evaluate-dfanalytics.asciidoc Add missing docs for new evaluation metrics (#50967) (#51041) 2020-01-15 15:53:42 +01:00
explain-dfanalytics.asciidoc [DOCS] Removes unshared sections from ml-shared.asciidoc (#55192) 2020-04-14 18:47:09 -07:00
get-dfanalytics-stats.asciidoc [DOCS] Adds description of analysis_stats object and its properties to GET DFA stats API docs (#53881) 2020-03-31 13:30:06 +02:00
get-dfanalytics.asciidoc [DOCS] Removes unshared sections from ml-shared.asciidoc (#55192) 2020-04-14 18:47:09 -07:00
get-inference-trained-model-stats.asciidoc [DOCS] Forms role and privilege requirements as bulleted lists in DFA API docs (#50732) 2020-01-09 10:45:18 +01:00
get-inference-trained-model.asciidoc [DOCS] Removes unshared sections from ml-shared.asciidoc (#55192) 2020-04-14 18:47:09 -07:00
index.asciidoc [DOCS] Adds PUT inference API docs (#51231) 2020-01-31 13:13:34 +01:00
put-dfanalytics.asciidoc [DOCS] Remove text fields from classification dependent variables (#54849) 2020-04-16 13:40:28 -07:00
put-inference.asciidoc [ML] partitions model definitions into chunks (#55260) (#55484) 2020-04-20 16:08:54 -04:00
start-dfanalytics.asciidoc [DOCS] Edits create data frame analytics job API (#54751) 2020-04-13 10:43:52 -07:00
stop-dfanalytics.asciidoc [DOCS] Changes kibana_user to kibana_admin in DFA API prerequisites. (#54806) 2020-04-06 15:46:18 +02:00