Note
This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.
DbExperimentData¶
- class DbExperimentData(experiment_id=<factory>, parent_id=None, experiment_type=None, backend=None, tags=<factory>, job_ids=<factory>, share_level=None, metadata=<factory>, figure_names=<factory>, notes=None, hub=None, group=None, project=None, owner=None, creation_datetime=None, start_datetime=None, end_datetime=None, updated_datetime=None)[source]¶
Dataclass for experiments in the database.
Note
The documentation does not currently render all the fields of this dataclass.
Note
This is named DbExperimentData to avoid confusion with the main
ExperimentDataclass.Attributes
- experiment_id: str¶
- tags: list[str] | None¶
- job_ids: list[str] | None¶
- metadata: dict[str, str] | None¶
- figure_names: list[str] | None¶
Methods