File
less than a minute
File is a class associated with a file saved by wandb.
Attributes | |
---|---|
path_uri |
Returns the uri path to the file in the storage bucket. |
Methods
delete
display
Display this object in jupyter.
download
Downloads a file previously saved by a run from the wandb server.
Args | |
---|---|
replace (boolean): If True , download will overwrite a local file if it exists. Defaults to False . root (str): Local directory to save the file. Defaults to “.”. exist_ok (boolean): If True , will not raise ValueError if file already exists and will not re-download unless replace=True. Defaults to False . api (Api, optional): If given, the Api instance used to download the file. |
Raises | |
---|---|
ValueError if file already exists, replace=False and exist_ok=False. |
snake_to_camel
to_html
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.