FAI_JOB_AI_UNITS
This table stores the Job AI Units information
Details
-
Schema: FUSION
-
Object owner: FAI
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
FAI_JOB_AI_UNITS_PK |
JOB_AI_UNIT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| JOB_AI_UNIT_ID | NUMBER | 18 | Yes | Unique Identifier for the job units | |
| WORKFLOW_CODE | VARCHAR2 | 200 | Yes | Stores the workflow code information | |
| TRACE | VARCHAR2 | 2000 | Stores the trace identifier information | ||
| JOB | VARCHAR2 | 2000 | Stores the job execution group number | ||
| MODEL_TYPE | VARCHAR2 | 100 | Stores the model type for the job unit | ||
| ACTION_TYPE | VARCHAR2 | 100 | Stores the Action Type for the job unit | ||
| TOTAL_TOKENS | NUMBER | 18 | Stores the total number of tokens for the job unit | ||
| AI_UNITS | NUMBER | 18 | Stores the AI Units associated with the job | ||
| AGGREGATION_RANGE | VARCHAR2 | 100 | Stores the Aggregation Range for the job | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FAI_JOB_AI_UNITS_N1 | Non Unique | Default | AGGREGATION_RANGE, WORKFLOW_CODE |
| FAI_JOB_AI_UNITS_N2 | Non Unique | Default | TRACE |
| FAI_JOB_AI_UNITS_N3 | Non Unique | Default | CREATION_DATE |
| FAI_JOB_AI_UNITS_U1 | Unique | Default | JOB_AI_UNIT_ID |