diff --git a/docs/webapp/applications/apps_embed_model_deployment.md b/docs/webapp/applications/apps_embed_model_deployment.md index e719cb89..c40d65e6 100644 --- a/docs/webapp/applications/apps_embed_model_deployment.md +++ b/docs/webapp/applications/apps_embed_model_deployment.md @@ -26,7 +26,9 @@ After starting an Embedding Model Deployment instance, you can view the followin * Idle instance - App instance is idle * Stopped instance - App instance is stopped * Idle time - Time elapsed since last activity -* Endpoint - The publicly accessible URL of the model endpoint +* Endpoint - The publicly accessible URL of the model endpoint. Active model endpoints are also available in the + [Model Endpoints](../webapp_model_endpoints.md) table, which allows you to view and compare endpoint details and + monitor status over time * API base - The base URL for the model endpoint * API key - The authentication key for the model endpoint * Test Command - An example command line to test the deployed model diff --git a/docs/webapp/applications/apps_model_deployment.md b/docs/webapp/applications/apps_model_deployment.md index a74fd53e..cf04f68c 100644 --- a/docs/webapp/applications/apps_model_deployment.md +++ b/docs/webapp/applications/apps_model_deployment.md @@ -26,7 +26,9 @@ Once you start a Model Deployment instance, you can view the following informati * Idle instance - App instance is idle * Stopped instance - App instance is stopped * Idle time - Time elapsed since last activity -* Endpoint - The publicly accessible URL of the model endpoint +* Endpoint - The publicly accessible URL of the model endpoint. Active model endpoints are also available in the + [Model Endpoints](../webapp_model_endpoints.md) table, which allows you to view and compare endpoint details and + monitor status over time * API base - The base URL for the model endpoint * API key - The authentication key for the model endpoint * Test Command - An example command line to test the deployed model