get_deployment_usage {previsionio} | R Documentation |
Get usage (calls, errors and response time) of the last version of a deployed model.
Description
Get usage (calls, errors and response time) of the last version of a deployed model.
Usage
get_deployment_usage(deployment_id, usage_type)
Arguments
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". |
Value
list - plotly object.
[Package previsionio version 11.7.0 Index]