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.
getml.pipeline.
load
(name)[source]¶Loads a pipeline from the getML engine into Python.
name: The name of the pipeline to be loaded.
A Pipeline()
that is a handler
for the pipeline signified by name.