View deployed models in Watson Machine Learning Accelerator

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.
    1. Log in to IBM Watson® Machine Learning Accelerator.
    2. From the Watson Machine Learning Accelerator home page, go to Workload > Deployed Models.
    3. 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.