Module Values_2.DisassociateTrialComponentRequestSource

Disassociates 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.

Sourcetype nonrec t = {
  1. trialComponentName : Values_0.ExperimentEntityName.t;
    (*

    The name of the component to disassociate from the trial.

    *)
  2. trialName : Values_0.ExperimentEntityName.t;
    (*

    The name of the trial to disassociate from.

    *)
}
Sourceval context_ : string
Sourceval make : trialComponentName:Values_0.ExperimentEntityName.t -> trialName:Values_0.ExperimentEntityName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.ExperimentEntityName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t