Estimate job model memory usage
POST
/_ml/anomaly_detectors/_estimate_model_memory Make an estimation of the memory usage for an anomaly detection job model. The estimate is based on analysis configuration details for the job and cardinality estimates for the fields it references.
Required authorization
- Cluster privileges:
manage_ml
Request Body
application/json
required
{ analysis_config?: MlTypesAnalysisConfig ;max_bucket_cardinality?: { };overall_cardinality?: { }; }
Responses
200 application/json
{ model_memory_estimate: string; }