Values.DescribeTestSetResponseSourceGets metadata information about the test set.
type nonrec t = {testSetId : Id.t option;The test set Id for the test set response.
*)testSetName : Name.t option;The test set name of the test set.
*)description : Description.t option;The description of the test set.
*)modality : TestSetModality.t option;Indicates whether the test set is audio or text data.
*)status : TestSetStatus.t option;The status of the test set.
*)roleArn : RoleArn.t option;The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
*)numTurns : Count.t option;The total number of agent and user turn in the test set.
*)storageLocation : TestSetStorageLocation.t option;The Amazon S3 storage location for the test set data.
*)creationDateTime : Timestamp.t option;The creation date and time for the test set data.
*)lastUpdatedDateTime : Timestamp.t option;The date and time for the last update of the test set data.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]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 ]