[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:
Benjamin Trent 2020-04-02 10:34:17 -04:00 committed by GitHub
parent a6754c86ef
commit 4e1ff31c3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
62 changed files with 1936 additions and 310 deletions

View file

@ -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[]