Class GetModelSnapshotUpgradeStatsRequest

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

public class GetModelSnapshotUpgradeStatsRequest extends RequestBase
Retrieves usage information for anomaly detection job model snapshot upgrades.
See Also:
  • Field Details

  • Method Details

    • of

    • allowNoMatch

      @Nullable public final Boolean allowNoMatch()
      Specifies what to do when the request:
      • Contains wildcard expressions and there are no jobs that match.
      • Contains the _all string or no identifiers and there are no matches.
      • Contains wildcard expressions and there are only partial matches.

      The default value is true, which returns an empty jobs array when there are no matches and the subset of results when there are partial matches. If this parameter is false, the request returns a 404 status code when there are no matches or only partial matches.

      API name: allow_no_match

    • jobId

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

      API name: job_id

    • snapshotId

      @Nullable public final String snapshotId()
      A numerical character string that uniquely identifies the model snapshot. You can get information for multiple snapshots by using a comma-separated list or a wildcard expression. You can get all snapshots by using _all, by specifying * as the snapshot ID, or by omitting the snapshot ID.

      API name: snapshot_id