Skip to main content

ITranslateCreateParallelDataRequest

Interface in AWS.Translate

Interface for CreateParallelData requests.

Ancestors

Properties

ClientToken

property ClientToken: string

Specify a unique identifier for the request.

This value will be automatically generated if left blank. Valid format: only letters, numbers and hyphens are allowed. Must be a a minumum length of 1, and a maximum of 64.

Description

property Description: string

Specify an optional custom description for the parallel data resource in Amazon Translate.

EncryptionKey

property EncryptionKey: ITranslateEncryptionKey

Type: ITranslateEncryptionKey

Specify the encryption key used to encrypt this object.

Name

property Name: string

Specify a unique name for the parallel data resource in Amazon Translate.

ParallelDataConfig

property ParallelDataConfig: ITranslateParallelDataConfig

Type: ITranslateParallelDataConfig

Specify the format and S3 location of the parallel data input file.

Tags

property Tags: TList<ITranslateTag>

Type: ITranslateTag

Specify a list of tags (key-value pairs) to associate with the resource.

Methods

AddTag

function AddTag(const AKey, AValue: string): Integer;

Add a key-value pair to Tags.

Parameters

NameDescription
AKeySpecify a key for the tag.
AValueSpecify a value for the tag.

Returns

Returns the index of the added tag.