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