DocumentClassifierFilter class
Provides information for filtering a list of document classifiers. You can only specify one filtering parameter in a request. For more information, see the operation.
Constructors
- DocumentClassifierFilter({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?
-
Filters the list of classifiers based on status.
final
- submitTimeAfter → DateTime?
-
Filters the list of classifiers based on the time that the classifier was
submitted for processing. Returns only classifiers submitted after the
specified time. Classifiers are returned in descending order, newest to
oldest.
final
- submitTimeBefore → DateTime?
-
Filters the list of classifiers based on the time that the classifier was
submitted for processing. Returns only classifiers submitted before the
specified time. Classifiers are returned in ascending order, oldest to
newest.
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