Skip to contents

Updates run metadata.

Usage

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
)

Arguments

client

Required. Instance of DatabricksClient()

end_time

Unix timestamp in milliseconds of when the run ended.

run_id

ID of the run to update.

run_uuid

Deprecated, use run_id instead. ID of the run to update.

status

Updated status of the run.