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.
Authorizations
Path parameters
projectIdintegerRequired
Project ID
sampleIdintegerRequired
Sample ID
Body
labelstringOptionalExample:
New label for this sample
water-hammer
Responses
200
OK
application/json
post
POST /v1/api/{projectId}/raw-data/{sampleId}/edit-label HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 24
{
"label": "water-hammer"
}
200
OK
{
"success": true,
"error": "text"
}
Last updated
Was this helpful?