IBMExperimentService.file_download#

IBMExperimentService.file_download(experiment_id, file_name, json_decoder=<class 'json.decoder.JSONDecoder'>)[source]#

Downloads a data file from the DB and returns its deserialization :type experiment_id: str :param experiment_id: The experiment the data file belongs to :type file_name: str :param file_name: The filename of the data file :type json_decoder: Type[JSONDecoder] :param json_decoder: Custom decoder to use to decode the retrieved experiment.

Return type:

Dict

Returns:

The JSON deserialization of the data file

Additional info:

The filename is expected to end with “.json”, “.yaml”, or “.zip”, otherwise “.json” will be added.