Values_2.DescribeTrialComponentRequestSourceProvides a list of a trials component's properties.
type nonrec t = {trialComponentName : Values_1.ExperimentEntityNameOrArn.t;The name of the trial component to describe.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Values_1.ExperimentEntityNameOrArn.t ]) list ]