vetiver_pr_predict {vetiver} | R Documentation |
Create a Plumber API to predict with a deployable vetiver_model()
object
Description
This function was deprecated to use vetiver_api directly instead.
Usage
vetiver_pr_predict(
pr,
vetiver_model,
path = "/predict",
debug = is_interactive(),
...
)
Arguments
pr |
A Plumber router, such as from |
vetiver_model |
A deployable |
path |
The endpoint path |
debug |
|
... |
Other arguments passed to |
[Package vetiver version 0.2.5 Index]