Class ModelPlotConfig

java.lang.Object
co.elastic.clients.elasticsearch.ml.ModelPlotConfig
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable public class ModelPlotConfig extends Object implements JsonpSerializable
See Also:
  • Field Details

  • Method Details

    • of

    • annotationsEnabled

      @Nullable public final Boolean annotationsEnabled()
      If true, enables calculation and storage of the model change annotations for each entity that is being analyzed.

      API name: annotations_enabled

    • enabled

      @Nullable public final Boolean enabled()
      If true, enables calculation and storage of the model bounds for each entity that is being analyzed.

      API name: enabled

    • terms

      @Nullable public final String terms()
      Limits data collection to this comma separated list of partition or by field values. If terms are not specified or it is an empty string, no filtering is applied. Wildcards are not supported. Only the specified terms can be viewed when using the Single Metric Viewer.

      API name: terms

    • serialize

      public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setupModelPlotConfigDeserializer

      protected static void setupModelPlotConfigDeserializer(ObjectDeserializer<ModelPlotConfig.Builder> op)