report_run_with_results
Create a new Run, report results to it, and close it.
Parameters
project
column_data
scalar_data
display_name
An optional display name for the Run. Display names do not have to be unique.
row_id
An optional list of the column names that can be used as unique identifiers.
run_config_id
ID of the RunConfig to use for the Run, defaults to None. If provided, the RunConfig is used as is and the results are validated against it. If not provided, a new Run Config is inferred from the column_data
.
metadata
Any additional key-value pairs information the user wants to track.
Returns
The closed Run with the uploaded data.
Examples
Was this helpful?