mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
* [ACS-8025] Add new service and API for predictions * [ACS-8025] Fix update type
722 B
722 B
Prediction
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | Identifier of a prediction | |
| modelId | string | Identifier of a model that made the prediction | |
| confidenceLevel | number | Prediction confidence level | |
| predictionDateTime | Date | Prediction creation date | |
| property | string | Name of the property that prediction was made for | |
| previousValue | any | Previous property value | |
| predictionValue | any | Predicted value | |
| updateType | UpdateType | Update type | |
| reviewStatus | ReviewStatus | Prediction review status |