mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
[ML] add new inference_config field to trained model config (#54421)
A new field called `inference_config` is now added to the trained model config object. This new field allows for default inference settings from analytics or some external model builder. The inference processor can still override whatever is set as the default in the trained model config.
This commit is contained in:
parent
a6754c86ef
commit
4e1ff31c3c
62 changed files with 1936 additions and 310 deletions
|
@ -39,6 +39,8 @@ include-tagged::{doc-tests-file}[{api}-config]
|
|||
<5> Optionally, a human-readable description
|
||||
<6> Optionally, an object map contain metadata about the model
|
||||
<7> Optionally, an array of tags to organize the model
|
||||
<8> The default inference config to use with the model. Must match the underlying
|
||||
definition target_type.
|
||||
|
||||
include::../execution.asciidoc[]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue