Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.77 KB

File metadata and controls

51 lines (39 loc) · 1.77 KB
title topicModelingSettings resource type
description Article modeling settings for an eDiscovery case
author mahage-msft
ms.localizationpriority medium
ms.subservice ediscovery
doc_type resourcePageType
ms.date 06/11/2024

topicModelingSettings resource type

Namespace: microsoft.graph.ediscovery

[!INCLUDE beta-disclaimer]

[!INCLUDE ediscovery-deprecation]

Article modeling (Themes) settings for an eDiscovery case. To learn more, see Configure search and analytics settings in Advanced eDiscovery.

Properties

Property Type Description
dynamicallyAdjustTopicCount Boolean To learn more, see Adjust maximum number of themes dynamically.
ignoreNumbers Boolean To learn more, see Include numbers in themes.
isEnabled Boolean Indicates whether themes are enabled for the case.
topicCount Int32 To learn more, see Maximum number of themes.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.ediscovery.topicModelingSettings",
  "isEnabled": "Boolean",
  "ignoreNumbers": "Boolean",
  "topicCount": "Integer",
  "dynamicallyAdjustTopicCount": "Boolean"
}