Values_2.ExperimentSourceThe properties of an experiment as returned by the Search API. For information about experiments, see the CreateExperiment API.
type nonrec t = {experimentName : Values_0.ExperimentEntityName.t option;The name of the experiment.
*)experimentArn : Values_0.ExperimentArn.t option;The Amazon Resource Name (ARN) of the experiment.
*)displayName : Values_0.ExperimentEntityName.t option;The name of the experiment as displayed. If DisplayName isn't specified, ExperimentName is displayed.
*)source : Values_1.ExperimentSource.t option;description : Values_0.ExperimentDescription.t option;The description of the experiment.
*)creationTime : Values_0.Timestamp.t option;When the experiment was created.
*)createdBy : Values_0.UserContext.t option;Who created the experiment.
*)lastModifiedTime : Values_0.Timestamp.t option;When the experiment was last modified.
*)lastModifiedBy : Values_0.UserContext.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.ExperimentEntityName.t
| `Structure of
(string
* [> `String of string
| `Structure of (string * [> `String of string ]) list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]