Class AdaptiveAllocationsSettings

java.lang.Object
org.elasticsearch.xpack.core.ml.inference.assignment.AdaptiveAllocationsSettings
All Implemented Interfaces:
Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

public class AdaptiveAllocationsSettings extends Object implements org.elasticsearch.xcontent.ToXContentObject, Writeable
  • Field Details

    • RESET_PLACEHOLDER

      public static final AdaptiveAllocationsSettings RESET_PLACEHOLDER
    • ENABLED

      public static final org.elasticsearch.xcontent.ParseField ENABLED
    • MIN_NUMBER_OF_ALLOCATIONS

      public static final org.elasticsearch.xcontent.ParseField MIN_NUMBER_OF_ALLOCATIONS
    • MAX_NUMBER_OF_ALLOCATIONS

      public static final org.elasticsearch.xcontent.ParseField MAX_NUMBER_OF_ALLOCATIONS
    • PARSER

      public static final org.elasticsearch.xcontent.ObjectParser<AdaptiveAllocationsSettings.Builder,Void> PARSER
  • Constructor Details

  • Method Details