get_child_run_metrics {azuremlsdk} | R Documentation |
Get the metrics from all child runs
Description
Return the metrics from all the child runs of the HyperDrive run.
Usage
get_child_run_metrics(hyperdrive_run)
Arguments
hyperdrive_run |
The |
Value
The named list of metrics where element name is
the run_id, e.g. list("run_id" = metrics)
.
[Package azuremlsdk version 1.10.0 Index]