ZCA_SA_KINEMATICS_JOBS

This table stores each run of the DBMS_DATA_MINING Training Model ESS Job Output.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_SA_KINEMATICS_JOBS_PK

DATA_SOURCE_TYPE, DATA_SOURCE_NAME, MODEL_TYPE_CODE, DATA_SOURCE_PK

Columns

Name Datatype Length Precision Not-null Comments
DATA_SOURCE_TYPE VARCHAR2 200 Yes This column contains the Input Data Source Type for DBMS_DATA_MINING Training Model. Possible values can be TABLE, VIEW and RESTRESOURCE.
DATA_SOURCE_NAME VARCHAR2 200 Yes This column contains the Input Data Source Name for DBMS_DATA_MINING Training Model.
MODEL_TYPE_CODE VARCHAR2 200 Yes This column contains the DBMS_DATA_MINING Training Model Type. Possible values could be CLASSIFICATION, REGRESSION and CLUSTERING.
MODEL_NAME VARCHAR2 200 Yes This column contains the Input DataSource Name for the DBMS_DATA_MINING Training Model.
DATA_SOURCE_PK VARCHAR2 200 Yes This column contains Primary Key Column Name of the Input Data Source for DBMS_DATA_MINING Training Model.
TARGET_COLUMN_NAME VARCHAR2 200 This column contains the Target Column of the Input DataSource for the DBMS_DATA_MINING training model.
KINEMATICS_JOB_ID NUMBER Yes This column contains the ESS Job Id for the Training Model.
TRAINING_OUTPUT_JSON CLOB Yes This column contains the DBMS_DATA_MINING API training model output.
ADDITIONAL_METADATA_JSON CLOB This column contains additional metadata json for the ESS Job and ML Training Model.
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
ZCA_SA_KINEMATICS_JOBS_U1 Unique Default DATA_SOURCE_TYPE, DATA_SOURCE_NAME, MODEL_TYPE_CODE, DATA_SOURCE_PK