How to access the custom model if i train custom model in document intelligence on a connected container setup?
We have a requirement for pdf parsing and planning to use azure form intelligence . Since our client has sensitive information we don't want to send our data to Azure instead we will be using Form intelligence connected containers and will be deploying in our aks setup. We are planning to train and use a custom model
ref:https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/containers/configuration?view=doc-intel-2.1.0
I wanted to know if I create a custom model and do the model training using the SDK is the model getting created inside my container.?If so if the container gets corrupted my model will also be corrupted.