Learn R Programming

vetiver (version 0.2.7)

vetiver_endpoint: Create a model API endpoint object for prediction

Description

This function creates a model API endpoint for prediction from a URL. No HTTP calls are made until you actually predict() with your endpoint.

Usage

vetiver_endpoint(url)

Value

A new vetiver_endpoint object

Arguments

url

An API endpoint URL

Examples

Run this code
vetiver_endpoint("https://colorado.rstudio.com/rsc/seattle-housing/predict")

Run the code above in your browser using DataLab