FUN_DOCIO_AL_ARTIFACTS
This table contains transition data recognized and generated for each document, including elements such as logos, fingerprints, and predicted JSON outputs. These artifacts can be used for adaptive learning mapping.
Details
-
Schema: FUSION
-
Object owner: FUN
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
FUN_DOCIO_AL_ARTIFACTS_PK |
ARTIFACT_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ARTIFACT_ID | NUMBER | 18 | Yes | Training artifact identifier for Adaptive Learning. | |
TRANSFORM_DOCUMENT_ID | NUMBER | 18 | Yes | The transform document identifier that the artifact is trained upon. | |
PREDICT_JSON | BLOB | Predicted JSON result. The predicted JSON result is saved as reference data allowing adaptive learning to determine whether the trained value are are present for other documents. | |||
DOC_LOGO | BLOB | Indicates the logo information generated from the document. | |||
DOC_ORIGINAL | BLOB | Original content of the document. | |||
DOC_XML | BLOB | The structured XML content of the document. | |||
FINGERPRINT_ID | NUMBER | 18 | Yes | Source fingerprint hash code for the transform document. | |
ARTIFACT_LEARNING_MODE | VARCHAR2 | 30 | Yes | Learning mode of the Adaptive Learning training artifact. | |
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 |
---|---|---|---|
FUN_DOCIO_AL_ARTIFACTS_U1 | Unique | Default | ARTIFACT_ID |