Accessing the output of previous component while training the model

I am trying to build a custom model and I need the output of previous component while training. How can i access that? Specifically, I have added ConveRT featurizer in my config and I would like to use its output to train my custom model down the line.

@gopal2676 I suggest you look into graph recipes which were released part of 3.1 recently.