Unanswered
Hello, About Clearml-Serving: I Uploaded A Model, A Pre-Processing And Create An Endpoint. I Now Want To Remove These Artifacts. Based On
It does but not the OutputModel and the preprocess artifact. I managed to do it by adding:
if _task.artifacts.get(model_endpoint.preprocess_artifact):
_task.delete_artifacts([model_endpoint.preprocess_artifact])
Model.remove(model_endpoint.model_id)
Maybe this should be add to the func_model_remove
method?
85 Views
0
Answers
7 months ago
7 months ago