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