Values_2.TrialSourceThe properties of a trial as returned by the Search API.
type nonrec t = {trialName : Values_0.ExperimentEntityName.t option;The name of the trial.
*)trialArn : Values_0.TrialArn.t option;The Amazon Resource Name (ARN) of the trial.
*)displayName : Values_0.ExperimentEntityName.t option;The name of the trial as displayed. If DisplayName isn't specified, TrialName is displayed.
*)experimentName : Values_0.ExperimentEntityName.t option;The name of the experiment the trial is part of.
*)source : TrialSource.t option;creationTime : Values_0.Timestamp.t option;When the trial was created.
*)createdBy : Values_0.UserContext.t option;Who created the trial.
*)lastModifiedTime : Values_0.Timestamp.t option;Who last modified the trial.
*)lastModifiedBy : Values_0.UserContext.t option;metadataProperties : Values_0.MetadataProperties.t option;trialComponentSummaries : TrialComponentSimpleSummaries.t option;A list of the components associated with the trial. For each component, a summary of the component's properties is included.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of string
| `Structure of
(string
* [> `String of TrialComponentSourceArn.t
| `Structure of
(string * [> `String of string ]) list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]
list
| `String of Values_0.ExperimentEntityName.t
| `Structure of
(string
* [> `String of TrialSourceArn.t
| `Structure of (string * [> `String of string ]) list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]