Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.95 KB

File metadata and controls

47 lines (38 loc) · 1.95 KB
title topicModelingSettings resource type
description Represents topic modeling settings for an eDiscovery case
author SeunginLyu
ms.localizationpriority medium
ms.subservice ediscovery
doc_type resourcePageType
ms.date 07/22/2024

topicModelingSettings resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

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

Properties

Property Type Description
dynamicallyAdjustTopicCount Boolean Indicates whether the themes model should dynamically optimize the number of generated topics. To learn more, see Adjust maximum number of themes dynamically.
ignoreNumbers Boolean Indicates whether the themes model should exclude numbers while parsing document texts. To learn more, see Include numbers in themes.
isEnabled Boolean Indicates whether themes model is enabled for the case.
topicCount Int32 The total number of topics that the themes model will generate for a review set. To learn more, see Maximum number of themes.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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