#[non_exhaustive]pub struct GetParallelDataOutput {
pub parallel_data_properties: Option<ParallelDataProperties>,
pub data_location: Option<ParallelDataDataLocation>,
pub auxiliary_data_location: Option<ParallelDataDataLocation>,
pub latest_update_attempt_auxiliary_data_location: Option<ParallelDataDataLocation>,
/* private fields */
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.parallel_data_properties: Option<ParallelDataProperties>
The properties of the parallel data resource that is being retrieved.
data_location: Option<ParallelDataDataLocation>
The Amazon S3 location of the most recent parallel data input file that was successfully imported into Amazon Translate. The location is returned as a presigned URL that has a 30-minute expiration.
Amazon Translate doesn't scan all input files for the risk of CSV injection attacks.
CSV injection occurs when a .csv or .tsv file is altered so that a record contains malicious code. The record begins with a special character, such as =, +, -, or @. When the file is opened in a spreadsheet program, the program might interpret the record as a formula and run the code within it.
Before you download an input file from Amazon S3, ensure that you recognize the file and trust its creator.
auxiliary_data_location: Option<ParallelDataDataLocation>
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to create a parallel data resource. The location is returned as a presigned URL to that has a 30-minute expiration.
latest_update_attempt_auxiliary_data_location: Option<ParallelDataDataLocation>
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to update a parallel data resource. The location is returned as a presigned URL to that has a 30-minute expiration.
Implementations§
source§impl GetParallelDataOutput
impl GetParallelDataOutput
sourcepub fn parallel_data_properties(&self) -> Option<&ParallelDataProperties>
pub fn parallel_data_properties(&self) -> Option<&ParallelDataProperties>
The properties of the parallel data resource that is being retrieved.
sourcepub fn data_location(&self) -> Option<&ParallelDataDataLocation>
pub fn data_location(&self) -> Option<&ParallelDataDataLocation>
The Amazon S3 location of the most recent parallel data input file that was successfully imported into Amazon Translate. The location is returned as a presigned URL that has a 30-minute expiration.
Amazon Translate doesn't scan all input files for the risk of CSV injection attacks.
CSV injection occurs when a .csv or .tsv file is altered so that a record contains malicious code. The record begins with a special character, such as =, +, -, or @. When the file is opened in a spreadsheet program, the program might interpret the record as a formula and run the code within it.
Before you download an input file from Amazon S3, ensure that you recognize the file and trust its creator.
sourcepub fn auxiliary_data_location(&self) -> Option<&ParallelDataDataLocation>
pub fn auxiliary_data_location(&self) -> Option<&ParallelDataDataLocation>
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to create a parallel data resource. The location is returned as a presigned URL to that has a 30-minute expiration.
sourcepub fn latest_update_attempt_auxiliary_data_location(
&self
) -> Option<&ParallelDataDataLocation>
pub fn latest_update_attempt_auxiliary_data_location( &self ) -> Option<&ParallelDataDataLocation>
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to update a parallel data resource. The location is returned as a presigned URL to that has a 30-minute expiration.
source§impl GetParallelDataOutput
impl GetParallelDataOutput
sourcepub fn builder() -> GetParallelDataOutputBuilder
pub fn builder() -> GetParallelDataOutputBuilder
Creates a new builder-style object to manufacture GetParallelDataOutput
.
Trait Implementations§
source§impl Clone for GetParallelDataOutput
impl Clone for GetParallelDataOutput
source§fn clone(&self) -> GetParallelDataOutput
fn clone(&self) -> GetParallelDataOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetParallelDataOutput
impl Debug for GetParallelDataOutput
source§impl PartialEq for GetParallelDataOutput
impl PartialEq for GetParallelDataOutput
source§fn eq(&self, other: &GetParallelDataOutput) -> bool
fn eq(&self, other: &GetParallelDataOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetParallelDataOutput
impl RequestId for GetParallelDataOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.