Class: Aws::Translate::Types::ParallelDataProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::ParallelDataProperties
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the parallel data resource.
-
#created_at ⇒ Time
The time at which the parallel data resource was created.
-
#description ⇒ String
The description assigned to the parallel data resource.
-
#encryption_key ⇒ Types::EncryptionKey
The encryption key used to encrypt this object.
-
#failed_record_count ⇒ Integer
The number of records unsuccessfully imported from the parallel data input file.
-
#imported_data_size ⇒ Integer
The number of UTF-8 characters that Amazon Translate imported from the parallel data input file.
-
#imported_record_count ⇒ Integer
The number of records successfully imported from the parallel data input file.
-
#last_updated_at ⇒ Time
The time at which the parallel data resource was last updated.
-
#latest_update_attempt_at ⇒ Time
The time that the most recent update was attempted.
-
#latest_update_attempt_status ⇒ String
The status of the most recent update attempt for the parallel data resource.
-
#message ⇒ String
Additional information from Amazon Translate about the parallel data resource.
-
#name ⇒ String
The custom name assigned to the parallel data resource.
-
#parallel_data_config ⇒ Types::ParallelDataConfig
Specifies the format and S3 location of the parallel data input file.
-
#skipped_record_count ⇒ Integer
The number of items in the input file that Amazon Translate skipped when you created or updated the parallel data resource.
-
#source_language_code ⇒ String
The source language of the translations in the parallel data file.
-
#status ⇒ String
The status of the parallel data resource.
-
#target_language_codes ⇒ Array<String>
The language codes for the target languages available in the parallel data file.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the parallel data resource.
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_at ⇒ Time
The time at which the parallel data resource was created.
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 |
#description ⇒ String
The description assigned to the parallel data resource.
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_key ⇒ Types::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_count ⇒ Integer
The number of records unsuccessfully imported from 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 |
#imported_data_size ⇒ Integer
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.
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_count ⇒ Integer
The number of records successfully imported from 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 |
#last_updated_at ⇒ Time
The time at which the parallel data resource was last updated.
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_at ⇒ Time
The time that the most recent update was attempted.
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_status ⇒ String
The status of the most recent update attempt for the parallel data resource.
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 |
#message ⇒ String
Additional information from Amazon Translate about the parallel data resource.
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 |
#name ⇒ String
The custom name assigned to the parallel data resource.
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_config ⇒ Types::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_count ⇒ Integer
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.
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_code ⇒ String
The source language of the translations in the parallel data 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 |
#status ⇒ String
The status of the parallel data resource. When the parallel data is
ready for you to use, the status is ACTIVE
.
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_codes ⇒ Array<String>
The language codes for the target languages available in the parallel data file. All possible target languages are returned as an array.
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 |