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

New 'dump' command to download all the information from a job #34

Closed nodet closed 2 years ago

nodet commented 2 years ago

This command is intended to be a debugging tool. It should gather all the information that's available, including the inputs to the job, whether they are inline, data assets or connections.

nodet commented 2 years ago

As per https://github.com/nodet/dowml/issues/35, the href part of a location may miss the 'machine/domain' part of the URL, and an id may or may not be included.

The code will get the id from the href, and will warn if an id is provided that doesn't match the content of the href.

nodet commented 2 years ago

Doc reference: https://docs.python.org/3/library/urllib.parse.html

nodet commented 2 years ago

We still need to rename 'output' into 'dump'.

nodet commented 2 years ago

Commit 4d97035 should have been tagged for this issue.