Calling the Models API using the REST API

The Container ModelsAPI

ModelsAPI is the container that serves and communicates with the models.

Calling ModelsAPI

Calling ModelsAPI has four possible forms as explained in Function calls. Two forms for getting the result from either calling exec from a block or a query (a constant included in the API call). Also, the same two forms but assigning the result to a block in a container.

Models in ModelsAPI

The models are created, typically, extending Jazz using uplifting the class ModelsAPI just registers the existing models and forwards the calls to them.

Entry points in ModelsAPI

The available entry points are specific to the model you are using. Every model will support run and id entry points.