vetiver_endpoint

vetiver_endpoint(url: str = 'http://127.0.0.1:8000/predict')

Wrap url where VetiverModel will be deployed

Parameters

url : str = 'http://127.0.0.1:8000/predict'

URI path to endpoint

Returns

url : str

URI path to endpoint

Examples

from vetiver import vetiver_endpoint
endpoint = vetiver_endpoint(url='http://127.0.0.1:8000/predict')