Class DataFrameAnalyticsConfig

java.lang.Object
org.elasticsearch.xpack.core.ml.dataframe.DataFrameAnalyticsConfig
All Implemented Interfaces:
Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

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

    • BLANK_ID

      public static final String BLANK_ID
      See Also:
    • BLANK_DEST_INDEX

      public static final String BLANK_DEST_INDEX
      See Also:
    • TYPE

      public static final String TYPE
      See Also:
    • DEFAULT_MODEL_MEMORY_LIMIT

      public static final ByteSizeValue DEFAULT_MODEL_MEMORY_LIMIT
    • MIN_MODEL_MEMORY_LIMIT

      public static final ByteSizeValue MIN_MODEL_MEMORY_LIMIT
    • PROCESS_MEMORY_OVERHEAD

      public static final ByteSizeValue PROCESS_MEMORY_OVERHEAD
      This includes the overhead of thread stacks and data structures that the program might use that are not instrumented. But it does NOT include the memory used by loading the executable code.
    • ID

      public static final org.elasticsearch.xcontent.ParseField ID
    • DESCRIPTION

      public static final org.elasticsearch.xcontent.ParseField DESCRIPTION
    • SOURCE

      public static final org.elasticsearch.xcontent.ParseField SOURCE
    • DEST

      public static final org.elasticsearch.xcontent.ParseField DEST
    • ANALYSIS

      public static final org.elasticsearch.xcontent.ParseField ANALYSIS
    • CONFIG_TYPE

      public static final org.elasticsearch.xcontent.ParseField CONFIG_TYPE
    • ANALYZED_FIELDS

      public static final org.elasticsearch.xcontent.ParseField ANALYZED_FIELDS
    • MODEL_MEMORY_LIMIT

      public static final org.elasticsearch.xcontent.ParseField MODEL_MEMORY_LIMIT
    • HEADERS

      public static final org.elasticsearch.xcontent.ParseField HEADERS
    • CREATE_TIME

      public static final org.elasticsearch.xcontent.ParseField CREATE_TIME
    • VERSION

      public static final org.elasticsearch.xcontent.ParseField VERSION
    • ALLOW_LAZY_START

      public static final org.elasticsearch.xcontent.ParseField ALLOW_LAZY_START
    • MAX_NUM_THREADS

      public static final org.elasticsearch.xcontent.ParseField MAX_NUM_THREADS
    • META

      public static final org.elasticsearch.xcontent.ParseField META
    • STRICT_PARSER

      public static final org.elasticsearch.xcontent.ObjectParser<DataFrameAnalyticsConfig.Builder,Void> STRICT_PARSER
    • LENIENT_PARSER

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

  • Method Details