An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
Welcome to Microsoft Q&A!
Hello @Jason Garrido I hope you are doing well,
this does not appear to be a normal long-running training operation. T
he key indicators are:
- Status remains
running
Progress remains 0%
lastUpdatedDateTime has not changed
No error is returned by the Operations API
Get Classifier returns ModelNotReady
Microsoft documentation indicates that custom classifier training normally completes within a few minutes. A previous Microsoft Q&A case also addressed a classifier that remained in Running for an extended period and was considered potentially stuck. check this link (learn.microsoft.com)
You can also try submitting a new training operation with the corrected dataset. If the new operation completes successfully, that would strongly suggest the original operation was stuck.
If the new operation also remains at Running / 0%, Microsoft Support so they can investigate the backend processing.
For reference:
Build and train a custom classifier | Microsoft Learn
If this answer helped clarify the platform capabilities and save you troubleshooting time, please consider marking it as Accepted. This helps others in the community find similar solutions.