Values_0.AssociateTrialComponentResponseSourceAssociates 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 = {trialComponentArn : TrialComponentArn.t option;The Amazon Resource Name (ARN) of the trial component.
*)trialArn : TrialArn.t option;The Amazon Resource Name (ARN) of the trial.
*)}type nonrec error = [ | `ResourceLimitExceeded of ResourceLimitExceeded.t| `ResourceNotFound of ResourceNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceLimitExceeded of ResourceLimitExceeded.t
| `ResourceNotFound of ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceLimitExceeded of ResourceLimitExceeded.t
| `ResourceNotFound of ResourceNotFound.t
| `Unknown_operation_error of string * string option ]