Values.TestSetSummarySourceContains summary information about the test set.
type nonrec t = {testSetId : Id.t option;The unique identifier of the test set.
*)testSetName : Name.t option;The name of the test set.
*)description : Description.t option;The description of the test set.
*)modality : TestSetModality.t option;Specifies whether the test set contains written or spoken data.
*)status : TestSetStatus.t option;The status of the test set.
*)roleArn : RoleArn.t option;The Amazon Resource Name (ARN) of an IAM role that has permission to access the test set.
*)numTurns : Count.t option;The number of turns in the test set.
*)storageLocation : TestSetStorageLocation.t option;Contains information about the location at which the test set is stored.
*)creationDateTime : Timestamp.t option;The date and time at which the test set was created.
*)lastUpdatedDateTime : Timestamp.t option;The date and time at which the test set was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Count.t
| `String of Id.t
| `Structure of (string * [> `String of S3BucketName.t ]) list
| `Timestamp of Timestamp.t ])
list ]