Edit Label

Sets the label (also known as class) of the sample. Use the same label for similar types of data, as they are used during training.

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/{sampleId}/edit-label \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"label":"water-hammer"}'

Last updated

Was this helpful?