Class MlTrainedModelsRequest

java.lang.Object

public class MlTrainedModelsRequest
extends CatRequestBase
Returns configuration and usage information about inference trained models.

IMPORTANT: cat APIs are only intended for human consumption using the Kibana console or command line. They are not intended for use by applications. For application consumption, use the get trained models statistics API.

See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static MlTrainedModelsRequest of​(java.util.function.Function<MlTrainedModelsRequest.Builder,​ObjectBuilder<MlTrainedModelsRequest>> fn)
    • allowNoMatch

      @Nullable public final 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 final Bytes bytes()
      The unit in which to display byte values

      API name: bytes

    • from

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

      API name: from

    • h

      public final java.util.List<CatTrainedModelsColumn> h()
      Comma-separated list of column names to display

      API name: h

    • modelId

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

      API name: model_id

    • s

      public final java.util.List<CatTrainedModelsColumn> s()
      Comma-separated list of column names or column aliases to sort by

      API name: s

    • size

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

      API name: size