IBMExperimentService.update_analysis_result¶
- IBMExperimentService.update_analysis_result(data, json_encoder=<class 'json.encoder.JSONEncoder'>)[source]¶
Update an existing analysis result.
- Parameters:
data (
AnalysisResultData
) – The data to save. Note that the following fields will be ignored:'experiment_uuid'
'device_components'
'type'
json_encoder (
Type
[JSONEncoder
]) – Custom JSON encoder to use to encode the analysis result.
- Raises:
IBMExperimentEntryNotFound – If the analysis result does not exist.
IBMApiError – If the request to the server failed.
- Return type:
None