Training data is missing: Could not find any training data at the given path.
Moavia Hassan
0
Reputation points
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 Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
Sign in to answer