Represents task settings
Data model
Fields
| Field | Type | Description |
|---|---|---|
| is_delete* | BIT | Indicates whether the record has a logical deletion |
| language* | NVARCHAR (12) | Abbreviation to identify the language used |
| model_id* | INT | Associated model identifier |
| params* | NVARCHAR (MAX) | Represents the task configuration parameters with the model |
| task_id* | INT | Associated task ID |
Primary Key
| PK_ASMS_AI_TASK_CONFIGURATION |
|---|
| task_id, language |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| model_id* | dbo.ASMS_AI_MODEL | id | FK02_ASMS_AI_TASK_CONFIGURATION |
| task_id* | dbo.ASMS_AI_TASK | id | FK01_ASMS_AI_TASK_CONFIGURATION |