list_pipelines

getml.pipeline.list_pipelines()

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 and pipelines for more details about the lifecycles of the pipelines.

To subsequently load one of them, use load().

Raises

IOError – If command could not be processed by the engine.

Returns

list containing the names of all pipelines.