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 10 months ago
Votes Newest

Answers 2


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 10 months ago

Tnx!

  
  
Posted 10 months ago
808 Views
2 Answers
10 months ago
10 months ago
Tags