split_recovery_id

health_azure.split_recovery_id(id_str)[source]

Splits a run ID into the experiment name and the actual run. The argument can be in the format ‘experiment_name:run_id’, or just a run ID like user_branch_abcde12_123. In the latter case, everything before the last two alphanumeric parts is assumed to be the experiment name.

Parameters

id_str (str) – The string run ID.

Return type

Tuple[str, str]

Returns

experiment name and run name