Class GetJobsRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ml.GetJobsRequest
All Implemented Interfaces:
ElasticsearchCommonRequest

public final class GetJobsRequest
extends RequestBase
  • Field Details

  • Constructor Details

  • Method Details

    • jobId

      @Nullable public java.util.List<java.lang.String> jobId()
      The ID of the jobs to fetch

      API name: job_id

    • allowNoMatch

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

      API name: allow_no_match

    • allowNoJobs

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

      API name: allow_no_jobs

    • excludeGenerated

      @Nullable public java.lang.Boolean excludeGenerated()
      Omits fields that are illegal to set on job PUT

      API name: exclude_generated