Anomaly settings
POST {{baseUrl}}/api/:projectId/training/anomaly/:learnId
Configure the anomaly block, such as its minimum confidence score. Use the impulse blocks to find the learnId.
Request Body
{"minimumConfidenceRating"=>"<number>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}