vertebrae.execution.factory
Execution backend factory helpers.
Functions
|
Create an execution backend by name. |
Module Contents
- vertebrae.execution.factory.create_execution_backend(name, **kwargs)[source]
Create an execution backend by name.
- Parameters:
name (str) – Backend name.
**kwargs (Any) – Backend-specific configuration.
- Returns:
Execution backend instance.
- Raises:
ValueError – If the backend name is unknown.
- Return type:
Any