Workspace class
The Workspace class is the entry point and the central component when you want to execute a graph with the Executor SDK.
The Workspace encapsulates some centralized operations in Bifrost. The Workspace object is associated to a Library object where the Bifrost resources are loaded. The Workspace also manages the GraphContainers.
Please refer to the BifrostGraph::Executor::Workspace
class in the API reference section.