Class ResetJobRequest

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

public class ResetJobRequest extends RequestBase
Resets an anomaly detection job. All model state and results are deleted. The job is ready to start over as if it had just been created. It is not currently possible to reset multiple jobs using wildcards or a comma separated list.
See Also:
  • Field Details

  • Method Details

    • of

    • deleteUserAnnotations

      @Nullable public final Boolean deleteUserAnnotations()
      Specifies whether annotations that have been added by the user should be deleted along with any auto-generated annotations when the job is reset.

      API name: delete_user_annotations

    • jobId

      public final String jobId()
      Required - The ID of the job to reset.

      API name: job_id

    • waitForCompletion

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

      API name: wait_for_completion