Values_2.DescribeTrialResponseSourceProvides a list of a trial's properties.
type nonrec t = {trialName : Values_0.ExperimentEntityName.t option;The name of the trial.
*)trialArn : Values_0.TrialArn.t option;The Amazon Resource Name (ARN) of the trial.
*)displayName : Values_0.ExperimentEntityName.t option;The name of the trial as displayed. If DisplayName isn't specified, TrialName is displayed.
*)experimentName : Values_0.ExperimentEntityName.t option;The name of the experiment the trial is part of.
*)source : TrialSource.t option;The Amazon Resource Name (ARN) of the source and, optionally, the job type.
*)creationTime : Values_0.Timestamp.t option;When the trial was created.
*)createdBy : Values_0.UserContext.t option;Who created the trial.
*)lastModifiedTime : Values_0.Timestamp.t option;When the trial was last modified.
*)lastModifiedBy : Values_0.UserContext.t option;Who last modified the trial.
*)metadataProperties : Values_0.MetadataProperties.t option;}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.ExperimentEntityName.t
| `Structure of
(string
* [> `String of TrialSourceArn.t
| `Structure of (string * [> `String of string ]) list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]