Struct aws_sdk_lexmodelsv2::operation::start_test_set_generation::StartTestSetGenerationOutput
source · #[non_exhaustive]pub struct StartTestSetGenerationOutput {
pub test_set_generation_id: Option<String>,
pub creation_date_time: Option<DateTime>,
pub test_set_generation_status: Option<TestSetGenerationStatus>,
pub test_set_name: Option<String>,
pub description: Option<String>,
pub storage_location: Option<TestSetStorageLocation>,
pub generation_data_source: Option<TestSetGenerationDataSource>,
pub role_arn: Option<String>,
pub test_set_tags: Option<HashMap<String, String>>,
/* 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.test_set_generation_id: Option<String>
The unique identifier of the test set generation to describe.
creation_date_time: Option<DateTime>
The creation date and time for the test set generation.
test_set_generation_status: Option<TestSetGenerationStatus>
The status for the test set generation.
test_set_name: Option<String>
The test set name used for the test set generation.
description: Option<String>
The description used for the test set generation.
storage_location: Option<TestSetStorageLocation>
The Amazon S3 storage location for the test set generation.
generation_data_source: Option<TestSetGenerationDataSource>
The data source for the test set generation.
role_arn: Option<String>
The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
A list of tags that was used for the test set that is being generated.
Implementations§
source§impl StartTestSetGenerationOutput
impl StartTestSetGenerationOutput
sourcepub fn test_set_generation_id(&self) -> Option<&str>
pub fn test_set_generation_id(&self) -> Option<&str>
The unique identifier of the test set generation to describe.
sourcepub fn creation_date_time(&self) -> Option<&DateTime>
pub fn creation_date_time(&self) -> Option<&DateTime>
The creation date and time for the test set generation.
sourcepub fn test_set_generation_status(&self) -> Option<&TestSetGenerationStatus>
pub fn test_set_generation_status(&self) -> Option<&TestSetGenerationStatus>
The status for the test set generation.
sourcepub fn test_set_name(&self) -> Option<&str>
pub fn test_set_name(&self) -> Option<&str>
The test set name used for the test set generation.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description used for the test set generation.
sourcepub fn storage_location(&self) -> Option<&TestSetStorageLocation>
pub fn storage_location(&self) -> Option<&TestSetStorageLocation>
The Amazon S3 storage location for the test set generation.
sourcepub fn generation_data_source(&self) -> Option<&TestSetGenerationDataSource>
pub fn generation_data_source(&self) -> Option<&TestSetGenerationDataSource>
The data source for the test set generation.
sourcepub fn role_arn(&self) -> Option<&str>
pub fn role_arn(&self) -> Option<&str>
The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
A list of tags that was used for the test set that is being generated.
source§impl StartTestSetGenerationOutput
impl StartTestSetGenerationOutput
sourcepub fn builder() -> StartTestSetGenerationOutputBuilder
pub fn builder() -> StartTestSetGenerationOutputBuilder
Creates a new builder-style object to manufacture StartTestSetGenerationOutput
.
Trait Implementations§
source§impl Clone for StartTestSetGenerationOutput
impl Clone for StartTestSetGenerationOutput
source§fn clone(&self) -> StartTestSetGenerationOutput
fn clone(&self) -> StartTestSetGenerationOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for StartTestSetGenerationOutput
impl Debug for StartTestSetGenerationOutput
source§impl PartialEq for StartTestSetGenerationOutput
impl PartialEq for StartTestSetGenerationOutput
source§fn eq(&self, other: &StartTestSetGenerationOutput) -> bool
fn eq(&self, other: &StartTestSetGenerationOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for StartTestSetGenerationOutput
impl RequestId for StartTestSetGenerationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.