Closed dpguthrie closed 7 months ago
Add a method to the _AdminClient that aggregates the run_results from each step within a job. Will use the get_run and get_run_artifact methods under the hood.
_AdminClient
get_run
get_run_artifact
def aggregate_run_results(account_id: int, run_id: int): ...
No longer necessary
Add a method to the
_AdminClient
that aggregates the run_results from each step within a job. Will use theget_run
andget_run_artifact
methods under the hood.