All methods and paths for this operation:
You can get usage information for multiple trained models in a single API request by using a comma-separated list of model IDs or a wildcard expression.
monitor_mlThe unique identifier of the trained model or a model alias. It can be a comma-separated list or a wildcard expression.
Specifies what to do when the request:
If true, it returns an empty array when there are no matches and the subset of results when there are partial matches.
Skips the specified number of models.
Specifies the maximum number of models to obtain.
GET _ml/trained_models/_stats
resp = client.ml.get_trained_models_stats()
const response = await client.ml.getTrainedModelsStats();
response = client.ml.get_trained_models_stats
$resp = $client->ml()->getTrainedModelsStats();
curl -X GET -H "Authorization: ApiKey $ELASTIC_API_KEY" "$ELASTICSEARCH_URL/_ml/trained_models/_stats"