Name of dataloader in-case of multiple dataloaders

Hi,

While validating on multiple validation datasets, there is a option to pass a list of dataloaders. However, during logging the metrics for each dataset, I cannot log the name of dataset since I only know the index. Would it be possible to pass a dict(str → dataloader) to validation_step so that I can decode the name of dataset. Thanks