Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 632 Bytes

File metadata and controls

13 lines (8 loc) · 632 Bytes

ModelApi

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.

Properties

Name Type Required Description
inputs List[ModelApiInput] Yes
outputs List[ModelApiOutput] Yes

[Back to Model list] [Back to API list] [Back to README]