OFFER_ID_AND_MODEL_PERFORMAN_3

Description

This table stores the relationship between offer IDs and model performance.

Columns

Column Name Data Type Description
ID bigint The unique identifier of the relationship.
OFFER_ID varchar The ID of the offer.
MODEL_PERFORMANCE_OFFER_ID_A_0 bigint The foreign key referencing the ID column of the MODEL_PERFORMANCE table.
OFFER_ID_AND_MODEL_PERFORMAN_2 bigint The foreign key referencing the ID column of the ITERATION_RESULT table.
OFFER_ID_AND_MODEL_PERFORMAN_1 int The order of the offer in the hierarchy.

Foreign Key Relationships

  • MODEL_PERFORMANCE_OFFER_ID_A_0 references MODEL_PERFORMANCE (ID)
  • OFFER_ID_AND_MODEL_PERFORMAN_2 references ITERATION_RESULT (ID)