components.run
Module Contents
Classes
This object represents the run structure |
- class components.run.Run(name)
Bases:
Storage
This object represents the run structure
- Parameters
name (str) – the name of the run
Examples
run1 = Run(‘run1’)
run1.add([parameter1, parameter2])
run1.add([pipeline1, pipeline2])