Using previous run's results #2947
-
|
I have an incrementally improving ML pipeline. Everytime the pipeline runs it should pick up the previous run's results and improve them. The pipeline would be triggered by humans, so I cannot use dates to know the previous run. Is there any way to get e.g the last successful run's run_id? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
For the specific question of
you can query the runs from the instance doing something like Fair warning though, at this stage of the project these instance APIs are still under development and may change. Though I think the broader question points to a workflow that we could model better in the system cc @sryza |
Beta Was this translation helpful? Give feedback.
For the specific question of
you can query the runs from the instance doing something like
Fair warning though, at this stage of the project these instance APIs are still under development and may change.
Though I think the broader question points to a workflow that we could model better in the system cc @sryza