EN
Español
English
Português
    ASMS_AI_TASK

    Represents AI tasks

    Data model

    Fields

    Field Type Description
    apply_multi_language* BIT Determine if the task applies multi-language
    default_params* NVARCHAR (MAX) Represents the default task configuration parameters
    id* INT AI Task Identifier
    model_type* INT Model type identifier, 1-> fine tuned, 2 -> chat, 3 -> speech
    name* NVARCHAR (500) Task Name
    translation* NVARCHAR (MAX) Represents text in different languages

    Primary Key

    PK_ASMS_AI_TASK
    id