vetiver_endpoint
='http://127.0.0.1:8000/predict') vetiver_endpoint(url
Wrap url where VetiverModel will be deployed
Parameters
Name | Type | Description | Default |
---|---|---|---|
url | str | URI path to endpoint | 'http://127.0.0.1:8000/predict' |
Returns
Name | Type | Description |
---|---|---|
url | str | URI path to endpoint |
Examples
>>> import vetiver
>>> endpoint = vetiver.vetiver_endpoint(url='http://127.0.0.1:8000/predict')