Struct aws_sdk_comprehend::model::entity_recognizer_metadata::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for EntityRecognizerMetadata
Implementations
The number of documents in the input data that were used to train the entity recognizer. Typically this is 80 to 90 percent of the input documents.
The number of documents in the input data that were used to train the entity recognizer. Typically this is 80 to 90 percent of the input documents.
The number of documents in the input data that were used to test the entity recognizer. Typically this is 10 to 20 percent of the input documents.
The number of documents in the input data that were used to test the entity recognizer. Typically this is 10 to 20 percent of the input documents.
Detailed information about the accuracy of an entity recognizer.
Detailed information about the accuracy of an entity recognizer.
pub fn entity_types(
self,
input: impl Into<EntityRecognizerMetadataEntityTypesListItem>
) -> Self
pub fn entity_types(
self,
input: impl Into<EntityRecognizerMetadataEntityTypesListItem>
) -> Self
Appends an item to entity_types.
To override the contents of this collection use set_entity_types.
Entity types from the metadata of an entity recognizer.
pub fn set_entity_types(
self,
input: Option<Vec<EntityRecognizerMetadataEntityTypesListItem>>
) -> Self
pub fn set_entity_types(
self,
input: Option<Vec<EntityRecognizerMetadataEntityTypesListItem>>
) -> Self
Entity types from the metadata of an entity recognizer.
Consumes the builder and constructs a EntityRecognizerMetadata
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more