Class MlTrainedModelsRequest

java.lang.Object
All Implemented Interfaces:
ElasticsearchCatRequest, ElasticsearchCommonRequest

public final class MlTrainedModelsRequest
extends CatRequestBase
  • Field Details

  • Constructor Details

  • Method Details

    • modelId

      @Nullable public java.lang.String modelId()
      The ID of the trained models stats to fetch

      API name: model_id

    • allowNoMatch

      @Nullable public java.lang.Boolean allowNoMatch()
      Whether to ignore if a wildcard expression matches no trained models. (This includes _all string or when no trained models have been specified)

      API name: allow_no_match

    • bytes

      @Nullable public Bytes bytes()
      The unit in which to display byte values

      API name: bytes

    • from

      @Nullable public java.lang.Integer from()
      skips a number of trained models

      API name: from

    • size

      @Nullable public java.lang.Integer size()
      specifies a max number of trained models to get

      API name: size