Represents endpoints to consume AI services
Data model
Fields
| Field | Type | Description |
|---|---|---|
| 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_ASMS_AI_ENDPOINT |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| provider_id* | dbo.ASMS_AI_PROVIDER | id | FK01_ASMS_AI_ENDPOINT |