Struct aws_sdk_comprehend::model::entity_recognizer_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for EntityRecognizerSummary
Implementations
The name that you assigned the entity recognizer.
The name that you assigned the entity recognizer.
The number of versions you created.
The number of versions you created.
The time that the latest entity recognizer version was submitted for processing.
The time that the latest entity recognizer version was submitted for processing.
The version name you assigned to the latest entity recognizer version.
The version name you assigned to the latest entity recognizer version.
Provides the status of the latest entity recognizer version.
Provides the status of the latest entity recognizer version.
Consumes the builder and constructs a EntityRecognizerSummary
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