Class MachineLearningField

java.lang.Object
org.elasticsearch.xpack.core.ml.MachineLearningField

public final class MachineLearningField extends Object
  • Field Details

    • DEPRECATED_ALLOW_NO_JOBS_PARAM

      public static final String DEPRECATED_ALLOW_NO_JOBS_PARAM
      See Also:
    • DEPRECATED_ALLOW_NO_DATAFEEDS_PARAM

      public static final String DEPRECATED_ALLOW_NO_DATAFEEDS_PARAM
      See Also:
    • AUTODETECT_PROCESS

      public static final Setting<Boolean> AUTODETECT_PROCESS
    • MAX_MODEL_MEMORY_LIMIT

      public static final Setting<ByteSizeValue> MAX_MODEL_MEMORY_LIMIT
    • MAX_LAZY_ML_NODES

      public static final Setting<Integer> MAX_LAZY_ML_NODES
    • USE_AUTO_MACHINE_MEMORY_PERCENT

      public static final Setting<Boolean> USE_AUTO_MACHINE_MEMORY_PERCENT
      This boolean value indicates if `max_machine_memory_percent` should be ignored and an automatic calculation is used instead. This calculation takes into account total node size and the size of the JVM on that node. If the calculation fails, we fall back to `max_machine_memory_percent`.
    • STATE_PERSIST_RESTORE_TIMEOUT

      public static final org.elasticsearch.core.TimeValue STATE_PERSIST_RESTORE_TIMEOUT
    • ML_FEATURE_FAMILY

      public static final String ML_FEATURE_FAMILY
      See Also:
    • ML_API_FEATURE

      public static final LicensedFeature.Momentary ML_API_FEATURE
    • MIN_CHECKED_SUPPORTED_SNAPSHOT_VERSION

      public static final MlConfigVersion MIN_CHECKED_SUPPORTED_SNAPSHOT_VERSION
    • MIN_REPORTED_SUPPORTED_SNAPSHOT_VERSION

      public static final MlConfigVersion MIN_REPORTED_SUPPORTED_SNAPSHOT_VERSION
  • Method Details

    • valuesToId

      public static String valuesToId(String... values)