dataeval.types.SelectionInfo

class dataeval.types.SelectionInfo

Descriptor for a single dataeval.data 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

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

Type:

str

params

Keyword arguments passed to the operation’s constructor.

Type:

dict