list_pipelines¶
- getml.pipeline.list_pipelines() List[str] [source]¶
Lists all pipelines present in the engine.
Note that this function only lists pipelines which are part of the current project. See
set_project()
for changing projects andpipelines
for more details about the lifecycles of the pipelines.To subsequently load one of them, use
load()
.- Returns:
list containing the names of all pipelines.