Ask a question to get started
Enter to send•Shift+Enter new line
Tap an output iterator to stream its values to the log.
tap_output_iter( self, run_id: UUID, output: Iterator[T] ) -> Iterator[T]
run_id
UUID
The ID of the run.
output
Iterator[T]
The output iterator.