See a Smart Answers (QnA) Job's Status and Output
This topic explains how you can track the running steps of the following jobs:
-
Fusion 5.3 and later:
-
Fusion 5.1 and 5.2:
The ML Model service logs provide information on data pre-processing, training steps, evaluations, and model generation for those jobs. Follow the instructions below to access the logs.
-
Find the name of the ML Model service pod:
kubectl get pods -n <your-namespace> | grep ml-model-service-ui
The pod name looks like
<namespace>-ml-model-service-ui-<hash>-<random>
, as inf5-ml-model-service-ui-547dd78d6-p9d6q
. -
Set up port forwarding:
kubectl port-forward <namespace>-ml-model-service-ui-<hash>-<random> 8001:8001 -n <your-namespace>
-
In the Fusion UI, navigate to Collections > Jobs.
-
Select your Smart Answers (QnA) model training job.
-
Click Job History.
-
Find the ML Model workflow ID.
-
In the ML Model service UI, locate instances of the ID in the logs.