load

getml.pipeline.load(name)

Loads a pipeline from the getML engine into Python.

Parameters

name – The name of the pipeline to be loaded.

Returns

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