load

getml.pipeline.load(name)[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.