Enrichment features apply external processing or analysis to existing columns
to create derived insights. This can include operations like sentiment analysis,
toxicity detection, entity extraction, SQL validation, JSON validation, or any
custom transformation that adds value to the original data.
The feature type is automatically set to CustomFeatureType.ENRICHMENT and enables
domain-specific analysis through configurable enrichment operations.
Examples
Attributes
Type discriminator; fixed as CustomFeatureType.ENRICHMENT.
Names of the input columns used to generate the enrichment.
Identifier of the enrichment to apply, e.g. embedding or toxicity.
Additional configuration options for the enrichment (default {}).