topicModelingSettings resource type

Namespace: microsoft.graph.ediscovery

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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"
}