IBMExperimentService.files¶
- IBMExperimentService.files(experiment_id)[source]¶
Retrieve the file list for an experiment
- Parameters:
experiment_id (
str
) – Experiment ID.- Return type:
str
- Returns:
The file list metadata
- Raises:
IBMExperimentEntryNotFound – If the experiment does not exist.
IBMApiError – If the request to the server failed.