Skip to main content

class wandb.apis.public.DownloadHistoryResult

Result of downloading a run’s history exports.

Args

  • paths:
  • contains_live_data:
  • errors:

Attributes

  • paths: The paths to the downloaded history files.
  • errors: A dictionary mapping file paths to error messages for files that failed to download. None if all downloads succeeded.
  • contains_live_data: Whether the run contains live data, not yet exported to parquet files.