Reputation
Badges 1
5 × Eureka!I was advised not to do a wrapper haha due to lack of time, but anyway with the restapi i dont think there is a datasets endpoint and with the CLI im not rly able to access details of the created dataset such as dependency graph,date created etc from the CLI, so that us holding me back from solely using rust
Hm I see. Because I am wondering how come when I view clearml datasets in the clearml GUI, it can just show all my data almost instantly, but when using ClearML SDK, it is so slow?
currently not, but the aim is to host it locally. Would that make retrieval much faster?
hi @<1744891825086271488:profile|RoundElephant20> , nope it only shows the result of get_dependency_graph
and not the whole tree
Oh ok, just tried it, it works well! I also just found out the docs has another way of doing it using Dataset.get() alias parameter. Thanks for the help :)