lenskit.logging.multiprocess.RecordSink#

class lenskit.logging.multiprocess.RecordSink[R]#

Bases: Protocol

Generic interface for record sinks.

Stability:
Internal (see Stability Levels).
sink_id: uuid.UUID#
record(record, /)#

Record the timings for a pipeline run.

Parameters:

record (R)