SideOutputEffect

SideOutputEffect#

class penzai.data_effects.side_output.SideOutputEffect[source]#

Bases: Protocol[_T]

Protocol for a side output effect.

Methods

__init__(*args, **kwargs)

tell(value, /)

Writes a value to the side output.

tell(value: _T, /)[source]#

Writes a value to the side output.