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()
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()
Stream fields.
PMMLPredictorBolt
default 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 © 2022 The Apache Software Foundation. All rights reserved.