Azure Document Intelligence custom classifier training stuck at Running / 0%

Jason Garrido 0 Reputation points
2026-08-17T15:47:50.3866667+00:00

Hello,

I am experiencing an issue with Azure Document Intelligence custom classification model training.

Resource:

jplaudit-shared-docintel

Region:

Southeast Asia

API version:

2024-11-30

Classifier:

jpl-wong-classifier-20260816-02

Operation ID:

31379484168_32e97360-3f16-4fab-9a70-f158e481d56e

The classifier has remained in the following state:

Status: running

Percent completed: 0

Created: 2026-08-16T12:37:12Z

Last updated: 2026-08-16T14:13:58Z

The lastUpdatedDateTime has not changed since then.

I verified the operation using both the List Operations API and the individual Get Operation API. Both return exactly the same state: running at 0%, with no error information.

I also tried retrieving the classifier directly. The service returned:

HTTP 400

ModelNotReady: Model is not ready for the requested operation. Wait for training to complete or check for operation errors.

The classifier therefore appears to exist as a training operation, but is not available as a completed classifier.

There was an earlier training attempt immediately before this one. That attempt failed within approximately four seconds. The training dataset was subsequently corrected, and the current classifier was trained against the corrected dataset. The current training attempt does not show a corresponding validation error or failure; it has simply remained at 0% with no further operation update.

The training dataset is within the documented service limits.

Could someone please investigate the server-side state of operation:

31379484168_32e97360-3f16-4fab-9a70-f158e481d56e

Specifically, I would like to know:

  1. Is this operation actually still executing, or is it stuck/orphaned on the service side?
  2. Is there a backend error or condition that is not being exposed through the operation API?
  3. If the operation is orphaned/stuck, what is the recommended way to clear it so that a new training operation can be started?

I can provide API request IDs and additional diagnostic information if required.

Thank you.

Azure Document Intelligence in Foundry Tools
0 comments No comments

1 answer

Sort by: Most helpful
  1. Jose Benjamin Solis Nolasco 12,026 Reputation points Volunteer Moderator
    2026-08-17T16:01:17.5466667+00:00

    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

    Document Classifiers REST API

    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.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.