Responses

GET _ml/info
resp = client.ml.info()
const response = await client.ml.info();
response = client.ml.info
$resp = $client->ml()->info();
curl -X GET -H "Authorization: ApiKey $ELASTIC_API_KEY" "$ELASTICSEARCH_URL/_ml/info"