Is your feature request related to a problem? Please describe.
Currently, we use meta_key_postfix to extract meta data from dict, but sometimes it may not have corresponding meta key for the specified key, like pred and pred_meta_dict.
So we need an approach to specify meta_key directly.