load_model_file()

Load a model specification from a JSON file.

Usage

Source

load_model_file(file_path)

Parameters

file_path: str | PathLike[str]
Path to the JSON file.

Returns

dict[str, Any]
Parsed JSON model specification.