load_result

YmlProjectIo.load_result(result_path: str) Result[source]

Create a Result instance from the specs defined in a file.

Parameters:

result_path (str) – Path containing the result data.

Returns:

Result instance created from the saved format.

Return type:

Result