AWSTranslateCreateParallelDataRequest

Objective-C

@interface AWSTranslateCreateParallelDataRequest

Swift

class AWSTranslateCreateParallelDataRequest
  • A unique identifier for the request. This token is automatically generated when you use Amazon Translate through an AWS SDK.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable clientToken;

    Swift

    var clientToken: String? { get set }
  • A custom description for the parallel data resource in Amazon Translate.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable detail;

    Swift

    var detail: String? { get set }
  • The encryption key used to encrypt this object.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSTranslateEncryptionKey *_Nullable encryptionKey;

    Swift

    var encryptionKey: AWSTranslateEncryptionKey? { get set }
  • A custom name for the parallel data resource in Amazon Translate. You must assign a name that is unique in the account and region.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable name;

    Swift

    var name: String? { get set }
  • Specifies the format and S3 location of the parallel data input file.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSTranslateParallelDataConfig *_Nullable parallelDataConfig;

    Swift

    var parallelDataConfig: AWSTranslateParallelDataConfig? { get set }
  • Tags to be associated with this resource. A tag is a key-value pair that adds metadata to a resource. Each tag key for the resource must be unique. For more information, see Tagging your resources.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSTranslateTag *> *_Nullable tags;

    Swift

    var tags: [AWSTranslateTag]? { get set }