Class TopicModelingSettings
java.lang.Object
com.microsoft.graph.security.models.TopicModelingSettings
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class TopicModelingSettings
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Topic Modeling Settings.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Dynamically Adjust Topic Count.The Ignore Numbers.The Is Enabled.the OData type of the object as returned by the serviceThe Topic Count. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManager
void
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
dynamicallyAdjustTopicCount
@SerializedName(value="dynamicallyAdjustTopicCount", alternate="DynamicallyAdjustTopicCount") @Expose @Nullable public Boolean dynamicallyAdjustTopicCountThe Dynamically Adjust Topic Count. Indicates whether the themes model should dynamically optimize the number of generated topics. To learn more, see Adjust maximum number of themes dynamically. -
ignoreNumbers
@SerializedName(value="ignoreNumbers", alternate="IgnoreNumbers") @Expose @Nullable public Boolean ignoreNumbersThe Ignore Numbers. Indicates whether the themes model should exclude numbers while parsing document texts. To learn more, see Include numbers in themes. -
isEnabled
@SerializedName(value="isEnabled", alternate="IsEnabled") @Expose @Nullable public Boolean isEnabledThe Is Enabled. Indicates whether themes model is enabled for the case. -
topicCount
@SerializedName(value="topicCount", alternate="TopicCount") @Expose @Nullable public Integer topicCountThe Topic Count. The total number of topics that the themes model will generate for a review set. To learn more, see Maximum number of themes.
-
-
Constructor Details
-
TopicModelingSettings
public TopicModelingSettings()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManager
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-