Class GetJobStatsRequest

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

public class GetJobStatsRequest
extends RequestBase
Retrieves usage information for anomaly detection jobs.
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static GetJobStatsRequest of​(java.util.function.Function<GetJobStatsRequest.Builder,​ObjectBuilder<GetJobStatsRequest>> fn)
    • allowNoJobs

      @Deprecated @Nullable public final java.lang.Boolean allowNoJobs()
      Deprecated.
      7.10.0 Use allow_no_match instead.
      Specifies what to do when the request:
      1. Contains wildcard expressions and there are no 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 is true, which returns an empty jobs 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_jobs

    • jobId

      @Nullable public final java.lang.String jobId()
      Identifier for the anomaly detection job. It can be a job identifier, a group name, a comma-separated list of jobs, or a wildcard expression. If you do not specify one of these options, the API returns information for all anomaly detection jobs.

      API name: job_id