load_model_file()
Load a model specification from a JSON file.
Usage
load_model_file(file_path)Parameters
file_path: str | PathLike[str]- Path to the JSON file.
Returns
dict[str, Any]- Parsed JSON model specification.
Load a model specification from a JSON file.
Usage
file_path: str | PathLike[str] dict[str, Any]