Values_2.DisassociateTrialComponentRequestSourceDisassociates a trial component from a trial. This doesn't effect other trials the component is associated with. Before you can delete a component, you must disassociate the component from all trials it is associated with. To associate a trial component with a trial, call the AssociateTrialComponent API. To get a list of the trials a component is associated with, use the Search API. Specify ExperimentTrialComponent for the Resource parameter. The list appears in the response under Results.TrialComponent.Parents.
type nonrec t = {trialComponentName : Values_0.ExperimentEntityName.t;The name of the component to disassociate from the trial.
*)trialName : Values_0.ExperimentEntityName.t;The name of the trial to disassociate from.
*)}val make :
trialComponentName:Values_0.ExperimentEntityName.t ->
trialName:Values_0.ExperimentEntityName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.ExperimentEntityName.t ]) list ]