qbraid.runtime.ResultData

class ResultData[source]

Abstract base class for runtime results linked to a specific ExperimentType.

__init__()

Methods

__init__()

from_dict(data)

Creates a new ResultData instance from a dictionary.

from_object(model, **kwargs)

Creates a new ResultData instance from an ExperimentMetadata object.

to_dict()

Converts the result data to a dictionary.

Attributes

experiment_type

Returns the experiment type.