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
Profile picture
ExasperatedSeaurchin40
Moderator
2 Questions, 8 Answers
  Active since 18 August 2023
  Last activity 8 months ago

Reputation

0

Badges 1

8 × Eureka!
0 Votes
16 Answers
502 Views
0 Votes 16 Answers 502 Views
Hi everyone, I’m facing the issue that when archive and remove my project (including tasks, datasets), I still seeing that data in my MinIO server. Is this a...
8 months ago
0 Votes
2 Answers
538 Views
0 Votes 2 Answers 538 Views
I wonder if there is any way to sync data on cloud storage (e.g S3 or MinIO) using clearml-data sync command? Because I don’t see any place in the documentat...
8 months ago
0 Hi Everyone, I’M Facing The Issue That When Archive And Remove My Project (Including Tasks, Datasets), I Still Seeing That Data In My Minio Server. Is This A Bug Or Clearml Does Not Have That Feature Yet?

Yes, I already config it and I seeing that my files are being uploaded on MinIO. But when I delete project on clearML, it does not remove files in MinIO

8 months ago
0 Hi Everyone, I’M Facing The Issue That When Archive And Remove My Project (Including Tasks, Datasets), I Still Seeing That Data In My Minio Server. Is This A Bug Or Clearml Does Not Have That Feature Yet?

@<1523701087100473344:profile|SuccessfulKoala55> @<1585078752969232384:profile|FantasticDuck7> Thank you very much. It works now 😊

8 months ago
0 Hi Everyone, I’M Facing The Issue That When Archive And Remove My Project (Including Tasks, Datasets), I Still Seeing That Data In My Minio Server. Is This A Bug Or Clearml Does Not Have That Feature Yet?

I’m deploying my MinIO server on local network, and the URL to it contains port 9000, when I setup clearml to sync data to the storage, I have to set default output uri to sdk.development.default_output_uri=" None "

And the rest of my config will look like the image below. Is there anything I have to config in my clearml server on default output uri (for example the bucket name or port…)?
![image](https://clearml-web-assets.s3.amazonaws.com/sc...

8 months ago
0 Hi Everyone, I’M Facing The Issue That When Archive And Remove My Project (Including Tasks, Datasets), I Still Seeing That Data In My Minio Server. Is This A Bug Or Clearml Does Not Have That Feature Yet?

@<1523701087100473344:profile|SuccessfulKoala55> I already try to setup bucket which point to clearmlstorage but it didn’t work

8 months ago