diff --git a/docs/_static/images/IG_model_endpoints_features_analysis.png b/docs/_static/images/IG_model_endpoints_features_analysis.png index 2afbe74c2e63..57db75e14f59 100644 Binary files a/docs/_static/images/IG_model_endpoints_features_analysis.png and b/docs/_static/images/IG_model_endpoints_features_analysis.png differ diff --git a/docs/_static/images/IG_model_endpoints_overview.png b/docs/_static/images/IG_model_endpoints_overview.png index 7c8505387760..77b93b99d197 100644 Binary files a/docs/_static/images/IG_model_endpoints_overview.png and b/docs/_static/images/IG_model_endpoints_overview.png differ diff --git a/docs/_static/images/model_endpoints_main.png b/docs/_static/images/model_endpoints_main.png index c8bfd2f450cb..54007be176af 100644 Binary files a/docs/_static/images/model_endpoints_main.png and b/docs/_static/images/model_endpoints_main.png differ diff --git a/docs/model-monitoring/monitoring-models.ipynb b/docs/model-monitoring/monitoring-models.ipynb index 8561b3fb85dd..a2868a379448 100644 --- a/docs/model-monitoring/monitoring-models.ipynb +++ b/docs/model-monitoring/monitoring-models.ipynb @@ -43,12 +43,12 @@ "* **Version** — user configured version taken from model deployment\n", "* **Class** — the implementation class that is used by the endpoint\n", "* **Labels** — user configurable tags that are searchable\n", - "* **Uptime** — first request for production data\n", + "* **First Request** — first request for production data\n", "* **Last Prediction** — most recent request for production data\n", - "* **Average Latency** — Average latency time of serving a single event in the last hour\n", - "* **Error Count** — includes prediction process errors such as operational issues (For example, a function in a failed state), as well as data processing errors\n", + "* **Average Latency** — Average latency time of serving a single event in the last hour metric. The UI value is calculated by averaging the metric value from the last 10 minutes. If no events arrived in the last 10 minutes, `-` will be displayed\n", + "* **Error Count** — includes prediction process errors such as operational issues (for example, a function in a failed state), as well as data processing errors\n", "(For example, invalid timestamps, request ids, type mismatches etc.)\n", - "* **Drift** — indication of drift status (no drift (green), possible drift (yellow), drift detected (red))\n", + "* **Drift Status** — indication of drift status (no drift (green), possible drift (yellow), drift detected (red))\n", "\n", "### Model endpoint overview\n", "The Model Endpoints overview pane displays general information about the selected model.\n",