| title | inferenceData resource type |
|---|---|
| description | inferenceData resource type |
| ms.localizationpriority | medium |
| author | kevinbellinger |
| ms.subservice | profile |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
The inferenceData resource type provides additional detail about an entity which has been created through inferring information about the user. This information will be present whenever the data within a particular entity was derived from a machine learning or other system process iterating over data.
| Property | Type | Description |
|---|---|---|
| confidenceScore | Double | Confidence score reflecting the accuracy of the data inferred about the user. |
| userHasVerifiedAccuracy | Boolean | Records if the user has confirmed this inference as being True or False. |
The following JSON representation shows the resource type.
{
"confidenceScore": 1024,
"userHasVerifiedAccuracy": true
}