Struct aws_sdk_comprehend::model::EntityRecognizerSummary
source · #[non_exhaustive]pub struct EntityRecognizerSummary { /* private fields */ }Expand description
Describes the information about an entity recognizer and its versions.
Implementations§
source§impl EntityRecognizerSummary
impl EntityRecognizerSummary
sourcepub fn recognizer_name(&self) -> Option<&str>
pub fn recognizer_name(&self) -> Option<&str>
The name that you assigned the entity recognizer.
sourcepub fn number_of_versions(&self) -> Option<i32>
pub fn number_of_versions(&self) -> Option<i32>
The number of versions you created.
sourcepub fn latest_version_created_at(&self) -> Option<&DateTime>
pub fn latest_version_created_at(&self) -> Option<&DateTime>
The time that the latest entity recognizer version was submitted for processing.
sourcepub fn latest_version_name(&self) -> Option<&str>
pub fn latest_version_name(&self) -> Option<&str>
The version name you assigned to the latest entity recognizer version.
sourcepub fn latest_version_status(&self) -> Option<&ModelStatus>
pub fn latest_version_status(&self) -> Option<&ModelStatus>
Provides the status of the latest entity recognizer version.
source§impl EntityRecognizerSummary
impl EntityRecognizerSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EntityRecognizerSummary.
Trait Implementations§
source§impl Clone for EntityRecognizerSummary
impl Clone for EntityRecognizerSummary
source§fn clone(&self) -> EntityRecognizerSummary
fn clone(&self) -> EntityRecognizerSummary
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more