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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
# File 'lib/aws-sdk-translate/types.rb', line 982

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)


982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
# File 'lib/aws-sdk-translate/types.rb', line 982

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)


982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
# File 'lib/aws-sdk-translate/types.rb', line 982

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.



982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
# File 'lib/aws-sdk-translate/types.rb', line 982

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)


982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
# File 'lib/aws-sdk-translate/types.rb', line 982

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)


982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
# File 'lib/aws-sdk-translate/types.rb', line 982

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)


982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
# File 'lib/aws-sdk-translate/types.rb', line 982

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)


982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
# File 'lib/aws-sdk-translate/types.rb', line 982

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)


982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
# File 'lib/aws-sdk-translate/types.rb', line 982

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)


982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
# File 'lib/aws-sdk-translate/types.rb', line 982

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)


982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
# File 'lib/aws-sdk-translate/types.rb', line 982

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)


982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
# File 'lib/aws-sdk-translate/types.rb', line 982

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.



982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
# File 'lib/aws-sdk-translate/types.rb', line 982

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)


982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
# File 'lib/aws-sdk-translate/types.rb', line 982

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)


982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
# File 'lib/aws-sdk-translate/types.rb', line 982

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)


982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
# File 'lib/aws-sdk-translate/types.rb', line 982

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>)


982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
# File 'lib/aws-sdk-translate/types.rb', line 982

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