hpcflow.sdk.core.task.OutputLabel#
- class hpcflow.sdk.core.task.OutputLabel(parameter, label, where=None)#
Bases:
JSONLike
Class to represent schema input labels that should be applied to a subset of task outputs
Methods
- classmethod from_json_like(json_like, shared_data=None)#
- Parameters:
json_like (Union[Dict, List]) –
shared_data (Optional[Dict[str, ObjectList]]) –
- to_dict()#
- to_json_like(dct=None, shared_data=None, exclude=None, path=None)#