run.update() to persist pending changes in one API call.
Bulk updates
To tag or annotate many runs (for example, all runs from a sweep), iterate with filters and callupdate() per run:
update() is a separate API call. For large sets, add a short sleep between calls to avoid rate limits.
Runs Experiments API