Module Values_0.AssociateTrialComponentRequestSource

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

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

    The name of the component to associated with the trial.

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

    The name of the trial to associate with.

    *)
}
Sourceval context_ : string
Sourceval make : trialComponentName:ExperimentEntityName.t -> trialName:ExperimentEntityName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of 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