Anomaly Settings

Configure the anomaly block, such as its minimum confidence score. Use the impulse blocks to find the learnId.

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/training/anomaly/{learnId} \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"minimumConfidenceRating":0}'

Last updated

Was this helpful?