Values.UpdateTestSetResponseSourceThe action to update the test set.
type nonrec t = {testSetId : Id.t option;The test set Id for which update test operation to be performed.
*)testSetName : Name.t option;The test set name for the updated test set.
*)description : Description.t option;The test set description for the updated test set.
*)modality : TestSetModality.t option;Indicates whether audio or text is used for the updated test set.
*)status : TestSetStatus.t option;The status for the updated 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 number of conversation turns from the updated test set.
*)storageLocation : TestSetStorageLocation.t option;The Amazon S3 storage location for the updated test set.
*)creationDateTime : Timestamp.t option;The creation date and time for the updated test set.
*)lastUpdatedDateTime : Timestamp.t option;The date and time of the last update for the updated test set.
*)}type nonrec error = [ | `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `PreconditionFailedException of PreconditionFailedException.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 ->
[> `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `PreconditionFailedException of PreconditionFailedException.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 ->
[> `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `PreconditionFailedException of PreconditionFailedException.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 ]