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 Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • dynamicallyAdjustTopicCount

      @SerializedName(value="dynamicallyAdjustTopicCount", alternate="DynamicallyAdjustTopicCount") @Expose @Nullable public Boolean dynamicallyAdjustTopicCount
      The 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 ignoreNumbers
      The 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 isEnabled
      The Is Enabled. Indicates whether themes model is enabled for the case.
    • topicCount

      @SerializedName(value="topicCount", alternate="TopicCount") @Expose @Nullable public Integer topicCount
      The 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 interface com.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 interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to