Values_2.TrialSummarySourceA summary of the properties of a trial. To get the complete set of properties, call the DescribeTrial API and provide the TrialName.
type nonrec t = {trialArn : Values_0.TrialArn.t option;The Amazon Resource Name (ARN) of the trial.
*)trialName : Values_0.ExperimentEntityName.t option;The name of the trial.
*)displayName : Values_0.ExperimentEntityName.t option;The name of the trial as displayed. If DisplayName isn't specified, TrialName is displayed.
*)trialSource : TrialSource.t option;creationTime : Values_0.Timestamp.t option;When the trial was created.
*)lastModifiedTime : Values_0.Timestamp.t option;When the trial was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.TrialArn.t
| `Structure of (string * [> `String of TrialSourceArn.t ]) list
| `Timestamp of Values_0.Timestamp.t ])
list ]