topicModelingSettings resource type

Namespace: microsoft.graph.security

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 is a JSON representation of the resource.

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