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