Anomaly settings
Configure the anomaly block, such as its minimum confidence score. Use the impulse blocks to find the learnId.
Authorizations
Path parameters
projectIdintegerRequired
Project ID
learnIdintegerRequired
Learn Block ID, use the impulse functions to retrieve the ID
Body
Only fields defined in this object are set
minimumConfidenceRatingnumberOptional
DEPRECATED, use "setImpulseThresholds" instead. Minimum confidence score, if the anomaly block scores a sample above this threshold it will be flagged as anomaly.
Responses
200
OK
application/json
post
POST /v1/api/{projectId}/training/anomaly/{learnId} HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 29
{
"minimumConfidenceRating": 1
}
200
OK
{
"success": true,
"error": "text"
}
Last updated
Was this helpful?