Unanswered
Hi Guys,
I Recently Started Working On Clearml. I Have A Pipeline Which Has Couple Of Tasks Added To It. The Pipeline Executes And Completes As Expected When I Use The Web App. I Am Trying To Start This Pipeline From The Sdk Api. I Have A Two Part Questio
Hi guys,
I recently started working on ClearML. I have a pipeline which has couple of tasks added to it. The pipeline executes and completes as expected when I use the Web App. I am trying to start this pipeline from the SDK API. I have a two part question
- I use
PipelineController.get
to get the pipeline controller but when I try to enqueue the pipeline usingPipelineController.enqueue
using the controller from theget
method and the mentioning thequeue_name
as well, I receive an error as belowclearml.backend_interface.session.SendError: Action failed <400/110: tasks.enqueue/v1.0 (Invalid task status (Invalid status change): current_status=completed, new_status=queued)>
. So, I thought that the pipeline which has beencompleted
once previously would not change its status meaning, it wont re-run that would change the status of an already successfully completed pipeline. But I was able to re-run the pipeline on the WebApp. What am I doing wrong here? - The other question is how can add the
Parameters
programmatically to the new run of the pipeline, which is possible to do using the WebApp. I want to re-run this pipeline programmatically using different values.
391 Views
0
Answers
4 months ago
4 months ago
Tags
Similar posts