Values.ExperimentSummarySourceProvides a summary of an experiment.
type nonrec t = {id : ExperimentId.t option;The ID of the experiment.
*)arn : ResourceArn.t option;The Amazon Resource Name (ARN) of the experiment.
*)experimentTemplateId : ExperimentTemplateId.t option;The ID of the experiment template.
*)state : ExperimentState.t option;The state of the experiment.
*)creationTime : CreationTime.t option;The time that the experiment was created.
*)experimentOptions : ExperimentOptions.t option;The experiment options for the experiment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ExperimentId.t
| `Structure of
(string
* [> `Enum of string
| `String of ExperimentStatusReason.t
| `Structure of
(string * [> `String of ExperimentErrorAccountId.t ]) list ])
list
| `Timestamp of CreationTime.t ])
list ]