IBMExperimentService.experiment¶
- IBMExperimentService.experiment(experiment_id, json_decoder=<class 'json.decoder.JSONDecoder'>)[source]¶
Retrieve a previously stored experiment.
- Parameters:
experiment_id (
str
) – Experiment ID.json_decoder (
Type
[JSONDecoder
]) – Custom JSON decoder to use to decode the retrieved experiment.
- Return type:
ExperimentData
- Returns:
Retrieved experiment data.
- Raises:
IBMExperimentEntryNotFound – If the experiment does not exist.
IBMApiError – If the request to the server failed.