TopicsDetectionJobFilter class

Provides information for filtering topic detection jobs. For more information, see .

Constructors

TopicsDetectionJobFilter({String? jobName, JobStatus? jobStatus, DateTime? submitTimeAfter, DateTime? submitTimeBefore})

Properties

hashCode int
The hash code for this object.
no setterinherited
jobName String?
final
jobStatus JobStatus?
Filters the list of topic detection jobs based on job status. Returns only jobs with the specified status.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
submitTimeAfter DateTime?
Filters the list of jobs based on the time that the job was submitted for processing. Only returns jobs submitted after the specified time. Jobs are returned in ascending order, oldest to newest.
final
submitTimeBefore DateTime?
Filters the list of jobs based on the time that the job was submitted for processing. Only returns 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