public interface ModelRunner
Modifier and Type | Method and Description |
---|---|
Map<String,List<Object>> |
scoredTuplePerStream(Tuple input)
Creates and returns a map with the predicted scores that are to be emitted on each stream.
|
Map<String,List<Object>> scoredTuplePerStream(Tuple input)
ModelOutputs
. Namely, the set of keys of the Map<String, List<Object>>
returned
by this method should be a subset of ModelOutputs.streams()
Copyright © 2023 The Apache Software Foundation. All rights reserved.