Models
Python SDK
The Merlin SDK can be installed directly using pip:
Users should then be able to connect to a Merlin deployment as follows
getting_started.py
Client Libraries
Merlin provides Go client library to deploy and serve ML models.
To connect to the Merlin deployment, the client needs to be authenticated by Google OAuth2. You can use google.DefaultClient()
to get the Application Default Credential.
getting_started.go
Last updated