aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorLester Solbakken <lesters@oath.com>2020-09-16 09:34:47 +0200
committerLester Solbakken <lesters@oath.com>2020-09-16 09:34:47 +0200
commita37ca27c22c866750a6ada2a254568fea8459f6b (patch)
tree6d6152274a4be1b790f029aa17eb6c704b89c630 /searchcore
parentb73700b995a542e643c6bbe731105280f605220c (diff)
Add explicit I/O config for ONNX models config
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/config/onnx-models.def8
1 files changed, 6 insertions, 2 deletions
diff --git a/searchcore/src/vespa/searchcore/config/onnx-models.def b/searchcore/src/vespa/searchcore/config/onnx-models.def
index ffe71ff70c2..8d1291fa61e 100644
--- a/searchcore/src/vespa/searchcore/config/onnx-models.def
+++ b/searchcore/src/vespa/searchcore/config/onnx-models.def
@@ -1,5 +1,9 @@
# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=vespa.config.search.core
-model[].name string
-model[].fileref file
+model[].name string
+model[].fileref file
+model[].input[].name string
+model[].input[].source string
+model[].output[].name string
+model[].output[].as string