Class DataFrameAnalyticsConfigUpdate

java.lang.Object
org.elasticsearch.client.ml.dataframe.DataFrameAnalyticsConfigUpdate
All Implemented Interfaces:
org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

public class DataFrameAnalyticsConfigUpdate extends Object implements org.elasticsearch.xcontent.ToXContentObject
  • Field Details

  • Method Details

    • fromXContent

      public static DataFrameAnalyticsConfigUpdate fromXContent(org.elasticsearch.xcontent.XContentParser parser)
    • builder

      public static DataFrameAnalyticsConfigUpdate.Builder builder()
    • getId

      public String getId()
    • getDescription

      public String getDescription()
    • getModelMemoryLimit

      public org.elasticsearch.common.unit.ByteSizeValue getModelMemoryLimit()
    • isAllowLazyStart

      public Boolean isAllowLazyStart()
    • getMaxNumThreads

      public Integer getMaxNumThreads()
    • toXContent

      public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException
      Specified by:
      toXContent in interface org.elasticsearch.xcontent.ToXContent
      Throws:
      IOException
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object