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

'details log' is broken #29

Closed nodet closed 2 years ago

nodet commented 2 years ago
dowml> details 6 log
2021-10-05 10:35:34,099 Fetching output...
2021-10-05 10:35:34,805 Failure during getting async deployment jobs details. (GET https://eu-de.ml.cloud.ibm.com/ml/v4/deployment_jobs/log?version=2021-06-24&space_id=4645be25-e08e-4a34-a475-ff3cd0dc9635&include=solve_parameters%2C+solve_state%2C+status)
Status code: 404, body: {"trace":"c59c9d8b15c599e6bcf337da40bd615f","errors":[{"code":"job_doesnt_exist","message":"Job_ID : 'log' doesn't exist."}]}
dowml> help details
details [job] [names|full|log]
Prints most of the details for the given job. Add 'names' to get the names of the
input and output file names. Add 'full' to get the actual contents of inputs and outputs.
job is either a job number or a job id. Uses current job if not specified.