get_deployment_predictions {previsionio} | R Documentation |
Get listing of predictions related to a deployment_id.
Description
Get listing of predictions related to a deployment_id.
Usage
get_deployment_predictions(deployment_id)
Arguments
deployment_id |
id of the deployment, can be obtained with get_deployments(). |
Value
list - predictions available for a deployed model.
[Package previsionio version 11.7.0 Index]