IBMExperimentService.bulk_update_analysis_result#

IBMExperimentService.bulk_update_analysis_result(data, json_encoder=<class 'json.encoder.JSONEncoder'>)[source]#

Bulk updates existing analysis results.

Parameters:
  • data (List[AnalysisResultData]) – An array of the analysis 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:

IBMApiError – If the request to the server failed.

Return type:

None