Class MlDataFrameAnalyticsRequest

java.lang.Object

public class MlDataFrameAnalyticsRequest
extends CatRequestBase
Returns configuration and usage information about data frame analytics jobs.

IMPORTANT: cat APIs are only intended for human consumption using the Kibana console or command line. They are not intended for use by applications. For application consumption, use the get data frame analytics jobs statistics API.

See Also:
API specification
  • Field Details

  • Method Details

    • of

    • allowNoMatch

      @Nullable public final java.lang.Boolean allowNoMatch()
      Whether to ignore if a wildcard expression matches no configs. (This includes _all string or when no configs have been specified)

      API name: allow_no_match

    • bytes

      @Nullable public final Bytes bytes()
      The unit in which to display byte values

      API name: bytes

    • h

      public final java.util.List<CatDfaColumn> h()
      Comma-separated list of column names to display.

      API name: h

    • id

      @Nullable public final java.lang.String id()
      The ID of the data frame analytics to fetch

      API name: id

    • s

      public final java.util.List<CatDfaColumn> s()
      Comma-separated list of column names or column aliases used to sort the response.

      API name: s

    • time

      @Nullable public final Time time()
      Unit used to display time values.

      API name: time