Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1000 Bytes

File metadata and controls

16 lines (11 loc) · 1000 Bytes

AFM

Top level executable entity. Combination of [A]ttributes, [F]ilters & [M]etrics.

Properties

Name Type Description Notes
attributes [AttributeItem] Attributes to be used in the computation.
filters [FilterDefinition] Various filter types to filter the execution result.
measures [MeasureItem] Metrics to be computed.
aux_measures [MeasureItem] Metrics to be referenced from other AFM objects (e.g. filters) but not included in the result. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]