I am trying to integrate Azure Document intelligence service into our company’s system to automate data entry from files into the system, but before that we need to train a lot of documents for the model, the training requires a lot of participants. The question is, how to track who has trained which document for which model in the resource?
In essence, I think training through the interface of Document Intelligence Studio or from another system is essentially calling the Apis to that model. I noticed that in the Activity log tab of the resource, there is a record of this event, but I can’t distinguish what event it is (training or using model), and the details about the trained document. I wonder if Azure allows me to retrieve this type of information?