Struct aws_sdk_translate::model::parallel_data_properties::Builder[][src]

#[non_exhaustive]
pub struct Builder { /* fields omitted */ }
Expand description

A builder for ParallelDataProperties

Implementations

The custom name assigned to the parallel data resource.

The custom name assigned to the parallel data resource.

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

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

The description assigned to the parallel data resource.

The description assigned to the parallel data resource.

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

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

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

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

Appends an item to target_language_codes.

To override the contents of this collection use set_target_language_codes.

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

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

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

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

Additional information from Amazon Translate about the parallel data resource.

Additional information from Amazon Translate about the parallel data resource.

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.

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.

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

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

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

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

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.

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.

The encryption key used to encrypt this object.

The encryption key used to encrypt this object.

The time at which the parallel data resource was created.

The time at which the parallel data resource was created.

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

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

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

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

The time that the most recent update was attempted.

The time that the most recent update was attempted.

Consumes the builder and constructs a ParallelDataProperties

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more