Import JSONL with classification label from annotation set

  • Project Type: Image Classification
  • Do you grant Roboflow Support permission to access your Workspace for troubleshooting? (Yes/No):Yes

I have a large custom dataset in Google Vertex, it’s not performing great, so i am considering RoboFlow. I have all my datasets that are already labeled in JSONL format and annotated:

{
“imageGcsUri”: “gs://bucket/filename.ext”,
“classificationAnnotation”: {
“displayName”: “LABEL”,
},
}

I can’t find in documentation how to ensure the annotation labels get copied over correctly. Any ideas or suggestions?

Also, based on the supported annotation formats, for JSONL, am I limited to using just the models for the supported annotations, or can those annotations be used for any model?