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