Class GetTrainedModelsStatsRequest

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

public final class GetTrainedModelsStatsRequest
extends RequestBase
  • Field Details

  • Constructor Details

  • Method Details

    • modelId

      @Nullable public java.lang.String modelId()
      The unique identifier of the trained model.

      API name: model_id

    • allowNoMatch

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

      API name: allow_no_match

    • from

      @Nullable public java.lang.Integer from()
      Skips the specified number of models.

      API name: from

    • size

      @Nullable public java.lang.Integer size()
      Specifies the maximum number of models to obtain.

      API name: size