Skip to main content

Class wandb.apis.public.File

method File.delete()

Delete the file from the W&B server.

method File.download()

Downloads a file previously saved by a run from the wandb server.
Arguments
str
Local directory to save the file. Defaults to the current working directory (”.”).
bool
If True, download will overwrite a local file if it exists. Defaults to False.
bool
If True, will not raise ValueError if file already exists and will not re-download unless replace=True. Defaults to False.
Api | None
If specified, the Api instance used to download the file.