Values_0.AssociateTrialComponentRequestSourceAssociates a trial component with a trial. A trial component can be associated with multiple trials. To disassociate a trial component from a trial, call the DisassociateTrialComponent API.
type nonrec t = {trialComponentName : ExperimentEntityName.t;The name of the component to associated with the trial.
*)trialName : ExperimentEntityName.t;The name of the trial to associate with.
*)}val make :
trialComponentName:ExperimentEntityName.t ->
trialName:ExperimentEntityName.t ->
unit ->
t