Class PerPartitionCategorization

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

@JsonpDeserializable
public class PerPartitionCategorization
extends java.lang.Object
implements JsonpSerializable
See Also:
API specification
  • Field Details

  • Method Details

    • of

    • enabled

      @Nullable public final java.lang.Boolean enabled()
      To enable this setting, you must also set the partition_field_name property to the same value in every detector that uses the keyword mlcategory. Otherwise, job creation fails.

      API name: enabled

    • stopOnWarn

      @Nullable public final java.lang.Boolean stopOnWarn()
      This setting can be set to true only if per-partition categorization is enabled. If true, both categorization and subsequent anomaly detection stops for partitions where the categorization status changes to warn. This setting makes it viable to have a job where it is expected that categorization works well for some partitions but not others; you do not pay the cost of bad categorization forever in the partitions where it works badly.

      API name: stop_on_warn

    • 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 java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • setupPerPartitionCategorizationDeserializer

      protected static void setupPerPartitionCategorizationDeserializer​(ObjectDeserializer<PerPartitionCategorization.Builder> op)