ExperimentClient.analysis_results#

ExperimentClient.analysis_results(limit, marker, backend_name=None, device_components=None, experiment_uuid=None, result_type=None, quality=None, verified=None, tags=None, created_at=None, sort_by=None)[source]#

Return a list of analysis results.

Parameters:
  • limit (Optional[int]) – Number of analysis results to retrieve.

  • marker (Optional[str]) – Marker used to indicate where to start the next query.

  • backend_name (Optional[str]) – Name of the backend.

  • device_components (Optional[List[str]]) – A list of device components used for filtering.

  • experiment_uuid (Optional[str]) – Experiment UUID used for filtering.

  • result_type (Optional[str]) – Analysis result type used for filtering.

  • quality (Union[str, List[str], None]) – Quality value used for filtering.

  • verified (Optional[bool]) – Indicates whether this result has been verified.

  • tags (Optional[List[str]]) – Filter by tags assigned to analysis results.

  • created_at (Optional[List]) – A list of timestamps used to filter by creation time.

  • sort_by (Optional[str]) – Indicates how the output should be sorted.

Return type:

str

Returns:

A list of analysis results and the marker, if applicable.