Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.66 KB

File metadata and controls

55 lines (42 loc) · 1.66 KB
title inferenceData resource type
description inferenceData resource type
ms.localizationpriority medium
author kevinbellinger
ms.subservice profile
doc_type resourcePageType
ms.date 07/22/2024

inferenceData resource type

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.

Properties

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.

JSON representation

The following JSON representation shows the resource type.

{
  "confidenceScore": 1024,
  "userHasVerifiedAccuracy": true
}