Training data is missing: Could not find any training data at the given path.

Moavia Hassan 0 Reputation points
2024-04-01T13:33:40.5833333+00:00

I'm trying to build and train custom model
https://eastus2.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-2023-07-31/operations/BuildDocumentModel/console
but rain into issue of training data not found at the given path

  1. Generated SAS Token with all permissions
  2. added "base url" in CORS
  3. placed files in container at both places at root and also inside folder
  4. tried adding and removing prefix, added "/" and other stuff, but nothing is working
    What can be issue?, I could not figure out...

here's request body
{

"modelId": "testmoasasd21",

"description": "string",

"buildMode": "template",

"azureBlobSource":

{

"containerUrl": "https://customstoragaccount3632.blob.core.windows.net/ContainerName?SAS_TOKEN,

"prefix": "/"

},

"tags": {

"createdBy": "string"

}

}

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
Azure AI Document Intelligence
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
{count} votes

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.