mirror of
https://github.com/clearml/clearml-server
synced 2025-06-26 23:15:47 +00:00
Add support for server-side delete for AWS S3, Google Storage and Azure Blob Storage
This commit is contained in:
@@ -178,9 +178,10 @@ class TestTasksResetDelete(TestService):
|
||||
return {url1, url2}
|
||||
|
||||
def send_debug_image_events(self, task) -> Set[str]:
|
||||
url_pattern = "url_{num}.txt"
|
||||
events = [
|
||||
self.create_event(
|
||||
task, "training_debug_image", iteration, url=f"url_{iteration}"
|
||||
task, "training_debug_image", iteration, url=url_pattern.format(num=iteration)
|
||||
)
|
||||
for iteration in range(5)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user