IBMExperimentService.update_experiment¶
- IBMExperimentService.update_experiment(data, json_encoder=<class 'json.encoder.JSONEncoder'>)[source]¶
Update an existing experiment.
- Parameters:
data (
ExperimentData
) – The dataclass containing the experiment’s datajson_encoder (
Type
[JSONEncoder
]) – Custom JSON encoder to use to encode the experiment.
- Raises:
IBMExperimentEntryNotFound – If the experiment does not exist.
IBMApiError – If the request to the server failed.
- Return type:
dict
- Returns:
The update response data