get_deployment_usage: Get usage (calls, errors and response time) of the last...

View source: R/deployment.R

get_deployment_usageR 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.


previsionio/prevision-r documentation built on March 24, 2022, 1:28 a.m.