I'm trying to train a text classification model and I'm creating the import file exactly how they describe it in
Preparing text training data. However, I keep getting the following error:
Error: Could not parse the line, not a valid json: Cannot find field: classificationAnnotations in message google.cloud.aiplatform.master.schema.TextClassificationSingleLabelIoFormat.
What am I doing wrong? Has the import file structure been changed?
Thanks!