Anomaly score
Representation
Keys _id, name, stepId, domainInformation, dataset, project, processingInfo, creationTS
, latestUpdateTS are unchanged and follow the classic of representation
only dataSpecification keys are changed and are described as above :
dataSpecification:keyword: Its value is “numericalVector” . Cf to mandatory keys.valueType: Cf to mandatory keys.dataType: Its value is “numerical” . Cf to mandatory keysstructureType: Its value is “scalar” . Cf to mandatory keys
meaning: Its value is “Anomaly score” . Cf to mandatory keys.view: Cf to mandatory keys.dataLocationId: Cf to mandatory keys.
JSON example :
{
"dataSpecification": {
"keyword": "anomalyScore",
"valueType": {
"dataType": "numerical",
"structureType": "scalar"
},
"meaning": "Anomaly score",
"view": {
"id": "637ce534dd85c10875c4fe26",
"name": "view_11-22-2022_15:05:24"
},
"dataLocationId": "62b18d804ae71c6a0025237a"
}
}
Observation
Key value is a Double.
{
"_id": "62b182b1bd85fc0399370a1e",
"observationId": 5,
"value": 262555902047.9246,
"representationId": "62b182b1bd85fc0399370a15",
"dataLocationId": "62b18d804ae71c6a0025237a"
}