Class DeleteJobRequest

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

public final class DeleteJobRequest
extends RequestBase
  • Field Details

  • Constructor Details

  • Method Details

    • jobId

      public java.lang.String jobId()
      Required - The ID of the job to delete

      API name: job_id

    • force

      @Nullable public java.lang.Boolean force()
      True if the job should be forcefully deleted

      API name: force

    • waitForCompletion

      @Nullable public java.lang.Boolean waitForCompletion()
      Should this request wait until the operation has completed before returning

      API name: wait_for_completion