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