Values_2.TrialComponentSimpleSummarySourceA short summary of a trial component.
type nonrec t = {trialComponentName : Values_0.ExperimentEntityName.t option;The name of the trial component.
*)trialComponentArn : Values_0.TrialComponentArn.t option;The Amazon Resource Name (ARN) of the trial component.
*)trialComponentSource : TrialComponentSource.t option;creationTime : Values_0.Timestamp.t option;When the component was created.
*)createdBy : Values_0.UserContext.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.ExperimentEntityName.t
| `Structure of
(string
* [> `String of TrialComponentSourceArn.t
| `Structure of (string * [> `String of string ]) list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]