Model table¶
Sidra includes the capability of serving machine learning models. This table is used to store the information about those models.
Column | Description | Format | Required |
---|---|---|---|
Id | Model identifier | uniqueidentifier | |
Name | Name of the model | nvarchar(50) | |
Description | Model description with the functionality or the notes of the model | nvarchar(256) |
Last update:
2022-09-05