#[non_exhaustive]pub struct DescribeTestSetOutput {
pub test_set_id: Option<String>,
pub test_set_name: Option<String>,
pub description: Option<String>,
pub modality: Option<TestSetModality>,
pub status: Option<TestSetStatus>,
pub role_arn: Option<String>,
pub num_turns: Option<i32>,
pub storage_location: Option<TestSetStorageLocation>,
pub creation_date_time: Option<DateTime>,
pub last_updated_date_time: Option<DateTime>,
/* 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_id: Option<String>
The test set Id for the test set response.
test_set_name: Option<String>
The test set name of the test set.
description: Option<String>
The description of the test set.
modality: Option<TestSetModality>
Indicates whether the test set is audio or text data.
status: Option<TestSetStatus>
The status of the test set.
role_arn: Option<String>
The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
num_turns: Option<i32>
The total number of agent and user turn in the test set.
storage_location: Option<TestSetStorageLocation>
The Amazon S3 storage location for the test set data.
creation_date_time: Option<DateTime>
The creation date and time for the test set data.
last_updated_date_time: Option<DateTime>
The date and time for the last update of the test set data.
Implementations§
source§impl DescribeTestSetOutput
impl DescribeTestSetOutput
sourcepub fn test_set_id(&self) -> Option<&str>
pub fn test_set_id(&self) -> Option<&str>
The test set Id for the test set response.
sourcepub fn test_set_name(&self) -> Option<&str>
pub fn test_set_name(&self) -> Option<&str>
The test set name of the test set.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the test set.
sourcepub fn modality(&self) -> Option<&TestSetModality>
pub fn modality(&self) -> Option<&TestSetModality>
Indicates whether the test set is audio or text data.
sourcepub fn status(&self) -> Option<&TestSetStatus>
pub fn status(&self) -> Option<&TestSetStatus>
The status of the test set.
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.
sourcepub fn num_turns(&self) -> Option<i32>
pub fn num_turns(&self) -> Option<i32>
The total number of agent and user turn in the test set.
sourcepub fn storage_location(&self) -> Option<&TestSetStorageLocation>
pub fn storage_location(&self) -> Option<&TestSetStorageLocation>
The Amazon S3 storage location for the test set data.
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 data.
sourcepub fn last_updated_date_time(&self) -> Option<&DateTime>
pub fn last_updated_date_time(&self) -> Option<&DateTime>
The date and time for the last update of the test set data.
source§impl DescribeTestSetOutput
impl DescribeTestSetOutput
sourcepub fn builder() -> DescribeTestSetOutputBuilder
pub fn builder() -> DescribeTestSetOutputBuilder
Creates a new builder-style object to manufacture DescribeTestSetOutput
.
Trait Implementations§
source§impl Clone for DescribeTestSetOutput
impl Clone for DescribeTestSetOutput
source§fn clone(&self) -> DescribeTestSetOutput
fn clone(&self) -> DescribeTestSetOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DescribeTestSetOutput
impl Debug for DescribeTestSetOutput
source§impl PartialEq for DescribeTestSetOutput
impl PartialEq for DescribeTestSetOutput
source§fn eq(&self, other: &DescribeTestSetOutput) -> bool
fn eq(&self, other: &DescribeTestSetOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeTestSetOutput
impl RequestId for DescribeTestSetOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.