View a list of deployed models from the Watson Machine Learning Accelerator console or by using the dlim tool.
Procedure
- View a list of models from the Watson Machine Learning Accelerator
console.
- Log in to IBM Watson® Machine Learning
Accelerator.
- From the Watson Machine Learning
Accelerator home page, go to .
- To view details for a specific model, from the list, click on the model name. You can also start
or stop inference services for a particular model.
- View a list of model from the command line interface.
- To view all models:
dlim model list
- To view details for a specific
model:
dlim model view model-name
where
model-name is the name of the model that you want to view.
- To view the status information for a specific
model:
dlim model view model-name -s
where
model-name is the name of the model that you want to view the status for.
- To view the detailed status information for a specific
model:
dlim model view model-name -s -a
where
model-name is the name of the model that you want to view the status for.