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

Can't delete WS job on a CP4D cluster: `Unknown Watson Studio URL for WML URL` #55

Closed nodet closed 2 years ago

nodet commented 2 years ago
dowml> delete
2022-02-21 10:53:30,374 Deleting data assets (if any) for job 8447e85d-c753-4619-bb8a-40073d00fbdd...
2022-02-21 10:53:30,374 Fetching output...
2022-02-21 10:53:30.376 GET https://[...].par01.containers.appdomain.cloud/ml/v4/deployment_jobs/8447e85d-c753-4619-bb8a-40073d00fbdd?version=2021-06-24&space_id=f7ebaf57-67bd-4bef-aadf-1141a0c62b3b
2022-02-21 10:53:31.050 200
2022-02-21 10:53:31,054 Done.
2022-02-21 10:53:31,054 Done. Deleting job 8447e85d-c753-4619-bb8a-40073d00fbdd...
2022-02-21 10:53:31,054 Unknown Watson Studio URL for WML URL https://[...].par01.containers.appdomain.cloud.
2022-02-21 10:53:31,054 Could not delete the Watson Studio run. Deleting the WML job deployment instead...
[...]
nodet commented 2 years ago

On CPD, we can't know the URL for the Watson Studio service. So we don't even try to find it. This avoids useless noise in the output. Of course, this doesn't really solve the issue, as the WS job will dangle. But there's not much that can be done here...