public interface ModelOutputs extends Serializable
Represents the streams and output fields declared by the PMMLPredictorBolt
| Modifier and Type | Method and Description |
|---|---|
Map<String,? extends Fields> |
streamFields() |
default Set<String> |
streams()
Convenience method that returns a set with all the streams declared by the
PMMLPredictorBolt. |
Map<String,? extends Fields> streamFields()
PMMLPredictorBoltdefault Set<String> streams()
Convenience method that returns a set with all the streams declared by the PMMLPredictorBolt. By default this this method calls streamFields().keySet()
Copyright © 2019 The Apache Software Foundation. All rights reserved.