Class TopicModelingSettings
java.lang.Object
com.microsoft.graph.ediscovery.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.AdditionalDataManagervoidsetRawObject(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. To learn more, see Adjust maximum number of themes dynamically. -
ignoreNumbers
@SerializedName(value="ignoreNumbers", alternate="IgnoreNumbers") @Expose @Nullable public Boolean ignoreNumbersThe Ignore Numbers. To learn more, see Include numbers in themes. -
isEnabled
@SerializedName(value="isEnabled", alternate="IsEnabled") @Expose @Nullable public Boolean isEnabledThe Is Enabled. Indicates whether themes is enabled for the case. -
topicCount
@SerializedName(value="topicCount", alternate="TopicCount") @Expose @Nullable public Integer topicCountThe Topic Count. 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:
additionalDataManagerin 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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-