loader
- ParameterGroup.loader(format_name: str = None, **kwargs) ParameterGroup
Create a
ParameterGroupinstance from the specs defined in a file.- Parameters
file_name (StrOrPath) – File containing the parameter specs.
format_name (str) – Format the file is in, if not provided it will be inferred from the file extension.
**kwargs (Any) – Additional keyword arguments passes to the
load_parametersimplementation of the project io plugin.
- Returns
ParameterGroupinstance created from the file.- Return type