Developing & Testing Your Custom Model
We offer a number of endpoints to easily develop & test your custom model. These are documented in our API Reference Section.
To more easily develop your custom model, your Alloy Solutions Architect can provide a separate custom model ID that is configured with an endpoint you provide that proxies to your local development environment. We recommend using https://ngrok.com/. With this setup, you can use the testing endpoints as you develop without having to deploy to or debug in production.
The custom model will receive any service data that has run prior to the Custom Models service in the workflow. That is, if you call a service or set a tag after the custom model, you won’t see that data in the payload that is sent to your endpoint URL during a live evaluation, but you may see the data when using our testing endpoints.
Updated over 1 year ago