Skip to main content

Features

This page answers a question you will ask every time an integration misbehaves: what does this model actually expect as input?

It reads from the deployed checkpoint, not from configuration, so it is the authoritative answer for the model currently serving.

Model facts

Static facts loaded from the checkpoint. These were fixed when the model was trained — they come from the Model Design the run was built from and cannot be changed on a deployed server.

Accepted input views

The input views this model accepts. A request shaped against a view the model does not expose will not work, however well-formed it is.

A model that exposes no input views is a real state, not an error — the page says so explicitly rather than showing an empty table.

When this page fails to load

If features cannot be read, treat the deployment as unverified: you do not know what the running model expects. Check the server's Overview for its deployment state before debugging the caller.

Next steps