update_experiment_run.Rd
Updates run metadata.
update_experiment_run( client, end_time = NULL, run_id = NULL, run_uuid = NULL, status = NULL ) experimentsUpdateRun( client, end_time = NULL, run_id = NULL, run_uuid = NULL, status = NULL )
Required. Instance of DatabricksClient()
Unix timestamp in milliseconds of when the run ended.
ID of the run to update.
Deprecated, use run_id instead. ID of the run to update.
Updated status of the run.