get_deployment_usage | R Documentation |
Get usage (calls, errors and response time) of the last version of a deployed model.
get_deployment_usage(deployment_id, usage_type)
deployment_id |
id of the deployment to get usage, can be obtained with get_deployments(). |
usage_type |
type of usage to get, among "calls", "errors", "response_time". |
list - plotly object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.