How do i call Custom classification model from java sdk
Jesper J
31
Reputation points
How do i call my classification model from java sdk?
i set the model id to "general-invoice-templates-1" but get this error:
15:32:43.041 [main] ERROR com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisClient - Status code 404, "{"error":{"code":"NotFound","message":"Resource not found.","innererror":{"code":"ModelNotFound","message":"The requested model was not found."}}}"
using maven dependency:
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-formrecognizer</artifactId>
<version>4.1.0-beta.2</version>
</dependency>
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
Sign in to answer