EN
Español
English
Português
    AI_ENDPOINT

    Represents endpoints to consume AI services

    Data model

    Fields

    Field Type Description
    application_id INT Identifier of the application associated with the AI endpoint
    created_date* DATETIME Record creation date
    id* INT Endpoint ID
    key* NVARCHAR (8000) AI Service Endpoint Key
    name* NVARCHAR (500) Endpoint Name
    provider_id* INT Associated Service Provider Identifier
    url* NVARCHAR (1000) AI service endpoint url

    Primary Key

    PK_AI_ENDPOINT
    id

    References

    Column Referenced Table Referenced column Name
    application_id dbo.AFW_APPLICATIONS appl_id FK02_AI_ENDPOINT
    provider_id* dbo.AI_PROVIDER id FK01_AI_ENDPOINT