google-cloud-platformautomlgoogle-cloud-automl-nl

Annotation specs - AutoML (GCP)


I'm using the Natural Language module on Google Cloud Platform and more specifically AUTOML for text classification. I come across this error which I do not understand when I have finished importing my data and the text has been processed :

Error: The dataset has too many annotation specs, the maximum allowed number is 5000.

What does it mean? Have you already got it?

Thanks


Solution

  • Take a look at the AutoML Quotas & Limits documentation for better understanding.

    It seems that you are touching the highest limit of labels per dataset. Check it on the AutoML limits --> Labels per dataset --> 2 - 5000 (for classification).

    Take into account that limits, unlike quotas, cannot be increased.