An Azure service that stores unstructured data in the cloud as blobs.
Training data is missing: Could not find any training data at the given path.
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
- Generated SAS Token with all permissions
- added "base url" in CORS
- placed files in container at both places at root and also inside folder
- 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 Document Intelligence in Foundry Tools
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
Foundry Tools
Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform