Class GetModelSnapshotUpgradeStatsRequest.Builder

java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.elasticsearch.ml.GetModelSnapshotUpgradeStatsRequest.Builder
All Implemented Interfaces:
ObjectBuilder<GetModelSnapshotUpgradeStatsRequest>
Enclosing class:
GetModelSnapshotUpgradeStatsRequest

public static class GetModelSnapshotUpgradeStatsRequest.Builder
extends ObjectBuilderBase
implements ObjectBuilder<GetModelSnapshotUpgradeStatsRequest>
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • allowNoMatch

      public final GetModelSnapshotUpgradeStatsRequest.Builder allowNoMatch​(@Nullable java.lang.Boolean value)
      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 GetModelSnapshotUpgradeStatsRequest.Builder jobId​(java.lang.String value)
      Required - Identifier for the anomaly detection job.

      API name: job_id

    • snapshotId

      public final GetModelSnapshotUpgradeStatsRequest.Builder snapshotId​(@Nullable java.lang.String value)
      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

    • build

      Specified by:
      build in interface ObjectBuilder<GetModelSnapshotUpgradeStatsRequest>
      Throws:
      java.lang.NullPointerException - if some of the required fields are null.