Quickstart
Models can be deployed using Verta's scalable, configurable endpoints.
Endpoints are easy to create through either the client:
or the webapp:
endpoint.update()
can also accept an experiment run rather than a model version. In addition, the wait
parameter can be set to True
to wait for the deployed model to be ready before executing the next line of code.
Once an endpoint is deployed, predictions can be made against it either through the Python client:
or via a REST call:
Last updated