mirror of
https://github.com/clearml/clearml-docs
synced 2025-02-07 05:20:07 +00:00
Add model endpoint information (#974)
This commit is contained in:
parent
83fe2841d7
commit
b1dc1f7940
@ -26,7 +26,9 @@ After starting an Embedding Model Deployment instance, you can view the followin
|
|||||||
* <img src="/docs/latest/icons/ico-embedding-model-idle.svg" alt="Idle instance" className="icon size-md space-sm" /> - App instance is idle
|
* <img src="/docs/latest/icons/ico-embedding-model-idle.svg" alt="Idle instance" className="icon size-md space-sm" /> - App instance is idle
|
||||||
* <img src="/docs/latest/icons/ico-embedding-model-stopped.svg" alt="Stopped instance" className="icon size-md space-sm" /> - App instance is stopped
|
* <img src="/docs/latest/icons/ico-embedding-model-stopped.svg" alt="Stopped instance" className="icon size-md space-sm" /> - App instance is stopped
|
||||||
* Idle time - Time elapsed since last activity
|
* 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 base - The base URL for the model endpoint
|
||||||
* API key - The authentication key for the model endpoint
|
* API key - The authentication key for the model endpoint
|
||||||
* Test Command - An example command line to test the deployed model
|
* Test Command - An example command line to test the deployed model
|
||||||
|
@ -26,7 +26,9 @@ Once you start a Model Deployment instance, you can view the following informati
|
|||||||
* <img src="/docs/latest/icons/ico-model-idle.svg" alt="Idle instance" className="icon size-md space-sm" /> - App instance is idle
|
* <img src="/docs/latest/icons/ico-model-idle.svg" alt="Idle instance" className="icon size-md space-sm" /> - App instance is idle
|
||||||
* <img src="/docs/latest/icons/ico-model-stopped.svg" alt="Stopped instance" className="icon size-md space-sm" /> - App instance is stopped
|
* <img src="/docs/latest/icons/ico-model-stopped.svg" alt="Stopped instance" className="icon size-md space-sm" /> - App instance is stopped
|
||||||
* Idle time - Time elapsed since last activity
|
* 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 base - The base URL for the model endpoint
|
||||||
* API key - The authentication key for the model endpoint
|
* API key - The authentication key for the model endpoint
|
||||||
* Test Command - An example command line to test the deployed model
|
* Test Command - An example command line to test the deployed model
|
||||||
|
Loading…
Reference in New Issue
Block a user