Class: Aws::Translate::Types::ParallelDataConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::ParallelDataConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-translate/types.rb
Overview
Specifies the format and S3 location of the parallel data input file.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#format ⇒ String
The format of the parallel data input file.
-
#s3_uri ⇒ String
The URI of the Amazon S3 folder that contains the parallel data input file.
Instance Attribute Details
#format ⇒ String
The format of the parallel data input file.
882 883 884 885 886 887 |
# File 'lib/aws-sdk-translate/types.rb', line 882 class ParallelDataConfig < Struct.new( :s3_uri, :format) SENSITIVE = [] include Aws::Structure end |
#s3_uri ⇒ String
The URI of the Amazon S3 folder that contains the parallel data input file. The folder must be in the same Region as the API endpoint you are calling.
882 883 884 885 886 887 |
# File 'lib/aws-sdk-translate/types.rb', line 882 class ParallelDataConfig < Struct.new( :s3_uri, :format) SENSITIVE = [] include Aws::Structure end |