EntityRecognizerFilter class
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./>
Constructors
- EntityRecognizerFilter({ModelStatus? status, DateTime? submitTimeAfter, DateTime? submitTimeBefore})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → ModelStatus?
-
The status of an entity recognizer.
final
- submitTimeAfter → 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.
final
- submitTimeBefore → 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.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited