dasf.pipeline.executors.base

Classes

Executor

Module Contents

class dasf.pipeline.executors.base.Executor[source]
property is_connected: bool
Return type:

bool

property info: str
Return type:

str

has_dataset(key)[source]
Return type:

bool

register_dataset(**kwargs)[source]
abstract get_dataset(key)[source]
register_plugin(plugin)[source]
pre_run(pipeline)[source]
post_run(pipeline)[source]
execute(fn, *args, **kwargs)[source]
shutdown()[source]