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, I Got This Error When Calling .Get_Local_Copy() From An Artifact Of A Task. The Artifact Contains Nested Folders And Image Files In There. What Are Possible Causes Of This? And How Can I Solve It?

Hello, I got this error when calling .get_local_copy() from an artifact of a task. The artifact contains nested folders and image files in there. What are possible causes of this? and how can I solve it?
2022-12-20 04:00:09,399 - clearml.storage - ERROR - Could not download s3://<URL>.zip , err: An error occurred (404) when calling the HeadObject operation: Not Found

  
  
Posted one year ago
Votes Newest

Answers


Hi DeterminedOwl36 , are you sure the file is there? Can you access it via console?

  
  
Posted one year ago
578 Views
1 Answer
one year ago
one year ago
Tags