allegroai / clearml

ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline, Orchestration, Scheduling & Serving in one MLOps/LLMOps solution
https://clear.ml/docs
Apache License 2.0
5.42k stars 643 forks source link

Allow more powerful `get` pipelines filter #1250

Open yur1xpp opened 2 months ago

yur1xpp commented 2 months ago

Proposal Summary

Add more filtering flags to the PipelineController.get method. This is similar to the Task.get_task, where we could filter whether it is archived or not, and some other keywords.

Motivation

Currently there's no way to know whether the retrieved pipe is archived or not, which is quite useful in many programmatic cloning task.

Related Discussion

If this continues a slack thread, please provide a link to the original slack thread.

ainoam commented 2 months ago

Thanks for suggesting @yur1xpp. We'll look into adding this in a coming release.