Process previously-computed graph structure into the inference of information about anomaly properties and measured element sets. This measure will typically be some measure of anomalousness.
Compute a measure and rank ordering of anomolies.
POST /insight/anomaly/measure
Name | Type | Description | Required |
---|---|---|---|
structure_path | string | GCS bucket path for previously-inferred graph structure | ✔️ |
Status: 200
{
"task_identifier": "EFTGHDFER"
}
curl -X POST https://api.rvrnc.io/insight/anomaly/measure \
--data '{
"structure_path": "gs://user/structure.csv"
}'