Class FieldResponseProcessor<T extends Output<T>>

java.lang.Object
org.tribuo.data.columnar.processors.response.FieldResponseProcessor<T>
All Implemented Interfaces:
com.oracle.labs.mlrg.olcut.config.Configurable, com.oracle.labs.mlrg.olcut.provenance.Provenancable<com.oracle.labs.mlrg.olcut.provenance.ConfiguredObjectProvenance>, ResponseProcessor<T>

public class FieldResponseProcessor<T extends Output<T>> extends Object implements ResponseProcessor<T>
A response processor that returns the value in a given field.