Values.CreateParallelDataRequestSourceCreates 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;A custom name for the parallel data resource in Amazon Translate. You must assign a name that is unique in the account and region.
*)description : Description.t option;A custom description for the parallel data resource in Amazon Translate.
*)parallelDataConfig : ParallelDataConfig.t;Specifies the format and S3 location of the parallel data input file.
*)encryptionKey : EncryptionKey.t option;clientToken : ClientTokenString.t;A unique identifier for the request. This token is automatically generated when you use Amazon Translate through an AWS SDK.
*)}val make :
?description:??? ->
?encryptionKey:??? ->
?tags:??? ->
name:ResourceName.t ->
parallelDataConfig:ParallelDataConfig.t ->
clientToken:ClientTokenString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of ResourceName.t
| `Structure of
(string * [> `Enum of string | `String of S3Uri.t ]) list ])
list ]