Struct aws_sdk_comprehend::types::EntityRecognitionConfig
source · #[non_exhaustive]pub struct EntityRecognitionConfig { /* private fields */ }Expand description
Configuration required for an entity recognition model.
Implementations§
source§impl EntityRecognitionConfig
impl EntityRecognitionConfig
sourcepub fn entity_types(&self) -> Option<&[EntityTypesListItem]>
pub fn entity_types(&self) -> Option<&[EntityTypesListItem]>
Up to 25 entity types that the model is trained to recognize.
source§impl EntityRecognitionConfig
impl EntityRecognitionConfig
sourcepub fn builder() -> EntityRecognitionConfigBuilder
pub fn builder() -> EntityRecognitionConfigBuilder
Creates a new builder-style object to manufacture EntityRecognitionConfig.
Trait Implementations§
source§impl Clone for EntityRecognitionConfig
impl Clone for EntityRecognitionConfig
source§fn clone(&self) -> EntityRecognitionConfig
fn clone(&self) -> EntityRecognitionConfig
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 moresource§impl Debug for EntityRecognitionConfig
impl Debug for EntityRecognitionConfig
source§impl PartialEq<EntityRecognitionConfig> for EntityRecognitionConfig
impl PartialEq<EntityRecognitionConfig> for EntityRecognitionConfig
source§fn eq(&self, other: &EntityRecognitionConfig) -> bool
fn eq(&self, other: &EntityRecognitionConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.