AWSTranslateUpdateParallelDataRequest
Objective-C
@interface AWSTranslateUpdateParallelDataRequest
Swift
class AWSTranslateUpdateParallelDataRequest
-
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 name of the parallel data resource being updated.
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 }