How to access and interpret the detailed metrics and results from a completed run.
run.metadata
object. This example shows how to parse this object.
To make this example runnable, we’ll create a mock LumeRun
object that simulates the result of a completed pipeline. In a real workflow, this run
object would be the output of lume.run(...)
followed by run.wait()
.
See the Advanced Topics page for the full, detailed schema of the metadata
object.