Custom extraction model (DocumentIntelligence) is missing when calling from API
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.