Class AdaptiveAllocationsSettings.Builder

java.lang.Object
org.elasticsearch.xpack.core.ml.inference.assignment.AdaptiveAllocationsSettings.Builder
Enclosing class:
AdaptiveAllocationsSettings

public static class AdaptiveAllocationsSettings.Builder extends Object
  • Constructor Details

  • Method Details

    • setEnabled

      public void setEnabled(Boolean enabled)
    • setMinNumberOfAllocations

      public void setMinNumberOfAllocations(Integer minNumberOfAllocations)
    • setMaxNumberOfAllocations

      public void setMaxNumberOfAllocations(Integer maxNumberOfAllocations)
    • build