The Model API is a specification that describes the inputs and outputs of a machine learning model. It is used to define the interface for the model, including the types of data that can be passed to it and the types of data that it will return.
| Name | Type | Required | Description |
|---|---|---|---|
| inputs | List[ModelApiInput] | Yes | |
| outputs | List[ModelApiOutput] | Yes |