Stdout Sink

class forml.provider.sink.stdout.Sink(**writerkw)[source]

Bases: Sink

Sink implementation committing the pipeline result to the standard output of the execution process.

The provider can be enabled using the following platform configuration:

config.toml
 [SINK.print]
 provider = "stdout"