[[reference-ml-get_data_frame_analytics_stats]] //////// =========================================================================================================================== || || || || || || || ██████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗ || || ██╔══██╗██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝ || || ██████╔╝█████╗ ███████║██║ ██║██╔████╔██║█████╗ || || ██╔══██╗██╔══╝ ██╔══██║██║ ██║██║╚██╔╝██║██╔══╝ || || ██║ ██║███████╗██║ ██║██████╔╝██║ ╚═╝ ██║███████╗ || || ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚══════╝ || || || || || || This file is autogenerated, DO NOT send pull requests that changes this file directly. || || You should update the script that does the generation, which can be found in: || || https://github.com/elastic/elastic-client-generator-js || || || || You can run the script with the following command: || || npm run elasticsearch -- --version || || || || || || || =========================================================================================================================== //////// [discrete] === client.ml.getDataFrameAnalyticsStats Get data frame analytics jobs usage info. {ref}/get-dfanalytics-stats.html[{es} documentation] [discrete] ==== Function signature [source,ts] ---- (MlGetDataFrameAnalyticsStatsRequest, options?): Promise ---- [discrete] ===== `MlGetDataFrameAnalyticsStatsRequest` [source,ts] ---- interface MlGetDataFrameAnalyticsStatsRequest extends <> { id?: <> allow_no_match?: boolean from?: <> size?: <> verbose?: boolean } ---- [discrete] ===== `MlGetDataFrameAnalyticsStatsResponse` [source,ts] ---- interface MlGetDataFrameAnalyticsStatsResponse { count: <> data_frame_analytics: MlDataframeAnalytics[] } ----