load

getml.pipeline.load(name: str) → getml.pipeline.pipeline.Pipeline[source]

Loads a pipeline from the getML engine into Python.

Args:

name: The name of the pipeline to be loaded.

Returns:

A Pipeline() that is a handler for the pipeline signified by name.