Custom extraction model (DocumentIntelligence) is missing when calling from API

Balázs Bánfai 0 Reputation points
2024-05-05T15:42:05.1266667+00:00

I have trained a custom neural extraction model using the Document Intelligence Studio using the 2024-02-29-preview API. The model is listed on the models tab for the project and can be used for analysis.

When trying to acccess it via the Java client, the model is missing (Status code 404, "{"error":{"code":"NotFound","message":"Resource not found.","innererror":{"code":"ModelNotFound","message":"The requested model was not found."}}}"

I tied to list the models using the REST API:

{{endpoint}}/documentintelligence/documentModels?api-version=2024-02-29-preview

And see only the pre-built models listed without my custom models.

How can call my custom trained model?

Thanks.

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,535 questions
{count} votes