Represents the models for consuming AI services
Data model
Fields
| Field | Type | Description |
|---|---|---|
| endpoint_id* | INT | Associated endpoint identifier |
| id* | INT | Model identifier |
| language | NVARCHAR (12) | Abbreviation to identify the language used |
| model_type* | INT | Model type identifier, 1-> fine tuned, 2 -> chat, 3 -> speech |
| name* | NVARCHAR (500) | Model Name |
Primary Key
| PK_ASMS_AI_MODEL |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| endpoint_id* | dbo.ASMS_AI_ENDPOINT | id | FK01_ASMS_AI_MODEL |