nodet / dowml

A library and command line client to use Decision Optimization on IBM Watson Machine Learning (WML). NOT SUPPORTED BY IBM.
Apache License 2.0
3 stars 0 forks source link

Interactive should print status when launched #43

Closed nodet closed 2 years ago

nodet commented 2 years ago

Status should include region, space name and id, and the values of the configuration variables (type, size, etc)

nodet commented 2 years ago

It is of course possible to run the 'status' command at the beginning of each session. But this is very ugly, and will be most often useless. So I didn't implement that. On the other hand, more logging about the URL and space name may be interesting...

nodet commented 2 years ago

The log already has the space id (if this id was specified in the credentials) or the name of the space. So that part is fine.