Class UpgradeJobSnapshotRequest

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

public class UpgradeJobSnapshotRequest
extends RequestBase
Upgrades an anomaly detection model snapshot to the latest major version. Over time, older snapshot formats are deprecated and removed. Anomaly detection jobs support only snapshots that are from the current or previous major version. This API provides a means to upgrade a snapshot to the current major version. This aids in preparing the cluster for an upgrade to the next major version. Only one snapshot per anomaly detection job can be upgraded at a time and the upgraded snapshot cannot be the current snapshot of the anomaly detection job.
See Also:
API specification
  • Field Details

  • Method Details

    • of

    • jobId

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

      API name: job_id

    • snapshotId

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

      API name: snapshot_id

    • timeout

      @Nullable public final Time timeout()
      Controls the time to wait for the request to complete.

      API name: timeout

    • waitForCompletion

      @Nullable public final 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