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
Hey, I Am Trying To Clone Existing Pipeline Using Clearml Api, But I Didn'T Managed To Override Pipeline Parameters. Task Was Cloned Successfully With Parameters From Parent Task. Did I Miss Something? Request Body:

Hey, I am trying to clone existing pipeline using clearml API, but I didn't managed to override pipeline parameters. Task was cloned successfully with parameters from parent task. Did I miss something?

Request body:
{
"task": "<TASK_ID>",
"execution_overrides ": {
"parameters": {
"file_name": "Some_file_name.csv"
}
}
}

  
  
Posted one month ago
Votes Newest

Answers 2


Tnx!

  
  
Posted one month ago

Hi @<1702492411105644544:profile|YummyGrasshopper29> , I suggest doing it via the webUI with developer tools open so you can see what the webUI sends to the backend and then copy that.

wdyt?

  
  
Posted one month ago
199 Views
2 Answers
one month ago
one month ago
Tags