ExperimentClient.experiment_file_download#

ExperimentClient.experiment_file_download(experiment_id, file_name, json_decoder)[source]#

Downloads a data file from the DB

Parameters:
  • experiment_id (str) – Experiment ID.

  • file_name (str) – The name of the data file

  • json_decoder (Type[JSONDecoder]) – Custom decoder to use to decode the retrieved experiment.

Return type:

Dict

Returns:

The Dictionary of contents of the file