Hello. After the Tao Toolkit API service was deployed sucessfully, I found that there are two pods and containers which are named tao-toolkit-api-app and tao-toolkit-api-workflow.
TAO Toolkit API is a Kubernetes service that enables building end-to-end AI models .
Tao-toolkit-api-workflow will create datasets, models, obtaining pretrained models from NGC, obtaining default specs, training, evaluating, optimizing and exporting models for deployment on edge.
The api app pod is the interface where the API action (non DNN framework actions) take place: eg retrieving specs, uploading dataset etc - all the endpoints are accessed via this app pod.
The worklow pod is where the DNN container will be invoked, so when you run train action on notebook, the workflow pod creates a container according to the model and sends the command to the created container.