EXPERIMENT_ITERATION
Description
This table stores the iterations for each experiment.
Columns
Column Name | Data Type | Description |
ID | bigint | The unique identifier for each record in the table. |
COMPLETION_DATE_TIME_INCLUSI_0 | datetime | The completion date and time of the iteration. |
EXECUTION_COMPLETION_DATE_TI_0 | datetime | The execution completion date and time of the iteration. |
EXPERIMENT_ITERATION_STATUS | varchar | The status of the iteration. |
START_DATE_TIME_INCLUSIVE_IT_0 | datetime | The start date and time of the iteration. |
ITERATIONS_EXPERIMENT_BASE_ID | bigint | The ID of the experiment base associated with the iteration. |
ITERATIONS_HJORDER | int | The order of the iteration. |
Constraints
- PRIMARY KEY (ID)