Skip to main content

types.feature

AggregationFunction Objects

class AggregationFunction(EnumSpec)

AggregationFunction is the function used to aggregate the data.

KeepPreviousSpec Objects

class KeepPreviousSpec(yaml.YAMLObject)

KeepPreviousSpec is the specification for how many previous versions of a feature to keep.

FeatureSpec Objects

class FeatureSpec(RaptorSpec)

FeatureSpec is the specification for a feature.

Keys Objects

class Keys(Dict[str, str])

Keys is a dictionary of keys and values for a feature.

It is used to encode and decode keys for a feature.