aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/ml_models/services.xml
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-09-27 21:18:35 -0700
committerJon Bratseth <bratseth@oath.com>2018-09-27 21:18:35 -0700
commit52bc788c7e9677e726a3800a3d4fdbd67b4ad6fb (patch)
treeed75c285a6f8e6fea7b5b1b7105eed10c4e7847e /config-model/src/test/cfg/application/ml_models/services.xml
parentb03429e1aa5c07bd5c56ccf09196c16288736458 (diff)
Imported ML model robustness
- Handle properly that compiling an expression leads to adding new expressions - Don't load rank profile models as global when reading stored models - Proper verification of model pseudofeature arguments before taking an action - Handle missing models and missing models in existing paths properly - Don't require return types to be resolved for all functions yet (they won't be for those added during comppilation)
Diffstat (limited to 'config-model/src/test/cfg/application/ml_models/services.xml')
-rw-r--r--config-model/src/test/cfg/application/ml_models/services.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/config-model/src/test/cfg/application/ml_models/services.xml b/config-model/src/test/cfg/application/ml_models/services.xml
new file mode 100644
index 00000000000..e53e4eaa6ab
--- /dev/null
+++ b/config-model/src/test/cfg/application/ml_models/services.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!-- Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
+<services version="1.0">
+
+ <container version="1.0">
+ <nodes>
+ <node hostalias="node1" />
+ </nodes>
+ </container>
+
+ <content id="test" version="1.0">
+ <redundancy>1</redundancy>
+ <documents>
+ <document mode="index" type="test"/>
+ </documents>
+ <nodes>
+ <node distribution-key="0" hostalias="node1" />
+ </nodes>
+ </content>
+
+</services>