Values.CreateParallelDataResponseSourceCreates a parallel data resource in Amazon Translate by importing an input file from Amazon S3. Parallel data files contain examples that show how you want segments of text to be translated. By adding parallel data, you can influence the style, tone, and word choice in your translation output.
type nonrec t = {name : ResourceName.t option;The custom name that you assigned to the parallel data resource.
*)status : ParallelDataStatus.t option;The status of the parallel data resource. When the resource is ready for you to use, the status is ACTIVE.
*)}type nonrec error = [ | `ConcurrentModificationException of ConcurrentModificationException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `InvalidRequestException of InvalidRequestException.t| `LimitExceededException of LimitExceededException.t| `TooManyRequestsException of TooManyRequestsException.t| `TooManyTagsException of TooManyTagsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConcurrentModificationException of ConcurrentModificationException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `InvalidRequestException of InvalidRequestException.t
| `LimitExceededException of LimitExceededException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `TooManyTagsException of TooManyTagsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConcurrentModificationException of ConcurrentModificationException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `InvalidRequestException of InvalidRequestException.t
| `LimitExceededException of LimitExceededException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `TooManyTagsException of TooManyTagsException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ResourceName.t ]) list ]