The AvroField this raw feature is built from
The AvroField this raw feature is built from
The corresponding AvroField
Whether this feature is a response feature.
Whether this feature is a response feature.
true
if this is a response feature, false otherwise
The name of the schema class that features are being built from (e.g.
The name of the schema class that features are being built from (e.g. Passenger)
The name of the schema class
Gets the java method that Avro generates for this field.
Gets the java method that Avro generates for this field. e.g. getPassengerId
for field with name "passengerId" Note that variable names with underscores are converted to CamelCase by avro; so we should do the same
The java getter as a string
Whether to call asResponse
or asPredictor
on the FeatureBuilder.
Whether to call asResponse
or asPredictor
on the FeatureBuilder.
A string representing the method
Return the string representing the code that makes a FeatureBuilder
Return the string representing the code that makes a FeatureBuilder
Generated code
Gets a name corresponding to the scala val
that will be generated for this feature builder, e.g.
Gets a name corresponding to the scala val
that will be generated for this feature builder, e.g. val myField = FeatureBuilder...
The scala val name