Values_2.ExperimentSummarySourceA summary of the properties of an experiment. To get the complete set of properties, call the DescribeExperiment API and provide the ExperimentName.
type nonrec t = {experimentArn : Values_0.ExperimentArn.t option;The Amazon Resource Name (ARN) of the experiment.
*)experimentName : Values_0.ExperimentEntityName.t option;The name of the experiment.
*)displayName : Values_0.ExperimentEntityName.t option;The name of the experiment as displayed. If DisplayName isn't specified, ExperimentName is displayed.
*)experimentSource : Values_1.ExperimentSource.t option;creationTime : Values_0.Timestamp.t option;When the experiment was created.
*)lastModifiedTime : Values_0.Timestamp.t option;When the experiment was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.ExperimentArn.t
| `Structure of (string * [> `String of string ]) list
| `Timestamp of Values_0.Timestamp.t ])
list ]