spdl.pipeline.config¶
Overview¶
Module for runtime configuration.
API Reference¶
Functions
is_diagnostic_mode_enabled¶
Check if the pipeline diagnostic mode is enabled. |
diagnostic_mode_num_sources¶
Get the number of source items to use for diagnostic mode profiling. |
set_default_hook_class¶
Set the default hook class to be used for pipeline stages. |
get_default_hook_class¶
Get the currently configured default hook class. |
set_default_queue_class¶
Set the default queue class to be used for connecting pipeline stages. |
get_default_queue_class¶
Get the currently configured default queue class. |
set_default_profile_hook¶
Set the default profile hook to be used for pipeline profiling. |
get_default_profile_hook¶
Get the currently configured default profile hook. |
set_default_profile_callback¶
Set the default profile callback to be called after profiling each stage. |
get_default_profile_callback¶
Get the currently configured default profile callback. |