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() |
Set<String> |
streams()
Convenience method that returns a set with all the streams declared by the
PMMLPredictorBolt, e.g. |
Map<String,? extends Fields> streamFields()
PMMLPredictorBoltSet<String> streams()
Convenience method that returns a set with all the streams declared by the PMMLPredictorBolt, e.g. streamFields().keySet().
Copyright © 2022 The Apache Software Foundation. All Rights Reserved.