Access the console

Access the IBM Watson® Machine Learning Accelerator console.

The service instance console can be obtained in the following ways:
  • Access the Watson Machine Learning Accelerator using the following URL:
    https://wmla-console-<WML-Accelerator_namespace>.<router_canonical_hostname>/ui/#/ 
    Modify the URL by replacing these values:
    • Replace <WML-Accelerator_namespace> with the name of the Watson Machine Learning Accelerator namespace.
    • Replace <router_canonical_hostname> with the router hostname which can be obtained from the cluster administrator.
  • Obtaining the full URL to the Watson Machine Learning Accelerator console:
    oc describe wmla wmla -n ${PROJECT_CPD_INSTANCE}
    For example:
    ...
    Endpoints:
    Name: wmla-console
    Scope: External
    Type: UI
    Uri: https://wmla-console-wmla-ns.apps.spasms.cp.ibm.com
    Name: wmla-jupyter-notebook
    Scope: External
    Type: UI
    Uri: https://wmla-jupyter-notebook-wmla-ns.apps.spasms.cp.ibm.com
    Name: wmla-inference
    Scope: External
    Type: API
    Uri: https://wmla-inference-wmla-ns.apps.spasms.cp.ibm.com
    ....