Custom Transformer
In 0.8 release, Merlin adds support to the Custom Transformer deployment. This transformer type enables the users to deploy their own pre-built Transformer service. The user should develop, build, and publish their own Transformer Docker image.
Similar to Standard Transformer, users can configure Custom Transformer from UI and SDK. The difference is instead of specifying the standard transformer configuration, users configure the Docker image and the command and arguments to run it.
Deploy Custom Transformer using Merlin UI
As the name suggests, you must choose Custom Transformer as Transformer Type.
Specify the Docker image registry and name.
You need to push your Docker image into supported registries: public DockerHub repository and private GCR repository.
If your Docker image needs command or arguments to start, you can specify them on related input form.
You can also specify the advanced configuration. These configurations are separated from your model.
Request and response payload logging
Resource request (Replicas, CPU, and memory)
Environment variables
Deploy Custom Transformer using Merlin SDK
Last updated