NEST by Elastic and contributors

<PackageReference Include="NEST" Version="7.17.0" />

.NET API 5,040,128 bytes

 CatTrainedModelsRequest

Request for TrainedModels

https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-trained-model.html

public bool? AllowNoMatch { get; set; }

Whether to ignore if a wildcard expression matches no trained models. (This includes `_all` string or when no trained models have been specified)

public Bytes? Bytes { get; set; }

The unit in which to display byte values

public string Format { get; set; }

a short version of the Accept header, e.g. json, yaml

public int? From { get; set; }

skips a number of trained models

public string[] Headers { get; set; }

Comma-separated list of column names to display

public bool? Help { get; set; }

Return help information

protected ICatTrainedModelsRequest Self { get; }

public int? Size { get; set; }

specifies a max number of trained models to get

public string[] SortByColumns { get; set; }

Comma-separated list of column names or column aliases to sort by

public bool? Verbose { get; set; }

Verbose mode. Display column headers

/_cat/ml/trained_models

public CatTrainedModelsRequest(Id modelId)

/_cat/ml/trained_models/{model_id}