Class: Aws::Translate::Types::ParallelDataProperties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb

Overview

The properties of a parallel data resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the parallel data resource.

Returns:

  • (String)


1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 1010

class ParallelDataProperties < Struct.new(
  :name,
  :arn,
  :description,
  :status,
  :source_language_code,
  :target_language_codes,
  :parallel_data_config,
  :message,
  :imported_data_size,
  :imported_record_count,
  :failed_record_count,
  :skipped_record_count,
  :encryption_key,
  :created_at,
  :last_updated_at,
  :latest_update_attempt_status,
  :latest_update_attempt_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The time at which the parallel data resource was created.

Returns:

  • (Time)


1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 1010

class ParallelDataProperties < Struct.new(
  :name,
  :arn,
  :description,
  :status,
  :source_language_code,
  :target_language_codes,
  :parallel_data_config,
  :message,
  :imported_data_size,
  :imported_record_count,
  :failed_record_count,
  :skipped_record_count,
  :encryption_key,
  :created_at,
  :last_updated_at,
  :latest_update_attempt_status,
  :latest_update_attempt_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description assigned to the parallel data resource.

Returns:

  • (String)


1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 1010

class ParallelDataProperties < Struct.new(
  :name,
  :arn,
  :description,
  :status,
  :source_language_code,
  :target_language_codes,
  :parallel_data_config,
  :message,
  :imported_data_size,
  :imported_record_count,
  :failed_record_count,
  :skipped_record_count,
  :encryption_key,
  :created_at,
  :last_updated_at,
  :latest_update_attempt_status,
  :latest_update_attempt_at)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_keyTypes::EncryptionKey

The encryption key used to encrypt this object.



1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 1010

class ParallelDataProperties < Struct.new(
  :name,
  :arn,
  :description,
  :status,
  :source_language_code,
  :target_language_codes,
  :parallel_data_config,
  :message,
  :imported_data_size,
  :imported_record_count,
  :failed_record_count,
  :skipped_record_count,
  :encryption_key,
  :created_at,
  :last_updated_at,
  :latest_update_attempt_status,
  :latest_update_attempt_at)
  SENSITIVE = []
  include Aws::Structure
end

#failed_record_countInteger

The number of records unsuccessfully imported from the parallel data input file.

Returns:

  • (Integer)


1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 1010

class ParallelDataProperties < Struct.new(
  :name,
  :arn,
  :description,
  :status,
  :source_language_code,
  :target_language_codes,
  :parallel_data_config,
  :message,
  :imported_data_size,
  :imported_record_count,
  :failed_record_count,
  :skipped_record_count,
  :encryption_key,
  :created_at,
  :last_updated_at,
  :latest_update_attempt_status,
  :latest_update_attempt_at)
  SENSITIVE = []
  include Aws::Structure
end

#imported_data_sizeInteger

The number of UTF-8 characters that Amazon Translate imported from the parallel data input file. This number includes only the characters in your translation examples. It does not include characters that are used to format your file. For example, if you provided a Translation Memory Exchange (.tmx) file, this number does not include the tags.

Returns:

  • (Integer)


1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 1010

class ParallelDataProperties < Struct.new(
  :name,
  :arn,
  :description,
  :status,
  :source_language_code,
  :target_language_codes,
  :parallel_data_config,
  :message,
  :imported_data_size,
  :imported_record_count,
  :failed_record_count,
  :skipped_record_count,
  :encryption_key,
  :created_at,
  :last_updated_at,
  :latest_update_attempt_status,
  :latest_update_attempt_at)
  SENSITIVE = []
  include Aws::Structure
end

#imported_record_countInteger

The number of records successfully imported from the parallel data input file.

Returns:

  • (Integer)


1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 1010

class ParallelDataProperties < Struct.new(
  :name,
  :arn,
  :description,
  :status,
  :source_language_code,
  :target_language_codes,
  :parallel_data_config,
  :message,
  :imported_data_size,
  :imported_record_count,
  :failed_record_count,
  :skipped_record_count,
  :encryption_key,
  :created_at,
  :last_updated_at,
  :latest_update_attempt_status,
  :latest_update_attempt_at)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

The time at which the parallel data resource was last updated.

Returns:

  • (Time)


1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 1010

class ParallelDataProperties < Struct.new(
  :name,
  :arn,
  :description,
  :status,
  :source_language_code,
  :target_language_codes,
  :parallel_data_config,
  :message,
  :imported_data_size,
  :imported_record_count,
  :failed_record_count,
  :skipped_record_count,
  :encryption_key,
  :created_at,
  :last_updated_at,
  :latest_update_attempt_status,
  :latest_update_attempt_at)
  SENSITIVE = []
  include Aws::Structure
end

#latest_update_attempt_atTime

The time that the most recent update was attempted.

Returns:

  • (Time)


1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 1010

class ParallelDataProperties < Struct.new(
  :name,
  :arn,
  :description,
  :status,
  :source_language_code,
  :target_language_codes,
  :parallel_data_config,
  :message,
  :imported_data_size,
  :imported_record_count,
  :failed_record_count,
  :skipped_record_count,
  :encryption_key,
  :created_at,
  :last_updated_at,
  :latest_update_attempt_status,
  :latest_update_attempt_at)
  SENSITIVE = []
  include Aws::Structure
end

#latest_update_attempt_statusString

The status of the most recent update attempt for the parallel data resource.

Returns:

  • (String)


1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 1010

class ParallelDataProperties < Struct.new(
  :name,
  :arn,
  :description,
  :status,
  :source_language_code,
  :target_language_codes,
  :parallel_data_config,
  :message,
  :imported_data_size,
  :imported_record_count,
  :failed_record_count,
  :skipped_record_count,
  :encryption_key,
  :created_at,
  :last_updated_at,
  :latest_update_attempt_status,
  :latest_update_attempt_at)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Additional information from Amazon Translate about the parallel data resource.

Returns:

  • (String)


1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 1010

class ParallelDataProperties < Struct.new(
  :name,
  :arn,
  :description,
  :status,
  :source_language_code,
  :target_language_codes,
  :parallel_data_config,
  :message,
  :imported_data_size,
  :imported_record_count,
  :failed_record_count,
  :skipped_record_count,
  :encryption_key,
  :created_at,
  :last_updated_at,
  :latest_update_attempt_status,
  :latest_update_attempt_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The custom name assigned to the parallel data resource.

Returns:

  • (String)


1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 1010

class ParallelDataProperties < Struct.new(
  :name,
  :arn,
  :description,
  :status,
  :source_language_code,
  :target_language_codes,
  :parallel_data_config,
  :message,
  :imported_data_size,
  :imported_record_count,
  :failed_record_count,
  :skipped_record_count,
  :encryption_key,
  :created_at,
  :last_updated_at,
  :latest_update_attempt_status,
  :latest_update_attempt_at)
  SENSITIVE = []
  include Aws::Structure
end

#parallel_data_configTypes::ParallelDataConfig

Specifies the format and S3 location of the parallel data input file.



1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 1010

class ParallelDataProperties < Struct.new(
  :name,
  :arn,
  :description,
  :status,
  :source_language_code,
  :target_language_codes,
  :parallel_data_config,
  :message,
  :imported_data_size,
  :imported_record_count,
  :failed_record_count,
  :skipped_record_count,
  :encryption_key,
  :created_at,
  :last_updated_at,
  :latest_update_attempt_status,
  :latest_update_attempt_at)
  SENSITIVE = []
  include Aws::Structure
end

#skipped_record_countInteger

The number of items in the input file that Amazon Translate skipped when you created or updated the parallel data resource. For example, Amazon Translate skips empty records, empty target texts, and empty lines.

Returns:

  • (Integer)


1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 1010

class ParallelDataProperties < Struct.new(
  :name,
  :arn,
  :description,
  :status,
  :source_language_code,
  :target_language_codes,
  :parallel_data_config,
  :message,
  :imported_data_size,
  :imported_record_count,
  :failed_record_count,
  :skipped_record_count,
  :encryption_key,
  :created_at,
  :last_updated_at,
  :latest_update_attempt_status,
  :latest_update_attempt_at)
  SENSITIVE = []
  include Aws::Structure
end

#source_language_codeString

The source language of the translations in the parallel data file.

Returns:

  • (String)


1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 1010

class ParallelDataProperties < Struct.new(
  :name,
  :arn,
  :description,
  :status,
  :source_language_code,
  :target_language_codes,
  :parallel_data_config,
  :message,
  :imported_data_size,
  :imported_record_count,
  :failed_record_count,
  :skipped_record_count,
  :encryption_key,
  :created_at,
  :last_updated_at,
  :latest_update_attempt_status,
  :latest_update_attempt_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the parallel data resource. When the parallel data is ready for you to use, the status is ACTIVE.

Returns:

  • (String)


1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 1010

class ParallelDataProperties < Struct.new(
  :name,
  :arn,
  :description,
  :status,
  :source_language_code,
  :target_language_codes,
  :parallel_data_config,
  :message,
  :imported_data_size,
  :imported_record_count,
  :failed_record_count,
  :skipped_record_count,
  :encryption_key,
  :created_at,
  :last_updated_at,
  :latest_update_attempt_status,
  :latest_update_attempt_at)
  SENSITIVE = []
  include Aws::Structure
end

#target_language_codesArray<String>

The language codes for the target languages available in the parallel data file. All possible target languages are returned as an array.

Returns:

  • (Array<String>)


1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 1010

class ParallelDataProperties < Struct.new(
  :name,
  :arn,
  :description,
  :status,
  :source_language_code,
  :target_language_codes,
  :parallel_data_config,
  :message,
  :imported_data_size,
  :imported_record_count,
  :failed_record_count,
  :skipped_record_count,
  :encryption_key,
  :created_at,
  :last_updated_at,
  :latest_update_attempt_status,
  :latest_update_attempt_at)
  SENSITIVE = []
  include Aws::Structure
end