Class: Aws::Translate::Types::ParallelDataConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::ParallelDataConfig
- Defined in:
- gems/aws-sdk-translate/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.
850 851 852 853 854 855 |
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 850 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.
850 851 852 853 854 855 |
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 850 class ParallelDataConfig < Struct.new( :s3_uri, :format) SENSITIVE = [] include Aws::Structure end |