You can query mining models that belong to a specific Build or Model node of a workflow by using the ODMR_USER_WORKFLOW_MODELS repository view.
Table 8-14 provides more information about this view.
Table 8-14 ODMR_USER_WORKFLOW_MODELS Repository Views
| Column | Data Types | Description |
|---|---|---|
|
PROJECT_ID |
NUMBER |
This is the project ID in which the workflow was created in. |
|
PROJECT_NAME |
VARCHAR2 (30 CHAR) |
This is the name of the project in which the workflow was created in. |
|
WORKFLOW_ID |
NUMBER |
This is the ID of the workflow. |
|
WORKFLOW_NAME |
VARCHAR2 (30 CHAR) |
This is the name of the workflow. |
|
NODE_TYPE |
VARCHAR2 (30 CHAR) |
This is the node type. |
|
NODE_ID |
NUMBER |
This is the workflow node ID. |
|
NODE_NAME |
VARCHAR2 (30 CHAR) |
This is the name of the workflow node. |
|
NODE_STATUS |
VARCHAR2 (30 CHAR) |
|
|
MODEL_TYPE |
VARCHAR2 (30 CHAR) |
This is the model type. For example, Naive Bayes Model. |
|
MODEL_ID |
NUMBER |
This is the ID of the model. |
|
MODEL_NAME |
VARCHAR2 (30 CHAR) |
This is the name of the model. |
|
MODEL_STATUS |
VARCHAR2 (30 CHAR) |
Same as node status. |
|
MODEL_CREATIONDATE |
VARCHAR2 (30 CHAR) |
This is the date when the model is created. |
Parent topic: Repository Views