Class: Aws::Translate::Types::ParallelDataConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#formatString

The format of the parallel data input file.

Returns:

  • (String)


882
883
884
885
886
887
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 882

class ParallelDataConfig < Struct.new(
  :s3_uri,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#s3_uriString

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.

Returns:

  • (String)


882
883
884
885
886
887
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 882

class ParallelDataConfig < Struct.new(
  :s3_uri,
  :format)
  SENSITIVE = []
  include Aws::Structure
end