Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hello Clearml Team, Hello Clearml Users! We’Ve Encountered An Issue With A Disappearing Artifact In One Of Our Pipelines. Specifically, We Have An Artifact From A Pipeline Step Called

Hello ClearML team, Hello ClearML users!

We’ve encountered an issue with a disappearing artifact in one of our pipelines.
Specifically, we have an artifact from a pipeline step called “predictions.”
Normally, this artifact is also saved at the overall pipeline level.
However, we noticed cases where the pipeline step artifact is not accessible from the pipeline level.

Typically, we access the “predictions” artifact using the pipeline’s ID.
At the moment, we can’t do this because the artifact was only saved at the step level and not propagated to the pipeline level.

Could you please advise on why this might be happening and how to resolve it?

Thank you!

  
  
Posted 21 days ago
Votes Newest

Answers 2


Hi @<1523701070390366208:profile|CostlyOstrich36> , indeed! We've been saving the artifacts on task level also, but it was a news for me, that after one year of pipeline usage artifacts suddenly stopped being delivered by PipelineController.

  
  
Posted 15 days ago

Hi @<1736556867255013376:profile|ImpressionableElk3> , why not save the artifact on the task level and just propagate from there?

  
  
Posted 19 days ago
156 Views
2 Answers
21 days ago
14 days ago
Tags
Similar posts