Values_2.ParentSourceThe trial that a trial component is associated with and the experiment the trial is part of. A component might not be associated with a trial. A component can be associated with multiple trials.
type nonrec t = {trialName : Values_0.ExperimentEntityName.t option;The name of the trial.
*)experimentName : Values_0.ExperimentEntityName.t option;The name of the experiment.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.ExperimentEntityName.t ]) list ]