Class GetJobStatsRequest

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

public final class GetJobStatsRequest
extends RequestBase
  • Field Details

  • Constructor Details

  • Method Details

    • jobId

      @Nullable public java.lang.String jobId()
      The ID of the jobs stats to fetch

      API name: job_id

    • 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