Provides information for filtering a list of entity recognizers. You can only specify one filtering parameter in a request. For more information, see the ListEntityRecognizers operation./>

interface EntityRecognizerFilter {
    RecognizerName?: string;
    Status?: ModelStatus;
    SubmitTimeAfter?: Date;
    SubmitTimeBefore?: Date;
}

Properties

RecognizerName?: string

The name that you assigned the entity recognizer.

Status?: ModelStatus

The status of an entity recognizer.

SubmitTimeAfter?: Date

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.

SubmitTimeBefore?: Date

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.