Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.topicModelingSettings",
"isEnabled": "Boolean",
"ignoreNumbers": "Boolean",
"topicCount": "Integer",
"dynamicallyAdjustTopicCount": "Boolean"
}