Skip to contents

Gets the metadata, metrics, params, and tags for a run. In the case where multiple metrics with the same key are logged for a run, return only the value with the latest timestamp.

Usage

get_experiment_run(client, run_id, run_uuid = NULL)

experimentsGetRun(client, run_id, run_uuid = NULL)

Arguments

client

Required. Instance of DatabricksClient()

run_id

Required. ID of the run to fetch.

run_uuid

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

Details

If there are multiple values with the latest timestamp, return the maximum of these values.