Class UpgradeJobSnapshotRequest

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

public final class UpgradeJobSnapshotRequest
extends RequestBase
  • Field Details

  • Constructor Details

  • Method Details

    • jobId

      public java.lang.String jobId()
      Required - Identifier for the anomaly detection job.

      API name: job_id

    • snapshotId

      public java.lang.String snapshotId()
      Required - A numerical character string that uniquely identifies the model snapshot.

      API name: snapshot_id

    • waitForCompletion

      @Nullable public java.lang.Boolean waitForCompletion()
      When true, the API won’t respond until the upgrade is complete. Otherwise, it responds as soon as the upgrade task is assigned to a node.

      API name: wait_for_completion

    • timeout

      @Nullable public java.lang.String timeout()
      Controls the time to wait for the request to complete.

      API name: timeout