Is your feature request related to a problem? Please describe.
Currently, we have the utility decathlon_datalist to load Decathlon stype images and labels:
https://github.com/Project-MONAI/MONAI/blob/dev/monai/data/decathlon_datalist.py
It would be nice to have the utility to check whether some image or label files are missing before a heavy training.
NVIDIA Clara Train already has this feature, will try to reimplement in MONAI stype.