Struct aws_sdk_comprehend::model::EntityRecognizerFilter [−][src]
#[non_exhaustive]pub struct EntityRecognizerFilter {
pub status: Option<ModelStatus>,
pub recognizer_name: Option<String>,
pub submit_time_before: Option<DateTime>,
pub submit_time_after: Option<DateTime>,
}Expand description
Provides information for filtering a list of entity recognizers. You can only specify one filtering parameter in a request. For more information, see the operation./>
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.status: Option<ModelStatus>The status of an entity recognizer.
recognizer_name: Option<String>The name that you assigned the entity recognizer.
submit_time_before: Option<DateTime>Filters the list of entities based on the time that the list was submitted for processing. Returns only jobs submitted before the specified time. Jobs are returned in descending order, newest to oldest.
submit_time_after: Option<DateTime>Filters the list of entities based on the time that the list was submitted for processing. Returns only jobs submitted after the specified time. Jobs are returned in ascending order, oldest to newest.
Implementations
The status of an entity recognizer.
The name that you assigned the entity recognizer.
Filters the list of entities based on the time that the list was submitted for processing. Returns only jobs submitted before the specified time. Jobs are returned in descending order, newest to oldest.
Filters the list of entities based on the time that the list was submitted for processing. Returns only jobs submitted after the specified time. Jobs are returned in ascending order, oldest to newest.
Creates a new builder-style object to manufacture EntityRecognizerFilter
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for EntityRecognizerFilter
impl Send for EntityRecognizerFilter
impl Sync for EntityRecognizerFilter
impl Unpin for EntityRecognizerFilter
impl UnwindSafe for EntityRecognizerFilter
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
