#[non_exhaustive]pub struct DescribeCollectionOutput { /* private fields */ }Implementations
sourceimpl DescribeCollectionOutput
impl DescribeCollectionOutput
sourcepub fn face_count(&self) -> Option<i64>
pub fn face_count(&self) -> Option<i64>
The number of faces that are indexed into the collection. To index faces into a collection, use IndexFaces.
sourcepub fn face_model_version(&self) -> Option<&str>
pub fn face_model_version(&self) -> Option<&str>
The version of the face model that's used by the collection for face detection.
For more information, see Model versioning in the Amazon Rekognition Developer Guide.
sourcepub fn collection_arn(&self) -> Option<&str>
pub fn collection_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the collection.
sourcepub fn creation_timestamp(&self) -> Option<&DateTime>
pub fn creation_timestamp(&self) -> Option<&DateTime>
The number of milliseconds since the Unix epoch time until the creation of the collection. The Unix epoch time is 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970.
sourceimpl DescribeCollectionOutput
impl DescribeCollectionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeCollectionOutput.
Trait Implementations
sourceimpl Clone for DescribeCollectionOutput
impl Clone for DescribeCollectionOutput
sourcefn clone(&self) -> DescribeCollectionOutput
fn clone(&self) -> DescribeCollectionOutput
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 DescribeCollectionOutput
impl Debug for DescribeCollectionOutput
sourceimpl PartialEq<DescribeCollectionOutput> for DescribeCollectionOutput
impl PartialEq<DescribeCollectionOutput> for DescribeCollectionOutput
sourcefn eq(&self, other: &DescribeCollectionOutput) -> bool
fn eq(&self, other: &DescribeCollectionOutput) -> bool
impl StructuralPartialEq for DescribeCollectionOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeCollectionOutput
impl Send for DescribeCollectionOutput
impl Sync for DescribeCollectionOutput
impl Unpin for DescribeCollectionOutput
impl UnwindSafe for DescribeCollectionOutput
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