A high-level overview of the Lume Python SDK
LumeRun
.
This reference is divided into the following sections:
lume.run()
for interacting with the Lume platform.LumeRun
object that represents a pipeline execution.LUME_API_KEY
from your environment variables. You can also initialize the client explicitly using the lume.init()
function, which is useful in environments where you cannot set environment variables.
lume.run()
to trigger a new pipeline.LumeRun
object to monitor the execution, either by blocking with run.wait()
or by periodically checking its status
.