Class GetDataFrameAnalyticsStatsRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ml.GetDataFrameAnalyticsStatsRequest

public class GetDataFrameAnalyticsStatsRequest extends RequestBase
Retrieves usage information for data frame analytics jobs.
See Also:
  • Field Details

  • Method Details

    • of

    • allowNoMatch

      @Nullable public final Boolean allowNoMatch()
      Specifies what to do when the request:
      1. Contains wildcard expressions and there are no data frame analytics jobs that match.
      2. Contains the _all string or no identifiers and there are no matches.
      3. Contains wildcard expressions and there are only partial matches.

      The default value returns an empty data_frame_analytics array when there are no matches and the subset of results when there are partial matches. If this parameter is false, the request returns a 404 status code when there are no matches or only partial matches.

      API name: allow_no_match

    • from

      @Nullable public final Integer from()
      Skips the specified number of data frame analytics jobs.

      API name: from

    • id

      @Nullable public final String id()
      Identifier for the data frame analytics job. If you do not specify this option, the API returns information for the first hundred data frame analytics jobs.

      API name: id

    • size

      @Nullable public final Integer size()
      Specifies the maximum number of data frame analytics jobs to obtain.

      API name: size

    • verbose

      @Nullable public final Boolean verbose()
      Defines whether the stats response should be verbose.

      API name: verbose