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

Allow 'output' to download data assets as well as inline content? #22

Closed nodet closed 2 years ago

nodet commented 2 years ago

When using 'outputs assets', the 'output' command only creates the file details.json, as all the outputs are actually stored as data assets rather than being included in the details. It's quite easy to log onto Watson Studio and find the asset you want if you want to download it. We may want to make it even easier by allowing the 'output' command to also download the data assets.

nodet commented 2 years ago

Included in #34.