Struct aws_sdk_rekognition::model::DatasetMetadata
source · [−]#[non_exhaustive]pub struct DatasetMetadata { /* private fields */ }Expand description
Summary information for an Amazon Rekognition Custom Labels dataset. For more information, see ProjectDescription.
Implementations
sourceimpl DatasetMetadata
impl DatasetMetadata
sourcepub fn creation_timestamp(&self) -> Option<&DateTime>
pub fn creation_timestamp(&self) -> Option<&DateTime>
The Unix timestamp for the date and time that the dataset was created.
sourcepub fn dataset_type(&self) -> Option<&DatasetType>
pub fn dataset_type(&self) -> Option<&DatasetType>
The type of the dataset.
sourcepub fn dataset_arn(&self) -> Option<&str>
pub fn dataset_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) for the dataset.
sourcepub fn status(&self) -> Option<&DatasetStatus>
pub fn status(&self) -> Option<&DatasetStatus>
The status for the dataset.
sourcepub fn status_message(&self) -> Option<&str>
pub fn status_message(&self) -> Option<&str>
The status message for the dataset.
sourcepub fn status_message_code(&self) -> Option<&DatasetStatusMessageCode>
pub fn status_message_code(&self) -> Option<&DatasetStatusMessageCode>
The status message code for the dataset operation. If a service error occurs, try the API call again later. If a client error occurs, check the input parameters to the dataset API call that failed.
sourceimpl DatasetMetadata
impl DatasetMetadata
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DatasetMetadata.
Trait Implementations
sourceimpl Clone for DatasetMetadata
impl Clone for DatasetMetadata
sourcefn clone(&self) -> DatasetMetadata
fn clone(&self) -> DatasetMetadata
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DatasetMetadata
impl Debug for DatasetMetadata
sourceimpl PartialEq<DatasetMetadata> for DatasetMetadata
impl PartialEq<DatasetMetadata> for DatasetMetadata
sourcefn eq(&self, other: &DatasetMetadata) -> bool
fn eq(&self, other: &DatasetMetadata) -> bool
impl StructuralPartialEq for DatasetMetadata
Auto Trait Implementations
impl RefUnwindSafe for DatasetMetadata
impl Send for DatasetMetadata
impl Sync for DatasetMetadata
impl Unpin for DatasetMetadata
impl UnwindSafe for DatasetMetadata
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more