run

Module Contents

Classes

Run

This object represents the run structure

class run.Run(name)

Bases: pykkn.storage.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])

add(self, list_obj)

add (multi) parameter(s) or pipeline(s) into run

Parameters

list_obj (List[Parameter | Pipeline]) – a list of Parameter or Pipeline object(s)

Raises

AssertionError: – raise when add method fails