Get history of a given metric within a run.
get_experiment_history.Rd
Gets a list of all values for the specified metric for a given run.
Usage
get_experiment_history(
client,
metric_key,
max_results = NULL,
page_token = NULL,
run_id = NULL,
run_uuid = NULL
)
experimentsGetHistory(
client,
metric_key,
max_results = NULL,
page_token = NULL,
run_id = NULL,
run_uuid = NULL
)
Arguments
- client
Required. Instance of DatabricksClient()
- metric_key
Required. Name of the metric.
- max_results
Maximum number of Metric records to return per paginated request.
- page_token
Token indicating the page of metric histories to fetch.
- run_id
ID of the run from which to fetch metric values.
- run_uuid
Deprecated, use run_id instead. ID of the run from which to fetch metric values.