nip.language_model_server.types.SubprocessOutputDestination

nip.language_model_server.types.SubprocessOutputDestination#

nip.language_model_server.types.SubprocessOutputDestination#

The destination for subprocess output.

One of:

  • “stdout_std_err”: Output is printed to standard output and standard error.

  • “log_file”: Output is written to a log file.

alias of Literal[‘stdout_std_err’, ‘log_file’]