get_default_node_assets#
- eclypse.graph.assets.defaults.get_default_node_assets(with_init=True)[source]#
Get the set of default node assets.
- Parameters:
with_init (bool) – Whether to attach the bundled default initialisers to the assets.
- Returns:
- The default node assets:
cpu, ram, storage, gpu, availability, processing_time.
- Return type:
dict[str, Any]