WLF_GEN_AI_RESOURCES
This table stores the details of the resources used to generate summary using Gen AI.
Details
-
Schema: FUSION
-
Object owner: WLF
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
WLF_GEN_AI_RESOURCES_PK |
GEN_AI_RESOURCE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
GEN_AI_RESOURCE_ID | NUMBER | 18 | Yes | System generated unique identifier. | |
OBJECT_ID | NUMBER | 18 | Yes | Reference to the identifier of the resource object. | |
OBJECT_TYPE | VARCHAR2 | 30 | Yes | Specifies the resource object type (e.g., Learning Item, Job Profile, etc.,) | |
LATEST_PROCESSING_STATUS | VARCHAR2 | 30 | Specifies the latest object processing status. | ||
LATEST_RAG_PUBLISH_DATE | TIMESTAMP | Specifies the timestamp when the object summary is published to RAG. | |||
GEN_AI_USE_CASE_ID | VARCHAR2 | 100 | Specifies the use case used to generate summary using Gen AI. | ||
GEN_AI_PROMPT | VARCHAR2 | 2000 | Specifies the prompt used to generate summary using Gen AI. | ||
GEN_AI_SUMMARY | CLOB | Specifies the summary generated by Gen AI. | |||
ESS_JOB_ID | NUMBER | 18 | Specifies the enterprise scheduler job id that processed the resource. | ||
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. | ||
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
WLF_GEN_AI_RESOURCES_N1 | Non Unique | Default | OBJECT_ID, OBJECT_TYPE |
WLF_GEN_AI_RESOURCES_N2 | Non Unique | Default | GEN_AI_USE_CASE_ID, GEN_AI_PROMPT |
WLF_GEN_AI_RESOURCES_U1 | Unique | Default | GEN_AI_RESOURCE_ID |