dataeval.types.SelectionInfo

class dataeval.types.SelectionInfo

Descriptor for a single dataeval.selection step.

Mirrors the shape of DataEval-Flow’s SelectionStep config so a single selector can be described identically on input (config) and output (sidecar).

type

Selector class name (e.g. "ClassFilter", "Limit", "Indices").

Type:

str

params

Keyword arguments passed to the selector’s constructor.

Type:

dict