stack es ml get-trained-models-stats cli command
Auth required
Idempotent
Scope: global
elastic stack es ml get-trained-models-stats [options]
Get trained models usage info.
--model-idstring-
The unique identifier of the trained model or a model alias. It can be a comma-separated list or a wildcard expression.
Repeatable: pass
--model-idmultiple times to supply more than one value --[no-]allow-no-match- Specifies what to do when the request: - Contains wildcard expressions and there are no models that match. - Contains the _all string or no identifiers and there are no matches. - Contains wildcard expressions and there are only partial matches. If true, it returns an empty array when there are no matches and the subset of results when there are partial matches.
--fromnumber- Skips the specified number of models.
--sizenumber- Specifies the maximum number of models to obtain.
--input-filestring- path to a JSON file to use as command input
-V--[no-]version- Print the Elastic CLI version
--config-filestring- path to a config file (default: ~/.elasticrc.yml)
--use-contextstring- override the active context from the config file
--command-profilestring- restrict available commands to a deployment profile (serverless, stack, default)
--[no-]json- output as JSON
--output-fieldsstring- comma-separated list of fields to include in output (dot-notation supported)
--output-templatestring- Mustache-like template for custom text output (e.g. "{{id}}: {{name}}")
--[no-]dry-run-
validate all inputs and exit without performing any action (preview changes without applying them)