load¶
- getml.pipeline.load(name: str) 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.
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.